@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
body {
  font-family: "Oswald", sans-serif;
  background: #fff;
  color: #000;
  font-size: 16px;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.st, .counter-wrap, .staffs-info .social, .about .about-img, .fixed-top .navbar .dropdown ul, .fixed-top .navbar a, .bttn:hover, .bttn {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}

body {
  color: #535454;
  font-weight: 400;
  line-height: 1.6;
}

a {
  color: #EB642D;
  text-decoration: none;
}
a:hover {
  color: #EB642D;
  text-decoration: underline;
}

p {
  font-weight: 300;
}

.sc-color1 {
  color: #000 !important;
}

.sc-color2 {
  color: #005590 !important;
}

.sc-color3 {
  color: #5C2CCE !important;
}

.sbg-color1 {
  background-color: #000 !important;
}

.sbg-color2 {
  background-color: #005590 !important;
}

.sbg-color3 {
  background-color: #5C2CCE !important;
}

.sbg-gradient1, .admission-strip, .back-to-top:hover, .back-to-top, .contact .info i, .counter-wrap.counter-wrap2 {
  background: linear-gradient(90deg, #FFB400 0%, #FF4F59 100%) !important;
}

.sbg-gradient2, .counter-wrap.counter-wrap1 {
  background: linear-gradient(90deg, #8ED136 0%, #25CB89 100%) !important;
}

.sbg-gradient3, .counter-wrap.counter-wrap3 {
  background: linear-gradient(180deg, #4CAFFE 0%, #56EAFF 100%) !important;
}

.sbg-gradient4, .counter-wrap.counter-wrap4 {
  background: linear-gradient(180deg, #FD4C85 0%, #FF9F8D 100%) !important;
}

.sbg-gradient5 {
  background: linear-gradient(180deg, #42EA83 0%, #39F6C6 100%) !important;
}

.sbg-gradient6 {
  background: linear-gradient(269.66deg, #36CE7B 0.22%, #8ED136 99.65%) !important;
}

.sbg-gradient7 {
  background: linear-gradient(180deg, #4CAFFE 0%, #56EAFF 100%) !important;
}

.sbg-gradient8 {
  background: linear-gradient(282.58deg, #00CBAD 0%, #46A1F2 100%) !important;
}

.sbg-gradient9, .brochure-btn:hover, .brochure-btn:active, .brochure-btn:focus, .brochure-btn {
  background: linear-gradient(282.58deg, #EB59BE 0%, #FC4E65 100%) !important;
}

.bttn {
  border-radius: 5px;
  border: 0;
  padding: 10px;
  min-width: 150px;
  height: 45px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  background-size: 200% auto !important;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.bttn:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}
.bttn:active {
  text-decoration: none;
}
.bttn:focus {
  text-decoration: none;
}

.bttn-common1 {
  background: linear-gradient(to right, #FFB400 0%, #FF4F59 51%, #FFB400 100%);
}

.bttn-common2 {
  background: linear-gradient(to right, #8ED136 0%, #25CB89 51%, #8ED136 100%);
}

.bttn-common3 {
  background: linear-gradient(to right, #005590 0%, #56EAFF 51%, #005590 100%);
}

.bttn-common4 {
  background: linear-gradient(to right, #FD4C85 0%, #FF9F8D 51%, #FD4C85 100%);
}

.bttn-common5 {
  background: linear-gradient(to right, #42EA83 0%, #39F6C6 51%, #42EA83 100%);
}

.bttn-common6 {
  background: linear-gradient(to right, #36CE7B 0%, #8ED136 51%, #36CE7B 100%);
}

.bttn-common7 {
  background: linear-gradient(to right, #4CAFFE 0%, #56EAFF 51%, #4CAFFE 100%);
}

.bttn-common8 {
  background: linear-gradient(to right, #00CBAD 0%, #46A1F2 51%, #00CBAD 100%);
}

.bttn-common8 {
  background: linear-gradient(to right, #EB59BE 0%, #FC4E65 51%, #EB59BE 100%);
}

h1,
.h1 {
  font-weight: 700;
  font-size: 60px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}

h2,
.h2 {
  font-weight: 700;
  font-size: 55px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}

h3,
h3 {
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h3,
  h3 {
    font-size: 26px;
  }
}

h4,
h4 {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h4,
  h4 {
    font-size: 20px;
  }
}

.fs24 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .fs24 {
    font-size: 20px;
  }
}

.fs22 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .fs22 {
    font-size: 20px;
  }
}

.fs20 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .fs20 {
    font-size: 18px;
  }
}

.fs18 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .fs18 {
    font-size: 16px;
  }
}

.fs16 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .fs16 {
    font-size: 14px;
  }
}

.fs14 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .fs14 {
    font-size: 14px;
  }
}

.fs12 {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .fs12 {
    font-size: 12px;
  }
}

p {
  font-size: 16px;
}
@keyframes whatsapp-move {
  16.65% {
    transform: translate(3px, -3px);
  }
  33.3% {
    transform: translate(-3px, 3px);
  }
  49.95% {
    transform: translate(3px, -3px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.brochure-btn {
  position: fixed;
  bottom: 150px;
  right: 18px;
  z-index: 999;
  padding: 3px;
  font-size: 24px;
  width: 44px;
  height: 44px;
  line-height: normal;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.brochure-btn i {
  color: #fff;
}

.whatsapp-chat-btn {
  position: fixed;
  bottom: 80px;
  right: 18px;
  z-index: 999;
  background: #25d366;
  padding: 3px;
  font-size: 24px;
  width: 44px;
  height: 44px;
  line-height: normal;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.whatsapp-chat-btn:hover, .whatsapp-chat-btn:active, .whatsapp-chat-btn:focus {
  color: #fff;
}
.whatsapp-chat-btn i {
  animation-name: whatsapp-move;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  display: block;
}

.hero-sec {
  width: 100%;
  min-height: 100vh;
  background: url("../images/school/hero/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero-sec {
    padding: 60px 0;
    height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .hero-sec {
    padding: 60px 0;
    height: inherit;
  }
}
.hero-sec h4,
.hero-sec p,
.hero-sec h1 {
  text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3), 0px -4px 10px rgba(255, 255, 255, 0.3);
}
.hero-sec:before {
  content: "";
  background: rgba(0, 105, 178, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.hero-sec .container {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .hero-sec .container {
    padding-top: 60px;
    text-align: center;
  }
}
.hero-sec .container h4 {
  color: #fff;
  text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3), 0px -4px 10px rgba(255, 255, 255, 0.3);
  text-transform: capitalize;
}
.hero-sec .container h1 {
  color: #fff;
  text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3), 0px -4px 10px rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.hero-sec .container p {
  color: #fff;
  text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3), 0px -4px 10px rgba(255, 255, 255, 0.3);
  font-weight: 600;
}

section {
  padding: 60px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0 50px;
  }
}

.fixed-top .navbar {
  padding: 0;
}
.fixed-top .navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fixed-top .navbar ul {
    display: none;
    flex-direction: column;
  }
}
.fixed-top .navbar li {
  position: relative;
}
.fixed-top .navbar li a.bttn.bttn-common2 {
  text-align: center;
  padding-left: 0;
  margin-left: 30px;
  color: #fff;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .fixed-top .navbar li a.bttn.bttn-common2 {
    margin-left: 5px;
    min-width: inherit;
    padding: 13px 10px;
  }
}
@media screen and (max-width: 767px) {
  .fixed-top .navbar li a.bttn.bttn-common2 {
    margin-left: 0;
    min-width: inherit;
    padding: 13px 25px;
    margin-top: 15px;
  }
}
.fixed-top .navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  white-space: nowrap;
  color: #535454;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .fixed-top .navbar a {
    padding: 7px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .fixed-top .navbar a {
    padding: 12px 25px;
    font-size: 14px;
  }
}
.fixed-top .navbar a.active {
  color: #005590;
  font-weight: 700;
  text-decoration: underline;
}
.fixed-top .navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border-radius: 4px;
}
.fixed-top .navbar .dropdown ul li {
  min-width: 200px;
}
.fixed-top .navbar .dropdown ul li:hover > a {
  color: #EB642D;
}
.fixed-top .navbar .dropdown ul a {
  padding: 10px 20px;
  color: #444444;
}
.fixed-top .navbar .dropdown ul a i {
  font-size: 12px;
}
.fixed-top .navbar .dropdown ul a:hover {
  color: #EB642D;
}
.fixed-top .navbar .dropdown ul .active:hover {
  color: #EB642D;
}
.fixed-top .navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.fixed-top .navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.fixed-top .navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid transparent;
  border-top-color: #EB642D;
  border-bottom-color: #EB642D;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

#topbar {
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}
#topbar .contact-info i {
  color: #E7C19C;
}
#topbar .contact-info i span {
  padding-left: 5px;
  color: #000;
}
#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #EB642D;
}
#topbar .languages ul li + li {
  padding-left: 10px;
}
#topbar .languages ul li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: "/";
}

#topbar.topbar-scrolled {
  top: -40px;
}
#topbar.topbar-scrolled + #header .logo img {
  max-height: 60px;
}

#header {
  padding: 10px 0;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#header .logo a {
  color: #000;
}
#header .logo img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 100px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #header .logo img {
    width: 75px;
  }
}
@media screen and (max-width: 767px) {
  #header .logo img {
    width: 60px;
  }
}

#header.header-scrolled {
  top: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media screen and (min-width: 768px) {
  #header.header-scrolled img {
    width: 80px;
  }
}

