@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  color: #282828;
}

.background-black {
  background: #282828;
}

.font-white {
  color: #fff;
}

.background-white {
  background: #fff;
}

.font-red {
  color: #aa0607;
}

.background-red {
  background: #aa0607;
}

.font-gray {
  color: #828282;
}

.background-gray {
  background: #828282;
}

.font-darkprimary {
  color: #380100;
}

.background-darkprimary {
  background: #380100;
}

.font-primary {
  color: #460100;
}

.background-primary {
  background: #460100;
}

.font-lightprimary {
  color: #831c1a;
}

.background-lightprimary {
  background: #831c1a;
}

.font-secondary {
  color: #EB7533;
}

.background-secondary {
  background: #EB7533;
}

.font-lightsecondary {
  color: #f0945e;
}

.background-lightsecondary {
  background: #f0945e;
}

.font-darksecondary {
  color: #c44800;
}

.background-darksecondary {
  background: #c44800;
}

.font-lightgray {
  color: #e7eefa;
}

.background-lightgray {
  background: #e7eefa;
}

.font-lightgradient {
  color: linear-gradient(270deg, #E9DEFA 0%, rgba(251, 252, 219, 0.8) 100%);
}

.background-lightgradient {
  background: linear-gradient(270deg, #E9DEFA 0%, rgba(251, 252, 219, 0.8) 100%);
}

.font-darkblue {
  color: #000048;
}

.background-darkblue {
  background: #000048;
}

@media (min-width: 992px) {
  header .navbar-nav .dropdown {
    position: relative;
  }
  header .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  header .navbar-nav .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 200px;
    border: none;
    box-shadow: 0 8px 24px rgba(40, 40, 40, 0.08);
    padding: 0;
    margin: 0;
  }
  header .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    font-size: 1rem;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
  }
  header .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    background: rgb(247, 90.7346938776, 0);
    color: #fff;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-family: "Instrument Sans", sans-serif;
  font-size: 15px;
  background: #fff;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.custom-container {
  width: 95%;
  margin: 0 auto;
}

.default-btn, .blue-btn, .primary-btn {
  font-size: 0.9rem;
  text-align: center;
  padding: 10px 25px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  display: inline-block;
  font-weight: 500;
}

.primary-btn {
  background: #EB7533;
  color: #fff;
}
.primary-btn:hover {
  background: rgb(232.7232142857, 101.2901785714, 27.7767857143);
}

