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: 700;
  line-height: 1.3;
  font-family: "Nunito", sans-serif;
  color: #222222;
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
  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-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  outline: none !important;
  margin: 0;
}
.owl-carousel .owl-nav button.owl-next {
  background: url(../images/next1.png) center center no-repeat !important;
  right: -6%;
}
.owl-carousel .owl-nav button.owl-prev {
  background: url(../images/prev1.png) center center no-repeat !important;
  left: -6%;
}

.dash-box {
  min-width: 300px;
  max-width: 100%;
  display: inline-flex;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  color: #242424;
  align-items: center;
  justify-content: center;
  background-color: #FFC768;
  border: 3px dashed #242424;
  border-radius: 30px;
  padding: 10px 25px;
}

/*	------ HEADER PART ------  */
.header-section {
  background: url(../images/header-bg.png) left top repeat-x;
  background-size: auto 100%;
  padding: 16px 0 25px;
}
.header-section img {
  max-width: 200px;
}

.banner-section {
  background: linear-gradient(180deg, rgb(255, 255, 255) 40%, rgb(255, 240, 229) 100%);
  position: relative;
}
.banner-section::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 2%;
  width: 110px;
  height: 110px;
  background: url(../images/icon1.png) center center no-repeat;
  background-size: 100% auto;
  animation: zoom 1.5s infinite;
}
.banner-section .top-area h5 {
  margin: 5px 0 25px;
}
.banner-section .top-area ul.list {
  justify-content: center;
  display: flex;
  gap: 10px 30px;
  margin: 0px 0 0;
}
.banner-section .top-area ul.list li {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.banner-section .top-area ul.list li::before {
  content: "\f058";
  color: #0D9E00;
  top: 0;
  left: -10px;
}
.banner-section .bottom-area {
  margin-top: -90px;
}
.banner-section .form-area {
  max-width: 100%;
  width: 430px;
  margin: 150px auto 0;
  background-color: #FB8A66;
  border-radius: 10px;
  padding: 10px;
}
.banner-section .form-area .form-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.banner-section .form-area h4 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 15px;
}
.banner-section .form-area h4 span {
  color: #FF6900;
}
.banner-section .form-area form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.banner-section .form-area form .form-control {
  background-color: #FCF4E9;
  border-radius: 10px;
  width: 100%;
  height: 50px;
}
.banner-section .form-area form .btn {
  background-image: none;
  width: 100%;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.banner-section .last-area {
  margin-top: 80px;
}
.banner-section .last-area .box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.banner-section .last-area .box img {
  max-height: 70px;
  max-width: 180px;
  width: auto;
  height: auto;
}
.banner-section .last-area .box h4 {
  font-weight: 600;
  margin: 0;
}

.first-section {
  position: relative;
  background-color: #FAF5F2;
  /* Owl Carousel */
}
.first-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background: url(../images/first-bg.jpg) center center no-repeat #F4A21A;
  background-size: auto;
  z-index: 2;
}
.first-section::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../images/first-section-bg.png) center center repeat-x;
  background-size: auto 100%;
  z-index: 1;
}
.first-section > * {
  position: relative;
  z-index: 3;
}
.first-section .heading-area h5 {
  font-size: 26px;
  font-weight: 700;
  height: 50px;
  padding: 6px 35px;
  margin-bottom: 25px;
  width: 550px;
  max-width: 100%;
}
.first-section .heading-area h2 span {
  color: #fff;
}
.first-section .heading-area p {
  color: #fff;
}
.first-section .topper-box {
  background: none;
  border: 0;
  text-align: center;
  position: relative;
}
.first-section .topper-box::before {
  content: "";
  width: 100%;
  height: 75%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
}
.first-section .topper-box > * {
  position: relative;
  z-index: 2;
}
.first-section .topper-box .card-header {
  max-width: 80%;
  margin: auto;
}
.first-section .topper-box .card-header img {
  border-radius: 50%;
  overflow: hidden;
}
.first-section .topper-box .card-body {
  background: none;
  border: 0;
}
.first-section .topper-box .card-body h3 {
  color: #fff;
  margin: 25px 0 30px;
}
.first-section .topper-box .card-body h6 {
  font-weight: 800;
  margin-bottom: 25px;
  color: #171E45;
}
.first-section .topper-box-row .owl-stage > .owl-item:nth-child(n+1) .topper-box::before {
  background-image: url(../images/topper-bg1.png);
}
.first-section .topper-box-row .owl-stage > .owl-item:nth-child(2n+2) .topper-box::before {
  background-image: url(../images/topper-bg2.png);
}
.first-section .topper-box-row .owl-stage > .owl-item:nth-child(3n+3) .topper-box::before {
  background-image: url(../images/topper-bg3.png);
}
.first-section .topper-box-row .owl-stage > .owl-item:nth-child(4n+4) .topper-box::before {
  background-image: url(../images/topper-bg4.png);
}
.first-section .students-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
  top: inherit;
  bottom: 0;
  transform: none;
  position: relative;
}
.first-section .students-slider .owl-nav button.owl-next, .first-section .students-slider .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  outline: none !important;
  margin: 0;
}
.first-section .students-slider .owl-nav button.owl-next {
  right: -3%;
}
.first-section .students-slider .owl-nav button.owl-prev {
  left: -3%;
}

