/*----------*
 *  Import external css *

 *	Styles	*
 *----------*
 */
@import url("../fonts/font-style.css");
@import url("../font-awesome/css/font-awesome.css");
/* Body Styles
------------------------------------------------------------------*/

body {
	font-family: 'gloriola_stdregular';
	background: #8bb9a2 !important;
	margin:0px!important;
	padding:0px!important;
	font-size:14px;
	color: #747474;
}
/* Links
------------------------------------------------------------------*/

a.link, a.visited, a.active, a.selected {
	outline: none;
}
.clrfix {
	clear: both;
	line-height: 5px;
}

a{
	color: #747474;
	text-decoration:none;
}






.container h2 {
	font-family: 'gloriola_stdregular';
	color: #747474;
	font-size: 23px!important;
	border-bottom: #ec1a25 solid 1px;
	padding-left: 10px!important;
	padding-bottom: 10px!important;
	display: table!important;
	margin-right: 10px!important;
	margin-bottom: 0!important;
	margin-top: 10px!important;
	

}

.flt_left{
float:left;
}

.flt_right{
float:right;
}


.topsec{
width:100%;
float:left;
background-color:#008739;
padding:8px 0;	
}

.topsetcion{
width:100%;
float:left;
color:white;
font-family: 'gloriola_stdregular';
font-size:14px;
}
.topsetcion i{
margin-right:10px;	
}

.topsetcion i.dmn{
margin-left:20px;	
}

.holderLogo{
width:100%;
background-color:white;
padding:0px 0;
text-align:center;
}


.menuHolder{
width:100%;
background-color:#47a567;
padding:0px 0;
}

.banner{
width:100%;

}
.banner .owl-carousel .item{width:100%; }
.banner .owl-carousel .item img{width:100%; height:100% !important;}
.banner .owl-theme .owl-controls{margin-top: 0px;}

.mnu ul{
list-style:none;
margin:0;
padding:0;	
}

.mnu ul li{
display:inline-block;
float:left;
margin-right:30px;
text-transform:uppercase;
color:white;
font-family: 'gloriola_stdregular';
font-size:14px;	
}

.mnu ul li a{
color:white;
text-decoration:none;
}

.mnu ul li a:hover{
color:#ffa97a;
}


.welcome_txt{
width:100%;

color:#777777;
font-family: 'gloriola_stdregular';

letter-spacing:2px;
text-align:left;
padding:20px 0;
}

.welcome_txt h1{

color:#414141;
font-size:45px;
font-weight:900;
display:block;

}
.welcome_txt h2{
font-family: 'gloriola_stdregular';	
color:#414141;
font-size:30px;
font-weight:500;
display:block;

}
.width600{

font-family: 'gloriola_stdregular';
color:#484848;
padding-top:20px;
font-size:15px;
text-align:justify;
}

.width600 span{
color:#008739;
font-family: 'gloriola_stdmedium';	
}

.rdmr{
font-family: 'gloriola_stdmedium';
color:#5b2ea9;
padding-top:10px;
font-size:14px;	
text-transform:uppercase;
text-decoration:underline;
}


.rdmr a{
color:#5b2ea9;
}

.rdmr a:hover{
color:#000000;
}

.width350{
width:350px;
}

.holderMN01{
width:100%;
background-color:#fffdc1;	
}
.holderMN01 img{width:100%;}
.photogallery{
width:100%;

background-color:#fff;
padding:35px 0;
}

.photogallery h4{
font-family: 'gloriola_stdregular';
color: #02873a;
    margin-bottom: 5px;
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
	margin-bottom:35px;
}
.education-board{
	background: url("../images/bg-news.png") no-repeat left top #8bb9a2;
	background-attachment: fixed;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-ms-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	padding:40px 0 70px 0;
	color: #fff;
}
.education-box{
    border: 15px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px rgb(0 0 0 / 50%);
	height: 485px;
    overflow-Y: scroll;
}
.education-board h3 {
    color: #fff;
    margin-bottom:5px;
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
	margin-bottom:25px;
}
.education-box img{max-width:100%;}

