﻿@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900");
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  height: 100%;
  width: 100%;
  font-size: 15px;
  text-align: justify;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  outline: none;
}
img {
  border: none;
}
a,
a:hover {
  text-decoration: none;
  color: inherit;
}
html {
  -webkit-text-size-adjust: 100%;
}
ul,
p {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul,
ol,
p {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
.topHeader {
  background: #009746;
  width: 100%;
  float: left;
  height: 34px;
}

.Social_Icon {
  display: inline-block;
  margin: 5px 0;
}
.Social_Icon a {
  display: inline-block;
  width: 34px;
  height: 33px;
  background-image: url(/images/social_icons.png);
  background-repeat: no-repeat;
  margin: 0 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 11px;
}
.Social_Icon a:hover {
  -ms-transform: rotate(360deg); /* IE 9 */
  transform: rotate(360deg);
}
.Social_Icon a.fb {
  background-position: -77px 0;
}
.Social_Icon a.twitter {
  background-position: -192px 0;
}
.Social_Icon a.youtube {
  background-position: -115px 0;
}
.Social_Icon a.instr {
  background-position: 0 0;
}
.Social_Icon a.whatsapp {
  background-position: -39px 0;
}
.Social_Icon a.linkden {
  background-position: -154px 0;
}
.menuTop {
  float: right;
}
.menuTop li {
  display: inline-block;
  position: relative;
}
.menuTop li a {
  color: #fff;
  padding: 7px 19px;
  line-height: 34px;
}
.menuTop li ul {
  background: #6daf4e;
  width: 220px;
  position: absolute;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-box-shadow: 0px 5px 12px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 12px rgb(0 0 0 / 20%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.menuTop li:hover ul {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.menuTop li:hover {
  background: #6daf4e;
}
.menuTop li ul li {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menuTop li ul li a {
  display: block;
  padding: 0 9px;
  font-size: 14px;
  border-bottom: 1px solid #4d8d2f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menuTop li ul li:hover {
  background: #fff;
}
.menuTop li ul li:hover > a {
  color: #4d8d2f;
}
.Header_Main {
  background: #fff;
  width: 100%;
  float: left;
  padding: 5px 0;
  border-bottom: 4px solid #6daf4e;
}

.BottonsTop {
  background: #146632;
  color: #d6b75c;
  padding: 15px 25px;
  border-radius: 29px;
  font-size: 18px;
  margin-top: 4px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.BottonsTop1 {
  background: #6daf4e;
  color: #fff;
  padding: 7px 13px;
  border-radius: 29px;
  font-size: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 15px 0 0 26px;
  float: right;
}
.BottonsTop:hover {
  background: #009746;
  color: #d6b75c;
}
.BottonsTop1:hover {
  background: #009746;
  color: #fff;
}
.BottonsTop img {
  margin-right: 7px;
}

.sliderBox {
  position: relative;
  width: 100%;
  float: left;
  z-index: 0;
}
.slider {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: -1;
  cursor: default;
  top: 0;
}
#slider1 ul li .caption {
  position: absolute;
  z-index: 99;
  bottom: 267px;
  margin: 0px 0 0 142px;
  width: 511px;
  max-width: 100%;
  padding: 0px 20px;
  font-family: "Raleway", sans-serif;
}
.Sld_Caption_1 {
  color: #ffffff;
  font-size: 53px;
  font-weight: 900;
  line-height: 61px;
  margin-bottom: 27px;
  text-align: left;
}
.Sld_Caption_2 {
  color: #ffffff;
  font-size: 34px;
  line-height: 37px;
  text-align: left;
  font-weight: 500;
}
#slider1 ul li.flex-active-slide .caption .Sld_Caption_1 {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}
#slider1 ul li.flex-active-slide .caption .Sld_Caption_2 {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
}
#slider1 .flex-direction-nav a.flex-next:before,
#slider1 .flex-direction-nav a:before {
  display: none;
}
#slider1 .flex-direction-nav .flex-next {
  background: url(/images/next1.png) center center no-repeat #009746;
  cursor: pointer;
  float: left;
  opacity: 1;
  visibility: hidden;
  right: 20px;
}
#slider1 .flex-direction-nav .flex-prev {
  background: url(/images/prev1.png) center center no-repeat #009746;
  cursor: pointer;
  float: left;
  opacity: 1;
  visibility: hidden;
  left: 20px;
}
#slider1:hover > .flex-direction-nav .flex-next {
  visibility: visible;
  right: 10px;
}
#slider1:hover > .flex-direction-nav .flex-prev {
  visibility: visible;
  left: 10px;
}
#slider1 .flex-control-nav {
  bottom: 30px;
  z-index: 99;
  display: none;
}

