@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;
   
  font-family: Roboto;
 
 
 
     background: #193c61;
   
    
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus-visible {
  outline: none;
}

ol, ul {
  list-style: none;
  padding: 0; margin: 0;
}
img { max-width: 100%;}

.clear {
  clear: both;
}

button:hover {
    background: #01001E;
}
.video22 {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    text-align: center;
}
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: 999;
    position: absolute; width: 100%; top:0; left: 0; min-height: 100px;
}
.header { z-index: 99;}
.top-hd{
    /* background-color: #ffb800; */
    
}
.menu-right { position: absolute; right: 0; top:46px; padding: 0; }
.logo{
    padding: 14px 0; float: left; position: absolute;z-index: 9; width: auto; top:0; left: 3%;
}
.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: 0 13px;
  transition: all 0.5s;
  color: #fff;
  display: flex;
  align-items: center;
}
ul.top-number li:hover a{ opacity: .7;}
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: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%;
}
.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;
}
.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: #151558;
  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: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: #151558;
	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;
}

.des  {position: absolute;
  left: 80px;
  top: 15px;
  text-align: center;
  /* width: 100%; */
  background: #151558;
  color: #fff;
  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: slideInUp;
  animation-name: slideInUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s; */
}


@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
 
}



.slideshow .slider-track {
  transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
}
.slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
}
.slideshow .item img {
  width: 100%;
  transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.4);
}
.slideshow .item.slick-active img {
  transform: scale(1);
}
.caption_new { 
 
  position: absolute;
  z-index: 99;
   top:25%;
  margin: 0px 0 34px;
  color: #fff;
  text-transform: uppercase;
 
 
  padding: 0px 50px;
 
 font-size: 75px;font-weight: 800; font-family: 'Roboto';text-shadow: -1px 2px 4px rgba(33,23,31,0.75);
 

}
.menu-right { display: none;}
.menu-icon { position: absolute;
    right: 50px;
    top: 10px;
    background: url(/images/menutoggle.png) 7px 11px no-repeat #fff;
    height: 34px;
    width: 34px;
    border-radius: 17px;}
  .lagecy-logo {
    position: absolute;
    width: 100%;
    bottom: -50px;}
    .active3 {  background: url(/images/menucroos.png) 11px 11px no-repeat #fff;}
.lagecy-logo .col-sm-6 img { max-width: 200px; height: 200px;}
.slider .item .caption h2 { font-size: 75px;font-weight: 800; font-family: 'Roboto';}
.slider .item .caption h2 img { max-width: 200px;}
.slider .item .caption {
  position: absolute;
  z-index: 99;
   top:25%;
  margin: 0px 0 0px;
  color: #fff; width: 100%; text-align: center;
  text-transform: uppercase; text-shadow: -1px 2px 4px rgba(33,23,31,0.75);
 
 
  padding: 0px 20px;
  font-family: Montserrat;
font-size: 150px;
font-weight: 800;
line-height: 200px;


}
/* .slider .item .caption span{    

 text-align: left;
  white-space: nowrap;
  overflow: hidden;
 
  animation: type 2s steps(8,end) forwards; display: inline-block;

}
.slider .item .caption .span2{ 
animation: type 2s steps(12,end);
  
} */


@keyframes shring-animation {
  0% {
    background-position: 0 0;
    opacity: 0;
    width: 0;
  }
  1% {
    background-position: 0 0;
    opacity: 1;
     
  }
  50% {
    background-position: 150px 0;
    opacity: 1;
   
  }
  100% {
    background-position: 400px 0;
    opacity: 1;
    
  }
}

@keyframes type {
  0% {
    width: 0;
  }
  1%, 99%{
     
  }
  100%{
    border-right: none;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1300px;
}
.slider .item .caption a {font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.38px;
  text-align: center;
  background: #fff;
  color: #1E1E1E;
  padding: 10px 15px;
  border-radius: 20px;
  }
  .slider .item .caption a:hover { background: #2e2860;
    color: #fff;}
.slider .slick-prev {z-index: 9;}
.slider .slick-dots { bottom: 35px;}
.slider .slick-dots li button { background: #fff; border-radius: 9px;}
.slider .slick-dots li.slick-active button { background: #2696E9;}
.slider .slick-dots li button:before { font-size: 0;}
.slider .slick-dots li { height: 18px; width: 18px;}
.slider .slick-dotted.slick-slider,.slider .slick-dotted.slick-slider { margin-bottom: 0;}
/* 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;
   
}
.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;
}
.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: 60px 0;
   /* background: url(/images/green-bg.jpg) top center no-repeat; */
    margin-top: 0px;background-size: cover; background: #193c61; position: relative;
}
.logo-n {margin-top: 45px;
    z-index: 0;}
ul.icon-ul {
  display: flex;
  align-items: center;
  justify-content: center; 
   
  width:100%;
  margin: auto !important; margin-top: 50px !important;

}
ul.icon-ul li {
  padding: 0 50px;
 
  position: relative;
}
 
ul.icon-ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none; width: 187px; color: #fff; position: relative;
  
  -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;  
}
 
ul.icon-ul li a:after{position: absolute;
  content: "";
  background-color:#fff;
  transition: 0.3s ease-out; 
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0%;
}
ul.icon-ul li a:hover:after{ width: 100%;}
   

 
 
ul.icon-ul li a:hover span {  transform: scale(1.25);}
ul.icon-ul li a.active{
 
  position: relative;
  transition: all 0.5s;
}
 
 
ul.icon-ul li a span {
  height: 115px; width: 115px;
  display: flex;
  align-items: center;
  justify-content: center;background: #fff;
  border-radius: 64px; -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
 
ul.icon-ul li a p {
  font-family: Roboto;
font-size: 21.33px;
font-weight: 500;
line-height: 25px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

  padding: 40px 0 7px 0; text-align: center;
  margin: 0px; text-transform: uppercase;
}
 p { text-align: justify;}
.slider_dots .slick-slide img { display: inline-block;}
.slider_dots .slick-slide{font-family: Roboto;
  font-size: 16px;
  font-weight: 400; color: #000;
  line-height: 18.75px;
  text-align: left;
  text-underline-position: from-font; padding: 0px 10px;
  text-decoration-skip-ink: none; text-transform: uppercase; text-align: center; left: 0!important;width: auto!important; display: inline-block!important; float: none;
  }
  .slider_dots .slick-current { font-weight: 700; }
  .slider_dots .slick-track {width: auto!important; display: inline-block;left: 0 !important; text-align: center; margin: 0px auto;}
  .slider_dots .slick-initialized .slick-slide { width: auto!important; display: inline-block!important;}
  .slider_dots .slick-list { text-align: center;}
  .slider_dots  { margin: 10px 0;}
  .main_slider a{font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none; color: #000;
    }
    .main_slider .slick-slide img { display: inline-block;}
    .slider_dots .slick-initialized .slick-slide { }
ul.icon-ul li a:hover img { opacity: 0.8;}
/* Notices */
.notices-bx{
  padding: 60px 0; background: url(/images/noticebgnew.png) top center no-repeat; background-size: cover;
}
.msghead{font-family: Roboto;
  font-size: 24px;
  font-weight: 600;
  line-height: 24.03px;
  text-align: center; width: 100%!important;
  
  text-underline-position: from-font;
  text-decoration-skip-ink: none; text-transform: uppercase; position: relative;
  }
  .msghead::after {  content: "";height: 2px; width: 100%;max-width: 200px;background: #1A1A1A; display: inline-block; }
.bg-nots {
  background: #f5d5a3;
  padding: 30px;
  border-radius: 12px;
  position: relative;
}
.btn-readmore {
  background: #151558;
  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: #141656;
  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;
}
.newNotic .slick-prev { visibility: hidden; top:0; left: 50%; margin-left: -10px;  border-radius: 10px;rotate: 90deg; z-index: 1;}
 .newNotic .slick-next {visibility: hidden; bottom: 0; left: 50%; margin-left: -10px; right: auto;    border-radius: 10px;top: auto;rotate: 90deg;z-index: 1;}
 .newNotic:hover .slick-prev, .newNotic:hover .slick-next, .main_slider:hover .slick-prev, .main_slider:hover .slick-next  { visibility: visible;} 

 .main_slider .slick-prev{ left: 0; top:40%; visibility: hidden;}
 .main_slider .slick-next { right: 0; top:40%;visibility: hidden;}
.curious-kids {font-family: Roboto;
  font-size: 16px;
  font-weight: 400; color: #000;
  line-height: 18.75px; font-weight: 700; text-transform: uppercase; margin-bottom: 15px;}
  .slider-nav .slick-slide{ padding: 5px; height: 90px; overflow: hidden;}
  .slider-nav .slick-prev { left: 0; z-index: 1;}
  .slider-nav .slick-next { right: 0; z-index: 1;}
  .slider-nav .curious-kids{ display: none;}
 ul.parent-arrow {
  display: flex;
  float: right;
}
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 {
  height: 30px;
  background:#0d36c2;margin: 0px 0px 0px 5px;

  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  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;
}
.table-inner tr:nth-child(even){ background:#ececec;}
.table-inner tr:first-child{ background:#0b2761; color:#fff; font-weight:bold;}
.table-inner tr:first-child td,.table-inner tr:first-child th,.trbg1 td, .trbg1 th {color:#fff; font-weight:bold;background:#0b2761; background-color:#0b2761 ; line-height: 30px;        padding: .2rem .2rem;}
.table { border-color: #000;}
.thought { background: url(/images/throth.png) top center no-repeat; background-size: cover; min-height: 250px; padding: 30px 0;}
.thought h1.hdr{font-family: Roboto;
  font-size: 40px;
  font-weight: 700;
  line-height: 46.88px;
  text-align: center;margin-top: 36px;
  color:#fff}
  .todContaner, .todContaner p {font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.44px;
    color: #fff;
    text-align: center;
    }
   .pcolor {font-size: 16px;
      font-weight: 500;
      font-style: italic;}
      .bdyh {color:#1F1F1F;
        font-family: Roboto;
        font-size: 24px;
        font-weight: 600;
        line-height: 18.75px; margin-bottom: 25px; text-transform: uppercase;
         
        }
        .bdyh img { }
        .bdyh .peShiner,.msghead .peShiner { margin-right: 25px;}
        .slider-for .slick-slide img {min-height: 225px;o-object-fit: cover;
          object-fit: cover;
          }
        .slider-nav { margin-top: 10px;}
        .slider-nav .slick-slide img  { height: 100px;-o-object-fit: cover;
          object-fit: cover;
          }
.phogo-bg {
    padding: 25px 0;
    background: url(/images/galleybgg.jpg) top center no-repeat;
    background-size: cover;
}
          .phogo-bg .white-bg { border-radius: 10px;}
          .pg-sld .slick-slide img { height: 255px;-o-object-fit: cover;display: inline-block;
            object-fit: cover;}
            .pg-sld { min-height: 320px;}
          .kids-right { margin-bottom: 10px;}
            .kids-left p.dd { margin: 0;}
            .kids-des,.kids-left{font-family: Montserrat;
              font-size: 14px;
              font-weight: 400; color:#000;text-align: left;
             
              }
           .updyed,.updyed b,.kids-date,p.dd,p.dd b   {font-family: Montserrat;
                font-size: 11px;
                font-weight: 400; color:#58595B
           
                }
                .phogo-bg .bg-white  {height: 436px;}
                .pg-sld .slick-prev:before, .pg-sld .slick-next:before { display: none;}
                .pg-sld .slick-prev {z-index: 1;top: auto; bottom: -32px; left: 50%; margin-left: -37px; width: 32px; height: 32px; background: url(/images/arrow-left1.png) no-repeat; }
                .pg-sld .slick-next {z-index: 1;top: auto; bottom: -32px; right: 50%; margin-right: -37px; width: 32px; height: 32px; background: url(/images/arrow-right1.png) no-repeat;  }

                .pg-sld .slick-prev:hover,  .pg-sld .slick-prev:focus{ background: url(/images/arrow-left1.png) no-repeat;}
                .pg-sld .slick-next:hover,  .pg-sld .slick-next:focus { background: url(/images/arrow-right1.png) no-repeat;}

                /* Principal Css */
.bg-principal{
   
  height: auto;
  width: 100%;
  background-size:100%;
  position: relative;
   
}
.content-container { float: left; width: 100%;}
.mob-hand { display: none;}
.toppers-img { text-align: center;}
 .toppers-img img, .small-s .slick-slide img { width: 210px; height: 242px; display: inline-block; background: url(/images/photo-frame.png) top center no-repeat;
    padding: 20px;
    background-size: cover;}

.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: 180px;
}
.Principal-img img {
  border: 21px solid #fff;
  border-radius: 6px; border: 21px solid #fff;
  border-radius: 6px;
}
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: #141656;
  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; text-transform: uppercase;
}
.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: #151558;
  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: #2e2860;
  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: #141656;
  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: #151558;
  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: relative; margin-top: -300px; z-index: 99;
}


/* 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: #141656;
}
.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:#151558;
  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: #151558;
  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: #141656;
}
.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: #151558;
  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: #151558;
  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 #151558;
  background-color: #fff;
}
.founder-img {
  background:#151558;
  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:#141656;
  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;
 
}
.stdbdy  { width: 50%;}
.tprbox  { width: 50%;}
 .topper-sld { text-align: center; position: relative;}
 .tprin {  padding: 14px 0;border-radius: 10px; position: relative;}
 .tprin:before {
  display: block;
  z-index: 0;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  background-color: #007BFF;
  content: "";
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; border-radius: 2px;
}
.tprin:hover:before {
  height: 100%; border-radius: 10px;
}
 
.tprlink {  display: block;
  opacity: 0;
  position: relative;
  top: 10px;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  transition-delay: 0s;}
  .tprin:hover .tprlink { top:0; opacity: 1;  }

  .class1,.topper-name,.topper-class {   display: block;
    
    position: relative;
    top: 20px;
    transition-property: top, opacity;
    transition-duration: 0.3s;
    transition-delay: 0s;}
.tprin:hover .class1,.tprin:hover .topper-name,.tprin:hover .topper-class { top:0; opacity: 1;  }
    

.tprlink a {display: inline-block;
  /* width: 100%; */
  /* max-width: 85px; */
  color: #fff;
  border: 2px solid #fff;
  padding: 5px 15px;
  border-radius: 17px;
  font-family: Roboto;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; }



 .class1 span{ border-radius: 6px; background: #fff; display: inline-block;  padding: 0px 14px;   color:#007BFF;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 31px; text-transform: uppercase;
  text-align: center;
 
  }
  .tprmain { padding: 0px 15px;
    position: absolute;
    /* top: 0; */
    width: 100%;
    bottom: 0px;}
  

  .class1 { margin-bottom: 5px; position: relative;}
  .toppers-img { height: 242px; overflow: hidden;}
  .toppers-img img { border: 0px solid #007BFF;height: 242px;}
  .topper-name,.topper-class {font-family: Roboto;position: relative;
    font-size: 16px;
    font-weight: 700;
 color:#fff;
    text-align: center;text-transform: uppercase;
    
    }
  .small-s .slick-prev {
      left: 0;
      z-index: 1;
  } 
  .small-s .slick-next {
    right: 0;
    z-index: 1;
} 
.small-s .slick-prev, .small-s .slick-next { visibility: hidden;}
.small-s:hover .slick-prev, .small-s:hover .slick-next { visibility: visible;}
.title-bdy {
  background: #151558;
  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-txt h2 {
  font-size: 18px;
  padding: 0px;
  margin: 0px;
  color: #000; text-align: center;
  margin-top: 10px;
}
.bday-txt p { text-align: center; color:#000}
.clsss-topp {color: #000;
  text-align: center;font-size: 30px;
  font-weight: 700; margin: 10px 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: 100%;
}
.bday-img img { width: 136px; height: 159px;}
.parent-arrow3 {
 
  display: flex;
  width: 100%;max-width: 130px;
  justify-content: space-between; text-align: center; margin: 0px auto;
}
.title-bdy1 h2 { color:#6d2268} 
.prev6, .next6,.prev6a, .next6a  {
  background: #151558;
  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,.prev6a:hover, .next6a:hover{
  background: #ffb800;
}

/* 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;
}
 
.prev5, .next5,.prev52, .next52 {
  background: #151558;
  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 {
 
  background: url('/images/footer-bg.png') top center no-repeat #002E5FE5;  background-size: cover;
  height: auto;
  width: 100%; position: relative;
  
}
.bg-mobile2 { height: 617px;  width: 100%; background: url(/images/mobile1.png) top right no-repeat;  }
.mobile-app-bx {
  padding: 0px;
  display: flow-root;
}
.mobile-slide-bx {
  
  
  margin: 32px 20px 0 0;
  padding: 22px;
  float: left;
  width: 100%;
    max-width: 650px;
}
.slick-dots li button:before { display: none;}
.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: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
}
.mobile-sl ul.slick-dots li.slick-active {
  border: 1px solid #fff;
  background: transparent;
}
.mobile-app-icon {
  text-align: center;
  font-weight: 300;
  margin: 0px;
  padding: 0px;  
}
.mobile-app-icon span{ color:#1E1E1E; background: #fff; display: inline-block;padding: 7px 15px;
  border-radius: 15px;margin-top: 10px;}
.mobile-app-icon h4 {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
 
  text-align: center;
   
  
}
.mobile-app-icon h4 span {
  display: block;
  padding: 7px 0 0 0;
}

/* Footer Css */
footer{
  background-color:#1E1E1E;
  padding:40px 0px;
}
.ft-logo h6 {
  color: #fff;
 text-transform: uppercase;
  padding: 15px 0 17px 0;
 
  font-family: Montserrat;
font-size: 16px;
font-weight: 400;
line-height: 40px;
text-align: center;
 

}
.ft-logo p img {
  margin: 0 11px 0 0;
}
.ft-logo p a {
  text-decoration: none;
  color: #fff;
  
  transition: all 0.5s;
  font-family: Montserrat;
font-size: 24px;
font-weight: 500;
line-height: 30px;
text-align: center;
 

}
.ft-logo p a:hover{
  color:#f5802d
}
.widgets-social {
   
  align-items: center;
  flex-wrap: wrap; text-align: center; 
}
 
.followus h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 0 0 9px 0;
  text-align: center;
}
.widgets-social a {
   
  margin-right: 10px;
 
  font-size: 15px;
  transition: all 0.8s;
 
  align-items: center;
  justify-content: center;margin: 0px 5px; display: inline-block;
}
.widgets-social a:hover {
   opacity: .7;
}
.ft-orng {
  height: auto;
  float:left
}
.ft-orng h2 {
   
  text-transform: uppercase;
  color: #fff;
   
  padding-bottom: 7px;
  font-family: Montserrat;
font-size: 24px;
font-weight: 700;
 

}
.ft-ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
}
ul.quickul {
 
}
ul.quickul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 200; text-transform:uppercase;
  line-height: 36px;
  transition: all 0.6s; background: url(/images/f-arrow.png) 0px 3px no-repeat; padding-left: 30px;
}
ul.quickul li a:hover{
  color: #ffb800;
}
.bdr { border-left: 1px solid #fff; border-right: 1px solid #fff;}
.ft-copyright {
 
  text-align: center;
  color: #fff;
}
.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:#45a85b;
}
.link1 {
  background:#fff;
  height: 38px;
  width: 160px;
  border-radius: 20px;
  text-align: center;
  color: #151558;
  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: #151558;
  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) 
{
  .bg-mobile2 { background: none; height: auto;}
  .mob-hand { display: block;}
  .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; font-size: 15px;
        }

        #faculty ul li img {
    max-width: 150px;
    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 #1e3a66 ;
          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;
}
a { text-decoration: none;}
 
.innerImg2 {
  float: left;
  margin-right: 20px;
} 
.innerH3,.sub-heading
{color: #1e3a66;
    font-weight: bold; font-size: 28px; margin-top: 5px;
}.ddd {
  color: #1e3a66 !important;
}.sitemap li{ width:33%; float:left; text-transform:uppercase;}
.sitemap li a{ color:#1e3a66; font-size:16px; font-weight:600;}
.sitemap li ul li a{ color:#424242; font-size:16px; font-weight:300;}
.sitemap li ul li a:hover{color:#1e3a66;}
.sitemap li ul li{ width:100%; float:left; margin:2px 0;background: url(/images/list-bg.png) no-repeat left top 3px; padding-left: 25px;}
.sitemap-m{ width:100%; float:left; margin-bottom:20px;}
.sitehome{width:100%; float:left; border-bottom:1px solid #2a46a5; font-size:18px; margin-bottom:10px; padding-bottom:3px;}
.sitehome a{ color:#1e3a66; text-decoration:none;}
.masterText center img{ margin-bottom: 23px;}
.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: 550px;}
.masterText p { text-align: justify;}


.accordionHeader_Y {
  width: 100%;
  text-align: left;
  background: #1e3a66 url(/images/ajax-arrow1.png) no-repeat 1% center;
  color: #ffffff;
  border: 1px solid #1e3a66 ;
  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: #01001e url(/images/ajax-arrow.png) no-repeat 1% center;
  color: #ffffff;
  border: 1px solid #01001e;
  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 #01001e;
}
@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;
}

