@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  background-color: #fffaf9;
   font-family: "Montserrat", sans-serif !important; 
   
   /* overflow-x: hidden; */
}
h2 {
    font-weight: 600;
    color:#171c3a;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
  #videoPlayer { width: 100%; position: absolute; top: 0;}
:focus-visible {
  outline: none;
}
span.color1 {
    padding-left: 10px;
}
ol, ul {
  list-style: none;
  padding: 0 0 ;
  margin: 0 ;
}
a { text-decoration: none;}

.container { max-width: 1150px;}

.clear {
  clear: both;
}

/* Header css */
.header { float: left; width: 100%; }
.top-hd{
    background-color: #2435a1; float: left; width: 100%; padding: 25px 0;
}
.top-hd { position: relative;}
 
.logo{
    padding: 14px 0; float: left; position: relative;z-index: 1;
}
.top-rt{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap; float: right;  
}
ul.top-number {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.top-number li {
  padding: 0 40px;
  transition: all 0.5s;
 color: #FFF112;
font-family: Inter, serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  display: flex;
  align-items: center;   
    line-height: 42px;
}
 
ul.top-number li:first-child {border-right: 1px solid #FFF112; padding-left: 0}
ul.top-number li:last-child {border-right: 1px solid #FFF112;margin-right: 36px}
.quick-access {border: 1px solid #FFF112; line-height: 14px; position: relative}
 
.r-btns{display: flex;
 
justify-content: center;
align-items: center;
 
 
 
box-sizing: border-box;
flex-direction: row;     margin-right: 10px;}
 
ul.top-number li a {
color: #FFF112;
font-family: Inter, serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  transition: all 0.5s;
  text-decoration: none;
}
ul.top-number li:hover {
  /* transform: scale(1.05); */
  /* color: #171c3a; */
}
/* 
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  } */

  
/* Access Quick css */
.quick-access {
  margin: 0;
  
    border: 1px solid #FFF112;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 148px;
  border-radius: 30px;  
}
 
.quick-access .link {
  cursor: pointer;
  display: block;
  padding:10px 12px 10px 18px;
  color: #FFF112;
  font-size: 14px;
  border-bottom: 1px solid #FFF112;
  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;
}
.quick-access .link span i {
  background: #fff112;
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}
.quick-access li:last-child .link {
    border: 1px solid #FFF112;
    border-radius: 30px;line-height: 18px;
}

.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: 5px;
}
.quick-access li.open .link {
	color: #171c3a;
}

.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 {
  background: #fff112;
    width: 220px;
    position: absolute;
    left: 0;
    z-index: 99;
    -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
    margin: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center
}
.quick-access li:hover .access-dropdown {
  display: block;
}

.access-dropdown li {
	border-bottom: 1px solid #ddd000;
}
.access-dropdown li:last-child{
  border-bottom: none;
}
ul.access-dropdown li a {
  padding: 10px 30px 10px 20px;
  color: #1c1b1b;
  font-weight: 400;
  font-size: 15px;
}
.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: #2435a1;
	color: #FFF;
}
@keyframes growDown {
    0% {
        transform: scaleY(0)
    }

    80% {
        transform: scaleY(1.1)
    }

    100% {
        transform: scaleY(1)
    }
}
#AchievementHome_lblAchievement {margin-bottom: 34px;    display: block;}
.logo-box{display: flex;
height: 200px;
padding: 24px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 1px;
align-self: stretch;
border-radius: 24px;
background: #FFF112; margin-bottom: 24px;
box-sizing: border-box;}

.logo-box1 { 
height: 201px;
padding: 18px;
 
border-radius: 24px;
background: #2D6E4E;
box-sizing: border-box;
color: #FFF112;
font-family: SwitzerlandInserat, serif;
font-size: 26px;
font-style: normal;
font-weight: 400;    text-align: left;
line-height: normal;
text-transform: uppercase;
}
img { max-width: 100%; border: 0; outline: none;}
.logo-box1 span { color: #fff;}

.logo-box1 p a{color: #2435A1;
font-family: Inter, serif;
font-size: 12.587px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase; display: inline-block;
padding: 12px 16px; 
border-radius: 12px;
background: #FFF112;
box-sizing: border-box;
flex-direction: row;}
.logo-box1 p a:hover {color: #2435a1; background: #fff;}

.sbox { display: flex;display: flex;    gap: 24px;  position: relative;}
.sbox1{width: 181px;height: 430px;flex-shrink: 0;border-radius: 24px;}
.sbox2{width: 228px;height: 430px;flex-shrink: 0;border-radius: 24px}
.sbox3 {width: 347px;height: 430px;flex-shrink: 0;border-radius: 24px; }
.imgbox { height: 200px ; display: flex; gap: 24px;}
.mt24{    margin-bottom: 24px;}

.sbox div {   border-radius: 24px; cursor: pointer;}
.sbox div img{height: 100%;
    width: 100%;
    display: flex;
    object-fit: cover; border-radius: 24px;}

.sbox1 {transition: 0.3s; }
 .sbox .hover1:hover img { width: 804px; height: 430px; max-width: none; transition: 0.3s; position: absolute; top: 0; left: 0; z-index: 1;}  
.icons-box{  background: #2d6e4e; width: 100%; float: left; padding: 38px 0; }
/* Slider Css */
.slider-txt {
  padding: 70px 0 90px 0;
}

.slider-txt h1 {
  font-size: 45px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 56px;
  padding: 22px 0 0 0;
}
.slider-txt h1 span{
  font-weight: 800;
  display: block;
}
.slider-txt p {
  font-size: 19px;
  color: #fff;
  width: 66%;
  font-family: 'Inter';
  font-weight: 300;
  line-height: 24px;
  padding: 0 0 6px 0;
}
a.btn-slider {
  background: #ec2b42;
  color: #fff;
  font-size: 15px;
  font-family: 'Inter';
  text-decoration: none;
  padding: 9px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  transition: all 0.5s;
  border-radius: 26px;
}
a.btn-slider:hover {
  box-shadow: 0 1px 4px 0px #ffffff;
 
      background: #fff;
    color: #171c3a;
}
.slider-bx {
 
  position: relative; margin: 35px 0;
  width: 100%; float: left;
}
.rightside-slider {
  width: 100%;
  right: 0;
  margin-top: 20px;
}
.slick-dotted.slick-slider { margin-bottom: 0!important;}
.box-sl {
 
  overflow: hidden;
 
  margin: 0px 0;display: flex !important;
    flex-direction: row;
}
.box-sl .left_s img { float: left;  }

.box-sl .right_s  {    }
.box-sl .right_s { margin-left: -150px; position: relative; z-index: 1;}
.box-sl .right_s img{ float: right;}
.box-sl img{ }


 
.vertical-center .slick-active .left_s {    -webkit-animation-name: fadeInLeft;  animation-name: fadeInLeft;}

 
.vertical-center .slick-active .right_s {    -webkit-animation-name: fadeInRight;  animation-name: fadeInRight;}


.slick-active .left_s,.slick-active .right_s { 
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
  
}
.slick-active .left_s { position: relative;}
.s-caption { position: absolute; left: 0; 
    top: 88px;     width: 100%;
    max-width: 500px; padding-left: 110px;}
.s-caption h1 {align-self: stretch;  
color: #FFF112;
font-family: Inter, serif;
font-size: 49.907px;
font-style: normal;
font-weight: 900;
line-height: 49px;
text-transform: uppercase;}
.s-caption p {color: #FFF;
font-family: Inter, serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;}
.s-caption p a {display: flex;
width: 179.733px;
height: 47.987px;
padding: 13.724px 18.715px;
justify-content: center;
align-items: center;
gap: 12.477px;
border-radius: 230.338px;
border: 1.248px solid #FFF112;
box-sizing: border-box;
flex-direction: row; color: #FFF112;
font-family: Inter, serif;
font-size: 15.705px;
font-style: normal;
font-weight: 400;
line-height: normal; text-decoration: none;
text-transform: uppercase;}
.s-caption p a:hover{ border: 1px solid #2d6e4e; background: #2d6e4e; color: #fff; }

.regular { display: flex; flex-direction: row;     justify-content: center;
    align-items: center;
    gap: 24px;}

ul.parent-arrow1 {
  position: absolute;
  top: 84px;
  right: 38%;
  z-index:9;
  display: flex;
  height: 71%;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
}
li.next1, li.prev1 {
  background: rgba(37, 48, 61, 1);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  cursor: pointer;
}
li.next1 i{
  position: relative;
  top: -2px;
}
li.prev1 i {
  position: relative;
  top: 1px;
}


/* Copyright Icon Css */
.copyright-box{
  margin:50px 0;
  position: relative; float: left; width: 100%;
}
.e-care-box {
       display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex: 1 0 0;
    align-self: stretch;
    background: #2435a1;
    box-sizing: border-box;
    height: 190px;
    border-radius: 20px;  transition: transform .2s;
}
.e-care-box:hover  { background: #fff112; transform: scale(1.04);}
.e-care-box a {

color: #fff;
font-family: Inter, serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding: 24px;
    width: 100%;
    height: 100%;    padding-top: 54px;
}
.e-care-box a p { margin-top: 15px;}
.e-care-box:hover a {color: #2435A1;}
.e-care-box a:hover img {
  filter: invert(1);
}
 .e-care-box:hover svg path{ fill: #2435a1;}
.color-light a {
  background: #171c3a !important;
  color:#fff
}

ul.parent-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: auto;
  position: absolute;
  width: 103%;
  top: 42%;
  left: -17px;
}
li.next2, li.prev2 {
  height: 30px;
  background: #ec2b42;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}
li.prev2 i {
  left: -2px;
  position: relative;
}
li.next2 i {
  position: relative;
  left: 2px;
}


/* Notices Box */
.notice-title{
  text-align: center;
  padding: 10px 0 16px 0;
  margin: 0px;
}
.notice-title h2 {
  color: #2435A1;
text-align: center;
font-family: Montserrat, serif;
font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: normal;
text-transform: uppercase;
}

.Notice-box{
 
  width: 100%;
 
  margin: auto;

  position: relative;  
  overflow: hidden;
}
.nWrap { position: relative;}
.nWrap .ani2{color: #FFF;
font-family: Montserrat, serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;display: flex;
    gap: 10px; }
.nWrap .ani2 .day { }
.nWrap .ani2 p { }
.n-right {   overflow: hidden;
    display: flex;
    flex-direction: column;     gap: 5px;}

 .notice-sl .slick-slide {     height: 150px;  } 

 
 .noticetext a{align-self: stretch;
color: #fff;
font-family: Montserrat, serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;}
.updated-on  { 
color: #fff;
font-family: Montserrat, serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal; display: block;}

 .notice-sl .slick-slide { background: #2435a1; margin: 0px 12px;padding: 16px;
flex-direction: column;
align-items: flex-start;
gap: 24px;
flex: 1 0 0;
border-radius: 16px;}
    
.notices-bx1 { 
  margin: 0 0 0 47px;
  padding: 0 70px 0 0;
  position: relative;
  width: 444px !important;
}
.notices-date {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  padding: 36px 0 8px 0;
  margin: 0px;
  line-height: 30px;
}
.notices-date span {
  font-size: 26px;
}
.notices-bx1 p {
  padding: 0px;
  margin: 0px;
  line-height: 18px;
  font-weight: 400;
}
.notices-bx1 p a{
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  padding: 0 22px 0 0;
  margin: 0px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  width: 409px !important;
  display: block;
  cursor: pointer;
}
.notice-sl .slick-current { background: #fff112;}
.notice-sl .slick-current .nWrap .ani2{ color:#2435A1}
.notice-sl .slick-current .noticetext a { color:#000}
.notice-sl .slick-current .updated-on  { color:#2435A1}
 .notice-sl { padding: 0px 30px;}
.notice-sl .slick-arrow:before { display: none;}
.notice-sl .slick-prev{width: 32px; z-index: 1;
height: 32px;
 left: 0;
border-radius: 16px;
background:url(/images/aleft.png) no-repeat;
box-sizing: border-box;}
.notice-sl .slick-next{width: 32px;
height: 32px;
 right: 0; z-index: 1;
border-radius: 16px;
background:url(/images/aright.png) no-repeat;
box-sizing: border-box;}


ul.parent-arrow3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: auto;
 
  width: 80px; margin-top: 38px; float: right;margin-right: 20px;
 
}
li.next3, li.prev3 {
  height: 30px;
 
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2435a1;
  font-size: 26px;
  cursor: pointer; border: 1px solid #2435a1;
}
 
.updated-date {
  font-size: 14px;
  font-weight: 400;
  padding: 6px 0 0 0;
  margin: 0px;
} 
.new-bx1 {
  position: absolute;
  right: 15px;
  background: rgba(255, 184, 0, 1);
  width: 46px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 264px;
  border: 1px solid #fff;
  top: 9px;
  font-weight: 500;
  margin: 2px 0px 0 0;
}

/* Meassages Css */
.bg-message{
  padding: 50px 0;
  position: relative; width: 100%; float: left;
}
 
.msg-img img {
  border-radius:24px;
  max-width: 100%;
}
.msg-txt p {
  align-self: stretch;
color: #000;
text-align: justify;
font-family: Montserrat, serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.notice-bg { background: #fffcd0; padding: 45px 0; float: left; width: 100%;}
.title-msg h3 {
align-self: stretch;
color: #2435A1;
font-family: Montserrat, serif;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}
.msg-txt a {
   display: inline-block;
padding: 8px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 12px;
background: #2435A1;
box-sizing: border-box;
flex-direction: row; width: 123px; color: #fff;

}
.msg-txt a svg { float: right;}
.msg-txt a:hover{
 background: #FFF112;
    color: #2435A1;
}
 
.msg-txt a:hover rect{

  fill: #2435A1;

}
.msg-txt a:hover path{

  
    stroke: #fff;
}
ul.parent-arrow4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: auto;
  position: absolute;
  width: 69px;
  top: 6px;
  right: 17px;
}
li.next4, li.prev4 {
  height: 30px;
  background: #ec2b42;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}
.DownloadBx {
    background:#2d6e4e;
    padding: 30px 0;
    width: 100%;
    float: left;
}
.bg44 {
    background: #2435a1;
}

.about_anchor{
    color: #2435a1;
    font-size: 20px;
    margin-top: 13px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: #fff112;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 0;
    position: relative;
    border: 0;
    width: 100%;
     line-height: 46px;
    font-weight: 500;border-radius: 12px;
    }
.about_anchor:hover {
    background: #fff;
    color: #2435a1;
}
.form-control {
    display: block; border-radius: 12px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
      line-height: 42px;
    color: #000;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  
    border-radius: 12px;
}
:placeholder {
 color: #1E1E1E;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Edge 12 -18 */
  color: #1E1E1E;
}
::placeholder {
 color: #1E1E1E;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
color: #1E1E1E;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #1E1E1E;
            opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #1E1E1E;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
        color: #1E1E1E;
 }

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
.get {
   align-self: stretch;
color: #FFF112;
text-align: center;
font-family: Montserrat, serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.gupd {
 align-self: stretch;
color: #FFF112;
text-align: center;
font-family: Montserrat, serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.btn-link { text-decoration: none;text-decoration: none;
    color: #2d6e4e;}
.Download_hd {color: #FFF;
font-family: Montserrat, serif;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase; margin: 10px 0;}
#app_scroll { position: relative;}
#app_scroll .slides li p{align-self: stretch;
color: #FFF;
text-align: center;
font-family: Montserrat, serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;}
.escode {
 align-self: stretch;
color: #FFF112;
text-align: center;
font-family: Montserrat, serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.scode {
   align-self: stretch;
color: #FFF;
text-align: center;
font-family: Montserrat, serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.achive-bg { padding: 50px 0; width: 100%; float: left; }
.acve-h {color: #2435A1; margin-bottom: 30px;
font-family: Montserrat, serif;
font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: normal;
text-transform: uppercase;}
.t-years{color: #2435A1;
text-align: right;
font-family: Montserrat, serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;position: relative;
    top: 6px;
text-transform: uppercase; float: right;}

#AchievementHome_lblAchievement .slides li { text-align: center;}
#AchievementHome_lblAchievement .slides li img { display: inline-block; height: 100%;
    width: 100%;} 
#AchievementHome_lblAchievement .slideTxt { display: none;}
.rslider .slick-slide img { display: inline-block;}
.rslider .slick-next:before,.rslider .slick-prev:before  { display: none;}
.rslider .slick-prev { width: 32px; height: 32px; background: url(/images/aleft.png) no-repeat; left: 0;     top: 40%;}
.rslider .slick-next { width: 32px; height: 32px; background: url(/images/aright.png) no-repeat; right: 0;     top: 40%;}

.glry-sld .slick-next:before,.glry-sld .slick-prev:before,.rslider1 .slick-next:before,.rslider1 .slick-prev:before  { display: none;}
.glry-sld .slick-prev { width: 32px; height: 32px; background: url(/images/aleft.png) no-repeat; left: 0;     top: 40%;}
.glry-sld .slick-next { width: 32px; height: 32px; background: url(/images/aright.png) no-repeat; right: 0;     top: 40%;}

.rslider1 .slick-prev { width: 32px; height: 32px; background: url(/images/aleft.png) no-repeat; left: 10px;     z-index: 1;}
.rslider1 .slick-next { width: 32px; height: 32px; background: url(/images/aright.png) no-repeat; right: 10px;     z-index: 1}
 



.rslider,.glry-sld { padding: 0 25px;}

.infrs_up_img {     display: inline-block; text-align: center; width: 100%; max-width: 285px;
    height: 218px; overflow: hidden; border-radius: 24px;}



.std-h{ 
padding: 4px 16px;
 
border-radius: 8px;
background: #FFF112;
    display: inline-block;
    margin-bottom: 10px; }

.t-name {align-self: stretch;
color: #2435A1;
text-align: center;
font-family: Montserrat, serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal; margin: 0; margin-top: 10px; }
.t-par { margin: 0; margin-top: 10px;align-self: stretch;
color: #FFF;
text-align: center;
font-family: Montserrat, serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;}

#AchievementHome_lblAchievement .slick-prev, #AchievementHome_lblAchievement .slick-next {top: 56%;z-index: 1;}
.msg3{align-self: stretch;
color: #000;
font-family: Montserrat, serif;
font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: normal;}
.msg4 span{
  font-size: 12px;
    align-self: stretch;
  color: #000;
  font-family: Montserrat, serif;
  display: block;
}
.msg4 p {
  align-self: stretch;
  color: #000;
  font-family: Montserrat, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin: 6px 0;
}
.msg4 p b {align-self: stretch;
color: #000;
font-family: Montserrat, serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;}
 .msg-txt2 p{ line-height: 23px;}

/* About Us */
.bg-about{
padding: 50px 0;
    width: 100%;
    float: left;
}
.about-img {
  overflow: hidden;
  border-radius: 190px 0 0 190px;
  padding: 0 0 0 0;
  display: flex;
    justify-content: flex-end;
}
.about-img img {
  border-radius: 190px 0 0 190px;
  max-width: 100%;
}
.msg-txt.about-txt {
  width: 95%;
}

.bg-ourfounder{
  padding:50px 0;    float: left;
}

/* PhotoGallery Css */
.bg-phtgallry{
       background: #f8f5e6;
  width:100%;
  height: auto;
  padding: 50px 0;
}
.photo-title,.video-title { width: 100%; float: left;}
.photo-title h3 {
  text-align: left;
  font-size: 30px;
  color:#2435a1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 7px 4px 0; float: left;
}
.photo-title .msg-txt{ float: right;}
.video-title .msg-txt{ float: right;}
#homephotog1_LBPhoto,#homeVedio1_LBPhoto{    width: 100%;
    display: block;
    float: left;}
.photogallery-sl {
  border-radius: 208px 0 0 208px;
  overflow: hidden;
  height: 430px;
}
.phto-bx {
    margin: 0 0 6px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 210px !important;
    left: -15px;
}
.phto-bx img {
  width: 100%;
  padding: 0 15px;
  position: relative;
  top: 0;
  left: 0;
  height: 250px;
  object-fit: cover;
  width: 300px;
}
.bdrbtm1{ border-bottom:1px solid #2435a1 ;padding-bottom: 10px;}
.video-title h3 {
  text-align: left;
  font-size: 30px;
  color:#2435a1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0px 4px 0; float: left;
}
.videogallery-sl {
  border-radius: 0 208px 208px 0;
  overflow: hidden;
  height: 430px;
}
.vido-bx::before {
  content: '';
  background: url('../images/Play.svg');
  height: 42px;
  width: 42px;
  position: absolute;
  bottom: 11px;
  left: 20px;
  z-index: 99;
}
.vido-bx {
  margin: 0 0 6px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 210px !important;
}
.vido-bx img {
  width: 100%;
  padding: 0 15px;
  position: relative;
  top: 0;
  left: 0;
  height: 250px;
  object-fit: cover;
  width: 300px;
}
img.video-btn {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 74%;
  left: 5px;
  z-index: 99;
}
a.btn-pht.pht-btn {
  float: right;
  margin: 0 15px 0 0;
}
a.btn-pht {
  display: inline-block;
  background: #ec2b42;
  text-decoration: none;
  padding: 9px 35px;
  border-radius: 21px;
  color: #fff;
  transition: all 0.5s;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 0 15px;
}
a.btn-pht:hover {
  box-shadow: 0 1px 4px 0px #919191;
     background: #fff;
    color: #25303d;
}
.photogallery-sl { margin-bottom: 30px;}
.videogallery-sl { margin-bottom: 30px;}
/* Video Popup css */
.modal-content.video-content {
  background: #000000c7;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.close {
  background: white;
  margin: 0 0 0 25px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
}
 .course_price span {
  color: #f1594f;
  font-weight: 600;
}
.out-mngr { text-align: center;}
.out-mngr li { display: inline-block;
  width: 100%;
  max-width: 199px;
  margin: 10px;
 
  vertical-align: top;}
  .out-mngr li img { width: 180px; height: 198px;}
.masterText { min-height: 400px;}
ul.innerUl li, ul.unorder_list1 li {
    padding-left: 30px;
    background: url(/images/arrow-hand.png) 0px 4px no-repeat;
    margin-bottom: 12px;
}
h4 {
    color: #25303D;
    font-weight: 600;
    margin-bottom: 15px;
}
.masterText img { max-width: 100%;}
.accordionHeader_Y {
    width: 100%;
    text-align: left;
    background: #171c3a url(/images/ajax-arrow1.png) no-repeat 1% center;
    color: #fff;
    border: 1px solid #171c3a ;
    margin: 8px 0px 0px 0px;
    font-size: 18px;
    padding: 10px 15px 10px 40px;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
}

.accordionHeaderSelected {
    width: 100%;
    text-align: left;
    background: #f5802d url(/images/ajax-arrow.png) no-repeat 1% center;
    color: #ffffff;
    border: 1px solid #f5802d;
    margin: 8px 0px 0px 0px;
    font-size: 18px;
    padding: 10px 15px 10px 40px;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
}

.accordionContent_Y,.accordionContent_Y_1 {
    background-color: #fff;
    padding: 25px;
    padding-top: 22px;
    border: 1px solid #f5802d;
}
/* Birthday Start */
.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: #171c3a;
  height: 428px;
  border-radius: 208px 0 0 208px;
  overflow: hidden;
  position: relative;
}
.tech-bday-bx {
  background: #171c3a;
  height: 428px;
  border-radius: 0 208px 208px 0;
  overflow: hidden;
}
.bday-bx {
  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 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  color: #fff;
  padding: 0 26px 0 0px;
  text-transform: uppercase;
  position: relative;
  top: 0;
  line-height: 33px;  
}
.bday-img {
  position: relative;
  width: 69%;  
  display: flex;
  align-items: center;
  justify-content: center;
}
span.cap-img {
  position: absolute;
  left: 44%;
  top: -79px;
  z-index: 9;
}
.bday-txt h3{
  padding: 0px;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
}
.bday-txt p{
  padding: 0px;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
}

.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;
}

/* Mobile App Css */
.bg-mobile{
  padding:50px 0; float: left; width: 100%;
}
.mobile-app-bx {
  background: url('../images/App-Mockup.png') top left no-repeat #2435a1; 
  height: 550px;
  width: 100%;
 border-radius: 275px;
  background-repeat: no-repeat;}
 
.mobile-slide-bx {
 
 
  width: 100%; max-width: 635px;
 
  float: right;
  margin: 19px 20px 0 0;
  padding: 22px;
  overflow: hidden;
}
.mobile-app-icon {
  text-align: center;
}
.mobile-app-icon h5 {
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  font-size: 20px;
  padding: 15px 0 0 0;
  margin: 0px;
}
.mobile-app-icon h3 {
  color: rgba(0, 0, 0, 1);
  font-size: 30px;
  font-weight: 800;
}
.app-txt h5 {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
.mobile-sl ul.slick-dots li {
  width: 13px;
  height: 13px;
  background: white;
  border-radius: 50%;
  border:1px solid white;
}
.mobile-sl ul.slick-dots li.slick-active {
  border: 1px solid #fffefe;
  background: #56b64a;
}
.mobile-app-icon {
  text-align: center;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
}
.mobile-app-icon h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 15px 0 0 0;
}
.mobile-app-icon h4 span {
  display: block;
  padding: 7px 0 0 0;
}

/* Footer Css */
.footer {
    width: 100%;
    position: relative;
    float: left;
    background: #1E1E1E;
    background-size: 100%;
    padding: 30px 0;
}
.t20 {
    font-size: 16px;
    text-align: left;
    color: #fff;
    font-weight: 300;
}

.socialIcon{display: block;float: left;width: 100%;margin-top: 7px;}
.socialIcon ul{}
.socialIcon ul li{display: inline-block;margin: 0 1px;  transition: all 0.5s ease-out; border-radius:20px;}
 
.socialIcon ul li a{ display:inline-block;}

.socialIcon ul li a:hover svg   { opacity: .7;}

.scode {
   color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.ftext h2 {
    font: normal normal bold 36px/71px Times New Roman;
    color: #404e94;
    text-transform: uppercase;
    margin: 0;
}

.ftext h3 {
    font: normal normal bold 21px/1px Times New Roman;
    color: #404e94;
    margin: 0;
    margin-bottom: 25px;
}

.ftext p {
    font: normal normal normal 20px/32px Helvetica;
    color: #000;
    margin: 0;
    text-align: left;
    text-shadow: 0px 1px 2px rgb(226 226 233);
}


.t20 {
    font-size: 16px;
    text-align: left;
    color: #fff;
    font-weight: 300;
}

    .t20 b {
        color: #3B3735
    }

.f14b {
   color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 100% */
text-transform: uppercase;
}

.usefullink li {
    display: block;
    background: url(/images/foo-li.png) no-repeat left 3px;
    padding-left: 29px;
    margin-bottom: 10px;
    text-align: left;
}

    .usefullink li a {
     color: #FFF;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
    }

        .usefullink li a:hover {
            color: #FFC929;
             
 
        }

.footer p a:hover {
    color: #ffe56c;
}

.footerBtm {
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    font-weight: 300;
}
.bdr1 { border-right: 1px solid #fff;}
.back-to-top {
    position: absolute;
    bottom: 12px;
    right: 10px;
    z-index: 999;
}

    .footerBtm a {
        font-size: 16px;
        color: #fff;
        display: inline-block;
    }

        .footerBtm a:hover {
            color: #FFC929;
        }


footer{
   background: #1e1e1e;
  padding: 50px 0 0 0;
}
.ft-logo h6 {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding: 42px 0 17px 0;
  line-height: 24px;
}
.ft-logo p img {
  margin: 0 11px 0 0;
}
.ft-logo p a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.5s;
}
.ft-logo p a:hover{
  color:#171c3a
}
.widgets-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.followus {
  padding: 36px 0 0px 0px;
}
.followus h4 {
  color:#ec2b42;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 0 0 9px 0;
}
.widgets-social a {
  width: 39px;
  height: 39px;
  color: #000;
  display: flex;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 15px;
  transition: all 0.8s;
  border: 1px solid #ec2b42;
  align-items: center;
  justify-content: center;
}
.widgets-social a:hover {
  background: #171c3a;
}
.ft-orng {
  background: #ec2b42;
  height: 373px;
  border-radius: 220px;
  padding: 90px 70px 90px 170px;
}
.ft-orng h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.7px;
  padding-bottom: 7px;
}
.ft-ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
}
ul.quickul {
  width: 230px;
}
ul.quickul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 36px;
  transition: all 0.6s;
}
ul.quickul li a:hover{
  color: rgba(37, 48, 61, 1);;
}
.ft-copyright {
  padding: 45px 0 0 0;
  text-align: center;
  color: #fff;
}
.ft-copyright p{
  font-size: 16px;
  font-weight: 200;
}
.ft-copyright a{
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}
.ft-copyright a:hover{
  color:#ec2b42;
}
.listArrowCir li {
    background: url(/images/listArrow.png) left top 4px no-repeat;
    padding: 0 15px 15px 25px;
    text-align: justify;
}
.masterMain {
    margin: 40px 0;
    background: white
    padding: 24px 26px;
    border-radius: 4px;
}
h3.masterHead.pageHeading {
    background: #2d6e4e;
    text-align: center;
    display: flex;
    margin: 0px auto 32px;
    max-width: max-content;
    justify-content: center;
    align-items: center;
    color: #fff;
   
    font-family: 'Inter';
    padding: 7px 28px;
    font-size: 24px;
    position: relative;
    border-radius: 3px;
}
 .btext {    color: #ec2b42;     padding-right: 5px;}
.ytext{color: #25303d;}
h3.masterHead.pageHeading::before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #2d6e4e;
    position: absolute;
    bottom: -12px;
}
h3.innerH3 {
    font-size: 24px;
    font-weight: 600;
    padding: 13px 0 5px 0;
    margin: 0px;
}
.innerImg {
    float: right;
    margin-left: 20px;
    max-width: 470px;
}

    .innerImg img {
        max-width: 100%;
        border-radius: 0 47px;
        box-shadow: 1px 6px 6px 0px rgb(0 0 0 / 30%);
    }
.masterText p {
    font-size: 16px;
    color: #3a3737;
    line-height: 23px;
    padding: 0px 0 12px 0; text-align: justify;
    margin: 0;
}

@media (min-width: 1400px){
  span.cap-img{
    left: 53% ;
  }
  
  .phto-bx img{
    left: 0%;
  }
  
}
@media (max-width: 992px){
  .Notice-box::before{
    display: none;
  }
  .Notice-box {
    width: 100%;
    height:auto;
    padding: 3px 41px 25px 41px;
    border-radius: 7px;
  }
  .notices-bx1 p a{
    width: 100% !important;
  }
  .notices-bx1{
    width: 100% !important;
    margin:0 0 0 4px;
    padding: 0px;
  }
}

@media (max-width:767px){
  
  .logo img {
      width: 43%;
  }
 
.rightside-slider{
  position: relative;
  width: 100%;
}

.box-sl img{
  height: auto;
}
.Notice-box::before{
  display: none;
}
.Notice-box {
  width: 100%;
  height:auto;
  padding: 3px 41px 25px 41px;
  border-radius: 7px;
}
.notices-bx1 p a{
  width: 100% !important;
}
.notices-bx1{
  width: 100% !important;
  margin:0 0 0 4px;
  padding: 0px;
}
ul.parent-arrow3{
  width: 98%;
  left: 3px;
}
.msg-img img, .msg-img, .about-img{
  border-radius: 6px;
  padding-bottom: 10px;
  padding-right: 0px;
}
.photogallery-sl, .videogallery-sl{
  height: auto;
  border-radius: 7px;
}
.bday-bx1 {  
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 34px 0;
  border-radius: 5px;
}
.bday-img {
  width: 100%;
  margin: 0 0 21px 0;
}
.bday-txt, .teachbday-txt{
  writing-mode: unset;
  height: auto;
}
.techbday-sl {
  height: auto;
  flex-direction: column-reverse;
  justify-content: center;
  padding: 34px 0;
}
.bday-bx, .tech-bday-bx{
  height: auto;
  border-radius: 7px;
  margin-bottom: 16px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.photo-title h3, .title-bdy{
  text-align: left;
}
span.cap-img {
  display:none;
}

.mobile-app-bx, .mobile-slide-bx{
  height:auto;
  border-radius: 7px;
}
.mobile-slide-bx{
  height: auto;
  float: none;
  width: 100%;
}
.ft-orng {
  height: auto;
  border-radius: 7px;
  padding: 18px;
  margin: 27px 0;
}
.ft-copyright{
  padding: 0px;
}
ul.parent-arrow {
  width: 94%;
  top: 42%;
  left: 12px;
}
.slider-txt{
  padding: 42px 0 8px 0
}
.box-sl{
  border-radius: 0px;
  height: auto;
}
ul.parent-arrow1 {
  height: auto;
  top: 46%;
  left: 0;
  right: 0;
  position: absolute;
  flex-direction: row;
  transform: 0;
}
li.next1, li.prev1{
  width: 42px;
  height: 42px;
  transform: rotate(90deg);
}

}