.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px 10px 12px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.menu #menu-flters li:hover {
  color: #EB642D;
}
.menu #menu-flters li:last-child {
  margin-right: 0;
}
.menu #menu-flters li.filter-active {
  color: #EB642D;
}
.menu .menu-item {
  margin-top: 50px;
}
.menu .menu-img {
  width: 70px;
  border-radius: 50%;
  float: left;
  border: 5px solid rgba(255, 255, 255, 0.2);
}
.menu .menu-content {
  margin-left: 85px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.menu .menu-content::after {
  content: "......................................................................" "...................................................................." "....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #bab3a6;
}
.menu .menu-content a {
  padding-right: 10px;
  background: #181617;
  position: relative;
  z-index: 3;
  font-weight: 700;
  transition: 0.3s;
}
.menu .menu-content a:hover {
  color: #EB642D;
}
.menu .menu-content span {
  background: #181617;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
  color: #EB642D;
}
.menu .menu-ingredients {
  margin-left: 85px;
  font-style: italic;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.admission-form-wrap {
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media screen and (min-width: 550px) and (max-height: 700px) {
  .admission-form-wrap {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .admission-form-wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .admission-form-wrap {
    margin-top: 60px;
  }
}
.admission-form-wrap .admission-head-wrap {
  padding: 10px 0;
  background: #F2F2F2;
  font-size: 22px;
  text-align: center;
  color: #005590;
}
.admission-form-wrap .admission-body-wrap {
  padding: 15px;
}
.admission-form-wrap .admission-body-wrap label.form-label {
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #535454;
}
@media screen and (max-width: 767px) {
  .admission-form-wrap .admission-body-wrap label.form-label {
    font-size: 13px;
  }
}
.admission-form-wrap .admission-body-wrap .d-flex-adj {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}

.php-email-form {
  width: 100%;
}
.php-email-form .bttn {
  font-size: 14px;
}
.php-email-form .form-group {
  padding-bottom: 8px;
}
.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.php-email-form .error-message {
  display: none;
  color: #000;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.php-email-form .sent-message {
  display: none;
  color: #000;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}
.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #EB642D;
  border-top-color: #181617;
  animation: animate-loading 1s linear infinite;
}
.php-email-form textarea,
.php-email-form input {
  border-radius: 6px;
  box-shadow: none;
  font-size: 14px;
  background: #fff;
  border-color: #ccc;
  height: 44px;
  color: #535454;
  /* text-transform: capitalize; */
}
@media screen and (max-width: 767px) {
  .php-email-form textarea,
  .php-email-form input {
    font-size: 13px;
  }
}
.php-email-form textarea:focus,
.php-email-form input:focus {
  border-color: #ffa011;
}
.php-email-form textarea {
  height: 150px;
}

.form-control:focus {
  box-shadow: none;
}

.radio-flex-btn {
  background: #F2F2F2;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #E0DEDE;
  padding: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.radio-flex-btn .btn {
  font-size: 14px;
}
.radio-flex-btn .btn-check {
  font-size: 14px;
}
.radio-flex-btn .btn-check:checked + .btn,
.radio-flex-btn .btn.active,
.radio-flex-btn .btn.show,
.radio-flex-btn .btn:first-child:active,
.radio-flex-btn :not(.btn-check) + .btn:active {
  background: #005590;
  color: #fff;
}

.head-para {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .head-para {
    margin-bottom: 20px;
  }
}

.gallery-item {
  border: 1px solid #fff;
}

.about .h1,
.about h2 {
  color: #005590;
}
.about p {
  opacity: 0.85;
}
.about .about-row2 {
  margin-bottom: 60px;
}
.about .about-img {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .about .about-img {
    max-width: 80%;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .about .about-img {
    max-width: 95%;
    margin: 0 auto 60px;
  }
}
.about .about-img img {
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
}
.about .about-img:hover {
  transform: scale(1.03);
}
.about .about-img:hover::before {
  left: 10px;
  top: 10px;
}
.about .about-img:hover::after {
  right: 10px;
  bottom: 10px;
}

.about-us-card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 15px;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .about-us-card {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.about-us-card .about-us-para {
  margin-left: 10px;
  margin-top: -20px;
}
.about-us-card .fs24 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .about-us-card .fs24 {
    margin-bottom: 0;
  }
}
.about-us-card .fs16 {
  margin-bottom: 0;
}
.about-us-card:nth-child(1) .fs24 {
  color: #4CAEFE;
}
.about-us-card:nth-child(2) .fs24 {
  color: #FD4B85;
}
.about-us-card:nth-child(3) .fs24 {
  color: #42EA82;
}

.swiper-slide {
  text-align: center;
}

.institute {
  width: 100%;
  background: url("../images/school/institute/institute-bg.jpg") top center;
  background-size: cover;
  position: relative;
}
.institute:before {
  content: "";
  background: linear-gradient(269.66deg, #36CE7B 0.22%, #8ED136 99.65%);
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.institute .swiper-button-next,
.institute .swiper-button-prev,
.institute h2,
.institute p {
  color: #fff;
}
.institute .swiper-pagination-bullet {
  background: #fff;
}
.institute .swiper-slide {
  border: 2px solid #fff;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .institute .swiper-slide {
    border: 0 !important;
    box-shadow: none !important;
  }
}
@media screen and (max-width: 767px) {
  .institute .swiper-slide {
    border: 0 !important;
    box-shadow: none !important;
  }
}
.institute .swiper-button-next,
.institute .swiper-button-prev {
  background: #4caefe;
  padding: 10px;
  display: inline-block;
  font-size: 24px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .institute .swiper-button-next,
  .institute .swiper-button-prev {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.institute .swiper-button-next::after,
.institute .swiper-button-prev::after {
  font-size: 18px;
  top: -10px;
  position: relative;
}

.facilities h2 {
  color: #005590;
}
.facilities p {
  opacity: 0.85;
}

.facilities-card p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 50px;
}
.facilities-card img {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.curriculum .curriculum-card {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff;
  display: inline-block;
}
.curriculum .curriculum-card p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.curriculum {
  width: 100%;
  background: url("../images/school/curriculum/curriculum-bg.jpg") top center;
  background-size: cover;
  position: relative;
}
.curriculum .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.85;
}
.curriculum .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.curriculum .curriculum-card {
  margin-bottom: 30px;
}
.curriculum h2 {
  color: #fff;
}
.curriculum .head-para .fs18 {
  color: #fff;
  font-weight: 300;
}
.curriculum .curriculum-card .curriculum-card-para {
  padding: 15px;
}
.curriculum .curriculum-card .curriculum-card-para p {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #005590;
  margin: 0;
  padding: 0;
}
.curriculum:before {
  content: "";
  background: linear-gradient(282.58deg, #00CBAD 0%, #46A1F2 100%);
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.staffs .head-para h2 {
  color: #005590;
}
.staffs .head-para p {
  opacity: 0.85;
}

.staffs-img-wrap {
  background: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.staffs-img-wrap .staffs-img {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.staffs-img-wrap:hover .staffs-info .social {
  margin-top: 60px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .staffs-img-wrap:hover .staffs-info .social {
    margin-top: 0;
  }
}

.staffs-info {
  margin-bottom: 40px;
}
.staffs-info .social {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 100px;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 180px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 6px;
}
.staffs-info .social a {
  font-size: 22px;
  margin: 0 7px;
}
@media screen and (max-width: 767px) {
  .staffs-info .social a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .staffs-info .social {
    opacity: 1;
    position: static;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    margin-top: 0;
    -o-transform: none;
  }
}
.staffs-info .fs18 {
  font-size: 18px;
  font-weight: 600;
  color: #005590;
  margin-bottom: 0;
}
.staffs-info .fs16 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  opacity: 0.85;
}

.counter-wrap {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .counter-wrap {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .counter-wrap {
    width: 160px;
    height: 160px;
  }
}
.counter-wrap:hover {
  box-shadow: rgba(100, 100, 111, 0.5) 0px 7px 29px 0px;
}
.counter-wrap .bi {
  font-size: 48px;
  color: #fff;
  margin: 3px 0 -7px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .counter-wrap .bi {
    margin: -15px 0 -7px;
  }
}
@media screen and (max-width: 767px) {
  .counter-wrap .bi {
    margin: -15px 0 -7px;
    font-size: 38px;
  }
}
.counter-wrap .counter-num {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .counter-wrap .counter-num {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .counter-wrap .counter-num {
    font-size: 20px;
  }
}
.counter-wrap .counter-text {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.counter-wrap.counter-wrap2 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .counter-wrap.counter-wrap2 {
    margin-top: 70px;
  }
}
.counter-wrap.counter-wrap4 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .counter-wrap.counter-wrap4 {
    margin-top: 70px;
  }
}

.counter-wrap-row {
  margin-top: 70px;
}

.btn-twitter {
  color: #4da6e9;
}
.btn-twitter:hover, .btn-twitter:active, .btn-twitter:focus {
  color: #4da6e9;
}

.btn-facebook {
  color: #38529a;
}
.btn-facebook:hover, .btn-facebook:active, .btn-facebook:focus {
  color: #38529a;
}

.btn-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-instagram:hover, .btn-instagram:active, .btn-instagram:focus {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-linkedin {
  color: #0073b1;
}
.btn-linkedin:hover, .btn-linkedin:active, .btn-linkedin:focus {
  color: #0073b1;
}

.social-links a {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .social-links a {
    margin: 0 5px;
  }
}
.social-links a i {
  font-size: 22px;
}

.testimonials {
  background: linear-gradient(90deg, #EA58BB 0%, #FC4E65 100%);
}
.testimonials h2,
.testimonials p {
  color: #fff;
}
.testimonials .testimonials-carousel {
  overflow: hidden;
}
.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.2);
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 0 45px;
  color: #fff;
  opacity: 0.85;
  font-weight: 400;
}
.testimonials .testimonial-item .quote-icon-left {
  color: #ff9b15;
  font-size: 26px;
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  color: #ff9b15;
  font-size: 26px;
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.testimonials .swiper-pagination {
  margin-top: 30px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.5;
  background-color: #fff;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.gallery {
  padding-bottom: 0;
}
.gallery .head-para h2 {
  color: #005590;
}
.gallery .head-para p {
  opacity: 0.85;
}
@media screen and (min-width: 768px) {
  .gallery .gallery-item .img-fluid {
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (min-width: 1600px) {
  .gallery .gallery-item .img-fluid {
    height: 250px;
  }
}

.contact {
  background: #F3F4F6;
  padding-bottom: 0;
}
.contact .head-para h2 {
  color: #005590;
}
.contact .head-para p {
  opacity: 0.85;
}
.contact .contact-row1 {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .contact .contact-row1 .contact-col2 {
    order: -1;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-row1 .contact-col2 {
    order: -1;
  }
}
.contact .contact-row1 .contact-col3 .qr-code {
  margin: auto;
  display: block;
  max-width: 180px;
}
.contact .contact-row1 .contact-col3 p b span {
  color: #005590;
}
.contact .contact-row1 .contact-col3 .info h4 {
  padding: 0;
  text-align: center;
}
.contact .contact-row1 .contact-col3 .info p {
  padding: 0;
  text-align: center;
}
.contact .info {
  width: 100%;
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .contact .info {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info {
    margin-top: 60px;
  }
}
.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 16px;
  opacity: 0.85;
  margin-bottom: 5px;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  opacity: 0.85;
}
.contact .info .open-hours,
.contact .info .email,
.contact .info .phone {
  margin-top: 15px;
}

.footer {
  padding: 15px 0;
}
.footer .copyright {
  font-size: 16px;
  opacity: 0.8;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 14px;
    text-align: center;
  }
}
.footer .social-links {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer .social-links {
    text-align: center;
    margin-top: 10px;
  }
}
.footer .social-links a:last-child {
  margin-right: 0;
}

.gallery-grid {
  background: #000;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  color: #fff;
}
.back-to-top:hover i {
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.box {
  padding: 30px 30px;
  min-height: 100%;
  background: #fff;
}
.box h4 {
  text-align: center;
}
.box.box1 {
  box-shadow: rgba(76, 174, 254, 0.3) 0px 7px 29px 0px;
  border: 1px solid rgb(76, 174, 254);
}
.box.box1 h4 {
  color: #4CAEFE;
}
.box.box1 p {
  opacity: 1;
}
.box.box2 {
  box-shadow: rgba(253, 75, 133, 0.3) 0px 7px 29px 0px;
  border: 1px solid rgb(253, 75, 133);
}
.box.box2 h4 {
  color: #FD4B85;
}
.box.box3 {
  box-shadow: rgba(66, 234, 130, 0.3) 0px 7px 29px 0px;
  border: 1px solid rgb(66, 234, 130);
}
.box.box3 h4 {
  color: #42EA82;
}
.box.box4 {
  box-shadow: rgba(255, 44, 206, 0.3) 0px 7px 29px 0px;
  border: 1px solid rgb(92, 44, 206);
}
.box.box4 h4 {
  color: #5C2CCE;
}

.box-custom h5 {
  color: #fff;
}
.box-custom p {
  color: #fff;
  font-size: 18px;
}

.admission-strip {
  padding: 15px;
  margin: 40px auto 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  max-width: 700px;
  text-align: center;
}
.admission-strip h4 {
  color: #fff;
}

.why-us-2 .container {
  margin-top: 60px;
  border-top: 1px solid #ccc;
  padding-top: 60px;
}
.why-us-2 .container h4 {
  margin-bottom: 20px;
  color: #005590;
}

.dot-ul li {
  list-style: disc;
  text-align: left;
  font-weight: 300;
  color: #005590;
}
.dot-ul li span {
  color: #535454;
  opacity: 0.8;
}

.extra-info {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .glightbox-clean .gslide-media.gslide-image img {
    max-height: 70vh !important;
  }
}
.glightbox-clean .gdesc-inner {
  padding: 15px;
  color: #fff;
  background: #000;
}
.glightbox-clean .gslide-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #000;
  margin-bottom: 0;
  line-height: 1.4em;
  text-align: center;
}

.testimonials .testimonial-item p i.bi.bi-quote {
  font-size: 26px;
}

.box.box2 ul.dot-ul {
  padding-left: 15px;
}/*# sourceMappingURL=new.css.map */