.get-notifications{
background: rgb(255 255 255 / 80%);
    padding: 80px 40px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 6px rgb(0 0 0 / 50%);	
	
}
.get-notifications h4{
    color: #02873a;
    margin-bottom: 5px;
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;

	
}
/* News Box */
.news-box {
	background: url("../images/bg-news.png") no-repeat left top #e3e3e3;
	background-attachment: fixed;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-ms-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	padding: 40px 0 60px 0;
	color: #fff;
}
.news-box h3 {
    color: #02873a;
    margin-bottom: 5px;
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}
.news-box p {
	line-height: 24px;
	margin-bottom: 52px;
	font-size: 18px;
	color:#02873a;
	text-align: center;
}
.news-items {
	background: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	margin-bottom: 30px;
}
.news-items img {
	width: 100%;
}
.news-media {
	position: relative;
}
.meta-date {
	background: #fff;
	height: 35px;
	line-height: 35px;
	padding-right: 16px;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	position: absolute;
	top: 10px;
	left: 10px;
}
.meta-date strong {
	background: #000;
	width: 46px;
	height: 35px;
	line-height: 35px;
	margin-right: 12px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	display: inline-block;
}
.news-textb {
	padding: 20px 15px 15px 15px;
	color: #000;
}
.news-items h4 {
	line-height: inherit;
	margin-bottom: 10px;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: capitalize;
}
.news-items p {
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 27px;
	color: #000;
	text-align: left;
}
.btn-more {
	line-height: 36px;
	color: #006199;
	font-size: 20px;
}
.btn-more i {
	border-radius: 100%;
	background: #75b743;
	border: 1px solid #75b743;
	width: 35px;
	line-height: 35px;
	color: #fff;
	display: inline-block;
	text-align: center;
	margin-right: 6px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-more:hover {
	color: #75b743;
}
.btn-more:hover i {
	background: #75b743;
	color: #fff;
}


.wdth_500{
width:500px;
}

.wdth_500 h4{
font-family: 'gloriola_stdregular';
color:#ff0000;
font-size:18px;
margin-top:5px;
margin-bottom:5px;
text-transform:uppercase;
}


.mntxt{
font-family: 'gloriola_stdregular';
line-height:180%;
color:#484848;
font-size:15px;
}

.nwsltr{
margin-top:40px;	
}

.nwsltrtxt{
width: 50%;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border:#c8c8c8 solid 1px;
height:50px;
	
}

.ntfy{

height:50px;
background-color:green;
border:none;
font-family: 'gloriola_stdregular';
font-size:16px;
color:white;
padding:0 10px;
margin-left:-10px;
}

.gtch{
width: 100%;
    float: left;
    background-color: #47a567;
}

.gtch h4{
font-family: 'gloriola_stdregular';
color:#fff;
padding:0px 0 0px ;
text-align:center;
font-size:24px;
margin-top:20px;
margin-bottom:6px;
font-weight:normal;
}


ul.social {
text-align: center;
width: 100%;
padding:0;
}
.social li {
	border-radius: 100% 100% 100% 100%;
	display: inline-block;
	height: 39px;
	line-height: 44px;
	margin: 10px;
	width: 39px;
	text-align: center;

	cursor: pointer;
	background-color: #d4d4d4;
	vertical-align: middle;
}
.social li:hover {
	background-color: #01a954!important;
}
.social i {
	color: #fff!important;
	font-size: 25px;
}

.col_3 {
    float: left;
    margin-right: 25px;
    width: 290px;
}

.footer-menu h5 {
 font-family: 'gloriola_stdregular';
color:#FFFFFF;
padding:0px 0 10px ;
font-size:24px;
text-align:center;
font-weight:normal;
border-bottom:solid #ace1c2 1px;

}

.ftrs{
width:100%;
float:left;
background-color:#235b36;
padding:40px 0px; 
}


.footer-menu ul{
margin:0px;
padding:0px;
list-style:none;
margin-right:30px;	
text-align:center;
}

.footer-menu ul li{
padding-left:0px;
padding-right:30px;
color:#FFFFFF;
font-size:14px;	
padding-bottom:5px;
padding-top:5px;
display:inline-block;
border-bottom:dotted #ace1c2 1px;
}

.footer-menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
}