.why-choose-section {
  background-color: #FAF5F2;
}
.why-choose-section .why-box {
  display: flex;
  align-items: top;
  flex-wrap: wrap;
  gap: 20px;
}
.why-choose-section .why-box .image-area {
  width: 70px;
}
.why-choose-section .why-box .content-area {
  flex: 1 0 0;
}
.why-choose-section .why-box .content-area h3 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.why-choose-section .why-box .content-area p {
  font-size: 1rem;
  line-height: 1.6;
  color: #525252;
}

.education-section {
  padding: 2.5rem 0 5rem;
  background-color: #171E45;
  position: relative;
}
.education-section::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../images/blue-shape.png) center center repeat-x;
  background-size: auto 100%;
  z-index: 1;
}
.education-section .container {
  position: relative;
  z-index: 2;
}
.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: 10px 10px 15px;
}
.education-section .education-card .card-body h4 {
  font-size: 1.7rem;
  font-weight: 800;
  margin-bottom: 4px;
}
.education-section .education-card .card-body h6 {
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 15px;
}
.education-section .education-card .card-body h5 {
  width: 240px;
  max-width: 100%;
  display: inline-flex;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #242424;
  align-items: center;
  justify-content: center;
  background-color: #FFC768;
  border: 3px dashed #242424;
  border-radius: 30px;
}
.education-section .heading-area {
  padding-bottom: 25px;
}
.education-section .heading-area p {
  color: #F8F8F8;
}

.make-section {
  background-color: #F4A21A;
  position: relative;
  z-index: 2;
}
.make-section::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../images/shape2.png) center center repeat-x;
  background-size: auto 100%;
  z-index: 1;
}
.make-section h2 {
  color: #fff;
  margin-bottom: 35px;
}
.make-section .best-box {
  text-align: center;
  border: 0;
  height: 100%;
}
.make-section .best-box .card-body {
  padding: 20px;
  border: 0;
  height: 100%;
}
.make-section .best-box .card-body img {
  max-height: 100px;
}
.make-section .best-box .card-body h4 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #FF6900;
  margin: 20px 0 10px;
}
.make-section .best-box .card-body h5 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
}