.blue-btn {
  background: linear-gradient(0deg, #0060c5 -3.64%, #3598ff 100%);
  color: #fff;
}
.blue-btn:hover {
  background: linear-gradient(0deg, #004c9d -3.64%, #3598ff 100%);
}

.fixed-top-nav {
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  padding-bottom: 5px;
}
.fixed-top-nav .navbar-brand img {
  width: 140px;
}
@media (max-width: 768px) {
  .fixed-top-nav .navbar-brand img {
    width: 120px;
  }
}

header .navbar-brand img {
  width: 193px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
@media (max-width: 768px) {
  header .navbar-brand img {
    width: 150px;
  }
}
@media (max-width: 996px) {
  header .nav-item {
    margin-bottom: 10px;
  }
}
header .nav-item .nav-link {
  padding: 0.5rem 1rem !important;
  font-weight: 500;
  text-transform: uppercase;
  color: #282828;
  font-size: 0.9rem;
}
header .nav-item .nav-link:hover {
  color: #460100;
}
@media (max-width: 996px) {
  header .nav-item .nav-link {
    background: #eee;
    padding: 14px 15px !important;
  }
}
header .nav-item .active-nav {
  display: block;
  padding: 0.5rem 1rem !important;
  color: #460100;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9rem;
}
@media (max-width: 996px) {
  header .nav-item .active-nav {
    background: #460100;
    padding: 14px 15px !important;
    color: #fff;
  }
}
header .whatsappicon img {
  width: 45px;
}
header .offcanvas-title img {
  width: 250px;
}
@media (min-width: 992px) {
  header header .navbar-nav .dropdown {
    position: relative;
  }
  header header .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  header header .navbar-nav .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 200px;
    border: none;
    box-shadow: 0 8px 24px rgba(40, 40, 40, 0.08);
  }
}
@media (max-width: 991.98px) {
  header header .navbar-nav .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: none;
    position: static;
    box-shadow: none;
  }
}

.hero-section {
  background: linear-gradient(135deg, #fbfcdb 0%, #e9defa 85%);
  height: 100vh;
}
.hero-section .custom-container article {
  position: relative;
  height: 100%;
}
.hero-section .custom-container article:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100px;
  height: 4px;
  background: #EB7533;
}
.hero-section .custom-container article h1 {
  font-size: clamp(2rem, 6.125vw, 6.125rem);
  font-weight: bold;
  letter-spacing: -3px;
  line-height: 98%;
  color: #460100;
}
.hero-section .custom-container article p {
  font-size: clamp(1rem, 1.8vw, 1.8rem);
  margin-top: 20px;
}
.hero-section .right-pattern {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 200px;
}
.hero-section .right-pattern img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .bulbimg {
  position: absolute;
  right: 3%;
  bottom: 0;
  max-width: 595px;
}
.hero-section .bulbimg img {
  width: 100%;
}

.section-spacing {
  padding: clamp(25px, 5vw, 100px) 0;
}

.title-section h2 {
  font-size: clamp(1.5rem, 4vw, 4rem);
  letter-spacing: -2px;
  font-weight: bold;
}

.video-pop {
  background: url(../img/video-bg.jpg) no-repeat 0 0/cover;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.video-pop .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-pop .play-icon img {
  width: 100px;
}
.video-pop .video-btn i, .video-pop .video-btn h4 {
  color: #fff;
}

.service-col figure {
  overflow: hidden;
}
.service-col figure img {
  transition: all 0.3s ease;
}
.service-col h5 {
  color: #380100;
}
.service-col:hover figure img {
  transform: scale(1.1, 1.1);
}

.whychoose-home {
  background: linear-gradient(135deg, #FAF9F9 0%, #EAF2FF 85%);
  position: relative;
  padding: 120px 0;
}
.whychoose-home:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/Ellipse.png) no-repeat 0 0/cover;
  width: 200px;
  height: 100%;
}
.whychoose-home .right-ring {
  position: absolute;
  right: 0;
  top: 0;
}
.whychoose-home .right-ring img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.whychoose-home ul li {
  font-size: 1rem;
  margin-bottom: 10px;
  padding-left: 10px;
  list-style: square;
}

.course-col {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: 1px solid transparent;
}
.course-col a {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  justify-items: stretch;
  width: 100%;
  flex: 1 1 auto;
}
.course-col a figure i {
  font-size: 4rem;
  color: #460100;
  transition: all 0.3s ease;
  position: relative;
}
.course-col a article {
  margin-top: auto;
}
.course-col a article h4,
.course-col a article p {
  font-size: 1.1rem;
  color: #282828;
  transition: all 0.3s ease;
  transform: translateY(0);
}
.course-col a article h4 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease;
  transform: translateY(0);
}
.course-col a article h4:before {
  content: "";
  width: 50px;
  height: 3px;
  background: #EB7533;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.course-col:hover article h4 {
  transform: translateY(-20px);
}
.course-col:hover article p {
  transform: translateY(-10px);
}
.course-col:hover {
  border: 1px solid #e7eefa;
}

.parentcourse-col:nth-child(1) .course-col {
  background: #F0EEFF;
}
.parentcourse-col:nth-child(1) .course-col:hover {
  background: #fff;
}
.parentcourse-col:nth-child(2) .course-col {
  background: #FFEDF4;
}
.parentcourse-col:nth-child(2) .course-col:hover {
  background: #fff;
}
.parentcourse-col:nth-child(3) .course-col {
  background: #FFF1E3;
}
.parentcourse-col:nth-child(3) .course-col:hover {
  background: #fff;
}
.parentcourse-col:nth-child(4) .course-col {
  background: #F0FAFF;
}
.parentcourse-col:nth-child(4) .course-col:hover {
  background: #fff;
}

.getintouch-home {
  background: url(../img/last-section-home-bg.jpg) no-repeat 0 0/cover;
  padding: 170px 0;
}

footer {
  padding: 6.5rem 0;
}
footer .footer-social a {
  font-size: 1.2rem;
  padding-right: 15px;
  color: #828282;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
footer .footer-social a:hover {
  color: #460100;
}
footer p, footer a {
  font-size: 1.2rem;
  color: #828282;
}
footer .movetop {
  background: #460100;
  color: #460100;
  text-align: center;
  line-height: 30px;
  position: fixed;
  border: 1px solid transparent;
  padding: 8px;
  position: fixed;
  right: 1%;
  bottom: 50px;
  z-index: 9999;
  width: 45px;
  height: 45px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  display: none;
}
footer .movetop:hover {
  background-color: #c44800;
  text-decoration: none;
}
footer .movetop:hover i {
  color: #fff;
}
footer .movetop i {
  font-size: 20px;
  color: #fff;
}

#load {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8) url("http://code.jquery.com/mobile/1.3.1/images/ajax-loader.gif") no-repeat center center;
}

.subpage .subpage-header {
  background: linear-gradient(135deg, #fbfcdb 0%, #e9defa 85%);
  height: 65vh;
}
.subpage .subpage-header h1 {
  font-size: clamp(1.5rem, 4vw, 4rem);
  letter-spacing: -2px;
  font-weight: bold;
  color: #282828;
}
.subpage .subpage-header p {
  font-size: clamp(1rem, 1.8vw, 1.8rem);
}/*# sourceMappingURL=style.css.map */