.footer-menu p{
font-family: 'gloriola_stdregular';
line-height:180%;
color:#ace1c2;
font-size:15px;
}

.ftrbtm{width:100%;
float:left;
background-color:#143520;
padding:10px 0;
text-align:center;
color:#FFFFFF;
font-size:14px;
}



@import url(http://fonts.googleapis.com/css?family=Open+Sans);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  /*background: #ffffff;*/
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #15007f;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px 16px 20px 16px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color:#ffc89f;
}


#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:999999999999999999999999;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 220px;
  font-size: 12px;
  background:#235b36;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 0px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}



#tab {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #c2c2c2;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
#tab table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#tab th {
	vertical-align: middle;
	border: 1px solid #c2c2c2;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 10px;
	font-size: 15px;
	font-family: Arial;
	font-weight: normal;
	color: #4a4949;
	background-color:#269d58;
	color:#fff;
}

#tab tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#tab table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
#tab table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
#tab tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
#tab tr:hover td {
}
#tab tr:nth-child(odd) {
	background-color: #ebebeb;
}
#tab tr:nth-child(even) {
	background-color: #ffffff;
}
#tab td {
	vertical-align: middle;
	border: 1px solid #c2c2c2;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 10px;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #4a4949;
}
#tab tr:last-child td {
	border-width: 0px 1px 0px 0px;
}
#tab tr td:last-child {
	border-width: 0px 0px 1px 0px;
}
#tab tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}
#tab tr:first-child td {
	background: -o-linear-gradient(bottom, #e1e1e1 5%, #e1e1e1 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e1e1e1), color-stop(1, #e1e1e1) );
	background: -moz-linear-gradient( center top, #e1e1e1 5%, #e1e1e1 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1e1e1", endColorstr="#e1e1e1");
	background: -o-linear-gradient(top, #e1e1e1, e1e1e1);
	background-color: #e1e1e1;
	border: 0px solid #c2c2c2;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 16px;
	font-family: "gloriola_stdregular";
	color: #4a4949;
	letter-spacing: -0.2px;
}
#tab tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #e1e1e1 5%, #e1e1e1 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e1e1e1), color-stop(1, #e1e1e1) );
	background: -moz-linear-gradient( center top, #e1e1e1 5%, #e1e1e1 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1e1e1", endColorstr="#e1e1e1");
	background: -o-linear-gradient(top, #e1e1e1, e1e1e1);
	background-color: #e1e1e1;
}
#tab tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}
#tab tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}

form table{
	width:auto;
	
}





form a {
background-color: #7d7d7d;
  padding: 2px 10px;
  color: #fff;
  font-family: 'gloriola_stdmedium';
  font-size: 13px;
  text-decoration: none;
  margin-left:10px;
}



.contact_wraper{
width:100%;
float:left;	
font-family: 'gloriola_stdregular';
	color: #747474;
	font-size: 14px!important;
}

.contact_col{
width:30%;
float:left;	
}

.contact_wraper h3 {
	font-family: 'gloriola_stdregular';
	color: #747474;
	font-size: 23px!important;
	border-bottom: #ec1a25 solid 1px;
	padding-left: 10px!important;
	padding-bottom: 10px!important;
	
	margin-right: 10px!important;
	margin-bottom: 0!important;
	margin-top: 10px!important;
	width:100%;
}

@media screen and (max-width: 992px) {
.footer-menu ul{  margin-right: 0px;}	
 .footer-menu ul li{display:block;     padding-right:0px;}
 ul.social {
    margin: 0;    padding: 0;}
	.banner .owl-theme .owl-controls{    display: none;}
}