.parents-portal {
  margin-bottom:100px;
}

.principal-img-homepage {
  width:500px;
  height:500px;
}

.career-banner-adjusted {
  padding-top: 150px;
  padding-bottom: 92px;
}

p {
  text-align: justify;
}
.font-styles{
  font-size: 36px;
  font-family: Exo, sans-serif;
  font-weight: 700;
  color: #07294d;
  margin: 0;
  line-height: 1.2;
}
.principal-msg{
  max-width:auto!important;
}
.h1-tag{
  visibility: hidden!important;
  display: table;
  margin: 0 auto;
}

.h1-class {
  display:none;
}
.telegram-icon-float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	left:20px;
	background-color:#28A52D;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:40px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

p {
  text-align:justify!important;
}

.my-float {
	margin-top:10px;
}


.tooltip-container {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.tooltip {
    opacity: 0;
    z-index: 99;
    width: 140px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 3px;
    text-align: center;
    text-shadow: 1px 1px 2px #111;
    background: #000000;
    border: 1px solid rgba(34,34,34,0.9);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    right: -55px;
    bottom: 75px;
}

.tooltip:before,.tooltip:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(51,51,51,0.9);
    position: absolute;
    bottom: -11px;
    left: 43%;
}

.tooltip-container:hover .tooltip,a:hover .tooltip {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.ih-item.circle.effect1 .infos {
    bottom: 0;
    left: 10px;
    right: 0;
    top: 10px;
}

.ih-item.circle .infos {
    backface-visibility: hidden;
    border-radius: 50%;
    position: absolute;
    text-align: center;
}

.ih-item.circle.effect1 .infos h3 {
    /*color: #FFFFFF;*/
    font-size: 22px;
    height: 110px;
    letter-spacing: 2px;
    margin: 0 30px;
    padding: 55px 0 0;
    position: relative;
    text-shadow: 0 0 1px #FFFFFF, 0 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

.sports-gallery-font {
    text-align:center;
}

.font-black {
    color:#303030!important;
}

.parsley-required {
    color:red;
}

.img-contactus {
    background-image: url(/assets/images/contactus-bg.jpg);
}

.accordion .card-header.collapsed:before {
    /*float: right;*/
    content: url(/assets/images/down.png);
}

.accordion .card-header:before {
    float: right;
    content: url(/assets/images/up.png);
}

.card-header {
    cursor: pointer;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
}

.step_header {
    background-color: #fff !important;
    font-weight: bold;
}

/*.accordion .card-header.collapsed, .accordion .card-body {*/
/*    border-bottom: 1px solid rgba(0,0,0,.125);*/
/*}*/
/*.card-header:first-child {*/
/*    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;*/
/*}*/


/*.faq-wrapper .accordion .card .card-header a {*/
/*    font-weight: 600;*/
/*    font-size: 18px;*/
/*    color: #0c8b51;*/
/*    -webkit-transition: all .3s linear;*/
/*    transition: all .3s linear;*/
/*}*/




.tab-content>.active {
    display: block;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion .card-header.collapsed, .accordion .card-body {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header {
    cursor: pointer;
}

.slider-size {
  width:1333px;
  height:530px
}

.principal-msg2 {
  font-size:36px;
  font-family:Exo;
  font-style:italic;
}

.gallery-size {
  width:578px;
  height:392px
}


/*Start  Mobile view*/
@media (max-width: 767.98px) {

  .career-banner-adjusted {
    padding-top: 50px;
    padding-bottom: 50px;
  }

.slider-size {
  width:412px;
  height:162px
}

.principal-msg2 {
  font-size:24px;
  font-family:Exo;
  font-style:italic;
}

.gallery-size {
  width:348px;
  height:262px
}


  /* .bg-img {
    background-image: url(/assets/images/contactus-bg.jpg);
    min-height: 710px;
    background-position: 10% 22%;
    background-repeat: no-repeat;
    background-size: cover;
    position: inherit;
  } */
    .rounded-parent-portal {
      margin-top:50px!important;
    }
    
    .ih-item.circle.effect1 .infos h3 {
        font-size: 18px;
    }
    
    .newsletter-modify {
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }
    
    .home-slider {
        width:100%;
    }
    
    .circle-effect-font {
        margin-top: 11px;
    }
    
    .single-teacher-details {
        position: relative;
        z-index: 5;
        padding-left: 0px;
        padding-bottom: 0px;
    }
    
    .single-teacher-details .teacher-image img {
        width: 80%;
    }
    
    .bsa-logo-size{
        width: 40%;
    }
    
    .ba-slider {
        width: 300px!important;
        height: 250px!important;
    }
    
    
    .sliders [class*="box"]:nth-child(1){
      left:54%!important;}
    .sliders [class*="box"]:nth-child(2){
      left:-5%;}
    .sliders [class*="box"]:nth-child(3){
      left:10%;}
    .sliders [class*="box"]:nth-child(4){
      left:50%;}
    .sliders [class*="box"]:nth-child(5){
      left:54%!important;}
    .sliders [class*="box"]:nth-child(6){
      left:54%!important;}
    .sliders [class*="box"]:nth-child(7){
      left:100%;}
    
    .doe_awardlevel {
        width:100%;
    }
    
    .doe_logo {
        width:60%;
    }
    
    .wcc_timetable {
        width:100%;
    }
    
    .schoolattire {
        width:100%;
    }
    
    .cccchart{
        width:100%;
    }
    
    .gallery-margin {
        margin-bottom:30px;
    }
    
    
    .single-teacher {
        padding:60px;
    }
    
    
    .single-teacher::before {
        position: absolute;
        content: "";
        width: 60%;
        height: 85%;
        left: 0;
        bottom: 0;
        z-index: -1;
        background-color: white;
    }
    
    .mt-80 {
        margin-top:1px;
    
    }
    
    #character.active {
    background: url(/assets/images/ccc/icon1-active.png) no-repeat!important;
    background-position: center;
    height: 33px;
    width: 30px;
    background-size: 30px 33px!important;
    }
    
    #character {
    background: url(/assets/images/ccc/icon1.png) no-repeat;
    /*background-position: center;*/
    height: 33px;
    width: 30px;
    background-size: 30px 33px;
    }
    
    #personal {
    background: url(/assets/images/ccc/icon2.png) no-repeat;
    /*background-position: center;*/
    height: 33px;
    width: 30px;
    background-size: 30px 33px;
    }
    
    #personal.active {
    background: url(/assets/images/ccc/icon2-active.png) no-repeat!important;
    background-position: center;
    height: 33px;
    width: 30px;
    background-size: 30px 33px!important;
    }
    
    #career {
    background: url(/assets/images/ccc/icon3.png) no-repeat;
    /*background-position: center;*/
    height: 33px;
    width: 30px;
    background-size: 30px 33px;
    }
    
    #career.active {
    background: url(/assets/images/ccc/icon3-active.png) no-repeat!important;
    background-position: center;
    height: 33px;
    width: 30px;
    background-size: 30px 33px!important;
    }
    
    #leadership {
    background: url(/assets/images/ccc/icon4.png) no-repeat;
    /*background-position: center;*/
    height: 33px;
    width: 30px;
    background-size: 30px 33px;
    }
    
    #leadership.active {
    background: url(/assets/images/ccc/icon4-active.png) no-repeat!important;
    background-position: center;
    height: 33px;
    width: 30px;
    background-size: 30px 33px!important;
    }
    
    #exchange {
    background: url(/assets/images/ccc/icon5.png) no-repeat;
    /*background-position: center;*/
    height: 33px;
    width: 30px;
    background-size: 30px 33px;
    }
    
    #exchange.active {
    background: url(/assets/images/ccc/icon5-active.png) no-repeat!important;
    background-position: center;
    height: 33px;
    width: 30px;
    background-size: 30px 33px!important;
    }
}
/* End Mobile view*/

