@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap');
body{margin: 0;}
h2{font-family: montserrat}
p{font-family:poppins}
.dropdown-toggle::after {
    display: none;
  }
.text-decoration-none{
  text-decoration: none!important;
}
/* Font Awesome Icons have variable width. Added fixed width to fix that.*/
.icon-width { width: 2rem;}
.navbar-brand img{width:150px;}

.me-auto{margin-right: auto !important;}
nav{
width: 100%;
background: #fff !important;
position: sticky !important;
top: 0;
padding: 25px 80px !important;
z-index: 9;
transition: 0.5s ease all;
box-shadow: 0 0 10px 0 #0003;
}
nav .logo img{
    position: absolute;
    top: 0;
    width: 150px;
    padding: 10px 10px 10px 10px;
    /* background: #fff; */
    transition: 0.5s ease all;
}
nav ul li {
  font-family: poppins;
    font-size: 18px;
    /* font-weight: 600; */
    margin-left: 15px;

}
nav ul li a{color:#2f5597 !important;}
/* .collapse:not(.show){display: block;} */
.collapsed{display: none;}
.navbar-toggle{background: #fff !important;border:2px solid #2f5597 !important;color:#2f5597 !important;}

.banner{background: #EBF3FE}
.banner-heading h2{font-size: 70px;line-height: 90px;font-weight: 700;color:#EF6D08;padding-top: 120px;padding-left: 50px;font-family: montserrat}
.about-us{background:#fff;padding:90px 0px;background-position: center;background-size: cover;}
.about-us h2{text-transform: uppercase;font-size: 40px;font-family: montserrat;color:#EF6D08;text-align: center;font-weight: 700;margin-bottom: 20px;}
.about-us p{color:#757575;line-height: 26px;letter-spacing: .3px;text-align: center;}
.read-more-btn a{background: #2f5597;padding:12px 40px;color:#fff;font-family: poppins;}
.read-more-btn{margin: auto;text-align: center;margin-top: 40px;}
.facilities{background: #EBF3FE;padding:90px 0px 100px}
.facilities-heading h2{text-transform: uppercase;font-size: 40px;font-family: montserrat;color:#EF6D08;text-align: center;font-weight: 700;margin-bottom: 40px;}
.facilities-box{background: #fff;padding:30px;}
.facilities-box h2{color:#2F5597;font-size: 24px;font-weight:600;}
.facilities-box p{color:#757575;font-size: 15px;line-height: 28px;}
.facilities-box a{color:#222;font-size: 14px;font-family: poppins;position: relative;}
.facilities-box a:after{content:"";width:40px;height:2px;position: absolute;top:9px;left:85px;background: #222;}


.gallery{padding:90px 0px;background: #EBF3FE;overflow: hidden;}
.gallery-heading h2{text-transform: uppercase;font-size: 40px;font-family: montserrat;color:#EF6D08;text-align: center;font-weight: 700;margin-bottom: 40px;}
.cbp-item-wrapper{border:3px solid #fff;padding: 2px;}
.contactus{background: #040519;padding:90px 0px;}
.contact-box h2{font-size: 20px;color:#EF6D08;font-family: poppins;margin-top: 12px;}
.contact-box{text-align: center;background: rgba(255,255,255,.1);padding:30px 10px;height:180px;border-bottom: 3px solid #2F5597}
.contact-box p{font-size: 14px;font-family: poppins;color:#fff;margin-bottom: 8px;}

.footer{border-top:1px solid #fff;background: #040519;
  /* background:#202020; */
  padding:25px 20px; }
.footer p{margin-bottom: 0px;font-size: 14px;color:#878787;}
.footer p a{color:#2F5597;}
.footer-i{width: 30px;height: 30px;background:rgba(47,85,151,.7);margin-left: 2px;margin-right: 2px;line-height: 28px;display: inline-block;}
.footer-i i{color:#fff;}
.footer-left p{padding-top: 5px;}
.contact-i{width: 50px;height: 50px;background:#2F5597;border-radius: 50%;text-align: center;margin: auto;}
.contact-i i{color:#fff;line-height: 50px;}

/* about us page */
.about-heading h2{font-size: 50px;line-height: 40px;font-weight: 700;color:#EF6D08;padding-top: 130px;padding-left: 50px;font-family: montserrat}
/* .about-us-inner h2{color:#EF6D08;} */
/* .about-us-inner h2{text-align: left}
.about-us-inner p{text-align: left} */
.about-box{background:#2f5597;padding:40px 25px; }
.about-blue{background:#EF6D08 }
.about-box h2{color:#fff;font-size: 18px;font-weight: 500;}
.about-box h1{color:#fff;text-align: center;font-size: 50px;}

/* contact us page */
.contactus-section{padding:90px 0px;}
.enquire-heading h2{text-transform: uppercase;
font-size: 24px;font-family: montserrat;color: #EF6D08;font-weight: 700;margin-bottom: 20px;}
.contactus-box{    position: relative;
    z-index: 1;
    padding: 40px 30px 15px !important;
    box-shadow: 0px 2px 4px #d7d7d7;
    border-radius: 4px;
    background: #fff;
}
.content_row{margin: 0px;}
.contact-input {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
}
.contact-input label {
    padding-left: 0px !important;
    color: #2f5597;font-size: 13px;font-family: montserrat;
    letter-spacing: .3px;

}
.contact-input input, textarea {
    background: #f2f2f2;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    border: none;
}
.contact-input button {
    background: #2F5597;
    padding: 8px 40px;
    color: #fff;
    border: none;
}
.map{box-shadow: 0px 2px 4px #d7d7d7;padding:6px 6px 0px 6px;border-radius: 5px;}

.facilities-gallery{background: #fff !important;}
.facilities-gallery .cbp-item-wrapper{border:2px solid #ddd;padding:2px;}


.animatable {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

.animated {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.row-flex {
    display: flex;
    flex-wrap: wrap
}

.animated.animationDelay {
    animation-delay: .4s;
    -webkit-animation-delay: .4s
}

.animated.animationDelayMed {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s
}

.animated.animationDelayLong {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}



.contact-box a{color:#fff;}
.contact-box a:hover{color:#fff;text-decoration: none;}

/* thankyou */
.thankyou{padding:90px 0px;}
.thankyoubox{width:550px;text-align: center;margin: auto;border-bottom: 3px solid #2F5597;box-shadow: 0px 2px 4px #d7d7d7;padding:30px;}
.thankyoubox img{width:90px;}
.thankyoubox h2{font-size: 25px;color:#EF6D08;padding-top: 20px;font-weight: 600;}

/* media query */
@media only screen and (min-width:1600px) {
  .banner-heading h2{padding-top: 170px !important;padding-left: 100px;font-size: 70px;line-height: 90px;}
}
@media only screen and (max-width:575px) {
nav{padding:15px 25px 15px 15px !important}
nav .logo img{width:100px;}
.collapsed{display: block !important;}
.banner-heading h2{padding-left: 30px;font-size: 65px;padding-top: 35px !important;}
.about-us{padding:50px 0px;}
.gallery{padding:50px 0px;}
.contactus{padding: 50px 0px;}
.contact-box{margin-bottom: 20px;}
.footer-left{text-align: center !important;margin-bottom: 10px}
.navbar-nav{margin-top: 50px !important}
.about-heading h2{padding-left: 0px !important;font-size: 40px !important;padding-top: 40px !important;padding-bottom: 20px;}
.contactus-section{padding:50px 0px;}
.contactus-box{margin-bottom: 40px;}
.thankyoubox{width: auto !important}
.loginpage{margin:40px 10px !important;}
.panel{display: none}
.loginpage::before{display: none;}
.form{top:78% !important;}
}

@media only screen and (min-width:576px) and (max-width:767px) {
nav{padding:15px 25px 15px 15px !important}
nav .logo img{width:100px;}
.collapsed{display: block !important;}
.banner-heading h2{padding-left: 30px;font-size: 65px;padding-top: 35px !important;}
.about-us{padding:50px 0px;}
.gallery{padding:50px 0px;}
.contactus{padding: 50px 0px;}
.contact-box{margin-bottom: 20px;}
.footer-left{text-align: center !important;margin-bottom: 10px}
.navbar-nav{margin-top: 50px !important}
.about-heading h2{padding-left: 0px !important;font-size: 40px !important;padding-top: 50px !important}
.contactus-box{margin-bottom: 40px;}
.thankyoubox{width: auto !important;}

}
@media only screen and (min-width:768px) and (max-width:991px) {
nav{padding:25px 30px 25px 20px !important}
nav .logo img{width:130px;}
.collapsed{display: block !important;}
.banner-heading h2{padding-left: 30px;font-size: 65px;padding-top: 35px !important;}
.about-us{padding:50px 0px;}
.gallery{padding:50px 0px;}
.contactus{padding: 50px 0px;}
.contact-box{margin-bottom: 20px;}
.footer-left{text-align: center !important;margin-bottom: 10px}
.navbar-nav{margin-top: 70px !important}
.about-heading h2{padding-left: 0px !important;font-size: 35px !important;padding-top: 70px !important;}
.contactus-box{margin-bottom: 40px;}
.loginpage{margin:40px !important;height:60vh}
.panel__image{width: 320px !important;}
.loginpage::before{display: none;}
.form{top:78% !important;}

}
@media only screen and (min-width:992px) and (max-width:1025px) {
.about-heading h2{padding-left: 0px !important}
}




.loginpage {
  position: relative;
  /* width: 100%; */
  min-height: 80vh;
  background: #fff;
  overflow: hidden;
  margin: 90px;box-shadow: 0px 2px 4px #d7d7d7;
}

.loginpage::before {
  content: "";
  position: absolute;
  width: 2000px;
  height: 2000px;
  border-radius: 50%;
  background: linear-gradient(-45deg, #2f5597, #2f5597);
  right: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 6;
  -webkit-transition: 1.8s ease-in-out;
  transition: 1.8s ease-in-out;
}

.container__forms {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.container__panels {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}

.loginpage form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 5rem;
  overflow: hidden;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -webkit-transition: 0.2s 0.7s ease-in-out;
  transition: 0.2s 0.7s ease-in-out;
}

.loginpage form.form__sign-in {
  z-index: 2;
}

.loginpage form.form__sign-up {
  z-index: 1;
  opacity: 0;
}

.form {
  position: absolute;
  top: 50%;
  left: 75%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  z-index: 5;
  -webkit-transition: 1s 0.7s ease-in-out;
  transition: 1s 0.7s ease-in-out;
}

.form__title {
  text-transform: uppercase;
font-size: 40px;
font-family: montserrat;
color: #EF6D08;
text-align: center;
font-weight: 700;
margin-bottom: 20px;
}

.form__input-field {
  max-width: 380px;
  width: 100%;
  height: 3.437rem;
  background-color: #f0f0f0;
  margin: 10px 0;
  border-radius: 3.437rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15% 85%;
  grid-template-columns: 15% 85%;
  padding: 0 0.4rem;
}

.form__input-field i {
  text-align: center;
  line-height: 3.437rem;
  color: #acacac;
  font-size: 1.1rem;
}

.form__input-field input {
  background: none;
  outline: none;
  border: none;
  line-height: 1;
  font-weight: 600;
  font-size: 15px;
  color:#2F5597;font-family: montserrat;
  border-radius: inherit;
}

.form__input-field input::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 500;
}

.form__input-field input:-ms-input-placeholder {
  color: #aaa;
  font-weight: 500;
}

.form__input-field input::-ms-input-placeholder {
  color: #aaa;
  font-weight: 500;
}

.form__input-field input::placeholder {
  color: #aaa;
  font-weight: 500;
}

.form__submit {
  width: 9.375rem;
  height: 3.0625rem;
  border: none;
  outline: none;
  border-radius: 3.0625rem;
  cursor: pointer;
  background-color: #2f5597;
  color: #fff;font-family: montserrat;
  font-weight: 600;
  margin: 20px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form__submit:hover {
  background-color: #5a1369;
}



.panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
  z-index: 7;
}

.panel__content {
  color: #fff;
  -webkit-transition: 0.9s 0.6s ease-in-out;
  transition: 0.9s 0.6s ease-in-out;
}

.panel__left {
  pointer-events: all;
  padding: 3rem 17% 2rem 12%;
}

.panel__right {
  pointer-events: none;
  padding: 3rem 12% 2rem 17%;
}

.panel__title {
  font-weight: 600;
  line-height: 1;
  font-size: 1.5rem;
}

.panel__paragraph {
  font-size: 0.95rem;
  padding: 0.7rem 0;
  max-width: 560px;
}

.panel__image {
  width: 100%;
  -webkit-transition: 1.1s 0.4s ease-in-out;
  transition: 1.1s 0.4s ease-in-out;
}

.btn {
  border: none;
  outline: none;
  border-radius: 3.0625rem;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0;
  background: none;
  border: 2px solid #fff;
  width: 130px;
  height: 41px;
  font-size: 0.8rem;
}

/*Animation*/
.panel__right .panel__content,
.panel__right .panel__image {
  -webkit-transform: translateX(800px);
  transform: translateX(800px);
}

.container.sign-up-mode .panel__right .panel__content,
.container.sign-up-mode .panel__right .panel__image {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.container.sign-up-mode::before {
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  right: 52%;
}

.container.sign-up-mode .panel__left .panel__image,
.container.sign-up-mode .panel__left .panel__content {
  -webkit-transform: translateX(-800px);
  transform: translateX(-800px);
}

.container.sign-up-mode .panel__left {
  pointer-events: none;
}

.container.sign-up-mode .panel__right {
  pointer-events: all;
}

.container.sign-up-mode .form {
  left: 25%;
}

.container.sign-up-mode form.form__sign-in {
  z-index: 1;
  opacity: 0;
}

.container.sign-up-mode form.form__sign-up {
  z-index: 2;
  opacity: 1;
}

@media (max-width: 870px) {
  .container {
    min-height: 800px;
    height: 100vh;
  }
  .container::before {
    width: 1500px;
    height: 1500px;
    left: 30%;
    bottom: 68%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: initial;
    top: initial;
    -webkit-transition: 2s ease-in-out;
    transition: 2s ease-in-out;
  }
  .form {
    width: 100%;
    left: 50%;
    top: 95%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: 1s 0.8s ease-in-out;
    transition: 1s 0.8s ease-in-out;
  }
  .container__panels {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 2fr 1fr;
    grid-template-rows: 1fr 2fr 1fr;
  }
  .panel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.5rem 8%;
  }
  .panel__left {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  .panel__right {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
  .panel__image {
    width: 200px;
    -webkit-transition: 0.9s 0.6s ease-in-out;
    transition: 0.9s 0.6s ease-in-out;
  }
  .panel__content {
    padding-right: 15%;
    -webkit-transition: 0.9s 0.8s ease-in-out;
    transition: 0.9s 0.8s ease-in-out;
  }
  .panel__title {
    font-size: 1.2rem;
  }
  .panel__paragraph {
    font-size: 0.7rem;
    padding: 0.5rem 0;
  }
  .panel__right .panel__content,
  .panel__right .panel__image {
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
  }
  .btn {
    width: 6.875rem;
    height: 2.187rem;
    font-size: 0.7rem;
  }
  .container.sign-up-mode::before {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    bottom: 32%;
    right: initial;
  }
  .container.container.sign-up-mode .panel__left .panel__image,
  .container.container.sign-up-mode .panel__left .panel__content {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
  }
  .container.sign-up-mode .form {
    top: 5%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
  }
}

@media (max-width: 570px) {
  form {
    padding: 0 1.5rem;
  }
  .panel__image {
    display: none;
  }
  .panel__content {
    padding: 0.5rem 1rem;
  }
  .container::before {
    bottom: 72%;
    left: 50%;
  }
  .container.sign-up-mode::before {
    bottom: 28%;
    left: 50%;
  }
}
