html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font: 400 1rem/1.6 "Nunito", sans-serif;
  color: #333333;
}

a {
  text-decoration: none;
  color: var(--bs-dark);
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 1.3;
  font-family: "Nunito", sans-serif;
  color: #222222;
}

h2 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.3;
  font-family: "Nunito", sans-serif;
  color: #222222;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #171E45;
}
h2 span {
  color: #FF6900;
}

h3 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Nunito", sans-serif;
  color: #222222;
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Nunito", sans-serif;
  color: #222222;
}

h5 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Nunito", sans-serif;
  color: #222222;
}

h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Nunito", sans-serif;
  color: #222222;
  color: #FF6900;
  margin-bottom: 5px;
}

p {
  font: 400 1rem/1.8 "Nunito", sans-serif;
  margin-bottom: 1.5625rem;
  color: #646464;
}

.btn {
  font: 800 18px/1.6 "Nunito", sans-serif;
  border-radius: 0px;
  min-width: 180px;
  text-transform: capitalize;
  background: url(../images/btn-bg.png) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 5px;
  color: #F8F8F8;
  padding: 8px 35px;
  position: relative;
}

.btn::before {
  content: "";
  position: absolute;
  top: -28px;
  left: -5px;
  width: 11%;
  height: 30px;
  background: url(../images/btn-a.png) no-repeat center center;
  background-size: 100% auto;
  z-index: 2;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-primary {
  background-color: #FF6900;
  border-color: #FF6900;
  color: #fff;
}

.btn-primary:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle, .btn-primary:hover {
  background-color: #fff;
  border-color: #FF6900;
  color: #FF6900;
  text-decoration: none;
}

.btn-secondary {
  background-color: #222222;
  color: #fff;
  border-color: #222222;
}

.btn-secondary:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:hover {
  background-color: #fff;
  border-color: #222222;
  color: #222222;
  text-decoration: none;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #FF6900;
}

.btn-white:active + .btn-white, .btn-check:checked + .btn-white, .btn-white.active, .btn-white:active, .show > .btn-white.dropdown-toggle, .btn-white:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.wrapper {
  overflow: hidden;
}

.fullwidth {
  position: relative;
  margin-left: 50%;
  width: 100vw;
  max-width: 100vw;
  clear: both;
}

ul {
  margin: 0;
  padding: 0;
}

ul.list {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}

ul.list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 16px;
}

ul.list li:before {
  content: "\f105";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: -5px;
}

ul.list2 {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}

ul.list2 li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

ul.list2 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 20px;
  height: 12px;
  background: url(../images/arrow2.png) center center no-repeat;
  background-size: 100% auto;
}

ul.list2 li:nth-last-child(1) {
  margin-bottom: 0;
}

.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-padding-top {
  padding-top: 5rem;
}

.section-padding-bottom {
  padding-bottom: 5rem;
}

.primary-color {
  color: #FF6900;
}

img.border-radius {
  border-radius: 15px;
  overflow: hidden;
}

.card {
  margin: 0;
  padding: 0;
}
.card .card-header, .card .card-body {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.form-control {
  height: 48px;
  border: 0;
}

select.form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fff;
}

/* Owl Carousel */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  outline: none !important;
  margin: 0;
  border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next {
  right: -1%;
  background: url(../img/next.png) center center no-repeat rgba(0, 0, 0, 0.5) !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -1%;
  background: url(../img/prev.png) center center no-repeat rgba(0, 0, 0, 0.5) !important;
}

.owl-carousel .owl-nav button:hover {
  background-color: #FF6900 !important;
}

/*	------ HEADER PART ------  */
/*	------ HEADER PART ------  */
.header {
  background: #FFF1E6;
  padding: 30px 0 0;
}

