@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  background-color: #f5f5f5 !important;
  font-family: "Inter", sans-serif !important;
  font-family: "Times New Roman", Times, serif!important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus-visible {
  outline: none;
}

ol, ul {
  list-style: none;
  padding: 0 0 !important;
  margin: 0 !important;
}
img { max-width: 100%;}

.clear {
  clear: both;
}

button:hover {
    background: #01001E;
}

a.mpd{animation: blinkingText11 2s infinite; background: #ffb800; color: #fff; padding: 5px;}
@keyframes blinkingText11 {

  0% {
      color: #fff; background: #ffb800;
  }

  50% {
    color: #45A85B; background: #fff;
  }

  100% {
    color: #ffb800;background: #fff;
  }
}
.mob { display: none;color: #fff;
  font-weight: 500;
  text-transform: uppercase; display: none;} 

  @media screen and (max-width: 767px) {
    .mob { display: block;}
    .mob1 {display: none;}
  }
/* Header css */
header {
    z-index: 99;
    position: relative;
}
.top-hd{
    background-color: #01001E;
}
.logo{
    padding: 14px 0;
}
.top-rt{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
ul.top-number {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.top-number li {
  padding: 0 13px;
  transition: all 0.5s;
  color: #fff;
  display: flex;
  align-items: center;
}
ul.top-number li img {
  padding: 0 9px;  
}
ul.top-number li a {
  color: #fff;
  transition: all 0.5s;
  text-decoration: none;
  font-size: 16px;
}
ul.top-number li:hover, ul.top-number li a:hover {
  color: rgba(69, 168, 91, 1);
}
.switch1 {
  position: relative;
  display: inline-block;
  width: 89px;
  height: 44px;
  margin: 0 12px 0 0;
}

.switch1 input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider1 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider1:before {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  left: 4px;
  bottom: 4px;
  background-color: #01001E;
  -webkit-transition: .4s;
  transition: .4s;
  background-image: url(../images/clear_day.png);
  background-repeat: no-repeat;
  background-position: center;
}

input:checked + .slider1 {
  background-color: #3b3c3d;
}

input:focus + .slider1 {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider1:before {
  -webkit-transform: translateX(44px);
  -ms-transform: translateX(44px);
  transform: translateX(44px);
}

/* Rounded sliders */
.slider1.round1 {
  border-radius: 34px;
}

.slider1.round1:before {
  border-radius: 50%;
}

/* Access Quick css */
.quick-access {
  margin: 0;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-radius: 30px;
}
.quick-access .link {
  cursor: pointer;
  display: block;
  padding: 10px 17px 10px 47px;
  color: #4D4D4D;
  font-size: 14px;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: right;
  font-weight: 500;
  background: #fff;
  border-radius: 21px;
}
.quick-access .link span i {
  background: #45a85b;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}
.quick-access li:last-child .link {
	border-bottom: 0;
}

.quick-access li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.quick-access li i.fa-chevron-down {
  left: 6px;
  right: auto;
  font-size: 16px;
  top: 6px;
}
.quick-access li.open .link {
	color: #45a85b;
}

.quick-access li.open i {
	color: #fff;
}

.quick-access li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.access-dropdown {
  display: none;
  background: rgb(255 255 255 / 74%);
  font-size: 14px;
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 5px 0px #b5b5b5;
  z-index: 999;
}

.access-dropdown li {
	border-bottom: 1px solid #dfdfdf;
}
.access-dropdown li:last-child{
  border-bottom: none;
}
ul.access-dropdown li a {
  padding: 11px 13px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.access-dropdown a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 6px 29px;
  padding-left: 0;
  webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}.access-dropdown a:hover {
	background: #45a85b;
	color: #FFF;
}
.navigation{
  position: relative;
  z-index: 99;
}

/* slider */
.das_slide {
    position: relative;
    height: 100vh;
    overflow: hidden;
}#demo { height: 100%; overflow: hidden; width: 100%; float: left;}
/* section.slider-bg {
  margin: -70px 0 0 0;
} */
.overflow-bg {
  background: url('../images/overfow-sl.png');
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: 100%;
}
.slide .item {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 65%;
    transform: translate(0, -50%);
    border-radius: 20px;
    /*box-shadow: 0 30px 50px #505050;*/
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block;
    transition: 0.5s;
}

.slide .item:nth-child(1),
.slide .item:nth-child(2){
    top: 0;
    left: 0;
    transform: translate(0, 0);
    border-radius: 0;
    width: 100%;
    height: 100%;
}


.slide .item:nth-child(3){
    left: 50%;
}
.slide .item:nth-child(4){
    left: calc(46% + 220px);
}
    .slide .item:nth-child(5) {
        left: calc(42% + 440px);
        opacity: 1;
    }
    .slide .item:nth-child(6) {
        left: calc(22% + 880px);
        opacity: 1;
    }

/* here n = 0, 1, 2, 3,... */
.slide .item:nth-child(n + 7){
    left: calc(50% + 660px);
    opacity: 1;
}

.item .content {
  position: absolute;
  top: 45%;
  left: 100px;
  width: auto;
  text-align: left;
  color: #eee;
  transform: translate(0, -50%);
  font-family: system-ui;
  display: none;
  line-height: 65px;
  letter-spacing: -2px;
}

.slide .item:nth-child(2) .content{
    display: block;
}
.content .name {
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 900;
    opacity: 0;
    animation: animate 1s ease-in-out 1 forwards;
    width: auto; background: #3029299c; padding: 5px;
   
}
.content .des {
  margin-top: 10px;
  margin-bottom: 20px;
  opacity: 0;
  animation: animate 1s ease-in-out 0.3s 1 forwards;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  font-family: 'Inter';
  letter-spacing: 1px;
  z-index: 9999;
  position: relative;
  color: #ffff;background: #45a85bcf;
  color: #ffff;
  display: inline-block;
  padding: 5px;
}
.content button {
  padding: 5px 20px;
  border: none;
  cursor: pointer;
  opacity: 0;
  animation: animate 1s ease-in-out 0.6s 1 forwards;
  border-radius: 20px 20px;
  background: #45a85b;
  width: 160px;
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
}


@keyframes animate {
    from{
        opacity: 0;
        transform: translate(0, 100px);
        filter: blur(33px);
    }

    to{
        opacity: 1;
        transform: translate(0);
        filter: blur(0);
    }
}



.button {
    /* width: 100%; */
    /* text-align: center; */
    position: absolute;
    bottom: 52px;
    RIGHT: 550px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;    
}

    .button button, .button a.prev22, .button a.next22 {text-decoration: none; color: #fff;
        width: 50px;
        height: 50px;
        /* border-radius: 8px; */
        border: none;
        cursor: pointer;
        margin: 0 5px;
        border: 2px solid #fff;
        transition: 0.3s;
        border-radius: 50%;
        background: none;
        opacity: 1;
     
    }

.button button:hover{
    background: #01001E;
    color: #fff;
}
button:hover {
    background: #01001E;
}
button.prev22, .next22, a.next22, a.prev22  {
  color: #fff;
  font-size: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.prev22:hover, a.next22:hover{background: #01001E;
  color: #fff;}

/* e-Care Icon Css */
.icon-bg{
  padding: 50px 0 50px 0;
}
ul.icon-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid rgba(69, 168, 91, 1);
  width:100%;
  margin: auto !important;
}
ul.icon-ul li {
  padding: 0 15px;
  margin-bottom: 50px;
  position: relative;
}
ul.icon-ul li:before {
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  background: #45a85b;
  border-radius: 50%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -56px;
}
ul.icon-ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  width: 148px;
  height: 112px;
  transition: all 0.2s;
}
ul.icon-ul li a.active{
  border: 1px solid #45a85b;
  border-radius: 18px;
  position: relative;
  transition: all 0.5s;
}
ul.icon-ul li a.active:before{
  content: '';
  width: 45px;
  height: 45px;
  position: absolute;
  background: #45a85b;
  border-radius: 50%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -73px;
  background-image: url('../images/top-arrow.svg');
  background-repeat: no-repeat;
  display: flex;
  background-position: 17px center;
}
ul.icon-ul li a:hover ::before {
  content: '';
  width: 45px;
  height: 45px;
  position: absolute;
  background: #45a85b;
  border-radius: 50%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -73px;
  background-image: url('../images/top-arrow.svg');
  background-repeat: no-repeat;
  display: flex;
  background-position: 17px center;
}
ul.icon-ul li a:hover {
  border: 1px solid #45a85b;
  border-radius: 18px;
  position: relative;
}
ul.icon-ul li a span {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.icon-ul li a p {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 400;
  padding: 6px 0 0 0;
  margin: 0px;
}

/* Notices */
.notices-bx{
  padding: 0 0 50px 0;
}
.bg-nots {
  background: rgba(250, 250, 250, 1) padding-box;
  padding: 30px;
  border-radius: 12px;
  position: relative;
}
.btn-readmore {
  background: rgba(69, 168, 91, 1);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 31%;
  top: 29px;
  transition: all 0.4s;
}
.btn-readmore:hover {
  background: #01001E;
}
.notices {
  text-align: center;
  width: 96%;
  margin: auto;
  overflow: hidden;
}
.notice-title h2 {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 20px 42px;
}
.notice-box {
  background: #01001E;
  width: 92% !important;
  border-radius: 15px;
  padding: 15px;
  position: relative;
  text-align: left;
}
.new-box {
  position: absolute;
  top: 8px;
  right: 8px;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 0 9px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.notices-date a {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 56px;
  text-decoration: none;
}
.notice-box p {
  margin: 0px;
  padding: 0px;
  line-height: 16px;
}
.notices-date span {
  font-size: 30px;
  padding: 0 9px;
}
.notice-box p a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
.updated-date {
  color: rgb(181 181 181);
  font-size: 12px;
  padding: 14px 0 0 0;
  margin: 0px;
}
ul.parent-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: auto;
  position: absolute;
  width: 103%;
  top: 55%;
  left: -17px;
}
li.next2, li.prev2 {
  height: 30px;
  background: rgba(69, 168, 91, 1);
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}
li.prev2 i {
  left: -2px;
  position: relative;
}
li.next2 i {
  position: relative;
  left: 2px;
}


/* Principal Css */
.bg-principal{
  background-image: url('../images/principal-bg.png');
  height: auto;
  width: 100%;
  background-size:100%;
  position: relative;
  margin-top: 160px;
  margin-bottom: 200px;
}
.bg-principal::before {
  content: '';
  position: absolute;
  background: #01001E;
  height: 57px;
  width: 100%;
  top: -57px;
  left: 0; z-index: 0;
}
.rtl-slider-flex .des { display: none;}

.principal-sl .slick-list{
  position: relative;
  top:-161px
}
.Principal-img {
  border: 21px solid #fff;
  border-radius: 6px;
  margin: 0 0 0 0;
  z-index: 99;
  position: relative;
}
.Principal-img img {
  width: 100%;
}
h3.prin-name {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 0 0 0;
  font-size: 24px;
  font-weight: 300;
}
.principal-text {
  padding: 0;
  margin: 0 0 0 20px;
  z-index: 99;
  position: relative;
}
h3.mobile-title{display: none;}
.prin-title {
  padding: 42px 0 0 0;
}
.prin-title h3 {
  color: #45A85B;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 35px 0;
}
.prin-title h6 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 0 0 0 0px;
}
.prin-title p {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  padding: 29px 0 0 0;
  text-align: justify;
  font-family: Inter;
  font-weight: 200;
  line-height: 21.78px;

}
a.btn-prin {
  background: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
a.btn-prin:hover{
  background-color: #01001E;
}
ul.parent-arrow1 {
    position: absolute;
    top: -44px;
    right: 38px;
    display: flex;
    width: 70px;
    justify-content: space-between;
}
li.prev3, li.next3 {
  background: #055016;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 21px;
  border-radius: 50%;
  cursor: pointer;
}
h3.masterHead.pageHeading {
  background: #055016;
  text-align: center;
  display: flex;
  margin: 10px auto 30px;
  max-width: max-content;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Inter';
  padding: 7px 28px;
  font-size: 24px;
  position: relative;
  border-radius: 3px;
}
span.color1 {
    padding-left: 8px;
}
    /*h3.masterHead.pageHeading::before {
        content: '';
        width: 0px;
        height: 0px;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 13px solid #f5802d;
        position: absolute;
        bottom: -12px;
    }*/
.aboutus-bg {
  background-color: #fff;
  height: 550px;
  margin: -140px 0 0 0;
  border-radius: 20px;
  position: relative;
  z-index: 99;
  padding: 30px 60px;
}
.aboutus-bg h3 {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  color: #3B3B3B;
  font-size: 30px;
}
.aboutus-bg p {
  padding: 26px 0 0 0;
  text-align: justify;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  color: #1c1b1b;
}

a.btn-about {
  width: 42px;
  height: 42px;
  background: #3d9652;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s;
}
a.btn-about img {
  max-width: 23px;
}
a.btn-about:hover{
  background-color: #01001E;
}
img.sch-building {
  width: 100%;
  position: absolute;
  bottom: -230px;
  z-index: 999;
}


/* Photo Gallery */
.photogallery-bg{
  padding: 50px 0;
}
.title-pht {
  position: absolute;
  top: 13px;
  right: 20%;
  font-weight: 800;
  z-index: 99;
  font-size: 22px;
  text-transform: uppercase;
  color: #3B3B3B;
}
.rtl-slider-flex {
  display: flex;
  flex-direction: row;
  position: relative;
  height: 470px;
  overflow: hidden;
  justify-content: center;
  width: 95%;
  margin: auto;
}
img.leftside-img {
  width: 52%;
  object-fit: cover;
  border-radius: 12px 0 0 12px;
}
.rtl-slider .rtl-slider-slide {
  display: flex !important;
  justify-content: end;
}
.rtl-slider-flex .rtl-slider {
  width: 52%;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}
.rtl-slider-flex .rtl-slider-nav {
  width: 39%;
  margin-top: 0;
  background: white;
  padding: 60px 20px 20px 34px;
  border-radius: 0 12px 12px 0;
}
.rtl-slider-flex .rtl-slider-nav img {
  width: 93%;
  min-height: 180px;
  cursor: pointer;
}
.rtl-slider .rtl-slider-slide img {
    width: 100%;
    height: 552px;
}
.rtl-slider-flex .rtl-slider-nav .rtl-slider-slide {
  height: 184px;
  overflow: hidden;
  margin: 0 0 0 0;
}

.rtl-slider-flex .rtl-slider-nav .slick-slide.slick-current.slick-active .rtl-slider-slide {
  opacity: 1;
}
ul.photo-arrow {
  position: absolute;
  top: 13px;
  right: 11%;
  display: flex;
  width: 70px;
  justify-content: space-between;
  z-index: 99;
}
li.thumb-prev, .thumb-next {
  height: 30px;
  background: rgba(69, 168, 91, 1);
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}
a.btn-photo {
  width: 42px;
  height: 42px;
  background: #3d9652;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s;
  position: absolute;
  right: 24%;
  bottom: -21px;
}
a.btn-photo img {
  max-width: 23px;
}
a.btn-photo:hover{
  background-color: #01001E;
}

/* Video Gallery */
.title-video {
  position: absolute;
  top: 17px;
  left: 11%;
  font-weight: 800;
  z-index: 99;
  font-size: 22px;
  text-transform: uppercase;
  color: #3B3B3B;
}
.video-slider-flex {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  height: 470px;
  overflow: hidden;
  justify-content: center;
  width: 95%;
  margin: auto;
  margin-top:5% ;
}
.video-slider .video-slider-slide {
  display: flex !important;
  justify-content: end;
}
.video-slider-flex .video-slider {
  width: 52%;
  border-radius: 0 12px 12px 0px;
  overflow: hidden;
}
.video-slider-flex .video-slider-nav {
  width: 39%;
  margin-top: 0;
  background: white;
  padding: 60px 20px 20px 34px;
  border-radius: 12px 0  0 12px ;
}
    .video-slider-flex .video-slider-nav img {
        width: 93%;
        min-height: 167px;
    }
.video-slider .video-slider-slide img {
    width: 100%;
    min-height: 552px;
}
.video-slider-flex .video-slider-nav .video-slider-slide {
  height: 184px;
  overflow: hidden;
  margin: 0 0 0 0;
}

.video-slider-flex .video-slider-nav .slick-slide.slick-current.slick-active .video-slider-slide {
  opacity: 1;
}
ul.video-arrow {
  position: absolute;
  top: 17px;
  left: 30%;
  display: flex;
  width: 70px;
  justify-content: space-between;
  z-index: 99;
}
li.thumb-prev1, .thumb-next1 {
  height: 30px;
  background: rgba(69, 168, 91, 1);
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}
a.btn-video {
  width: 42px;
  height: 42px;
  background: #3d9652;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s;
  position: absolute;
  left: 24%;
  bottom: -21px;
}
a.btn-video img {
  max-width: 23px;
}
a.btn-video:hover{
  background-color: #01001E;
}

/* Founder Css  */
.bg-founder{
  padding: 70px 80px;
}
.founder {
  height: auto;
  box-shadow: 0 0 3px 2px rgb(0 0 0 / 6%);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  border-right: 20px solid rgba(69, 168, 91, 1);
  background-color: #fff;
}
.founder-img {
  background: rgba(69, 168, 91, 1);
  width: 250px;
  height: 100%;
}
.founder-img img {
  margin: 33px 0 0 12px;
}
.founder-txt {
  width: 68%;
  margin: 30px 59px 0 105px;
}
.founder-txt h4 {
  color: rgba(0, 0, 0, 1);
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 0.5px;
}
.founder-txt h5 {
  color: rgba(69, 168, 91, 1);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
.founder-txt h6 {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.founder-txt p {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  padding: 20px 0 0 0;
  line-height: 22px;
}


/* Happy Birthday */
.bday-bg{
  padding: 50px 0px;
}
.hdy{
  box-shadow: -1px -1px 24.5px 0px rgba(0, 0, 0, 0.05);
  height: auto;
  border-radius: 24px;
  display: flex;
  background-color: #fff;
}
.stud-bx {
  width: 50%;
  position: relative;
 
}
.title-bdy {
  background: #45A85B;
  padding-left: 36px;
  padding-top: 20px;
  padding-bottom: 8px;
  position: relative;
  border-radius: 24px 0 0 0;
}
.title-bdy.title-trh {
  border-radius: 0 24px 0 0;
}
.title-bdy p {
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
.title-bdy h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    padding: 2px 0;
}
.bday-box {
  padding: 24px 38px;
}
.bday-box {
  display: flex !important;
  padding: 80px 38px 80px 38px; 
}
.bday-txt h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  padding: 0px;
  margin: 0px;
}
bday-txt p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  padding: 2px 0 0 0;
}
span.cap-img {
  position: absolute;
  left: 63%;
  top: 30px;
  z-index: 999;
  display: none;
}
.balloon-bx {
  position: absolute;
  left: 60.6%;
  top: 66px;
  z-index: 0;
}
.bday-img {
  margin: 0;
  z-index: 99;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
}
.parent-arrow3 {
  position: absolute;
  bottom: -14px;
  left: 10%;
  display: flex;
  width: 27%;
  justify-content: space-between;
}
.prev6, .next6 {
  background: #45A85B;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 21px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
}
.prev6:hover, .next6:hover{
  background: #ffb800;
}

/* Teachers Css */
.techrgallery-sl {
  margin: 0;
}
.bday-box1 {
  padding: 24px 38px;
}

.bday-box1 {
  display: flex !important;
  padding: 80px 38px 80px 38px;  
}
.bday-txt1 {
  padding: 0 0 0 0;
}
.bday-txt1 h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  padding: 0px;
  margin: 0px;
  /* border: 1px solid red; */
  width: 224px;
  /* position: relative; */
}

bday-txt1 p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  padding: 2px 0 0 0;
}
.bday-img1 {
  margin: 2px 0 0 0;
  z-index: 99;
  position: relative;
  left: 0;
}
.parent-arrow3 {
  position: absolute;
  bottom: -14px;
  left: 10%;
  display: flex;
  width: 27%;
  justify-content: space-between;
}
.prev5, .next5 {
  background: #45A85B;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 21px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
}
.prev6:hover, .next6:hover{
  background: #ffb800;
}

.prev6a, .next6a,.prev6, .next6 {
  background: #45A85B;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 21px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
}
.prev6:hover, .next6:hover{
  background: #ffb800;
}


/* Mobile App Css */
.bg-mobile {
  padding:0px 0 35px 0px;
  background: url('../images/App-Mockup.jpg');
  height: auto;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.mobile-app-bx {
  padding: 0px;
  display: flow-root;
}
.mobile-slide-bx {
  background: #01001E;
  height: 420px;
  width: 537px;
  float: right;
  margin: 32px 20px 0 0;
  padding: 22px;
  overflow: hidden;
  
}
.mobile-app-icon {
  text-align: center;
}
.mobile-app-icon h5 {
  color: white;
  font-weight: 400;
  font-size: 20px;
  padding: 15px 0 0 0;
  margin: 0px;
}
.mobile-app-icon h3 {
  color: white;
  font-size: 30px;
  font-weight: 800;
}
.app-txt h5 {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
.mobile-sl ul.slick-dots li {
  width: 13px;
  height: 13px;
  background: #56b64a;
  border-radius: 50%;
  border: 1px solid #56b64a;
}
.mobile-sl ul.slick-dots li.slick-active {
  border: 1px solid #56b64a;
  background: transparent;
}
.mobile-app-icon {
  text-align: center;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
}
.mobile-app-icon h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding: 15px 0 0 0;
}
.mobile-app-icon h4 span {
  display: block;
  padding: 7px 0 0 0;
}

/* Footer Css */
footer{
  background-color:rgba(35, 35, 35, 1);
  padding: 80px 0 0 0;
}
.ft-logo h6 {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding: 42px 0 17px 0;
  line-height: 24px;
}
.ft-logo p img {
  margin: 0 11px 0 0;
}
.ft-logo p a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.5s;
}
.ft-logo p a:hover{
  color:#f5802d
}
.widgets-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.followus {
  padding: 0px 0 0px 0px;
}
.followus h4 {
  color: rgba(69, 168, 91, 1);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 0 0 9px 0;
  text-align: center;
}
.widgets-social a {
  width: 39px;
  height: 39px;
  color: #000;
  display: flex;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 15px;
  transition: all 0.8s;
  border: 1px solid  rgba(69, 168, 91, 1);
  align-items: center;
  justify-content: center;
}
.widgets-social a:hover {
  background: rgba(69, 168, 91, 1);
}
.ft-orng {
  height: auto;
  padding: 0px 70px 0px 140px;
}
.ft-orng h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(69, 168, 91, 1);
  letter-spacing: 0.7px;
  padding-bottom: 7px;
}
.ft-ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
}
ul.quickul {
  width: 230px;
}
ul.quickul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 36px;
  transition: all 0.6s;
}
ul.quickul li a:hover{
  color: #92ffaa;
}
.ft-copyright {
  padding: 45px 0 0 0;
  text-align: center;
  color: #fff;
}
.ft-copyright p{
  font-size: 16px;
  font-weight: 200;
}
.ft-copyright a{
  color: #45a85b;
  text-decoration: none;
  transition: all 0.5s;
}
.ft-copyright a:hover{
  color:#45a85b;
}
.link1 {
  background: rgba(69, 168, 91, 1);
  height: 38px;
  width: 160px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px 0 4px;
  margin: auto;
  margin-top: 21px;
  cursor: pointer;
  transition: all 0.5s; text-decoration: none;
}
.link1:hover {
  background: #ffb800;
}
.link1 span {
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link1 span img{
  width: 12px;
}

.innerImg {
  float: right;
  margin-left: 20px;
}
a { text-decoration: none;}
.innerImg img {
  border: 1px solid #b5bacc;
}
.innerImg2 {
  float: left;
  margin-right: 20px;
} 
.innerH3
{color: #45A85B;
    font-weight: bold;
}
.masterMain { background:#fff; padding: 10px;}
ul.innerUl li {
  padding-left: 25px;
  background: url(/images/ulbg.png) 0px 4px no-repeat;
  margin-bottom: 12px;
}
.masterText { min-height: 550px;}
.masterText p { text-align: justify;}
.accordionHeader_Y {
  width: 100%;
  text-align: left;
  background: #45A85B url(/images/ajax-arrow1.png) no-repeat 1% center;
  color: #ffffff;
  border: 1px solid #45A85B ;
  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: #ffb800 url(/images/ajax-arrow.png) no-repeat 1% center;
  color: #ffffff;
  border: 1px solid #ffb800;
  margin: 8px 0px 0px 0px;
  font-size: 18px;
  padding: 10px 15px 10px 40px;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
}

.accordionContent_Y {
   
  padding: 25px;
  padding-top: 22px;
  border: 1px solid #d6b75c;
}
@media(min-width:1600px){  
  
  .prin-title h6 {
    padding: 0 0 0 0px;
  }
}
@media (min-width:1400px) {
  span.cap-img{
    left: 55%;
  }
}


/* drak Css */
.dark-mode {
  background-color: black !important;
}

.dark-mode .content .name, .dark-mode .content .des {
  color: #000;
}
.dark-mode .notice-box, .dark-mode .mobile-slide-bx, .dark-mode .top-hd, .dark-mode footer, .dark-mode .header .nav li .sub-menu{
  background: #000;
  background-color: #000;
}
.dark-mode ul.icon-ul li a p {
  color: #fff;
}
.dark-mode ul.icon-ul li a span img {
  filter: invert(1);
}
.dark-mode ul.icon-ul li a:hover {
  border: 1px solid #fff;
}
.dark-mode ul.icon-ul {
  border-bottom: 1px solid #fff;
}
.dark-mode ul.icon-ul li:before {
  background: #fff;
}
.dark-mode ul.icon-ul li a:hover ::before {
  background: #000;
  background-image: url(../images/top-arrow.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  border: 1px solid #fff6f6;
}
.dark-mode .switch1::before {
  content: 'Dark mode';
  position: absolute;
  background: black;
  width: 90px;
  height: auto;
  right: -103px;
  top: 10px;
}

