@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');
body {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
   
  font-family: "Inter", sans-serif !important;
 
   
    background-size: contain; background-color: #ffffff !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;
}

 

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; color: #000;}
    .Principal-img img { max-width: 70%; display: inline-block!important;     border: 10px solid #fff;}
    .mob1 {display: none;}
  }
/* Header css */
header {
    z-index: 999;
    position: relative;   width: 100%;
}
.header { z-index: 99;}
.top-hd{
    /* background-color: #ffb800; */
       background: #0296b0;
}
.bg-4 { background: #f0f0f0;}
.logo{
    padding: 10px 0;
}
.techrgallery-sl .imgborder {
  width: 136px; display: inline-block;
}
.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; text-align: center;
}
ul.top-number li {
  padding: 10px 13px;
  /* transition: all 0.5s; */
  color: #FC9FBC;
  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;font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  
}
ul.top-number li svg {margin-right: 10px;}
ul.top-number li:hover a { color: #FC9FBC;}
ul.top-number li:hover svg path { fill: #FC9FBC;}

ul.top-number li a.mpd1 { background: #f9bac2; display: inline-block; font-size: 16px; color: #323232; border-radius: 8px;padding: 12px 18px;}
ul.top-number li a.mpd1:hover { background: #0296b0; color: #fff;}

a.bdylink{ border: 0px solid #ffffff;
  background: url(/images/btn4.png) no-repeat;  

  /* height: 40px; */
  border-radius: 30px;
  color: #ffffff;
  padding: 9px 24px;
  /* margin-left: 16px; */
  text-transform: uppercase;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  text-decoration: none; 
  display: inline-block;
  width: 100%;
  max-width: 203px;
}
a.bdylink:hover { background: #000;}

ul.top-number li:hover, ul.top-number li a:hover {
  /* transform: scale(1.01) */
}
.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: #FC9FBC;
  -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%;
}
.slider .item img{ width: 100%;}
/* Access Quick css */
.quick-access {
  margin: 0;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-radius: 30px;
  float: right;
  margin-top: 16px;
  position: relative;
  z-index: 999; top: 6px;
}
.quick-access .link {
  /* cursor: pointer; */
  display: block;
  padding: 9px 10px 9px 40px;
  /* 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: #f9bac2;
  border-radius: 8px;
  white-space: nowrap;
  font-family: Inter;
  font-size: 12px;
}
.quick-access .link span i {
  background: #0296b0;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f9bac2;
  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: 3px;
  right: auto;
  font-size: 16px;
  top: 3px;
}.quick-access:hover li span i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.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; white-space: nowrap; text-transform: uppercase;
}
.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: #FC9FBC;
	color: #FFF;
}
.access-dropdown {
  display: none;
  background: #fff;
  font-size: 14px;
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 5px 0px #b5b5b5;
  z-index: 999;
  backdrop-filter: blur(8.85px);
  right: 0;
}
.quick-access li:hover ul.access-dropdown {
  display: block;
  visibility: visible;
}
 .our-motto {display: flex;
 
 
justify-content: center;
align-items: center;
gap: 24px;}
.our-motto li {width: 284.375px;
height: 400px;
flex-shrink: 0; border-radius: 18.75px;
background: #FFF; transition: .5s ease; position: relative;

box-shadow: 0px 0px 10px 2px rgba(250, 186, 193, 0.10); padding-top: 80px; transition: .5s ease;}
.hedng-1{color: #0297B0;

font-family: Inter;
font-size: 28.125px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase; margin-top: 20px;}

.moto-text {transition: .5s ease; position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #3B3B3B;

font-family: Inter;
font-size: 15.625px;
font-style: normal;
font-weight: 400;
line-height: normal;
  overflow: hidden;
  width: 100%;
  height: 0;  position: absolute; padding: 0px 15px;
 
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
 text-align: justify;}
  .our-motto li:hover { padding-top: 10px;}
  .our-motto li:hover .moto-text{ height: 60%;}

  .top-box {transition: transform .2s;   }

    .our-motto li:hover .top-box{  transform: scale(.6);
    transform-origin: top;}
.des  {
  position: absolute;
  left: 80px;
  top: 15px;
  text-align: center;
  background: #FC9FBC;
  color: #fff;
  display: none;
  padding: 5px 10px;}

.navigation{
  position: relative;
  z-index: 99;
}
#demo { height: 100%; overflow: hidden; width: 100%; float: left;}
/* slider */
.das_slide {
   
    position: relative;  width: 100%;
    
}
.slider div.slick-active .caption {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

.slider .item .caption h2 { font-size: 50px;font-weight: 800; font-family: 'Roboto';text-shadow: -1px 2px 4px rgba(33,23,31,0.75);}
.slider .item .caption {
  position: absolute;
  z-index: 99;
   top:45%;
  margin: 0px 0 0 92px;
  color: #fff;
  text-transform: uppercase;
 
 
  padding: 0px 20px;
  font-family: Montserrat;
font-size: 50px;
font-weight: 800;
line-height: 72px;
 

}
.video-slide {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    
    position: relative;
}
 .slider .slick-prev {
    left: 0;
}.slider .slick-next {
    right: 0;
}
.slider { width: 100%;  }
 
.slider .item .caption { display: none;}
.slider .item img { width: auto;}
.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: cover;
}
.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: 'Montserrat';
  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;
   
}
.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: 'Montserrat';
  letter-spacing: 1px;
  z-index: 9999;
  position: relative;
  color: #ffff;
}
.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.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: #FC9FBC;
  color: #fff;}

.icon-ul-new {display: flex !important;
width: 100%;
height: 158px;
padding: 20.422px 40px;
flex-direction: row;
align-items: center;
gap: 10.748px;
flex-shrink: 0; border-radius: 50.517px;
background: rgba(2, 151, 176, 0.50);justify-content: center;  padding: 0px 50px!important;

backdrop-filter: blur(15.531291961669922px);}
.icon-ul-new li { display: flex!important;  align-items: center; justify-content: center;}
.icon-ul-new li a
{     display: flex
;
    flex-direction: column;
    align-items: center; justify-content: center;
    gap: 10px;
} 
.icon-ul-new li div { text-align: center;}
.icon-ul-new li span
{ display: inline-block;
height: 89.211px;
 
justify-content: center;
align-items: center;
gap: 10.748px; width: 89.211px;
align-self: stretch; border-radius: 25.796px;
background: linear-gradient(0deg, #FABAC1 0%, #FABAC1 100%), #FABAC1;border: 4.299px solid #fabac1;
    padding-top: 24px;}
    .icon-ul-new li:hover span { background: transparent;}
      /* .icon-ul-new li:hover span svg path { fill: #fabac1;} */
.icon-ul-new li a p {color: #012B32;

text-align: center;
font-family: Inter;
font-size: 15.048px;
font-style: normal;
font-weight: 400;
line-height: normal; margin: 0; margin-top: 10px;}
 
.icon-ul-new .slick-prev{ left: 25px; background: url(/images/Group98.png) center center no-repeat;}
.icon-ul-new .slick-next{ right: 25px;  background: url(/images/Group91.png) center center no-repeat;}
.icon-ul-new  .slick-prev:before, .icon-ul-new  .slick-next:before { display: none;}

  /* e-Care Icon Css */
.icon-bg{
  padding: 50px 0 50px 0;
}
.icon-bg .container {margin-top: -85px;}
ul.icon-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #FC9FBC;
  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: #FC9FBC;
  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 #FC9FBC;
  border-radius: 18px;
  position: relative;
  transition: all 0.5s;
}
ul.icon-ul li a.active:before{
  content: '';
  width: 45px;
  height: 45px;
  position: absolute;
  background: #FC9FBC;
  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: #FC9FBC;
  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 #FC9FBC;
  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:#0B1956;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 0 0 0;
  margin: 0px;
}

/* Notices */
.notices-bx{
  padding: 0 0 50px 0;
}
.bg-nots {
  padding: 30px;
  border-radius: 12px;
  position: relative; background: #fdf1f3;
}
.btn-readmore {
  background: #FC9FBC;
  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: #0a2647;
}
.btn-readmore a img {
  width: 19px;
  position: relative;
  top: -1px;
  left: 1px;
}
.notices {
  text-align: center;
  width: 96%;
  margin: auto;
  overflow: hidden;
}
.notice-title h2 {
  color: #0296b0;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 20px 42px;
}
.notice-box {
  background: #0296b0;
   
  width: 92% !important;
  border-radius: 15px;
  padding: 15px;
  position: relative;
  text-align: left; height: 164px;
}
.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: #fff;
  font-size: 12px;
  padding: 14px 0 0 0;
  margin: 0px; text-transform: uppercase;
}
ul.parent-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: auto;
  position: absolute;
  width: 103%;
  top: 55%;
  left: -17px;
}
ul.parent-arrow11 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: auto;
  position: absolute;
  width: 98%;
  top: 50%; left: 1%;
  
}