@media screen and (min-width: 992px) {
  /*	Sticky Header  */
  .header.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 0;
    z-index: 999;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.97);
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .top-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .top-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 991;
    margin: 0 0px;
    background: linear-gradient(106.4deg, #FEC20B 2.58%, #E6AD00 100%);
    padding: 3px 0;
  }
  .top-menu ul li a {
    padding: 2px;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    min-height: 60px;
    border-top: 2px dashed rgba(255, 255, 255, 0.7529411765);
    border-bottom: 2px dashed rgba(255, 255, 255, 0.7529411765);
  }
  .top-menu ul li.dropdown > a:after {
    content: "";
    width: 12px;
    height: 10px;
    display: inline-block;
    margin-left: 4px;
    background: url(../img/dropdown.png) center center no-repeat;
  }
  .top-menu ul li a:hover,
  .top-menu ul li:hover > a,
  .top-menu ul li.current-menu-item > a {
    color: #fff;
    background: linear-gradient(254.37deg, #FD8E00 0%, #FD8E00 100%);
  }
  .top-menu ul ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    width: 220px;
    background: #f3f2ee;
    padding: 10px 0;
    text-align: left;
  }
  .top-menu ul ul li {
    float: none;
    padding: 0 15px;
    margin: 0;
    display: block;
  }
  .top-menu ul ul li a {
    color: #111a21;
    display: block;
    padding: 5px;
    border: none;
    font-size: 18px;
  }
  .top-menu ul ul li.dropdown > a:after {
    display: none;
  }
  .top-menu ul ul li a:hover,
  .top-menu ul ul li:hover > a,
  .top-menu ul ul li.current-menu-item > a {
    color: #ffbc3c;
  }
  .top-menu ul ul ul {
    left: 100%;
    top: 0;
  }
  .top-menu ul li:hover > ul {
    display: block;
  }
  .top-menu ul li ul {
    opacity: 0;
    z-index: 10;
    top: -9999em;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
    transform: scale(0.9);
    transform-origin: center top;
    transition-property: transform, opacity, top;
    transition-duration: 0.3s, 0.3s, 0s;
    transition-delay: 0s, 0s, 0.3s;
  }
  .top-menu ul li:hover > ul {
    top: 100%;
    opacity: 1;
    transform: scale(1);
    transition-delay: 0s;
  }
  .top-menu ul ul li:hover > ul {
    top: -10px;
    left: 100%;
  }
}
.top-menu ul li.logo-area {
  max-width: 120px;
  height: 66px;
  display: flex;
  align-items: center;
}
.top-menu ul li.logo-area img {
  max-width: 120px;
}

.first-section {
  background: url(../images/img2.png) right bottom no-repeat #FFF1E6;
  background-size: 400px auto;
  position: relative;
}
.first-section::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  width: 165px;
  height: 174px;
  background: url(../images/icon2.png) center center no-repeat;
  background-size: 100% auto;
  animation: rocket 3s infinite;
}
.first-section .image-area {
  position: relative;
}
.first-section .image-area::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 110px;
  height: 110px;
  background: url(../images/icon1.png) center center no-repeat;
  background-size: 100% auto;
  animation: zoom 1.5s infinite;
}
.first-section .content-area {
  max-width: 550px;
  position: relative;
}
.first-section .content-area .list-area {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  list-style: none;
  margin: 0 0 30px;
}
.first-section .content-area .list-area li {
  display: inline-flex;
  align-items: center;
}
.first-section .content-area .list-area li img {
  margin-right: 10px;
}
.first-section .content-area h5 {
  font-size: 20px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 15px;
}

.second-section {
  background: url(../images/bg1.jpg) center center no-repeat;
  background-size: cover;
  padding: 4rem 0 10rem;
  position: relative;
  z-index: 1;
}
.second-section::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 200px;
  height: 100%;
  background: url(../images/img3.png) center top no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
.second-section::after {
  content: "";
  position: absolute;
  top: 45px;
  right: 0;
  width: 200px;
  height: 100%;
  background: url(../images/img4.png) center top no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
.second-section .box-item {
  text-align: center;
}
.second-section .box-item img {
  margin-bottom: 25px;
}
.second-section .box-item h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}
.second-section .box-item p {
  font-size: 18px;
  font-weight: 400;
  color: #242424;
  margin-bottom: 0px;
}

