/*-- Font Start --*/
@font-face {
  font-family: "Merriweather";
  src: url("../font/Merriweather-Bold.woff2") format("woff2"),
    url("../font/Merriweather-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("../font/Merriweather-Light.woff2") format("woff2"),
    url("../font/Merriweather-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("../font/Merriweather-Regular.woff2") format("woff2"),
    url("../font/Merriweather-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-ExtraBold.woff2") format("woff2"),
    url("../font/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Medium.woff2") format("woff2"),
    url("../font/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Bold.woff2") format("woff2"),
    url("../font/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Black.woff2") format("woff2"),
    url("../font/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Light.woff2") format("woff2"),
    url("../font/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-ExtraLight.woff2") format("woff2"),
    url("../font/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-SemiBold.woff2") format("woff2"),
    url("../font/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Regular.woff2") format("woff2"),
    url("../font/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Thin.woff2") format("woff2"),
    url("../font/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  /* border-radius: 0px; */
}
a {
  text-decoration: none;
  font-family: "Poppins";
}
p,
body {
  font-size: 14px;
  line-height: 24px;
  font-family: "Merriweather";
}
.dg-top-pd {
  padding-top: 60px;
}
.dg-bottom-pd {
  padding-bottom: 60px;
}
.dg-both {
  padding: 60px 0px;
}
img {
  width: 100%;
  height: auto;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/*-- Top Bar Start --*/
.topbar {
  text-align: center;
  background: #1f2c5d;
  padding: 15px 10px;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  width: 100%;
  position: relative;
}
.topbar p {
  margin: 0px;
  color: #fff;
  font-family: "Poppins";
}

.marquee {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 45s linear infinite;
}

.topbar:hover .marquee {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.topbar a {
  text-decoration: none;
  color: #fff;
}
/*-- Top Bar End --*/

/*-- Header Section Start --*/
.header-sec {
  padding: 15px 10px;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 8%);
  z-index: 1;
  position: relative;
  background-image: url(../img/diagonal-lines-2.png);
}
.header-logo img {
  width: 100%;
  height: auto;
  max-width: 340px;
}
.hdr-info.text-rightalign .tophd {
  text-align: right;
}

.hdr-info .tophd {
  font-weight: 600;
  font-family: "Poppins";
  margin-bottom: 9px;
}
.dedcription-btn {
  width: auto;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  background-color: #fcfcfc;
  color: #1f2c5d;
  text-align: center;
  font-size: 18px;
  padding: 10px 20px;
  transition: all 0.3s;
  padding-right: 100px;
  border: 1px solid #1f2c5d;
  overflow: hidden;
  font-weight: bold;
}
.dedcription-btn .btn-icon {
  background-color: #1f2c5d;
  width: 92px;
  height: 50px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;
  right: 0;
  top: -1px;
  transition: all 0.3s;
}
.name-descripeion {
  position: relative;
  z-index: 9999;
  font-size: 14px;
}
.btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 45px solid #fcfcfc;
  border-right: 40px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}
.dedcription-btn:hover .btn-icon {
  width: 100%;
  border-radius: 30px;
}
.dedcription-btn:hover .btn-icon::after {
  display: none;
  opacity: 0.1;
}
.btn-icon i {
  position: absolute;
  right: 25px;
  top: 15px;
  color: #fff;
}
.dedcription-btn:hover {
  color: #fff !important;
}
.hover-box {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.header-logo {
  text-align: center;
}
/*-- Header Section End --*/

/*-- Banner Section Start --*/

.banner-img {
  position: relative;
}

.banner-text {
  position: absolute;
  z-index: 1;
  max-width: 510px;
  top: 50%;
  left: 50px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.banner-text .h1 {
  font-weight: bold;
  color: #1f2c5d;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 20px;
}
.bannerform {
  position: absolute;
  top: 0;
  right: 40px;
  width: 460px;
  background: #1f2c5d;
  padding: 30px;
  text-align: center;
}

.banner-sec {
  position: relative;
}

.bannerform h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-control {
  border-radius: 0px;
  border: none;
  font-size: 14px;
  padding: 13px 15px;
  margin-bottom: 10px;
}
.bannerform .theme-btn {
  background: #fcb54b;
  color: #1f2c5d;
  border-radius: 0px;
  padding: 15px;
}
.bannerform .theme-btn:hover {
  color: #fcb54b;
  border-color: #fcb54b;
}
.form-control:focus {
  box-shadow: none;
}
.bannerform:after {
  content: "";
  width: 100%;
  height: 0;
  border-left: 230px solid transparent;
  border-right: 230px solid transparent;
  border-top: 40px solid #1f2c5d;
  position: absolute;
  bottom: -40px;
  left: 0;
}
/*-- Banner Section End --*/

/*-- About Section Start --*/
.aboutsec-point {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #eee;
  text-align: center;
}

.aboutsec-point .about0seclist {
  width: 25%;
  border-right: 2px solid #fff;
}
.aboutsec-point .about0seclist:last-child {
  border-right: 0px;
}
.about-sec-point-img img {
  background: #1f2c5d;
  height: 70px;
  width: 70px;
  padding: 10px;
  border-radius: 100%;
}

.about-sec-point-img {
  text-align: center;
  margin-top: -40px;
}

.about-sec {
  position: relative;
}

.counterbox {
  padding: 20px;
}

.counterbox .title {
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
}

.counterbox .counter {
  font-weight: 700;
  font-size: 40px;
  color: #1f2c5d;
  margin-bottom: 15px;
  display: block;
}
.about-imgbox {
  display: none;
}

.bg-about {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.about-sec .contentbox {
  padding: 30px;
}

.titlebox .title {
  font-weight: bold;
  color: #1f2c5d;
  font-size: 25px;
}

.titlebox {
  margin-bottom: 15px;
}

.content-text p {
  text-align: justify;
}
.boderbox {
  border: 1px solid #eee;
}
/*-- About Section End --*/

/*-- Section 3 Start --*/
.sec2 {
  background-image: url(../img/academics-bg.jpg);
  background-size: cover;
  background-position: center;
}
.sec2-item {
  background: #ffffff;
  padding: 10px;
}

.sec2-item-content {
  text-align: center;
  margin-top: 20px;
  min-height: 250px;
}

.sec2-item-content .h3 {
  font-size: 16px;
  font-weight: bold;
  color: #1f2c5d;
}

.sec2-item-content p:last-child {
  margin: 0px;
}
.sec2 .titlebox .title {
  color: #fff;
}
/*-- Section 3 End --*/

/*-- Section 4 Start --*/

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 20px;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 20px;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 20px;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 20px;
  }
}
.cta-sec {
  position: relative;
  background-image: url(../img/admision-cta.jpg);
  background-size: cover;
  background-position: center;
}
.cta-sec:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #ff000000 -30%, #1f2c5d 80%);
}

.cta-sec .container {
  position: relative;
  z-index: 1;
}

.cta-sec .h2,
.cta-sec .h5,
.cta-sec p {
  color: #fff;
}

.cta-sec .dedcription-btn {
  border-color: #fff;
}
/*-- Section 4 End --*/

/*-- Section 5 Start --*/
.alliances-item {
  position: relative;
}

.alliances-content {
  padding: 20px;
  background: #fcb54b;
  width: 80%;
  margin: -30px auto 0;
  z-index: 1;
  position: relative;
  text-align: center;
  min-height: 170px;
}

.alliances-content .h3 {
  font-size: 20px;
  font-weight: bold;
  color: #1f2c5d;
}

.alliances-content p {
  margin: 0px;
}
.alliances-img {
  line-height: 0px;
  background: #1f2c5d;
  padding: 15px;
}
/*-- Section 5 End --*/

/*-- Section 6 Start --*/
.bannerform.banner-fix {
  position: static;
  width: 100%;
  margin-bottom: 0px;
}
.bannerform.banner-fix:after {
  display: none;
}
.infobox .ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.infobox {
  background: #eee;
  padding: 60px 30px;
  /* padding-bottom: 60px; */
  padding-top: 40px;
}
.infobox ul {
  list-style: none;
  margin: 0px;
}
.formarea .form-control {
  border-radius: 0px;
  border: none;
  font-size: 14px;
  padding: 13px 15px;
  margin-bottom: 8px;
}
.infobox ul li {
  background: #fff;
  padding: 10px;
  margin-top: 20px;
  border-radius: 100px;
  border: 1px solid #fcb54b;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.infobox ul li a {
  color: #000;
  font-family: "Merriweather";
}

.infobox ul li i {
  height: 40px;
  width: 40px;
  background: #fcb54b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #1f2c5d;
}
.sec2 a.dedcription-btn {
  border-color: #fff;
}
footer.formsec {
  position: relative;
}
/*-- Section 6 End --*/

/*-- Footer --*/
section.map-sec {
  line-height: 0px;
}
.mg-ft-col1 img {
  width: 100%;
  max-width: 400px;
}

.mg-ft-col1 {
  text-align: center;
}

.mg-ft-form textarea:focus,
.mg-ft-form input:focus,
.mg-ft-form textarea,
.mg-ft-form input {
  padding: 10px 20px;
  margin-bottom: 14px;
  background: #1bbde4;
  font-size: 14px;
  color: #fff;
  box-shadow: none;
  border-radius: 0px;
}
.mg-ft-form textarea:focus,
.mg-ft-form textarea {
  border-radius: 0px;
}
.mg-ft-form input::placeholder,
.mg-ft-form textarea::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.mg-ft-form input::-ms-input-placeholder,
.mg-ft-form textarea::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #fff;
}
.theme-btn {
  width: 100%;
  background: #000000;
  border: none;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #000000;
}
.theme-btn:hover {
  background: #202c5e;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ffffff;
}
.copy {
  background: #1f2c5d;
  text-align: center;
  color: #fff;
  padding: 15px 20px;
}
.footer-box {
  display: none;
}
.innercontent {
  width: 100%;
}
.sec5-imgbox {
  background-size: cover;
  background-position: center;
}
.mg-ft-form form {
  padding: 20px;
  background: #d3f6ff;
  border: 1px solid #eee;
  border-bottom: 5px solid #1bbde4;
}
.top-bar ul li {
  display: flex;
  align-items: center;
}
.thankyoubox {
  text-align: center;
  padding: 50px 0px;
}
.thankyoutcontent {
  position: static;
  top: 70%;
  left: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: #ffffffe0;
  text-align: center;
  padding: 60px 40px;
  border-radius: 10px;
}
.thankyoutcontent h2 {
  color: #1f2c5d;
  font-weight: bold;
  font-size: 60px;
}

.thankyoutcontent p {
  color: #000;
  font-size: 18px;
}
.mg-footer p {
  color: #000000;
}
.stickybtnwhatsapp {
  position: fixed;
  bottom: 40px;
  left: 40px;
  width: 70px;
  z-index: 9999;
}

.stickybtnwhatsapp img {
  width: 100%;
}
.cta-secbottom {
  padding: 30px 0px;
  text-align: center;
  background-color: #ebeef3;
}

.cta-secbottom h3 {
  font-weight: 700;
  color: #081839;
}
.appbox {
  font-size: 50px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 60px;
  width: 300px;
  position: relative;
  right: 30px;
  display: flex;
  align-items: center;
}
.appbox p {
  line-height: 32px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 18px;
}
.vr-sec7-img {
  display: none;
}
.imgbg {
  background-size: cover;
  background-position: center;
}
.vr-sec-form.bottomform {
  padding: 70px;
}
.showdesktop {
  display: block;
}
.showmobile {
  display: none;
}
.ftr-aaa {
  width: 100%;
  margin-top: -30px;
}
#gallery .col-lg-2.col-md-6.col-sm-6.image {
  width: 20%;
}
/*-- Responsive Start --*/
@media only screen and (min-width: 1023px) and (max-width: 1300px) {
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .dg-top-pd {
    padding-top: 40px;
  }
  .dg-bottom-pd {
    padding-bottom: 40px;
  }
  .dg-both {
    padding: 40px 0px;
  }

  /*-- Header Start --*/
  .banner-text .h1 {
    font-size: 32px;
  }
  .banner-text {
    max-width: 430px;
    left: 30px;
  }
  .bannerform:after,
  .header-sec .col-sm-12.d-flex {
    display: none !important;
  }
  .bannerform {
    position: static;
    width: 100%;
    padding-bottom: 60px;
  }

  /*-- Header End --*/

  /*-- Section 2 Start --*/
  .about-sec-point-img img {
    border: 1px solid #fff;
  }
  .sec2-item {
    margin-top: 20px;
  }
  /*-- Section 2 End --*/

  /*-- Section 4 Start --*/
  .cta-sec:after {
    background: #1f2c5d;
    opacity: 0.9;
  }
  /*-- Section 4 End --*/

  /*-- Section 5 Start --*/
  .alliances-content {
    min-height: auto;
  }
  /*-- Section 5 End --*/

  .footer-box {
    display: flex;
    position: fixed;
    bottom: 0px;
    flex-wrap: wrap;
    width: 100%;
    z-index: 999;
  }

  .footer-box .book-app {
    width: 50%;
    text-align: center;
    padding: 10px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-box .book-app a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .copy {
    margin-bottom: 60px;
  }
  .mg-decors-sec {
    background-image: none;
  }
  .treatment-item {
    min-height: auto;
  }

  .logobox {
    justify-content: center !important;
  }
  .cta-content {
    padding-left: 30px;
  }
  .imbbox {
    display: none;
  }
  footer.mg-footer {
    margin-top: 0px;
  }
  .ftr-aaa {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 766px) {
  .dg-top-pd {
    padding-top: 40px;
  }
  .dg-bottom-pd {
    padding-bottom: 40px;
  }
  .dg-both {
    padding: 40px 0px;
  }
  #gallery .col-lg-2.col-md-6.col-sm-6.image {
    width: 50% !important;
  }
  .banner-img img {
    display: none;
  }
  .h2.title {
    text-align: center;
  }
  .dedcription-btn {
    margin: 0 auto;
    display: flex;
    width: 74%;
  }
  .infobox ul li a {
    font-size: 11px;
  }
  /*-- Header Start --*/
  .sec2 .titlebox .title,
  .titlebox .title {
    font-size: 18px;
  }
  .banner-text .h1 {
    font-size: 14px;
  }
  .banner-text {
    max-width: 430px;
    left: 30px;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: #eee;
    padding: 20px;
    text-align: center;
  }
  .bannerform:after,
  .header-sec .col-sm-12.d-flex {
    display: none !important;
  }
  .bannerform {
    position: static;
    width: 100%;
    padding-bottom: 60px;
  }
  /*-- Header End --*/

  /*-- Section 2 Start --*/
  .sec2-item-content {
    min-height: auto;
  }
  .about-sec-point-img img {
    border: 1px solid #fff;
  }
  .sec2-item {
    margin-top: 20px;
    padding-bottom: 15px;
  }
  .aboutsec-point .about0seclist {
    width: 100%;
    border-right: none;
    border-top: 1px solid #1f2c5d;
  }
  .about-sec-point-img {
    margin-top: 20px;
  }
  .about-sec .contentbox {
    padding: 30px 5px 15px;
  }
  /*-- Section 2 End --*/

  /*-- Section 3 Start --*/
  #image-gallery .col-sm-6 {
    width: 50%;
  }
  /*-- Section 3 End --*/

  /*-- Section 4 Start --*/
  .cta-sec:after {
    background: #1f2c5d;
    opacity: 0.9;
  }
  /*-- Section 4 End --*/

  /*-- Section 5 Start --*/
  .alliances-content {
    min-height: auto;
    margin-bottom: 20px;
  }
  /*-- Section 5 End --*/

  .footer-box {
    display: flex;
    position: fixed;
    bottom: 0px;
    flex-wrap: wrap;
    width: 100%;
    z-index: 999;
  }

  .footer-box .book-app {
    width: 50%;
    text-align: center;
    padding: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-box .book-app a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .copy {
    margin-bottom: 44px;
  }
  .mg-decors-sec {
    background-image: none;
  }
  .treatment-item {
    min-height: auto;
  }

  .logobox {
    justify-content: center !important;
  }
  .cta-content {
    padding-left: 30px;
  }
  .imbbox {
    display: none;
  }
  footer.mg-footer {
    margin-top: 0px;
  }
  .ftr-aaa {
    margin-top: 60px;
  }
  .infobox ul li {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    border-radius: 5px;
  }

  .infobox ul li a {
    display: block;
    width: 100%;
  }
  .infobox ul li span {
    display: block;
    width: 100%;
  }
  .infobox {
    padding: 10px;
  }
}
