/**
* Template Name: Lumia - v4.7.0
* Template URL: https://bootstrapmade.com/lumia-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Josefin Sans', sans-serif;
  color: #666;
  font-weight: 400;
}

a {
  color: #02964A;
  text-decoration: none;
}

a:hover {
  color: #024EA2;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 500;
	color:#024EA2;
	line-height: 1.5em;
	font-family: 'Josefin Sans', sans-serif;
	margin-bottom: 5px;
}

h1 {font-size:32px;}
h2 {font-size:28px;}
h3 {font-size:24px;}
h4 {font-size:22px;}
h5 {font-size:20px;}
h6 {font-size:17px;}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

body a:hover {
    text-decoration: none;
}
.img-fluid, .img-responsive {
	max-width: 100%;
	height: auto;
}
.table-responsive {
	display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
table { width: 100%; margin: 10px 0 30px 0; }
th, td { padding: 5px; border: 1px solid #aaa; }
th { padding: 10px; }

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.scroll {
	position:fixed;
	top:0;
	width:100%;
	z-index:1;
	background:#01334D;
	-webkit-transition: background 0.5s; /* For Safari 3.1 to 6.0 */
    transition: background 0.5s;
	
}
.w-100 {
    width: 100%!important;
}
.fiximg {
    height: 300px;
} 
.fiximg img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}
.textcenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* WordPress CSS */
.alignnone {
    margin: 5px 15px 10px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 10px auto;
}
.alignright {
    float:right;
    margin: 5px 0 10px 15px;
}
.alignleft {
    float: left;
    margin: 5px 15px 10px 0;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 15px 10px 0;
}
.wp-caption.alignleft {
    margin: 5px 15px 10px 0;
}
.wp-caption.alignright {
    margin: 5px 0 10px 15px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #02964A;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #57aae1;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.logo {
  
}
#header .logo h1 {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #384046;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #384046;
  text-decoration: none;
}
#header .logo img {
	width: 90px;
	height: auto;
	margin: 5px 0 0 0;
}
.name {
  font-weight: 500;
  color: #024EA2;
  display: inline-block;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 26px;
  margin: 5px 0 0 5px;
}
.name span {
  font-size: 16px;
  display: block;
  color: #02964A;
  text-align: center;
  line-height: 1.3em;
}
.name i {
  font-size: 14px;
  display: block;
  color: #666;
  font-style: normal;  
  text-transform: inherit;
  line-height: 1em;
  text-align: center;
}
/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin: 0 0 0 30px;
}
.header-social-links a {
  color: #9ba6af;
  padding-left: 8px;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
}
.header-social-links a i {
  line-height: 0;
}
.header-social-links a:hover {
  color: #02964A;
}
@media (max-width: 768px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  background: #024EA2;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  align-self: flex-end;
}
.navbar li {
  position: relative;
}
.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px 11px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  line-height: 1em;
}
.navbar a i, .navbar a:focus i {
  font-size: 15px;
  line-height: 0;
  margin-left: 0;
  margin-top: -5px;
}
.navbar a:hover, .navbar a:focus, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 13px 20px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #024EA2;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #02964A;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.fit {
  margin-left: auto;
}
.fit img {
  max-width: 80px;
  margin: 4px 0 0 0;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  line-height: 1em;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
	text-align: right; 
  }

  .navbar ul {
    display: none;
  }
  .mymenu {
	  width: 100%; 
	  max-height: 60vh;
	  overflow-y: auto;
  }
  .mymenu a { border-bottom: 1px solid #149aea; }
  .navbar { align-items: flex-end; }
  .mobile { margin-right: 15px; }
  .navbar .dropdown ul {
	  display: none;
	  position: relative;
	  visibility: visible;
	  top: 0;
	  opacity: 1;
	  transition: none;
	  padding: 0; 
	  width: calc(100% - 20px);
	  margin: 0 10px;
  }
  .navbar .dropdown:hover > ul {
	  top: auto;
	}
	.navbar .dropdown ul a {
	  font-size: 14px;
	}
	.mobile i {
		width:41px;
		height: 40px;
	}
	.topmenu i {
		order: 1;
	}
	.mymenu { border-top: 2px solid #aaa; border-bottom: 2px solid #aaa;}
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  position: relative;
  padding: 0;
}
.slick-prev::before, .slick-next::before {
	color: #149aea;
	opacity: 1;
}
.slider img {
	width: 100%; height: auto;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.important h4 {
	position:relative;
}
.important h4:before {
	content: "\ee38";
	font-family: boxicons !important;
	font-weight: 400;
	top: 2px;
	position: relative;
}
.important h4 a {
	padding-left: 10px;
}
.highlight {
  display: flex;
  background-color: #f7fbfe;
  padding: 15px;
  border-radius: 15px;
  align-items: center;
}
.highlight i {
	font-size: 100px;
}
.box {
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 15px;
  padding: 10px 10px 10px 15px;
  box-shadow: 0 0 4px #dfdfdf;
  background: #fff;
}
.box h4 {
  margin: 0;
}
.box p, .school p {
  margin-bottom: 5px;
}
.highlight a, .highlight2 a, .rdm, .icon-box a, .box a, .school a {
	display: inline-block;
	color: #fff;
	background: #6D9CC6;
	padding: 11px 10px 9px;
	line-height: 1em;
	margin: 5px 0;
}
.highlight a:hover, .highlight2 a:hover, .rdm:hover, .icon-box a:hover, .box a:hover, .school a:hover {
	color: #fff;
	background: #024EA2;
}
.content {
  min-height: 300px;
}
.topper { margin: 10px; }
.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #02964A;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 10px 0;
}
.about h3 {
  font-weight: 500;
  font-size: 32px;
}
.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.about ul li + li {
  margin-top: 10px;
}
.about ul li {
  position: relative;
  padding-left: 26px;
}
.about ul i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #02964A;
}
.about .icon-boxes {
  padding-top: 10px;
}
.about .icon-boxes h4 {
  font-size: 20px;
  
  margin-top: 5px;
}
.about .icon-boxes i {
  font-size: 48px;
  color: #02964A;
}
.about .icon-boxes p {
  font-size: 15px;
  color: #848484;
}
.admission h4 a {
  padding: 5px 15px 0px;
  border: 2px solid #024EA2;
  display: inline-block;
  line-height: 1em;
  margin-bottom: 10px;
  border-radius: 3px;
  height: 31px;
}