/* ICON AREA */
.icon-area {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.icon-area::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 100px;
  height: 100px;
  background: left top no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.icon-area::after {
  content: "";
  position: absolute;
  top: 20%;
  right: -10px;
  width: 100px;
  height: 100px;
  background: left top no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.icon-area + .container {
  position: relative;
  z-index: 2;
}

.ready-section {
  position: relative;
  background-color: #FCF4E9;
  padding: 5rem 0 7.5rem;
}
.ready-section::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 120px;
  background: url(../images/shape-bg1.png) left bottom repeat-x;
  background-size: contain;
  z-index: 1;
}
.ready-section .icon-area::before {
  background-image: url(../images/icon3.png);
  animation: opacity 2s infinite;
}
.ready-section .icon-area::after {
  background-image: url(../images/icon4.png);
  background-size: auto 100%;
}

.education-section {
  padding: 2.5rem 0 5rem;
  background-color: #171E45;
  position: relative;
}
.education-section::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 120px;
  background: url(../images/education-shape.png) left top repeat-x;
  background-size: 100% 100%;
  z-index: 1;
}
.education-section .icon-area::before {
  background-image: url(../images/icon5.png);
  background-size: 100% auto;
  animation: opacity 2s infinite;
}
.education-section .icon-area::after {
  background-image: url(../images/icon6.png);
  top: initial;
  bottom: 5%;
}
.education-section h2 {
  color: #fff;
  margin-bottom: 40px;
}
.education-section .education-card {
  border: 0;
  overflow: hidden;
  border-radius: 10px;
}
.education-section .education-card .card-body {
  text-align: center;
  padding: 40px 10px;
}
.education-section .education-card .card-body h4 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 30px;
}
.education-section .education-card .card-body h5 {
  width: 300px;
  max-width: 100%;
  display: inline-flex;
  height: 60px;
  font-size: 18px;
  color: #242424;
  align-items: center;
  justify-content: center;
  background-color: #FFC768;
  border: 3px dashed #242424;
  border-radius: 30px;
}

.safety-slider .owl-stage {
  display: flex;
  flex: 1 0 auto;
}
.safety-slider .owl-stage .owl-item {
  display: flex;
  padding: 1px;
}
.safety-slider .owl-stage .owl-item .item {
  width: 100%;
}
.safety-slider .safety-card {
  text-align: center;
  border-radius: 16px;
  padding: 20px 10px;
  height: 100%;
  background: transparent;
  border-color: rgba(0, 0, 0, 0.2196078431);
}
.safety-slider .safety-card img {
  width: auto;
  margin: auto;
  max-width: 80px;
}
.safety-slider .safety-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 25px 0 0;
}

.children-safty {
  background-color: #F4A21A;
}
.children-safty h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 500;
}