.video-header {
  height: 575px;
}
.QuickAccess {
  background: #fff;
  padding: 5px 0;
  width: 100%;
  float: left;
  position: relative;
}
.Button_Quick {
  background: #0060aa;
  line-height: 38px;
  display: inline-block;
  padding: 0 13px 0 6px;
  border-radius: 25px;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.Button_Quick img {
  vertical-align: middle;
  margin-right: 9px;
  margin-top: -4px;
}
.Button_Quick:hover {
  background: #fff;
  color: #009746;
}
.QuickBx {
  margin-top: -67px;
  float: left;
  width: 100%;
}

.info {
  background-color: #0060aa;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
}
.info li {
  display: inline-block;
  margin: 0 5px;
}
.info li a {
  background: #fff;
  line-height: 34px;
  display: inline-block;
  padding: 0 13px 0 6px;
  border-radius: 25px;
  font-size: 13px;
  color: #0060aa;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info li a:hover {
  background: #009746;
  color: #fff;
}
.scws {color: #FFF;

  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
border-right: 22px solid #547fc3; padding-top: 130px;
}
.bg--1 { background: #2c5ca4;}
.bg--2 { background: #0a9748;}
.bg--3 { background: #acc921;}
.bdr--1 { border-bottom: 8px solid #244b86;}
.bdr--2 { border-bottom: 8px solid #087c3b;}
.bdr--3 { border-top: 8px solid #087c3b;}
.bdr--4 { border-top: 8px solid #8da51b;}
.ImpLinksX a  {color: #FFF;

text-align: center;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal; text-align: center; margin-top: 38px; display: inline-block;   }
.ImpLinksX a img{transition: transform 0.5s ease;}
.ImpLinksX a:hover img {   transform: rotate(180deg);}

.lhd{color: #FFF;

  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;}
.ImpLinks {
  overflow: hidden;
  background: #fff;
  margin: 0 0 0 0;
  float: left;
  padding: 50px 0;
  width: 100%;
}
.ImpLinksX{ background: #2c5ca4}
.ImpLinksIn ul {
  text-align: center;
}
.ImpLinksIn ul li {
  margin: 0 36px;
  float: left;
}
.ImpLinksIn ul li a .impLinkTitle {
  color: #2b6fa4;
  font-size: 19px;
  font-weight: 500;
}
.ImpLinksIn ul li a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ImpLinksIn ul li:hover > a img {
  margin-top: -20px;
}

.noticeBx {
  background: #ebebeb;
  padding: 50px 0;
  float: left;
  width: 100%;
}
.noticeH {
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 800;
  font-size: 43px;
  color: #104d2c;
  position: relative;
}
.noticeH::after {
  background: #1e1e1e;
  width: 260px;
  height: 4px;
  position: absolute;
  content: "";
  margin-left: -130px;
  bottom: 0;
  left: 50%;
}
.noticeSlide {
  width: 100%;
  display: inline-block;
  position: relative;
}
#newNotic {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}
.news_inner {
  width: 100%;
  background: #fff;
  border-left: 4px solid #51884e;
  padding: 10px 27px;
  float: left;
  margin: 15px 0;
}
.notice_left {
  display: inline-block;
  text-align: center;
  width: 55px;
  float: left;
}
.Notice_month {
  font-size: 10px;
  color: #51884e;
  border-bottom: 3px solid #51884e;
  padding-bottom: 6px;
  text-transform: uppercase;
  font-weight: 500;
}
.Notice_date {
  color: #51884e;
  font-weight: 600;
  font-size: 46px;
  line-height: 50px;
}
.notice_right {
  display: inline-block;
  width: 272px;
  margin-left: 23px;
  float: left;
  margin-top: 15px;
  font-size: 16px;
}
.notice_right a {
  color: #000;
}
.newsNotice .flex-direction-nav a {
  top: 24%;
}
.newsNotice .flex-direction-nav a::before {
  content: "" !important;
  background: url(/images/ArrowLeft.png) no-repeat center center;
  width: 100%;
  height: 100%;
}
.flex-direction-nav a.flex-next:before {
  content: "" !important;
  background: url(/images/ArrowRight.png) no-repeat center center;
}
.ourSchoolSection {
  padding: 20px 0 84px 0;
  float: left;
  width: 100%;
  background: #f5f5f5;
}
.about-2 { background: url(/images/about-bg1.jpg) top center no-repeat; background-size: cover;}
.desk-none { display: none;}
.text-y { color: #c1ff72;}
.hd_about {
  color: #f85e1e;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}
.heading1 {
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 800;
  font-size: 43px;
  color: #1b1f2e;
  position: relative;
}
.heading2 {
  margin-bottom: 30px;
  text-align: left;
  font-weight: 800;
  font-size: 43px;
  color: #009746;
  position: relative;
}
.heading3 {
  margin-bottom: 30px;
  text-align: left;
  font-weight: 800;
  font-size: 43px;
  color: #104d2c;
  border-bottom: 1px solid #104d2c;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}

.mls_hd {
  text-align: left;
  font-weight: 800;
  font-size: 28px;
  color: #444444;
  margin-top: 40px;
}
.mls_sub {
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 26px;
  color: #666;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.mls_Btm {
  text-align: center;
  margin-top: 34px;
  margin-bottom: 34px;
}
.mls_Btm span {
  display: inline-block;
  position: relative;
}
.mls_Btm span.mls_Left:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 1px;
  background-color: #004070;
  left: -120px;
  top: -10px;
}
.mls_Btm span.mls_Left:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #61aa51;
  left: -90px;
  top: -6px;
}
.mls_Btm i {
  font-size: 25px;
  color: #000000;
}
.mls_Btm span {
  display: inline-block;
  position: relative;
}
.mls_Btm span.mls_right:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 1px;
  background-color: #004070;
  right: -120px;
  top: -10px;
}
.mls_Btm span.mls_right:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #61aa51;
  right: -90px;
  top: -6px;
}
.MLS_box {
  float: left;
  width: 200px;
  position: relative;
  margin: 0 11px;
}
.MLS_box figure {
  margin: 0;
}
.MLS_box > figure:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.MLS_box_hd1 {
  position: absolute;
  top: 30px;
  right: 0px;
  color: #fff;
  text-transform: capitalize;
  padding: 5px 10px;
  opacity: 0;
  border-width: 10px 0 0 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.MLS_box_hd1:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.MLS_box:hover .MLS_box_hd1 {
  right: -10px;
  opacity: 1;
}
.MLS_box_hover {
  position: absolute;
  bottom: -100px;
  left: 0px;
  width: 100%;
  height: auto; /* background-color: #ffffff; */
  text-align: center;
  padding: 52px 20px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.MLS_box:hover .MLS_box_hover {
  opacity: 1;
  bottom: 0px;
  visibility: visible;
}
.MLS_box_hd2 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  margin: -65px 0px 0px;
  text-align: center;
  padding: 0px 20px;
  color: #ffffff;
  font-weight: bold;
  text-transform: capitalize;
  font-weight: 800;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.MLS_box_hd2 h6 {
  font-weight: 800;
  font-size: 17px;
}
.MLS_box:hover .MLS_box_hd2 {
  opacity: 0;
  top: 0px;
}
.MLS_box_hover_lnk {
  width: 100%;
  float: left;
  border: 1px solid rgba(198, 198, 198, 0.85);
  padding: 10px 10px;
  border-radius: 5px;
  background: white;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.MLS_box_hover {
  position: absolute;
  bottom: -100px;
  left: 0px;
  width: 100%;
  height: auto; /* background-color: #ffffff; */
  text-align: center;
  padding: 52px 20px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.MLS_box:hover .MLS_box_hover {
  opacity: 1;
  bottom: 0px;
  visibility: visible;
}
.MLS_box_1 > figure:before {
  background-color: rgba(0, 84, 164, 0.85);
}
.MLS_box_1 .MLS_box_hd1 {
  background-color: #0054a2;
}
.MLS_box_1 .MLS_box_hd1:before {
  border-color: transparent transparent transparent #0054a2;
}
.MLS_box_02 > figure:before {
  background-color: rgba(245, 95, 95, 0.85);
}
.MLS_box_02 .MLS_box_hd1 {
  background-color: #f55f5f;
}
.MLS_box_02 .MLS_box_hd1:before {
  border-color: transparent transparent transparent #f55f5f;
}
.MLS_box_03 > figure:before {
  background-color: rgba(10, 177, 104, 0.85);
}
.MLS_box_03 .MLS_box_hd1 {
  background-color: #0ab168;
}
.MLS_box_03 .MLS_box_hd1:before {
  border-color: transparent transparent transparent #0ab168;
}
.MLS_box_04 > figure:before {
  background-color: rgba(255, 192, 0, 0.85);
}
.MLS_box_04 .MLS_box_hd1 {
  background-color: #ffc000;
}
.MLS_box_04 .MLS_box_hd1:before {
  border-color: transparent transparent transparent #ffc000;
}
.MLS_box_05 > figure:before {
  background-color: rgba(238, 33, 246, 0.85);
}
.MLS_box_05 .MLS_box_hd1 {
  background-color: #ee21f6;
}
.MLS_box_05 .MLS_box_hd1:before {
  border-color: transparent transparent transparent #ee21f6;
}

.ButtonD1 {
  background: #0060aa;
  line-height: 38px;
  display: inline-block;
  padding: 0 6px 0 15px;
  border-radius: 25px;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ButtonD1:hover {
  background: #009746;
  color: #fff;
}
.ButtonD1 img {
  vertical-align: middle;
  margin-left: 9px;
}
.ButtonD1L { background: #0060aa;   padding: 0 15px 0 6px;} 
.ButtonD1L:hover { background: #c1ff72; color: #0060aa;} 
.ButtonD1L img { margin-left: 0; margin-right: 9px; transform: rotate(180deg);} 
.social-feed { margin: 0 50px ; height: 400px; overflow: auto;
    scroll-behavior: smooth;}
.ourInspirationSection {
  padding: 50px 0;
  background: url(../images/ourInsparationBg.png) top center no-repeat #019746;
  margin: 0 0 0 0;
  width: 100%;
  float: left;
}
.visionContent {
  font-size: 20px;
}
.ourMessage {
  padding: 50px 0;
  background: #f5f5f4;
  position: relative;
  width: 100%;
  float: left;
}
.grandmaster {
  text-align: right;
  position: relative;
  font-size: 21px;
  font-weight: 800;
  color: #0060aa;
  margin-top: 12px;
}
.grandmaster:after {
  content: "";
  position: absolute;
  right: 245px;
  top: 0;
  background: url(/images/line1.png) no-repeat;
  width: 151px;
  height: 26px;
}
.ourMessage:before {
  content: "";
  position: absolute;
  right: 0;
  top: 100px;
  background: url(/images/msg_pattern.png) no-repeat;
  width: 62px;
  height: 48px;
}
.ourMessage:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100px;
  background: url(/images/msg_pattern.png) no-repeat;
  width: 62px;
  height: 48px;
}
.PhotoGalleryArea {
  padding: 50px 0;
  background: #fff;
  position: relative;
  width: 100%;
  float: left;
}
.galleryInner {
  background: #6daf4e;
  padding: 20px 0;
  border-radius: 20px;
}
.gimgCover {
  max-width: 352px;
  max-height: 304px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.gimgLink {
  display: block;
}
.gimgLink img {
  /* height: auto; */
  transition: all 0.3s ease-in-out;
}
.gimgCover img {
  max-height: 304px;
  max-width: none;
}
.Grydate {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin: 5px 0;
}
.galler_heading {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin: 5px 0;
}
.description {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin: 5px 0;
}
.serviceIconListSection {
  overflow: hidden;
  background: #009746;
  margin: 0 0 60px 0;
  float: left;
  width: 100%;
  -webkit-box-shadow: inset 0px 3px 12px -2px rgba(102, 102, 102, 1);
  -moz-box-shadow: inset 0px 3px 12px -2px rgba(102, 102, 102, 1);
  box-shadow: inset 0px 3px 12px -2px rgba(102, 102, 102, 1);
}
.serviceIconList {
  list-style: none;
  padding: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.serviceIconList li {
  display: inline-block;
  position: relative;
  margin: 40px 0px;
}
.serviceIconList li a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.serviceIconList li:hover a img {
  margin-top: -10px;
}
.serviceIconList li .iconContainer {
  width: 127px;
  height: 111px;
  text-align: center;
  padding: 16px 0 0 0;
  cursor: pointer;
}
.stdhd {
  border: 2px solid #104d2c;
  border-radius: 27px;
  font-size: 16px;
  color: #fff;
  padding: 4px 29px;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0;
  display: inline-block;
  background: #104d2c;
}
.tname {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  margin-top: 8px;
}
.tclass {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-top: 0;
}
.topperBtn .ButtonD1 {
  margin-top: 13px;
}
.custom-navigation3 {
  position: relative;
  top: 0;
  z-index: 1;
}
.custom-navigation3 .flex-prev {
  position: absolute;
  top: 74px;
  left: 5px;
}
.custom-navigation3 .flex-next {
  right: 5px;
  position: absolute;
  top: 74px;
}
.facilitiesarrow .flex-prev {
  position: absolute;
  top: 148px;
  left: 5px;
}
.facilitiesarrow .flex-next {
  right: 5px;
  position: absolute;
  top: 148px;
}
.footerSection {
  overflow: hidden;
  background: url(../images/footerBg.png) top center no-repeat #0d9b4e;
  width: 100%;
  float: left;
  margin-top: 50px;
  padding: 27px 0;
}
.downloadContent {
  font-size: 14px;
  font-weight: 600;
}
.esc {
  background: #fff;
  color: #104d2c;
  text-align: center;
  line-height: 36px;
  font-size: 17px;
  display: inline-block;
  margin-bottom: 13px;
  font-weight: 600;
  padding: 0 12px;
}
.sc {
  text-align: center;
}
.sc span {
  width: 33px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ffffff;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  margin: 0px 1px;
}
.FooterForm {
  background: #104d2c;
  padding: 20px;
  color: #fff;
  border-radius: 7px;
}
.hdFooter {
  font-size: 20px;
  font-weight: 600;
}
.footer_left {
  font-size: 14px;
}
.footer_right {
  border-left: 1px solid #0b6534;
}
.footerBtn {
  background: #009746;
  color: #fff;
  padding: 8px 17px;
  border-radius: 7px;
}
.footer_right label {
  font-size: 13px;
  margin-bottom: 0;
}
.footer_right .form-group {
  margin-bottom: 0.5rem;
}
.footer_right .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #006a31;
  background-clip: padding-box;
  border: 1px solid #006a31;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.footer_right .form-control:focus {
  color: #fff;
  background-color: #006a31;
  border-color: #006a31;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(51 52 52 / 25%);
}
.SendBtn {
  background: #009746;
  color: #fff;
  padding: 8px 17px;
  border-radius: 7px;
  outline: none;
  border: none;
  font-size: 13px;
  margin-top: 15px;
}
.copyRightSction {
  background: #009746;
  padding: 10px 0;
  width: 100%;
  float: left;
}

.masterMain {
  width: 100%;
  float: left;
}
.boxIn,
.menuCenter {
  width: 100%;
  max-width: 1140px;
  margin: 0px auto;
}
.pageHeading {
  color: #ffffff;
  margin: 20px 0;
  background: #009746;
  padding: 10px;
  text-align: center;
}
.masterText {
  width: 100%;
  float: left;
  line-height: 24px;
  color: #555151;
  min-height: 520px;
  text-align: justify;
  padding-bottom: 30px;
}

.innerH3 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}

.masterText p {
  margin-bottom: 15px;
}

ul.innerUl li {
  padding-left: 25px;
  background: url(/images/ulbg.png) 0px 4px no-repeat;
  margin-bottom: 12px;
}

.heading {
  color: #e11937;
  font-weight: 400;
  background: #bdbdbd59;
  padding: 6px 10px 4px 10px;
  border-left: 5px solid #e11937;
  text-transform: uppercase;
}

.text-theme-colored {
  color: #e11937;
}

.masterText .m-0 {
  margin: 0;
}

.innerImg {
  float: right;
  margin-left: 20px;
}

.innerImg img {
  border: 1px solid #b5bacc;
}

.academicHead {
  width: 100%;
  text-align: center;
}

.academicHead tr td {
  vertical-align: top;
  width: 33.33%;
}

.academicHead tr td img {
  border: 0px solid #eaeaea;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.academicHead tr td h3 {
  color: #e11937;
}

.academicHead tr td h4 {
  color: #621010;
}

.academicHead tr td h5 {
  color: #7d7d7d;
}

.accordionHeader_Y {
  width: 100%;
  text-align: left;
  background: #0060aa url(/images/ajax-arrow1.png) no-repeat 1% center;
  color: #ffffff;
  border: 1px solid #0060aa;
  margin: 8px 0px 0px 0px;
  font-size: 18px;
  padding: 10px 15px 10px 40px;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
}

.accordionHeaderSelected {
  width: 100%;
  text-align: left;
  background: #009746 url(/images/ajax-arrow.png) no-repeat 1% center;
  color: #ffffff;
  border: 1px solid #009746;
  margin: 8px 0px 0px 0px;
  font-size: 18px;
  padding: 10px 15px 10px 40px;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
}

.accordionContent_Y {
  background-color: #fff;
  padding: 25px;
  padding-top: 22px;
  border: 1px solid #009746;
}

.innerTbl {
  width: 100%;
}

.innerTbl tr td {
  padding: 5px;
}

.tpr tr td {
  text-align: center;
  vertical-align: top;
  padding: 0 5px 20px 5px;
}

.innerTbl1 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}

.innerTbl1 tr td,
.innerTbl1 tr th {
  border: 1px solid #b5bacc;
  padding: 4px 5px;
}

.innerTbl1 tr:first-child {
  background: #d1d5e3;
}

table.innerTbl tr td img {
  border: 5px solid #3ac67e;
  width: 136px;
  height: 159px;
}

@media only screen and (max-width: 600px) {
  .tpr {
    text-align: center;
  }

  .tpr tr td {
    display: inline-block;
  }
}

/* -- ie 10 and 11 -- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    background: #292929;
  }

  html {
    box-sizing: border-box;
  }

  *,
  *:before,
  *:after {
    box-sizing: inherit;
    vertical-align: top;
  }
}
@media only screen and (max-width: 1200px) {
  .menuTop li a {
    color: #fff;
    padding: 7px 7px;
    line-height: 34px;
  }
  .slicknav_menu {
    display: block;
    margin-top: 0;
    background: none;
    position: absolute;
    right: 3px;
    top: -8px;
  }
  .serviceIconTop li,
  .BottonsTop1,
  .BottonsTop {
    zoom: 0.8;
  }
}

@media only screen and (max-width: 989px) {
  .topHeader {
    height: auto;
  }
  .menuTop li a {
    color: #fff;
    padding: 7px 19px;
    line-height: 34px;
  }
  .serviceIconTop li,
  .BottonsTop1,
  .BottonsTop {
    zoom: 1;
  }
  .menuTop li ul {
    right: 0;
    left: auto;
  }
  .slicknav_menu {
    display: block;
    margin-top: 11px;
    position: absolute;
    right: 0;
    z-index: 4;
  }
  .serviceIconTop {
    text-align: center;
  }
  .serviceIconTop li {
    display: inline-block;
    margin: 0;
    text-align: center;
    margin-top: 7px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 10px 15px;
  }
  .Button_Imp {
    position: relative;
    left: 0;
    top: 12px;
    text-align: center;
  }
  .Button_Imp a {
    background: #0060aa;
    color: #fff;
    padding: 8px 23px;
    border-radius: 29px;
    font-size: 14px;
    margin-top: 4px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 7px 8px;
  }
  .slider {
    top: 10px;
  }
  #slider1 ul li .caption {
    position: relative;
    z-index: 99;
    bottom: 0;
    margin: 0;
    width: 511px;
    max-width: 100%;
    padding: 0px 20px;
    font-family: "Raleway", sans-serif;
  }
  .Sld_Caption_1 {
    color: #bd4444;
    font-size: 41px;
    font-weight: 900;
    line-height: 54px;
    margin-bottom: 9px;
    text-align: left;
  }
  .Sld_Caption_2 {
    color: #bd4444;
    font-size: 23px;
    line-height: 29px;
    text-align: left;
    font-weight: 500;
  }
  .noticeBx {
    margin-top: 31px;
  }
  .notice_left {
    width: 38px;
  }
  .Notice_date {
    font-size: 33px;
    line-height: 37px;
  }
  .notice_right {
    width: calc(100% - 59px);
    margin-left: 16px;
    font-size: 13px;
  }
  .toppersIn {
    margin-bottom: 30px;
  }
  .BottonsTop1 {
    float: none;
    margin: 10px;
  }
  .Header_Main .text-right {
    text-align: center !important;
  }
  .video-header {
    height: auto;
  }
  .QuickAccess {
    margin-top: 120px;
  }
  .QuickBx {
    margin-top: -107px;
  }
  .info li {
    display: inline-block;
    margin: 4px;
  }
  .ImpLinksIn ul li {
    margin: 15px 15px;
    float: none;
    display: inline-block;
  }
  .MLS_box {
    float: none;
    width: 200px;
    position: relative;
    margin: 11px;
    display: inline-block;
  }
  .MLS_box_outer {
    text-align: center;
  }
}

.menu_bg {
  background: #0060aa;
  width: 100%;
  float: left;
}
.menus {
  display: inline-block;
  position: relative;
  z-index: 9;
  text-align: center;
  width: 100%;
}
.menu_inner {
  top: -5px;
}
ul.dropmenu {
  text-align: left;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.012cm;
}
ul.dropmenu li {
  background: url(/images/libg.png) center left no-repeat;
  white-space: nowrap;
  list-style: none;
  float: left;
  padding: 0px 0px;
  margin: 0px 0px;
  line-height: 32px;
  display: block;
  position: relative;
  text-transform: uppercase;
}
ul.dropmenu li:first-child {
  background: none;
}
ul.dropmenu li a {
  color: #fff;
  padding: 4px 42px;
  margin: 0px 0px;
  display: block;
  text-transform: uppercase;
  background: url(/images/arrow_m.png) bottom center no-repeat;
}
.dropmenu ul.submenu {
  min-width: 180px;
  min-height: 239px;
  padding: 10px 0px;
  margin: 0px; /* box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);*/
  background: #009746;
  position: absolute;
  top: 40px;
  left: 0px;
  display: none;
  z-index: 999;
}

.dropmenu ul.submenu li {
  background: none;
  padding: 0px;
  margin: 0px;
  display: block;
  float: none;
  border-bottom: 0px solid #2c75da;
  text-transform: none;
}
.dropmenu ul.submenu li:last-child {
  border: none;
}
.dropmenu ul.submenu li a {
  color: #fff;
  line-height: 27px;
  padding: 0px 25px;
  background: none;
  font-weight: 400;
}
.dropmenu ul.submenu li a:hover {
  background: none;
  color: #fff;
}
.dropmenu li:hover > a {
  color: #fff;
  background: url(/images/arrow_m1.png) bottom center no-repeat;
}
.dropmenu li:hover > ul {
  display: block;
  -moz-animation: flipInX 0.5s ease-in;
  -webkit-animation: flipInX 0.5s ease-in;
  animation: flipInX 0.5s ease-in;
}
.dropmenu ul li:hover > ul {
  display: block;
  -moz-animation: flipInY 0.5s ease-in;
  -webkit-animation: flipInY 0.5s ease-in;
  animation: flipInY 0.5s ease-in;
}
.dropmenu ul.submenu li:before {
  display: block;
  z-index: -1;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0;
  height: 100%;
  background-color: #0060aa;
  content: "";
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.dropmenu ul.submenu li:hover:before {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .dropmenu ul#newClass {
    position: relative;
    top: 0;
    background: #39c97c;
    padding-left: 10px;
    left: 0px;
  }
  .dropmenu ul#new_class {
    position: relative;
    top: 0;
    background: #39c97c;
    padding-left: 10px !important;
    left: 0px !important;
  }
  .dropmenu ul#next_newClass {
    position: relative;
    top: 0;
    background: #39c97c;
    padding-left: 10px !important;
    left: 0px !important;
  }
}
#newClass {
  left: -273px;
  top: 0px;
  padding: 0px;
  min-height: none;
  min-height: auto;
}
/*
.dropmenu ul.submenu:after {content: "";  position: absolute; width: 100%;  bottom:-3px;  left:0;  height: 3px; background:#fff;  }
*/

#menu_m {
  width: 100%;
  float: left;
}
#menu_m > ul.dropmenu li {
  background: url(/images/libg_m.png) center left no-repeat;
}
#menu_m > ul.dropmenu li:first-child,
#menu_m > .dropmenu ul.submenu li,
#menu_m > .dropmenu ul.submenu li a {
  background: none;
}
#menu_m > ul.dropmenu li a {
  color: #fff;
  background: url(/images/arrow_m_pg.png) bottom center no-repeat;
}
#menu_m > .dropmenu li:hover > a {
  background: url(/images/arrwo_mst.png) bottom center no-repeat;
}
#menu2 {
  position: relative;
  float: right;
  z-index: 99;
  font-family: "Open Sans", sans-serif;
  font-variant: normal;
  font-weight: 600;
  letter-spacing: 0.015cm;
}
#menu2 ul {
  float: right;
}
#menu2 ul li {
  display: inline-block;
  float: left;
  position: relative;
  padding: 0px 0px;
  margin: 0px 0px;
}
#menu2 ul li:first-child {
  background: none;
}
#menu2 ul li ul {
  display: none;
  position: absolute;
  top: 19px;
  background: #fff;
  width: 160px;
  text-align: right;
}
#menu2 ul li ul li {
  background: none;
  white-space: nowrap;
  width: 100%;
}
#menu2 ul li ul li a:hover {
  background: #ec2a42;
  color: #fff;
}
#menu2 ul li ul li a {
  display: block;
  color: #ec2b42;
}
#menu2 ul li:hover > a {
  background: #fff;
  color: #ec2b42;
}
#menu2 ul li:hover > ul {
  display: block;
}
#menu2 ul li a {
  font-size: 12px;
  text-transform: uppercase;
  padding: 3px 14px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.menu2h {
  top: -30px;
  padding-right: 12px;
}
.menu2h ul li a {
  color: #fff;
}
.menu2h ul li {
  background: url(/images/libg_m.png) center left no-repeat;
}