li.next2, li.prev2,li.next2ss, li.prev2ss,li.next2X,li.prev2X {
  height: 30px;
  background:#0296b0;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f9bac2;
  font-size: 26px;
  cursor: pointer;
}
li.prev2 i,li.prev2ss i  {
  left: -2px;
  position: relative;
}
li.next2 i,li.next2ss i {
  position: relative;
  left: 2px;
}

.Frame115 {   background: url(../images/Frame115.png) top center no-repeat #fff; padding: 80px 0; box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);}
.club-h{color: #000;

text-align: center;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal; margin-top: 10px;}
.club-h2 h2 {color: #03D7FB;

text-align: center;
font-family: Inter;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal; margin: 0;}
.club-h2 p {color: #303030;

font-family: Inter;
font-size: 14.213px;
font-style: normal;
font-weight: 400;
line-height: normal; margin-top: 0px;}
.club-slider .col-md-4 a { display: inline-block; text-align: center; }
.club-slider .col-md-4 a img { display: inline-block; max-width: 150px;}
.club-slider .slick-prev{ left: 25px; background: url(/images/club-l.png) center center no-repeat; height: 62px; width: 62px;}
.club-slider .slick-next{ right: 25px;  background: url(/images/club-r.png) center center no-repeat; height: 62px; width: 62px;}
.club-slider .slick-prev:before, .club-slider .slick-next:before { display: none;}
a.see-more{display: inline-flex;
padding: 10px 16px;
justify-content: center;
align-items: center;
gap: 10px; 
border-radius: 8px;
background: #03D7FB; color: #FFF;

text-align: right;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;}
a.see-more:hover { background: #0296b0;}

a.see-more1 {background: #0296b0;}
a.see-more1:hover  {background: #03D7FB;}

.current-event {  background: url(../images/notice-bg4.png) top center no-repeat #fff;   background-size:100%; padding: 30px 0;}
.current-eh {color: #0297B0;

text-align: center;
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 700; margin-bottom: 25px;
line-height:34px;}
.gimgCover { text-align: center;}
.event-bg { background: url(../images/notice-bg3a.jpg) top center no-repeat #fff; padding-top: 50px; padding-bottom: 25px; background-size: cover;    min-height: 239px;  position: relative;  margin-top: 20px;}

.event-l { background: url(/images/event-date.png) no-repeat; width: 82px; height: 97px; min-width: 82px; }
.event-r {color: #FFF;
padding-left: 20px;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; text-align: left;}
.e-day {color: #0297B0;margin-top: 13px;

text-align: center;
font-family: "Libre Baskerville";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20px; }
.e-date{color: #0297B0;

text-align: center;
font-family: "Libre Baskerville";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px;}
.c-event li {    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;}
.c-event .slick-slide { margin: 0px 25px;}

.event-arrow { position: absolute; width: 200px; bottom: 40px; left: 155px; display: flex;
    gap: 20px;}
 
.c-eevent-btn { float: right; margin-right: 10px;} 
.c-eevent-btn a.see-more { background: #0298b1;}
.c-eevent-btn a.see-more:hover  { background: #f9bac2;}
.stranght {background: #0297B0; margin: 30px 0; padding: 10px 0;}
 #counter { 
justify-content: center;
align-items: center;
gap: 32px;}
 #counter .item{ color: #FABAC1;

text-align: center;
font-family: Inter;
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: normal; margin: 20px; display: inline-block;}
 #counter .item .text{display: flex;
padding: 8px 24px;
justify-content: center;
align-items: center;
gap: 10px; background: #fff;color: #000;
text-align: center;
font-family: Inter;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal; white-space: nowrap;}
/* Principal Css */
.bg-principal{
 
  background: url(../images/principal-bg1.png) top center no-repeat #fff;
  height: auto;
  width: 100%;
  background-size:100%;
  position: relative;
  margin-top: 240px;
  margin-bottom: 20px;
}
.bg-principal::before {
  content: '';
  position: absolute;
  background: #0296b0;
  height: 57px;
  width: 100%;
  top: -57px;
  left: 0;
}

.principal-sl .slick-list{
  position: relative;
  top:-161px
}
.Principal-img {  
  margin: 0 0 0 0;
  z-index: 99;
  position: relative; text-align: center;
   margin-top: 0px;
}
.Principal-img img {
  border: 21px solid #fff;
  border-radius: 6px; border: 21px solid #fff;
  border-radius: 6px;
}
h3.prin-name {
  color: #000;
  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: 36px 0 0 0;
}
.prin-title h3 {
  color: #0296b0;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 35px 0;
}
.prin-title h6 {
  font-size: 30px;
  font-weight: 700;
  color: #fc9fbc;
  padding: 0 0 0 0px; text-transform: uppercase;
}
.prin-title p {
  color: #000;
  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: #f9bac2;
  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: #386199;
}
a.btn-prin:hover svg rect { fill: #fff;}
ul.parent-arrow1 {
    position: absolute;
    top: -44px;
    right: 38px;
    display: flex;
    width: 70px;
    justify-content: space-between;
}
li.prev3, li.next3 {
  background: #FC9FBC;
  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: #0296b0;
  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;
 
  margin: -140px 0 0 0;
  border-radius: 20px;
  position: relative;
  z-index: 9;
  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: #0296b0;
  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: #f9bac2;
}
img.sch-building {
  width: 100%; position: relative; margin-top: 10px; z-index: 99;
}


/* Photo Gallery */
.photogallery-bg{
  padding: 30px 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:#FC9FBC;
  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: #FC9FBC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s;
  
}
.d--flex {    justify-content: center;
    display: flex
;}
a.btn-photo img {
  max-width: 23px;
}
a.btn-photo:hover{
  background-color: #386199;
}
#gallerSec .slides li{ padding: 13px;}
#gallerSec .slides li .w-100 { padding: 0px; background: #fff;   min-height: 330px;} 
#gallerSec .slides li a {width: 265px;height: 274px; overflow: hidden; border-radius: 60px;display: inline-block;}
#gallerSec .slides li a img { width: auto; max-width: 100%; height: 100%; object-fit: cover;}
#gallerSec .slides li a .aaa { display: none;}

#gallerSec .slides li .Grydate {color: #1da4e1;
    margin: 30px 0 20px 0;
    font-weight: 600; display: none;
}
.galler_heading {color: #000;

text-align: center;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal; text-align: center;}
.galler_heading1 {font-family: 'Roboto'; font-size: 15px; color: #000; display: none;}
.rslider .slick-prev:before, .rslider .slick-next:before { font-size: 0;}
.rslider .slick-prev, .rslider .slick-next {background: url(/images/new-arrow.png) no-repeat;
    height: 42px;
    width: 42px;}
.dat-thought {    background: url(../images/thought-of-the-day.jpg) top center no-repeat #fff; min-height: 300px;
    background-size: cover;
    padding: 20px 0;}
    .thot-h {color: #FFF;

text-align: center;
font-family: Italianno;
font-size: 96px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: 3px;
text-underline-offset: auto;
text-underline-position: from-font;}
.tpr-hd h2 {color: #0297B0;

font-family: Montserrat;
font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: normal;
text-transform: uppercase;}
 
/* 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: #FC9FBC;
  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: #FC9FBC;
  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: #FC9FBC;
}

/* 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 #0296b0;
  background-color: #fff;
}
.founder-img {
  background:#0296b0;
  width: 250px;
  height: 100%;
}
.founder-img img {
  margin: 33px 0 0 12px;
}
.founder-txt {
  width: 68%;
  margin: 30px 59px 0 75px;
}
.founder-txt h4 {
  color: rgba(0, 0, 0, 1);
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 0.5px;
}
.founder-txt h5 {
  color:#0296b0;
  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 */
 


.bg-birthday{
  padding: 50px 0;
}
.title-bdy p {
  color: rgba(37, 48, 61, 1);
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 400;
}
.title-bdy{
  text-align: right;
  padding: 0 0 20px 0;
}
.title-bdy.title-teacher {
  text-align: left;
}
.title-bdy h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(37, 48, 61, 1);
  margin: 0px;
  padding: 2px 0 3px 0;
}
.bday-bx1{
  background: #f5802d;
  height: 428px;
  border-radius: 208px 0 0 208px;
  overflow: hidden;
  position: relative;
}
.tech-bday-bx {
  background: #f5802d;
  height: 428px;
  border-radius: 0 208px 208px 0;
  overflow: hidden;
}
.bday-bx {
   display: block;
}
.bday-box {
    display: flex !important
;
    align-items: center;
    justify-content: flex-end;
    height: 427px;
}
.bdayCenter-bx {
  margin: 0px 25px 10px 25px;
}
.bday-sl {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  margin: 0 16px 0 0px;
  position: relative;
}
.bday-txt {
 
  text-align: center;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  top: 0;
  line-height: 33px;  
 margin-top: 10px;
}
.bday-img {
  position: relative;
  width: 100%;  
  display: flex;
  align-items: center;
  justify-content: center;
}
.tpr-x { width: 100%; position: relative; max-width: 260px;     margin: 0px auto;}
span.cap-img {
  position: absolute;
  left: 44%;
  top: -79px;
  z-index: 9;
}
.techrgallery-sl .topp_hw { margin-bottom: 13px;}
.bday-txt h3,.techrgallery-sl b.tname{
color: #0297B0;

text-align: center;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.bday-txt p,.techrgallery-sl p.tclass{
  color: #0297B0;

text-align: center;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.techbday-sl {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  height: 427px;
}
.teachbday-txt {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  color: #fff;
  padding: 0 32px 0 24px;
  text-transform: uppercase;
  position: relative;
  top: 0;
  line-height: 33px;
  height: 300px;
}
.teachbday-txt h3 {
  padding: 0px;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
}
#ThoughtsOfDay_CTRLThought { display: block;
    align-items: center;
    justify-content: center;
   color: #FFF;

text-align: center;
font-family: Inter;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.todText { margin: 0;}
.pcolor { font-size: 18px; font-style: italic;}

.toppers { width: 100%; background: url(/images/Frame35.jpg) top center no-repeat; background-size: cover; height: 600px; padding: 30px 0px;}
.bday-img img { width: 136px; height: 159px;}
.parent-arrow3 {
 
  display: flex;
  width: 100%;max-width: 250px;
  justify-content: space-between; text-align: center; margin: 0px auto;
}
.parent-arrow3X {width: 100%;  position: absolute; max-width: 100%;}
.parent-arrow3X  .slick-arrow { position: relative; top: 70px;   z-index: 9;}
.parent-arrow3X .prev5,.parent-arrow3X .next5 {top: 70px; position: relative;
    top: 70px;
    z-index: 9;}

    .parent-arrow3X .next5A_A,.parent-arrow3X .next5A_A {top: 70px; position: relative;
    top: 70px;
    z-index: 9;}


.title-bdy1 h2 { color:#6d2268} 
.prev6, .next6,.prev6a, .next6a  {
  /* background: #FC9FBC; */
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FC9FBC;
  font-size: 30px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s; position: relative; top: 100px; z-index: 9;
}
.prev6:hover, .next6:hover,.prev6a:hover, .next6a:hover{
  
}
.hd_msg{color: #0B1956;

  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;}
  .spanblk{color: #0B1956;

    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;}
  .text-white4  {color: #0B1956;

      text-align: center;
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;}

/* Teachers Css */
.techrgallery-sl {
  margin: 0;
}
 
 
.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;
}
 .achi-box { position: relative; width: 100%; max-width: 390px; margin: 0px auto;}
 .kids-main .kids-left { display: none;}
.bdy-h5 {display: flex;
padding: 8px 16px;
justify-content: center;
align-items: center;
gap: 8px;
align-self: stretch; border-radius: 8px;
border: 2px solid #0297B0; color: #0297B0;

font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;}
 #AchievementHome_lblAchievement { display: block; width: 100%; max-width: 295px; margin: 0px auto; margin-bottom: 32px; text-align: center;}
 .kids-right a { display: block; height: 240px; overflow: hidden; border-radius: 60px;}
  .kids-right a img{width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;}
.ach-year {color: #0297B0;

text-align: right;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase; float: right;}
.prev5, .next5,.prev52, .next52,.prev5A,.next5A,.prev5A_A,.next5A_A,.prev5A-std,.next5A-std {
  /* background: #FC9FBC; */
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FC9FBC;     background: #0296b0;
  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 15px;
  /* background: url('../images/App-Mockup.jpg'); */
  height: auto; margin-top: 50px; margin-bottom: 80px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-mobile .container {    background: url(/images/mobile-h..png) bottom left no-repeat #0296b0;
    border-radius: 270px;
    height: 540px; }
.slick-dots li button:before{
  content:'' !important;
}
.mobile-app-bx {
  padding: 0px;
  display: flow-root;
}
.mobile-slide-bx {
 
 width: 100%;
  max-width: 577px;
  float: right;
 
  padding: 22px;
  overflow: hidden;
  
}
.mobile-app-icon {
  text-align: center;
}
.mobile-app-icon h5 {
  color: #FFF;

font-family: Montserrat;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase; margin: 15px 0px 10px 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: 23px;
    height: 23px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
}
.mobile-sl ul.slick-dots li button { display: none;}
.mobile-sl ul.slick-dots li.slick-active {
  border: 2px solid #fff;
  background: transparent;
}
.mobile-app-icon {
  text-align: center;
  font-weight: 300;
  margin: 0px;
  padding: 20px 0 0 0;
}
.mobile-app-icon h4 {
  color: #FFF;

text-align: center;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.mobile-app-icon h4 span {
  display: block;
  padding: 7px 0 0 0;
}

/* Footer Css */
footer{
  background: #1E1E1E;
  padding:50px 0px;
}
.ft-logo h6 {
color: #FFF;

text-align: center;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 40px;
}
.ft-logo p img {
  margin: 0 11px 0 0;
}
.ft-logo p a {
color: #FFF;

text-align: center;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 40px; /* 166.667% */
text-transform: uppercase;
}
.ft-logo p a:hover{
  color:#335bdf
}
.widgets-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;flex-direction: row;
    align-items: center;
    justify-content: center;
}

.followus {
  padding: 0px 140px 0px 0px;
}
.followus h4 {
color: #FFF;

text-align: center;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 100% */
text-transform: uppercase;
}
.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;
 
  align-items: center;
  justify-content: center;
}
.widgets-social a:hover {
  background: #335bdf;
}
.f-line {    position: absolute;
    right: 0;
    top: 40px;}
.ft-orng {
  height: auto;
  float:right
}
.ft-orng h2 {
  color: #FFF;

text-align: center;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 100% */
text-transform: uppercase; text-align: center;
}
.ft-ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
}
.ft-logo { text-align: center;}
.ft-logo h2 {color: #FFF;

text-align: center;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal; margin: 0; margin-top: 10px;}
ul.quickul {width: 100%;margin-top: 10px !important;
 
}
ul.quickul li { background: url(/images/footer-arrow.png) center left no-repeat ; padding-left: 25px;}
ul.quickul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 40px;
  transition: all 0.6s;
}
ul.quickul li a:hover{
  color: #f2afb8;
}
.ft-copyright {
  text-align: center;
  color: #fff;
  position: relative;
  top: 29px;
}
.ft-copyright p{
  font-size: 16px;
  font-weight: 200;
}
.ft-copyright a{
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}
.ft-copyright a:hover{
  color:#f2afb8;
}
.link1 {
  border-radius: 22.389px;
border: 2px solid #FFF;
display: inline-block;
  
padding: 12px 20px;
  padding-left: 70px;
justify-content: center;
align-items: center;
gap: 12px;
 
  cursor: pointer;
  transition: all 0.5s; text-decoration: none;
background: url(/images/download-icon.png) 25px 5px no-repeat;
color: #FFF;

font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;     margin: 10px 0;
    margin-top: 25px;
text-transform: uppercase;
}
.link1:hover {
  border: 2px solid #0296b0; background: #0296b0;
}
.link1 span {
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link1 span img{
  width: 12px;
}

.facilty{ width:100%; float:left; padding:0 10px; position:relative; margin-bottom:18px; font-size:14px; color:#0d0d0d; font-weight:300;}
.facilty:nth-child(odd) .left-img{ position:relative; float:left; width:435px; z-index:0;}
.facilty:nth-child(even) .left-img{ position:relative; float:right; width:435px; z-index:0;}
.facilty:nth-child(odd) .facilty-content-right{ background: #ebebeb;float: left;height: 251px;overflow: auto;padding: 22px 19px;position: relative;right: 10px; top: 17px; width: calc(100% - 435px); z-index: 1;}
.facilty-content-right .sub-heading{ background:none; font-weight:bold;}
.facilty:nth-child(even) .facilty-content-right{ background: #ebebeb;float: left;height: 251px;overflow: auto;padding: 22px 19px;position: relative;left: 10px; top: 17px;width: calc(100% - 435px); z-index: 1;}
.facilty .sub-heading{  font-size:16px; font-weight:400; margin-bottom:10px; padding-left:0; font-weight:bold;}
.facilty-content-right::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #F5F5F5;}
.facilty-content-right::-webkit-scrollbar{width: 4px;background-color: #F5F5F5;}
.facilty-content-right::-webkit-scrollbar-thumb{background-color: #b9b9b9;}
@media only screen
and (max-width : 767px) 
{
  .facilty { padding: 0}
  .facilty:nth-child(odd) .left-img{  width:320px;  }
  .facilty:nth-child(even) .left-img{   width:50%;  }
  .facilty:nth-child(odd) .facilty-content-right,.facilty:nth-child(even) .facilty-content-right {width: calc(100% - 320px); height: 181px; right: 0; left: 0;}

}

@media only screen
and (max-width : 639px) 
{
  .facilty:nth-child(odd) .left-img{  width:100%;  }
  .facilty:nth-child(even) .left-img{   width:100%;  }
  .facilty:nth-child(odd) .facilty-content-right,.facilty:nth-child(even) .facilty-content-right { width: 100%; height: auto;}

}

#faculty ul{width:100%; margin:0px; padding:1%;     text-align: center;}
    #faculty ul li
    {
        margin: 0px;
        padding: 0px;
        list-style:none;
        margin: 10px;
    }
        #faculty ul li p
        {margin:0px;
        }

        #faculty ul li img {
    max-width: 120px;
    float: left;
    margin-right: 10px;border: 2px solid #0b2761;
}
        #faculty ul li {
          margin: 10px .5%;
          padding: 10px;
          list-style: none;
          display: inline-block;
          width: 48%;
          border: 2px solid rgb(69 168 91);
          vertical-align: top; min-height: 240px;

}
        #faculty span {
    font-weight: 600;
    color: #0b2761;
}
@media only screen
and (max-width : 767px) 
{
  #faculty ul li  { width: 100%; margin: 10px 0; }
  #faculty ul li img { float: none; margin: 0; display: inline-block;}
}
.innerImg {
  float: right;
  margin-left: 20px;
}
.innerImg img {
  border: 4px double #FC9FBC;
  border-radius: 40px 0 40px 0;
}
a { text-decoration: none;}
 
.innerImg2 {
  float: left;
  margin-right: 20px;
} 
.innerH3,.sub-heading
{color: #45A85B;
    font-weight: bold; font-size: 28px; margin-top: 5px;
}
.masterMain { background:#fff; padding: 10px; float: left; width: 100%; margin-bottom: 40px;}
ul.innerUl li,.inner_list li {
  padding-left: 25px;
  background: url(/images/ulbg.png) 0px 4px no-repeat;
  margin-bottom: 12px;
}
.masterText { min-height: 400px;}
.masterText p { text-align: justify;}


.accordionHeader_Y {
  width: 100%;
  text-align: left;
  background: #19549f  url(/images/ajax-arrow1.png) no-repeat 1% center;
  color: #ffffff;
  border: 1px solid #19549f  ;
  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: #FC9FBC url(/images/ajax-arrow.png) no-repeat 1% center;
  color: #ffffff;
  border: 1px solid #FC9FBC;
  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 #FC9FBC;
}
@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;
}