.featured-section {
  background-color: #171E45;
  position: relative;
}
.featured-section > .container {
  position: relative;
  z-index: 9;
}
.featured-section .icon-area::before {
  background-image: url(../images/icon7.png);
  top: initial;
  left: 2%;
  bottom: -20px;
  width: 110px;
  background-size: contain;
}
.featured-section::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 2%;
  width: 140px;
  height: 100%;
  background: url(../images/fea-icon.png) center center no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.featured-section::after {
  content: "";
  position: absolute;
  top: 5%;
  left: -15px;
  width: 160px;
  height: 100%;
  background: url(../images/fea-icon2.png) left top no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.featured-section .featured-item {
  width: 85%;
  border: 2px dashed #171E45;
  border-radius: 20px;
  padding: 45px;
}
.featured-section .featured-item * {
  color: #fff;
}
.featured-section .first-item {
  position: relative;
  background-color: #F4A21A;
  padding-left: 10%;
  padding-right: 20%;
  margin-left: auto;
  margin-bottom: 45px;
}
.featured-section .first-item::before {
  content: "";
  position: absolute;
  top: -70px;
  right: 1%;
  width: 240px;
  height: 380px;
  background: url(../images/feature1.png) center center no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.featured-section .second-item {
  position: relative;
  background-color: #376179;
  padding-left: 25%;
  padding-right: 10%;
  margin-right: auto;
  margin-bottom: 70px;
}
.featured-section .second-item::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 2%;
  width: 240px;
  height: 100%;
  background: url(../images/feature2.png) center bottom no-repeat;
  background-size: 100% auto;
  z-index: 1;
}

.gallery-section {
  background-color: #FCF4E9;
  position: relative;
}
.gallery-section .icon-area::before {
  background-image: url(../images/icon8.png);
  background-size: 100% auto;
}
.gallery-section .icon-area::after {
  background-image: url(../images/icon9.png);
  top: 3%;
  right: 10%;
}
.gallery-section h2 {
  margin-bottom: 30px;
}
.gallery-section .gallery-item-area .gallery-item {
  margin-bottom: 20px;
}
.gallery-section .gallery-item-area .gallery-item img {
  border-radius: 10px;
  overflow: hidden;
  border: 2px dashed;
}
.gallery-section .gallery-item-area .gallery-item:nth-child(2) img {
  border-color: #FF6900;
}
.gallery-section .gallery-item-area .gallery-item:nth-child(3) img {
  border-color: #139dc4;
}
.gallery-section .gallery-item-area .gallery-item:nth-child(4) img {
  border-color: #171717;
}
.gallery-section .gallery-item-area .gallery-item:nth-child(5) img {
  border-color: #BF7408;
}
.gallery-section .gallery-item-area .gallery-item:nth-child(6) img {
  border-color: #973FEA;
}
.gallery-section .gallery-item-area .gallery-item:nth-child(7) img {
  border-color: #628512;
}

.client-logo-section {
  background-color: #88B520;
  padding: 2.5rem 0;
}
.client-logo-section .client-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-logo-section .client-slider .item img {
  width: auto;
}
.client-logo-section .client-slider .item h4 {
  margin: 0;
  margin-right: 30px;
  font-weight: 700;
  color: #fff;
}

.testimonial-section {
  background-color: #FCF4E9;
  padding-bottom: 2rem;
  position: relative;
}
.testimonial-section .testimonial-div {
  padding-top: 60px;
}
.testimonial-section .testimonial-div .testimonial-wrapper {
  text-align: center;
  background-color: #fff;
  padding: 0 35px 30px;
  border-radius: 20px;
  border: 2px dashed #BF7408;
}
.testimonial-section .testimonial-div .testimonial-wrapper .image-area {
  margin: -60px 0 20px;
}
.testimonial-section .testimonial-div .testimonial-wrapper .image-area img {
  width: auto;
  margin: auto;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.testimonial-section .testimonial-div .testimonial-wrapper .content-area {
  text-align: center;
}
.testimonial-section .testimonial-div .testimonial-wrapper .content-area h4 {
  font-size: 22px;
  margin: 0 0 5px;
}
.testimonial-section .testimonial-div .testimonial-wrapper .content-area img {
  width: auto;
  margin: auto;
}
.testimonial-section .testimonial-div .testimonial-wrapper .content-area p {
  height: 230px;
  overflow-y: auto;
  overflow-y: auto;
  padding-right: 10px;
  scrollbar-width: thin;
}

.adminssion-section {
  position: relative;
}
.adminssion-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 120px;
  background: url(../images/enquiry-bg.png) left top no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.adminssion-section > * {
  position: relative;
  z-index: 2;
}
.adminssion-section .icon-area {
  position: absolute;
}
.adminssion-section .icon-area::before {
  background-image: url(../images/icon10.png);
  background-size: contain;
  width: 240px;
  height: 240px;
  top: -2%;
}
.adminssion-section .icon-area::after {
  background-image: url(../images/icon11.png);
  top: 0%;
  right: 4%;
}
.adminssion-section .image-area img {
  max-width: 500px;
}
.adminssion-section .image-area .img1 img {
  border-radius: 15px;
}
.adminssion-section .image-area .img2 {
  text-align: right;
  position: relative;
}
.adminssion-section .image-area .img2::before {
  content: "";
  width: 200px;
  height: 120px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: url(../images/dot-shape.png) left top no-repeat;
  z-index: 1;
}
.adminssion-section .image-area .img2 > * {
  position: relative;
  z-index: 2;
}

.form-main-area .form-control {
  margin-bottom: 20px;
  background: #FCF4E9;
  padding: 6px 20px;
  height: 60px;
  border-radius: 8px;
  color: #4e4e4e;
}
.form-main-area .form-control.form-control-textarea {
  height: 100px;
}
.form-main-area .form-control:focus {
  box-shadow: none;
}

.faq-section {
  background-color: #FCF4E9;
  padding-bottom: 10rem;
  position: relative;
}
.faq-section .row > div {
  position: relative;
}
.faq-section .row > div::before {
  content: "";
  width: 110px;
  height: 115px;
  position: absolute;
  bottom: 10px;
  left: -60px;
  background: url(../images/icon14.png) center bottom no-repeat;
  background-size: contain;
  z-index: 1;
}
.faq-section > .container {
  position: relative;
  z-index: 1;
}
.faq-section .faq-area {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  margin: 50px 0 0;
  position: relative;
}
.faq-section .faq-area::before {
  content: "";
  width: 110px;
  height: 90px;
  position: absolute;
  top: -82px;
  left: 15px;
  background: url(../images/icon12.png) center bottom no-repeat;
  background-size: contain;
  z-index: 1;
}
.faq-section .faq-area::after {
  content: "";
  width: 90px;
  height: 230px;
  position: absolute;
  bottom: 0px;
  right: -87px;
  background: url(../images/icon13.png) center bottom no-repeat;
  background-size: contain;
  z-index: 1;
}
.faq-section .faq-area .accordion-item {
  border: 0;
  border-bottom: 1px solid #e4e4e4;
}
.faq-section .faq-area .accordion-item:nth-last-child(1) {
  border-bottom: 0;
}
.faq-section .accordion-button:not(.collapsed) {
  background-color: #FFF;
  color: #000;
  font-weight: 600;
}
.faq-section .accordion-button:focus {
  border: 0;
  box-shadow: none;
}

.consultation-section {
  background-color: #171E45;
  text-align: center;
  padding: 0 0 3rem;
  position: relative;
}
.consultation-section::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 120px;
  background: url(../images/footer-shape.png) left top no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.consultation-section > * {
  position: relative;
  z-index: 2;
}
.consultation-section .icon-area {
  position: absolute;
}
.consultation-section .icon-area::before {
  background-image: url(../images/icon15.png);
  background-size: contain;
  width: 120px;
  height: 170px;
  top: initial;
  bottom: 0;
}
.consultation-section .icon-area::after {
  background-image: url(../images/icon16.png);
  background-size: contain;
  width: 90px;
  height: 120px;
  top: initial;
  bottom: 0;
  right: 4%;
}
.consultation-section h2 {
  color: #fff;
  font-weight: 600;
}
.consultation-section .btn::before {
  display: none;
}

footer {
  background-color: #F8E170;
  padding: 1rem 0;
  text-align: center;
}
footer p {
  margin: 0;
  color: #000;
  font-size: 14px;
}
footer a {
  color: #171E45;
  font-weight: 600;
}

.floting-icon {
  position: fixed;
  bottom: 30px;
  right: 5px;
  z-index: 9999;
}
.floting-icon a {
  display: inline-block;
  border-radius: 50%;
}

.thankyou-section {
  background: url(../images/bg-t.jpg) center center no-repeat;
  background-size: cover;
  min-height: 95vh;
  display: flex;
  align-items: end;
}
.thankyou-section .image-area {
  align-self: end;
  height: 100%;
}
.thankyou-section .content-area {
  background: url(../images/thankyou-img.png) center center no-repeat;
  background-size: contain;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10% 15% 10% 20%;
  text-align: center;
}

/* ---  POPUP -----*/
.contact-modal .btn-close {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  background-size: 12px;
  opacity: 1;
}
.contact-modal .modal-body {
  padding: 2rem 1.5rem 2.5rem;
  background: #f3faff;
}
.contact-modal h3 {
  margin-bottom: 2rem;
  text-align: center;
}
.contact-modal .form-control {
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.7);
}
.contact-modal .form-control.textarea-form-control {
  height: 100px;
}

/* ============ RESPONSIVE CSS ============ */
@media only screen and (min-width: 1200px) {
  body, p {
    font-size: 15px;
  }
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  #MainMenu {
    position: relative;
  }
  #MainMenu::before {
    content: "";
    width: 80px;
    height: 65px;
    position: absolute;
    left: -54px;
    top: 0;
    background: url(../images/header-icon.png) center center no-repeat;
    background-size: auto 100%;
    z-index: 9999;
  }
  #MainMenu::after {
    content: "";
    width: 80px;
    height: 65px;
    position: absolute;
    right: -54px;
    top: 0;
    background: url(../images/header-icon.png) center center no-repeat;
    background-size: auto 100%;
    z-index: 9999;
    transform: scaleX(-1);
  }
  @keyframes rocket {
    0% {
      transform: scale(1);
      top: 40%;
      right: 0%;
      opacity: 0;
    }
    10% {
      transform: scale(1.1);
      top: 40%;
      right: 0%;
    }
    20% {
      transform: scale(1);
      top: 40%;
      right: 0%;
    }
    30% {
      transform: scale(1.1);
      top: 40%;
      right: 0%;
    }
    40% {
      transform: scale(1);
      top: 40%;
      right: 0%;
    }
    100% {
      transform: scale(1);
      top: -40%;
      right: 40%;
    }
  }
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.25);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes opacity {
    0% {
      opacity: 1;
      transform: scale(1);
    }
    50% {
      opacity: 0.1;
      transform: scale(0.7);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
}
@media only screen and (min-width: 1400px) {
  .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1500px) {
  .first-section .content-area {
    max-width: 620px;
  }
}
@media only screen and (min-width: 1600px) {
  body, p {
    font-size: 16px;
  }
  .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
  .first-section .content-area {
    max-width: 680px;
  }
}
@media only screen and (min-width: 1700px) {
  .first-section .content-area {
    max-width: 680px;
    padding-left: 50px;
  }
}
/* =========== MAX WIDTH =============== */
@media only screen and (max-width: 1399px) {
  .first-section {
    background-size: 340px auto;
  }
  .children-safty .safety-card {
    padding: 40px 10px 20px;
  }
  .children-safty .safety-card img {
    max-width: 45%;
  }
}
@media only screen and (max-width: 1299px) {
  .second-section::before, .second-section::after {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .featured-section .first-item {
    padding-left: 5%;
    padding-right: 25%;
  }
  .featured-section .first-item::before {
    width: 200px;
  }
  .featured-section .second-item {
    padding-left: 26%;
    padding-right: 5%;
  }
  .featured-section .second-item::before {
    width: 200px;
  }
  .adminssion-section .image-area .img1 {
    margin-bottom: 15px;
  }
  .adminssion-section .image-area img {
    max-width: 100%;
  }
}
@media all and (max-width: 991px) {
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  .wrapper {
    left: 0;
    position: relative;
  }
  .hidden-menu {
    overflow: hidden;
  }
  .hidden-menu .wrapper {
    left: 270px;
  }
  .btn-topmenu {
    color: #000 !important;
    font-size: 16px;
    float: right;
    padding: 0;
    width: 30px;
    height: 40px;
    position: relative;
    margin-left: 20px;
    top: 0px;
  }
  .btn-topmenu .menu-bar {
    height: 2px;
    width: 15px;
    display: block;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    justify-content: end;
  }
  .btn-topmenu .menu-bar::after {
    content: "";
    width: 26px;
    height: 2px;
    display: block;
    background: #000;
    bottom: 8px;
  }
  .btn-topmenu .menu-bar::before {
    content: "";
    width: 26px;
    height: 2px;
    display: block;
    background: #000;
    top: 8px;
  }
  .btn-topmenu .menu-bar::after, .btn-topmenu .menu-bar::before {
    position: absolute;
    transition: all 200ms linear;
  }
  .btn-topmenu:focus, .btn-topmenu.focus {
    outline: 0;
    box-shadow: none;
  }
  .btn-topmenu.on .menu-bar {
    background-color: transparent;
  }
  .btn-topmenu.on .menu-bar:after {
    transform: rotate(45deg) translate(5px, 5px);
    -webkit-transform: rotate(45deg) translate(5px, 5px);
  }
  .btn-topmenu.on .menu-bar:before {
    transform: rotate(-45deg) translate(6px, -6px);
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
  }
  .hidden-menu .btn-topmenu {
    position: absolute;
    left: -15px;
    background: #ff3a13;
    width: 40px;
  }
  .hidden-menu .btn-topmenu .menu-bar {
    left: 17px;
  }
  .hidden-menu .btn-topmenu .menu-bar::before, .hidden-menu .btn-topmenu .menu-bar::after {
    background: #fff;
  }
  .menu-logo {
    text-align: center;
    padding: 30px 30px;
    background-color: #fff;
  }
  .menu-logo h1 {
    font-size: 20px;
    margin: 0;
    padding: 0;
  }
  .menu-logo h1 a {
    color: #fff;
  }
  .top-menu, .wrapper {
    transition: all 200ms linear;
  }
  .top-menu {
    position: fixed;
    top: 0;
    left: -270px;
    z-index: 9992;
    width: 270px;
    height: 100%;
    background: #2e2e2e;
    overflow-y: scroll;
  }
  .top-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .top-menu ul li {
    border-top: solid 1px #3c3c3c;
  }
  .top-menu ul li a {
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    color: #a3a3a3;
  }
  .top-menu ul li.dropdown .arrow {
    position: absolute;
    z-index: 8;
    top: 0;
    right: 0;
    width: 40px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    color: #a3a3a3;
    font-size: 18px;
    cursor: pointer;
  }
  .top-menu ul li.dropdown .arrow::after {
    font-family: "FontAwesome";
    content: "\f107";
  }
  .top-menu ul li.dropdown > a {
    padding-right: 40px;
  }
  .top-menu ul ul {
    padding-bottom: 10px;
    display: none;
  }
  .top-menu ul ul li {
    border: none;
  }
  .top-menu ul ul li a {
    padding: 4px 20px 4px 30px;
  }
  .top-menu ul ul li.dropdown .arrow {
    height: 43px;
    line-height: 38px;
  }
  .top-menu ul ul li.dropdown .arrow::after {
    font-family: "FontAwesome";
    content: "\f107";
  }
  .top-menu.open {
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .top-menu ul li a:hover, .top-menu ul li.current-menu-item a {
    color: #fff;
  }
  .top-menu ul li.dropdown.open > .arrow:after {
    content: "\f106";
  }
  .top-menu ul li.dropdown.open > ul {
    display: block;
  }
  .logo-area {
    display: none !important;
  }
  .header {
    padding: 10px 0;
  }
  .header .logo img {
    max-width: 100px;
  }
  .first-section .image-area {
    text-align: center;
    margin-bottom: 40px;
  }
  .first-section .image-area::after {
    bottom: 0;
  }
  .education-section .education-card .card-body h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .consultation-section::before {
    background-size: auto 100%;
    background-position: center top;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .first-section {
    padding-top: 1rem;
  }
  .featured-section .second-item::before {
    left: -8%;
  }
  .featured-section .first-item::before {
    right: -6%;
  }
  .faq-section .faq-area {
    margin: 90px 0 0;
  }
}
@media all and (max-width: 767px) {
  .first-section {
    background-size: 260px auto;
    padding-top: 0;
  }
  .first-section::after {
    width: 110px;
    top: 33%;
    right: 2%;
  }
  .first-section .image-area::after {
    width: 70px;
  }
  .first-section .content-area {
    max-width: 100%;
  }
  .education-section::before, .adminssion-section::before {
    background-size: auto 100%;
  }
  .featured-section .first-item::before {
    background-size: 90% auto;
    right: -15%;
  }
  .featured-section .second-item::before {
    background-size: 90% auto;
    left: -15%;
  }
  .form-main-area {
    margin-top: 40px;
  }
  .testimonial-slider {
    margin-top: 40px;
  }
  .faq-section > .container {
    padding: 0 10%;
  }
  .faq-section .faq-area {
    margin: 90px 0 0;
  }
  .faq-section .faq-area::after {
    width: 70px;
    right: -67px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 2rem;
  }
  .first-section .image-area::after {
    bottom: -40px;
  }
  .first-section::after {
    top: 20%;
    width: 90px;
  }
  .second-section {
    padding: 4rem 0 6rem;
  }
  .ready-section {
    padding: 3rem 0 5.5rem;
  }
  .ready-section::before {
    top: -70px;
    height: 70px;
    background-size: auto 100%;
    background-position: center;
  }
  .ready-section .icon-area {
    display: none;
  }
  .ready-section .col-md-6:nth-child(1) {
    margin-bottom: 30px;
  }
  .featured-section::after {
    top: 1%;
    width: 90px;
  }
  .featured-section::before {
    right: 0;
  }
  .featured-section .featured-item {
    padding: 25px 45px 0;
  }
  .featured-section .first-item {
    margin-left: 0;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 25%;
  }
  .featured-section .first-item::before {
    right: -30%;
  }
  .featured-section .first-item h3 {
    font-size: 20px;
    font-weight: 800;
  }
  .featured-section .first-item p {
    line-height: 1.4;
  }
  .featured-section .second-item {
    margin-left: auto;
    margin-right: 0;
  }
  .featured-section .second-item::before {
    left: -35%;
    width: 159px;
  }
  .gallery-section .icon-area::after {
    right: 0%;
  }
  .consultation-section .icon-area::before {
    width: 90px;
    background-position: left bottom;
  }
  .consultation-section .icon-area::after {
    width: 58px;
    background-position: center bottom;
  }
  .thankyou-section {
    align-items: center;
  }
  .thankyou-section .image-area {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 1.8rem;
  }
  body, p {
    font-size: 14px;
  }
  .first-section .image-area::after {
    width: 50px;
    left: -14px;
  }
  .first-section::after {
    top: 15%;
    width: 70px;
    height: 100px;
  }
}
@media only screen and (max-width: 420px) {
  .first-section {
    background-image: none;
  }
}/*# sourceMappingURL=style.css.map */