/*Start Desktop view*/
@media (min-width: 768px) {

  .rounded-parent-portal {
    margin-top:100px!important;
  }
    
  .upcoming-events {
    margin-left: auto;
    margin-right: auto;
    width: 50%!important;
  }

    .button-56 {
    padding: 0 40px;
  }
    
    .button-82-front {
    font-size: 1.25rem;
    padding: 12px 42px;
    }
    
    .home-slider {
        width:70%;
    }
    
    .slider-area {
        overflow: hidden;
    }
    
    .bsa-logo-size{
        width: 25%;
    }
    
    .ba-slider {
        width: 400px!important;
        height: 400px!important;
    }
    
    .wcc_timetable {
        width:60%;
    }
    
    .schoolattire {
        width:75%;
    }
    
    .cccchart{
        width:50%;
    }
    
    .navigation .nav-toggle {
        display:none;
    }
    
    /*.slick-slide {*/
    /*    float:none;*/
    /*}*/
    
    .modify-slider {
        height:544px;
    }
    
    /*.custom-slider{*/
    /*width: 73%!important;*/
    /*z-index: 999;*/
    /*opacity: 1;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*float:none;*/
    /*}*/
    
    .gallery-margin {
        margin-bottom:30px;
    }
    
    .lg-sub-html p {
        color:white;
        font-size:20px!important;
    }
    .lg-sub-html h2 {
        color:white;
    }
    
    .promo-vid1 {
        width:585px;
        height:308px;
    }
    
    .promo-vid2 {
        width:253px;
        height:247px;
    }
    
    .promo-vid3 {
        width:412px;
        height:270px;
    }
    
    /*.about-image .single-image.image-1 {*/
    /*    top: 41px!important;*/
    /*    right: 101px!important;*/
    /*}*/
    
    /*.about-image .single-image.image-2 {*/
    /*    top: 54%!important;*/
    /*    left: 29%!important;*/
    /*}*/
    
    /*.about-image .single-image.image-3 {*/
    /*    top: 21%!important;*/
    /*    left: 49px!important;*/
    /*}*/
    
    /*.about-image .single-image.image-4 {*/
    /*    top: -7%!important;*/
    /*}*/
    
    /*.custom-slider2{*/
    /*background-image: url(assets/images/slider2.webp);*/
    /*width: 73%!important;*/
    /*z-index: 999;*/
    /*opacity: 1;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*float:none;*/
    /*}*/
    
}
/*End Desktop view*/


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonials-image .slick-arrow {
    left: -320px;
    bottom: 0px;
  }
}