/*--------------------------------------------------------------
# icon box
--------------------------------------------------------------*/
.icon-box {
  padding: 15px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-gap: 15px;
}
.icon-box i {
  float: left;
  color: #02964A;
  font-size: 40px;
  line-height: 0;
}
.icon-box h4 {
  line-height: 1.3em;
  margin-bottom: 10px;
  font-size: 18px;
}
.icon-box h4 a {
  color: #384046;
  transition: 0.3s;
}
.icon-box p {
  line-height: 1.3em;
  font-size: 16px;
  margin-bottom: 10px;
}
.icon-box:hover {
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}
.icon-box:hover h4 a {
  color: #02964A;
}
.newsslider .slick-dots {
	bottom: -40px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}
.contact .info i {
  font-size: 20px;
  color: #02964A;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf4fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #384046;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 16px;
  color: #65747f;
}
.contact .info:hover i {
  background: #02964A;
  color: #fff;
}

.contact input, .contact textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
}
.contact input {
  height: 44px;
  width:100%;
  padding: 10px 12px;
}
.contact textarea {
  padding: 10px 12px;
  width:100%;
  height:161px;
}
.contact input[type=submit] {
  background: #02964A;
  width:auto;
  height:44px;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact input[type=submit]:hover {
  background: #024EA2;
}
.myform {
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  grid-gap: 30px; 
}
.inp {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 40px 0;
  margin-top: 70px;
}
.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f5a62;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 16px;
  background: #f7fbfe;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  
}
#footer .footer-top .footer-contact p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #777777;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #02964A;
  font-size: 18px;
  line-height: 1;
  margin-top: -3px;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #02964A;
}
#footer .credits {
  padding-top: 5px;
  font-size: 15px;
  color: #444444;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #02964A;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #024EA2;
  color: #fff;
  text-decoration: none;
}
.sidebar {
  padding: 10px;
  background: #FE7E00;
}
.sidebar h2 {
  color: #fff;
}
.green { 
	background: #02964A;
}
.news {
  display: grid;
  grid-template-columns: 75px auto;
  grid-gap: 10px;
  background: #fff;
  padding: 10px;
  align-items: center;
  margin: 0 0 10px 0;
}
.news p {
  margin: 0;
  color: #666;
}
.news h6 { color: #000; }
.news:hover h6, .news:hover p { color: #02964A }

.title {
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}
.title:before {
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 0;
	left: calc(50% - 60px);
}
.title:after {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #02964A;
	bottom: -1px;
	left: calc(50% - 20px);
}
.news img, .news h5 { 
	margin: 0;
}
.tc {text-align:center;}
.tl {text-align:left;}
.tr {text-align:right;}

.matter h1, .matter h2, .matter h3, .matter h4, .matter h5, .matter h6 { margin-bottom: 10px; }
.matter ul, .matter ol { padding-left: 30px; margin-bottom: 20px; }
.matter li { list-style: inherit; margin-bottom: 10px; }
.table p { margin: 5px 0; }
hr { margin: 15px 0; }

@media (max-width: 1200px) {
	.fit img { max-width: 65px; }
	.name { font-size: 28px; }
}

@media (max-width: 991px) {
	.container { max-width: 100%; }
	.topmenu ul { display: flex; }
	.mymenu li:last-child a { border: none; }
	.name {
	  display: block;
	  font-size: 24px;
	  margin: 10px 0 0;
	}
	.topmenu li:last-child { display: none; }
	#header .logo img { width: 80px; margin: 5px 0; }
}

@media (max-width: 767px) {
	.box1 { margin-bottom: 20px;}
}	
	
@media (max-width: 480px) {
	#header .logo img {
	  width: 70px;
	}
	.name {
		font-size: 18px;
		margin: 0;
	}
	.name span { font-size: 14px; }
	.name i { font-size: 10px; }
	.fit img {
	  max-width: 60px;
	}
}
@media (max-width: 450px) {
	.name { font-size: 16px; }
	.name span { font-size: 12px; }
	.fit img {
	  display: none;
	}
	.important h4 { font-size: 18px; }
	.highlight h4 { font-size: 20px; }
	.highlight i { font-size: 80px; }
	.box { display: block; }
}