.menu2 {
  top: -26px;
  padding-right: 12px;
}
.menu2 ul li a {
  color: #000;
}
.menu2 ul li {
  background: url(/images/li_bg.png) center left no-repeat;
}
/*
.menu2 ul li:before {display: block; z-index: -1; position: absolute; left:14px; bottom: 0px;  height: 2px; width:0px; background-color: #ec2b42; content: ""; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;
  -o-transition: all 0.5s;  transition: all 0.5s;}
.menu2 ul li:hover:before { width: 100%;  -webkit-calc(100% - 28px); width: calc(100% - 28px); width: -moz-calc(100% - 28px); }
*/
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 8deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 8deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -8deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -8deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 2deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 2deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -1deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -1deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 8deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 8deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -4deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -4deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 2deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 2deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -1deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -1deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.menu_img {
  float: left;
  height: 100%;
  background: #009746;
  position: absolute;
  top: 0px;
  left: 100%;
  padding: 18px 18px 18px 0px;
}
.menu_img img {
  max-width: initial;
}
.img_last {
  left: auto;
  right: 100%;
  padding: 18px 0px 18px 18px;
}

/*

#menu-mobile { float:right; height: 40px; top:0px; display:none; position: absolute; right:0px; z-index:99; width: 40px; cursor:pointer; text-align:left; font-family: 'Open Sans', sans-serif;  text-transform:uppercase; color: #fff; border:2px solid red;background:#fff url(/images/menu_bg1.png) center center no-repeat; font-weight:400; font-size: 16px;}

*/
#menu-mobile {
  height: 41px;
  display: none;
  position: relative;
  z-index: 999;
  width: 41px;
  cursor: pointer;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: url(/images/menu_bg1.png) center center no-repeat;
  font-weight: 400;
  font-size: 16px;
  margin: 0px auto;
  margin-top: 78px;
}

#menu-mobile.active3 {
  background: url(/images/menu_bgh2.png) center center no-repeat;
  color: #2f1d00;
}
 
ul.dd {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 26px 0 0 0;
}
ul.dd li {
  background: #b6f3bf;
  width: 23%;
  margin: 5px 1%;
  text-align: center;
  text-align: center;
}
ul.dd li a {
  color: #0d9b4e;
  display: block;
  line-height: 34px;
  transition: all 0.5s;
}
ul.dd li a:hover {
  color: #54ffa2;
  background: #157924;
}
@media (max-width:767px){
  .desk-none { display: block;}
  ul.dd li {
  width: 46%;
}
ul.dd { 
  justify-content: space-around;
}
}