@media (min-width: 1200px) {

  .testimonials-image .slick-arrow {
    position: absolute;
    bottom: 0px;
    left: -380px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 24px;
    cursor: pointer;
    z-index: 9;
  }
    
    .modify-slider {
        height:398px;
    }
}

@media (min-width: 1600px) {
    
    .modify-slider {
        height:595px;
    }
}

#thank-you-message {
  display: none;
}

#thank-you-message.show {
  display: block;
}



.bg-img {
  /* The image used */
  background-image: url(/assets/images/contactus-bg.jpg);

  /* Control the height of the image */
  min-height: 730px;

  /* Center and scale the image nicely */
  background-position: 10% 22%;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
}

.bg-img:before {
   content: '';
   position: absolute;
   /*background-image: linear-gradient(to right, transparent, white);*/
   opacity: 2.5; 
   height:100%;
   width:100%;
 }

/* Add styles to the form container */
.containers {
  position: absolute;
  right: 0;
  margin: 20px;
  max-width: 425px;
  padding: 16px;
  opacity: 0.9;
  background-color: white;
  /*background-color: transparent !important;*/
}

/* Full-width input fields */
  input[type=text], input[type=email] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=email]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit button */
.btn-contactus {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}



.button-82-pushable {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-82-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsl(0deg 0% 0% / 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}

.button-82-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
    to left,
    hsl(340deg 100% 16%) 0%,
    hsl(340deg 100% 32%) 8%,
    hsl(340deg 100% 32%) 92%,
    hsl(340deg 100% 16%) 100%
  );
}

.button-82-front {
  display: block;
  position: relative;
  padding: 12px 27px;
  border-radius: 12px;
  font-size: 1.1rem;
  color: white;
  background: hsl(345deg 100% 47%);
  will-change: transform;
  transform: translateY(-4px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}

.button-82-pushable:hover {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
}

.button-82-pushable:hover .button-82-front {
  transform: translateY(-6px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.button-82-pushable:hover .button-82-shadow {
  transform: translateY(4px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible) {
  outline: none;
}

.btn-82-contactus {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:40px;
}




.button-85 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #07294d;
  left: 0;
  top: 0;
  border-radius: 10px;
}


.button-56 {
  align-items: center;
  background-color: #fee6e3;
  border: 2px solid #111;
  border-radius: 8px;
  box-sizing: border-box;
  color: #111;
  cursor: pointer;
  display: flex;
  font-family: Inter,sans-serif;
  font-size: 16px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-56:after {
  background-color: #111;
  border-radius: 8px;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(8px, 8px);
  transition: transform .2s ease-out;
  z-index: -1;
}

.button-56:hover:after {
  transform: translate(0, 0);
}

.button-56:active {
  background-color: #ffdeda;
  outline: 0;
}

.button-56:hover {
  outline: 0;

}