.core-value-section {
  background-color: #FCF6EE;
  padding-top: 6.5rem;
  position: relative;
  z-index: 1;
}
.core-value-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;
}
.core-value-section > * {
  position: relative;
  z-index: 3;
}
.core-value-section .heading-area h2 {
  margin-bottom: 0px;
}
.core-value-section .heading-area p {
  line-height: 1.4;
}
.core-value-section .core-box {
  position: relative;
  height: 100%;
  text-align: center;
  border: 0;
  padding: 0;
  background-color: transparent;
}
.core-value-section .core-box::before {
  content: "";
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  border-radius: 50px 50px 30% 30%;
  position: absolute;
  z-index: 1;
}
.core-value-section .core-box .card-header {
  position: relative;
  z-index: 2;
}
.core-value-section .core-box .card-body {
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 40px 25px 20px;
}
.core-value-section .core-box .card-body h3 {
  font-size: 1.3rem;
  font-weight: 800;
}
.core-value-section .core-box .card-body p {
  font-size: 14px;
  color: #333333;
  margin: 0;
}
.core-value-section .core-value-row > div:nth-child(4n+1) .core-box::before {
  background-color: #FBE8E6;
  border: 3px dashed #F96EA0;
}
.core-value-section .core-value-row > div:nth-child(4n+2) .core-box::before {
  background-color: #F0EFD9;
  border: 3px dashed #8EC60C;
}
.core-value-section .core-value-row > div:nth-child(4n+3) .core-box::before {
  background-color: #F5E9D7;
  border: 3px dashed #BF7408;
}
.core-value-section .core-value-row > div:nth-child(4n+4) .core-box::before {
  background-color: #FBEFD8;
  border: 3px dashed #EDA000;
}

.testimonial-section {
  background-color: #fff;
  position: relative;
}
.testimonial-section::before {
  content: "";
  width: 100px;
  height: 120px;
  position: absolute;
  bottom: 20%;
  left: 0;
  background: url(../images/icon17.png) center center no-repeat;
  background-size: contain;
  z-index: 1;
  animation: testi1 2s infinite;
}
.testimonial-section::after {
  content: "";
  width: 240px;
  height: 160px;
  position: absolute;
  bottom: 20%;
  right: 0;
  background: url(../images/icon18.png) center center no-repeat;
  background-size: contain;
  z-index: 1;
}
.testimonial-section > * {
  position: relative;
  z-index: 3;
}
.testimonial-section .testimonial-area {
  border: 0;
  background: transparent;
  padding: 0 35px 25px 20px;
  text-align: center;
  position: relative;
}
.testimonial-section .testimonial-area::before {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/t-bg1.png) center center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.testimonial-section .testimonial-area::after {
  content: "";
  width: 67px;
  height: 54px;
  position: absolute;
  top: 11%;
  right: 10%;
  background: url(../images/tq1.png) center center no-repeat;
  background-size: contain;
  z-index: 1;
}
.testimonial-section .testimonial-area .card-header {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}
.testimonial-section .testimonial-area .card-header img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial-section .testimonial-area .card-body {
  border: 0;
  position: relative;
  z-index: 2;
}
.testimonial-section .testimonial-area .card-body h5 {
  font-size: 1.25rem;
}
.testimonial-section .testimonial-area .card-body p {
  font-size: 15px;
  color: #222;
  line-height: 1.6;
  margin-bottom: 10px;
}
.testimonial-section .testimonial-area img {
  width: auto;
  max-width: 100%;
  margin: auto;
}
.testimonial-section .testimonial-slider .owl-item:nth-child(3n+1) .testimonial-area::before {
  background-image: url(../images/t-bg1.png);
}
.testimonial-section .testimonial-slider .owl-item:nth-child(3n+1) .testimonial-area::after {
  background-image: url(../images/tq1.png);
}
.testimonial-section .testimonial-slider .owl-item:nth-child(3n+2) .testimonial-area::before {
  background-image: url(../images/t-bg2.png);
}
.testimonial-section .testimonial-slider .owl-item:nth-child(3n+2) .testimonial-area::after {
  background-image: url(../images/tq2.png);
}
.testimonial-section .testimonial-slider .owl-item:nth-child(3n+2) .testimonial-area .card-body p {
  color: #fff;
}
.testimonial-section .testimonial-slider .owl-item:nth-child(3n+2) .testimonial-area .card-body h5 {
  color: #fff;
}
.testimonial-section .testimonial-slider .owl-item:nth-child(3n+3) .testimonial-area::before {
  background-image: url(../images/t-bg3.png);
}
.testimonial-section .testimonial-slider .owl-item:nth-child(3n+3) .testimonial-area::after {
  background-image: url(../images/tq3.png);
}

.faq-section {
  background-color: #171E45;
  margin-top: 10rem;
  position: relative;
}
.faq-section::before {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  top: -290px;
  left: 0px;
  background: url(../images/cloud-bg.png) left bottom repeat-x;
  background-size: auto 100%;
  z-index: 1;
}
.faq-section > .container {
  position: relative;
  z-index: 1;
}
.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;
  animation: faq1 3s infinite;
}
.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;
}

.how-to-apply-section {
  background: #FFE8C9;
}
.how-to-apply-section .how-box {
  text-align: center;
}
.how-to-apply-section .how-box .image-area {
  width: 120px;
  height: 120px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.4s;
}
.how-to-apply-section .how-box .image-area img {
  max-width: 50px;
  max-height: 50px;
}
.how-to-apply-section .how-box h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  line-height: 1.15;
  margin: 20px 0 10px;
}
.how-to-apply-section .how-box h6 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #171E45;
  line-height: 1.15;
  margin-bottom: 0;
  transition: 0.4s;
}
.how-to-apply-section .how-box:hover .image-area {
  background-color: #FF6900;
  transition: 0.4s;
}
.how-to-apply-section .how-box:hover h6 {
  color: #FF6900;
  transition: 0.4s;
}

.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;
}

footer {
  text-align: center;
}
footer .footer-main {
  background-color: #623F99;
  padding: 2.5rem 0 4.5rem;
  position: relative;
}
footer .footer-main::before {
  content: "";
  width: 140px;
  height: 220px;
  background: url(../images/icon15.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 12%;
  animation: rotate1 4s infinite;
}
footer .footer-main::after {
  content: "";
  width: 230px;
  height: 220px;
  background: url(../images/icon16.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: -5%;
  top: 10%;
  animation: rotate1 3s infinite;
}
footer .footer-main > * {
  position: relative;
  z-index: 1;
}
footer .footer-main .content-area {
  text-align: start;
  color: #fff;
}
footer .footer-main .content-area h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
footer .footer-main .content-area h4 i {
  margin-right: 15px;
}
footer .footer-main .content-area p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
footer .footer-main iframe {
  border-radius: 15px;
  border: 6px solid #fff !important;
  display: block;
  max-width: 100%;
}
footer p {
  margin: 0;
  color: #000;
  font-size: 14px;
}
footer a {
  color: #171E45;
  font-weight: 600;
}
footer .copyright-div {
  position: relative;
  background-color: #fff;
  padding: 0px 0 10px;
}
footer .copyright-div::before {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  top: -40px;
  left: 0;
  background: url(../images/footer-bg.png) bottom left repeat-x;
  background-size: auto 100%;
}
footer .copyright-div > * {
  position: relative;
  z-index: 2;
}

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

/* ---  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;
}

/* ============ ANIMATION ============ */
@keyframes rotate1 {
  0% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(70deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
@keyframes faq1 {
  0% {
    left: 15px;
  }
  20% {
    left: 40px;
  }
  40% {
    left: 15px;
  }
  60% {
    left: 40px;
  }
  80% {
    left: 15px;
    opacity: 1;
  }
  90% {
    left: 560px;
    opacity: 0;
  }
  100% {
    left: 15px;
    opacity: 1;
  }
}
@keyframes testi1 {
  0% {
    left: -70px;
    opacity: 1;
  }
  50% {
    left: 70px;
    opacity: 1;
  }
  80% {
    left: 70px;
    opacity: 1;
  }
  100% {
    left: 70px;
    opacity: 0;
  }
}
@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);
  }
}
/* ============ 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);
  }
}
@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%;
  }
  .first-section .topper-box .card-header {
    max-width: 55%;
  }
  .first-section .topper-box .card-body h3 {
    font-size: 1.4rem;
  }
  .first-section .topper-box .card-body p {
    font-size: 1.125rem;
  }
  .first-section .heading-area h5 {
    font-size: 20px;
    width: auto;
  }
  .core-value-section .core-box .card-body {
    padding: 15px 20px 20px;
  }
  .faq-section {
    margin-top: 6rem;
    padding-top: 2rem;
  }
  .faq-section::before {
    height: 200px;
    top: -200px;
  }
  .how-to-apply-section .how-box h4 {
    font-size: 1.2rem;
  }
  .how-to-apply-section .how-box h6 {
    font-size: 1rem;
  }
}
@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%;
  }
  .faq-section {
    margin-top: 4rem;
    padding-top: 2rem;
  }
  .faq-section::before {
    height: 150px;
    top: -150px;
  }
}
@media all and (max-width: 991px) {
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .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;
  }
  .banner-section {
    padding: 4rem 0 6rem;
  }
  .banner-section .bottom-area {
    margin-top: 0px;
  }
  .banner-section .bottom-area .row > div {
    text-align: center;
  }
  .banner-section .form-area {
    margin: 50px auto;
  }
  .banner-section::after {
    display: none;
  }
  .banner-section .last-area .box {
    justify-content: start;
    margin-bottom: 10px;
  }
  .banner-section .last-area .box h4 {
    font-size: 16px;
  }
  .banner-section .last-area .box img {
    max-height: 40px;
    max-width: 80px;
  }
  .first-section .image-area {
    text-align: center;
    margin-bottom: 40px;
  }
  .first-section .image-area::after {
    bottom: 0;
  }
  .core-value-section::after {
    display: none;
  }
  .why-choose-section p {
    margin-bottom: 0;
  }
  .faq-section .faq-area {
    margin: 90px 0 0;
  }
  .banner-section .bottom-area > .row {
    align-items: center;
  }
}
@media all and (max-width: 767px) {
  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .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;
  }
  .first-section .heading-area h5 {
    font-size: 14px;
    padding: 5px 20px;
    border: 2px dashed #242424;
    height: auto;
    width: auto;
  }
  .first-section .topper-box .card-body h3 {
    font-size: 1.5rem;
    margin: 20px 0 10px;
  }
  .first-section .topper-box .card-body h6 {
    font-size: 1.125rem;
  }
  footer .footer-main::before, footer .footer-main::after {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 2rem;
  }
  .section-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .education-section {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
  .education-section .heading-area {
    padding-bottom: 0px;
  }
  .dash-box {
    font-size: 14px;
    padding: 5px 20px;
    border: 2px dashed #242424;
    height: auto;
  }
  .banner-section .top-area ul.list {
    gap: 0px 30px;
    flex-direction: column;
    padding-left: 20px;
  }
  .first-section .image-area::after {
    bottom: -40px;
  }
  .banner-section {
    padding: 4rem 0 6rem;
  }
  .banner-section .form-area {
    margin: 50px auto;
  }
  .banner-section::after {
    display: none;
  }
  .banner-section .last-area .box {
    justify-content: start;
    margin-bottom: 10px;
  }
  .banner-section .last-area .box h4 {
    font-size: 16px;
  }
  .banner-section .last-area .box img {
    max-height: 40px;
    max-width: 80px;
  }
  .gallery-section .icon-area::after {
    right: 0%;
  }
  .faq-section::before {
    height: 75px;
    top: -75px;
  }
  .core-value-section {
    padding-top: 5rem;
  }
  .testimonial-section h2 {
    text-align: center;
  }
  .testimonial-section::before, .testimonial-section::after {
    display: none;
  }
  footer .footer-main .content-area {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 1.8rem;
  }
  body, p {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */