@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
body {
  font-family: "Inter", sans-serif !important;
  background: #fff;
  font-size: 15px;
  cursor: default;
  overflow-x: hidden !important;
}

::-moz-selection {
  color: #fff;
  background: #efcd43;
}

::selection {
  color: #fff;
  background: #efcd43;
}

::-moz-selection {
  color: #fff;
  background: #efcd43;
}

::-webkit-selection {
  color: #fff;
  background: #efcd43;
}

* {
  outline: none !important;
  text-decoration: none !important;
  list-style: none;
}

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

.btn-primary {
  background-color: #efcd43 !important;
  padding: 15px 40px;
  border: none !important;
  font-weight: 500;
  position: relative;
  border-radius: 15px;
  font-size: 1.1rem;
  color: #191c23;
  font-weight: 600;
}

.btn-outline-secondary {
  border-color: #e5e5e5;
  padding: 15px 30px 15px 35px;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  font-size: 1.1rem;
  color: #191c23;
}

.btn-primary.btn-lg {
  padding: 15px 40px !important;
  padding-right: 55px !important;
}

.btn-secondary {
  padding: 15px 30px;
  border-radius: 15px;
  border: none;
  background: #0a3f57;
  color: #fff;
  font-weight: 600;
}
.btn-secondary:hover {
  background: #139456;
}
.btn-secondary i {
  color: #efcd43;
  margin-left: 4px;
}

.container {
  max-width: 1390px;
}

h1 {
  font-size: 60px;
  font-weight: 500;
}

h2 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
  font-weight: 500;
}

h4 {
  font-size: 18px;
  font-weight: 500;
}

p {
  font-size: 16px;
}

.fluid-block {
  width: 100%;
  float: left;
  padding: 70px 0;
}

.title-div {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 60px;
}
.title-div h2 {
  font-weight: 700;
  margin-bottom: 20px;
}
.title-div small {
  font-size: 18px;
  color: #393944;
}

.subtitle {
  padding: 8px 20px;
  font-size: 18px;
  background: #e7f4ee;
  color: #139456;
  font-weight: 400;
}

.site-header .topbar {
  font-size: 15px;
  padding: 0.3rem 0;
  background: #191c23 !important;
  position: relative;
  z-index: 2;
}
.site-header .navbar {
  padding: 0.6rem 0;
}
.site-header .right-nav .dropdown-menu {
  right: 0 !important;
}
.site-header .top-left i {
  margin-right: 5px;
  font-size: 16px;
}
.site-header .icon-menu {
  position: relative;
}
.site-header .icon-menu .badge {
  width: 21px;
  height: 21px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -12px;
  top: 10px;
}
.site-header .icon-menu a {
  color: #191c23;
}
.site-header .icon-menu a i {
  font-size: 1.4rem;
}
.site-header .social-icons {
  display: flex;
  gap: 6px;
}
.site-header .social-icons .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  transition: all 0.2s ease-out;
  text-decoration: none;
}
.site-header .social-icons .icon i {
  font-weight: 300 !important;
}
.site-header .social-icons .icon:hover {
  color: #191c23;
  background: #efcd43;
  border-color: transparent !important;
}
.site-header .fixed-top {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.site-header .fixed-top .logo-holder {
  bottom: -30px;
}
.site-header .navbar-brand {
  max-width: 200px;
}

@media (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    transform: translateY(6px);
    visibility: hidden;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
    pointer-events: none;
    border: none;
    box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.15);
    background: #0a3f57;
    padding: 10px;
    border-radius: 10px;
  }
  .navbar .dropdown-menu a {
    color: #fff;
    border-radius: 6px;
  }
  .navbar .dropdown-menu a:hover {
    background: #efcd43;
    color: #191c23;
  }
  .navbar .dropdown:hover > .dropdown-menu,
  .navbar .dropdown.show > .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }
  .navbar .dropdown-menu {
    transition-delay: 0s;
  }
  .navbar .dropdown:hover > .dropdown-menu {
    transition-delay: 0s;
  }
}
@media (max-width: 991.98px) {
  .logo-holder {
    top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar .nav-item {
  margin: 0 15px 0 0;
}

.navbar .nav-item .btn {
  font-size: 17px !important;
  color: #191c23;
  padding: 12px 30px;
  font-weight: bold;
  transition: all 0.2s ease-out;
}
.navbar .nav-item .btn:hover {
  background: #191c23 !important;
  color: #efcd43 !important;
}

.nav-item:last-child {
  margin-right: 0 !important;
}

.navbar .nav-link {
  color: #222;
  padding: 0.6rem 1rem;
  font-size: 17px;
  font-weight: 600;
  font-family: "Quicksand", sans-serif !important;
}

.navbar .nav-link:hover {
  color: #0a3f57;
}

.topbar a {
  text-decoration: none;
  color: #fff;
}

.nav-item .form-control {
  height: 45px;
  box-shadow: none !important;
}
.nav-item .input-group-text {
  padding-left: 20px !important;
  font-size: 19px;
  padding-right: 0 !important;
}
.nav-item ::-moz-placeholder {
  color: #aaa;
}
.nav-item ::placeholder {
  color: #aaa;
}

.top-features {
  position: relative;
  background: #0a3f57;
}
.top-features::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -30px;
  height: 30px;
  background: url(../images/wave.png) center center no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  z-index: 999;
}
.top-features::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -29px;
  height: 30px;
  background: url(../images/wave.png) center center no-repeat;
  background-size: cover;
}
.top-features .col-lg-3:last-child .feature-item {
  padding-right: 0;
}
.top-features .col-lg-3:first-child .feature-item {
  padding-left: 0;
  border-left: 0;
  background-image: none;
}
.top-features .feature-item {
  text-align: left;
  padding: 3rem 2.5rem !important;
  position: relative;
}
.top-features .feature-item .icon {
  width: 74px;
  height: 74px;
  border-radius: 100%;
  background: #efcd43;
}
.top-features .feature-item .icon i {
  font-size: 2rem;
  color: #191c23;
}
.top-features .feature-item .icon .fa-truck {
  font-size: 1.7rem !important;
}
.top-features .feature-item .info h3 {
  font-size: 36px;
  color: #fff;
  font-weight: bold !important;
  margin: 0;
}
.top-features .feature-item .info p {
  font-size: 16px;
  color: #efcd43;
  text-transform: uppercase;
  margin: 0;
}

.overlap-10 {
  margin-top: -35px;
  position: relative;
  z-index: 1;
}

.banner-section {
  position: relative;
}
.banner-section img {
  height: 665px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section .container {
  position: relative;
}
.banner-section .container .caption {
  position: absolute;
  padding: 120px 0 0 30px;
}
.banner-section .container .caption h1 {
  font-size: 48px;
  font-weight: bold !important;
  line-height: 1;
  margin-bottom: 20px;
}
.banner-section .container .caption p {
  line-height: 1.6;
}
.banner-section .container .caption .btn-light {
  padding: 15px 30px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 10px;
  border: none;
}
.banner-section .container .caption .btn-light:hover {
  background: #191c23 !important;
  color: #efcd43;
}
.banner-section .owl-nav {
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1370px;
  display: flex;
  height: 65px;
  z-index: 1;
  justify-content: end !important;
}
.banner-section .owl-prev, .banner-section .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative !important;
  font-size: 22px;
}
.banner-section .owl-next {
  right: 0 !important;
  background: #191c23;
}
.banner-section .owl-prev {
  right: 6px !important;
  background: none !important;
  border: solid 1px #191c23;
  color: #191c23 !important;
}
.banner-section .owl-dots {
  counter-reset: owl;
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  gap: 10px;
  position: absolute;
  background: #fff;
  padding: 30px;
  z-index: 999;
  bottom: 0;
  height: 580px;
  width: 133px;
  border-radius: 100px 100px 0 0;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 0px 25px -5px rgba(0, 0, 0, 0.1);
}
.banner-section .owl-dots .owl-dot {
  counter-increment: owl;
  width: 76px;
  height: 76px;
  background: #ededed;
  color: #c3c3c5;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 700;
  transition: all 0.2s ease-out;
}
.banner-section .owl-dots .owl-dot span {
  display: none;
}
.banner-section .owl-dots .owl-dot::before {
  content: counter(owl, decimal-leading-zero); /* produces 01,02,... */
  font-size: 28px;
  color: #c3c3c5;
  line-height: 1;
  transition: all 0.2s ease-out;
}
.banner-section .owl-dots .owl-dot.active {
  background: #efcd43;
}
.banner-section .owl-dots .owl-dot.active::before {
  color: #191c23;
}

.about-section {
  padding: 120px 0 100px 0;
}
.about-section .caption {
  padding-right: 90px;
}
.about-section .title-div h2 {
  font-weight: bold !important;
  line-height: 1.1;
}
.about-section p {
  line-height: 1.8;
  color: #606369;
}
.about-section .support {
  background: #efcd43;
  color: #191c23 !important;
  width: 100%;
  line-height: 1.3;
  margin-top: 71px;
}
.about-section .support .icon {
  width: 73px;
  height: 73px;
  border-radius: 100%;
  background: #191c23;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #efcd43;
  font-size: 36px;
}
.about-section .support strong, .about-section .support span {
  color: #191c23 !important;
  font-size: 18px;
}
.about-section .support span {
  font-size: 16px !important;
}
.about-section .quote {
  background: #e7f4ee;
  border-radius: 80px 80px 0 80px;
  width: 100%;
  min-height: 314px;
  position: relative;
  padding: 55px !important;
}
.about-section .quote::after {
  position: absolute;
  content: "";
  width: 62px;
  height: 50px;
  background: url(../images/quote-icon.png) no-repeat center center;
  bottom: -20px;
  right: 30px;
}
.about-section .quote p {
  line-height: 1.4;
  color: #191c23;
  font-size: 15px;
  margin: 0;
}
.about-section .about-img {
  border-radius: 80px 80px 80px 0;
  overflow: hidden;
  background: #0a3f57;
}
.about-section .about-img img {
  width: 100%;
  opacity: 0.8;
}
.about-section .about-features {
  padding-top: 100px;
}
.about-section .about-features .card {
  min-height: 226px;
  box-shadow: 0 1px 30px -3px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}
.about-section .about-features .card .icon {
  background: #0a3f57;
  width: 69px;
  height: 69px;
  border-radius: 100%;
  font-size: 30px;
  color: #efcd43;
}
.about-section .about-features .card .number {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
  color: #f8fbfb;
  -webkit-text-stroke: 1px #c2cfd5;
  text-stroke: 1px #c2cfd5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65), 0 3px 8px rgba(9, 30, 46, 0.06);
  padding-right: 8px;
}
.about-section .about-features .card h3 {
  font-size: 18px;
  font-weight: bold;
}
.about-section .about-features .card p {
  font-size: 14px;
  color: #606369;
  line-height: 1.5;
}
.about-section .about-features .card-body {
  padding: 30px;
}

.common-card-list .card {
  overflow: hidden;
  border-radius: 25px;
}
.common-card-list .card .card-body {
  padding: 17px;
}
.common-card-list .card .card-body .badge {
  position: absolute;
  font-size: 13px;
  font-weight: normal !important;
  color: #191c23;
  padding: 10px 18px;
  border-radius: 15px 15px 15px 0;
  background: #efcd43;
  right: -10px;
  top: 10px;
}
.common-card-list .card .card-body .image-wrap {
  border-radius: 15px;
  overflow: hidden;
}
.common-card-list .card .card-body .image-wrap img {
  width: 100%;
}
.common-card-list .card .card-body .card-title {
  font-size: 18px;
  margin: 0;
  padding: 15px 0;
}
.common-card-list .card .card-footer {
  border-top-color: #e4eae7 !important;
  padding: 14px 0 14px 18px;
  background: none;
}
.common-card-list .card .card-footer i {
  font-size: 20px;
}
.common-card-list .card .card-footer span {
  color: #606369;
  font-size: 14px;
}
.common-card-list .card .card-footer .column {
  position: relative;
}
.common-card-list .card .card-footer .column:first-child::after {
  position: absolute;
  content: "";
  height: 26px;
  border-right: solid 1px #e4eae7;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.common-card-list .card .card-footer .column a {
  font-weight: 600;
  font-size: 14px;
  transition: all 0.1s ease-out;
}
.common-card-list .card .card-footer .column a:hover {
  color: #139456 !important;
}
.common-card-list .card .card-footer .column img {
  width: auto;
}

.courses {
  padding: 0 20px;
}
.courses .courses-wrap {
  background: #0a3f57;
  width: 100%;
  border-radius: 50px;
  padding: 80px 0 !important;
}
.courses .courses-wrap .title-div {
  margin-bottom: 30px;
}
.courses .courses-wrap .title-div h2 {
  color: #fff;
  line-height: 1;
  margin: 0;
}
.courses .courses-wrap p {
  color: #fff;
  font-size: 14px;
  opacity: 0.7;
}
.courses .courses-wrap .card .card-body {
  padding-bottom: 0;
}
.courses .courses-wrap .btn-primary:hover {
  background: #fff !important;
  color: #191c23 !important;
}
.courses .owl-nav {
  position: absolute;
  bottom: 110px;
  right: -55px;
  margin: auto;
  max-width: 1300px;
  display: flex;
  height: auto;
  width: 40px;
  z-index: 1;
  justify-content: end !important;
  flex-direction: column !important;
  gap: 5px;
}
.courses .owl-prev, .courses .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative !important;
  font-size: 18px;
}
.courses .owl-next {
  right: 0 !important;
  background: #fff;
  border: none !important;
  color: #191c23 !important;
}
.courses .owl-prev {
  right: 0 !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: none !important;
  color: #fff !important;
}

.video-section .video-box {
  width: 100%;
  background: #191c23;
  border-radius: 80px 80px 80px 0;
  overflow: hidden;
  display: block;
}
.video-section .video-box img {
  width: 100%;
  opacity: 0.6;
}
.video-section .video-box::after {
  content: "\f4f4";
  font-family: Bootstrap-icons;
  position: absolute;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 48px;
  background: rgba(239, 205, 67, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  transition: all 0.2s ease-out;
}
.video-section .video-box:hover::after {
  background: #efcd43;
  color: #191c23;
}
.video-section .caption {
  padding-left: 30px;
}
.video-section .title-div h2 {
  line-height: 1;
}

.why-choose-section {
  background: #e7f4ee;
}
.why-choose-section .subtitle {
  background-color: #c7e6d7;
}
.why-choose-section .card {
  border-radius: 30px 30px 30px 0;
  overflow: hidden;
  box-shadow: 0 1px 20px -5px rgba(0, 0, 0, 0.1);
}
.why-choose-section .card .card-body {
  padding: 20px 20px 20px 0;
}
.why-choose-section .card .icon {
  width: 75px;
  height: 75px;
  background: #efcd43;
  border-radius: 0 70px 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.why-choose-section .card .icon i {
  position: relative;
  margin-left: -5px;
}
.why-choose-section .card .card-title {
  font-size: 18px;
}
.why-choose-section .card p {
  font-size: 14px;
  line-height: 1.4;
  color: #606369;
  margin: 0;
}
.why-choose-section .why-choose-img {
  height: 509px;
  max-width: 558px;
  float: right;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.why-choose-section .why-choose-img img {
  width: 100%;
  border-radius: 80px 0 80px 80px;
}
.why-choose-section .why-choose-img::after {
  position: absolute;
  content: "";
  border-radius: 95px 0 95px 95px;
  left: -25px;
  top: 25px;
  right: 25px;
  bottom: -25px;
  border: solid 3px #efcd43;
}

.events-section .card {
  box-shadow: 0 2px 25px 1px rgba(0, 0, 0, 0.1);
}
.events-section .card p {
  font-size: 14px;
  color: #606369;
  line-height: 1.5;
}
.events-section .card .btn-secondary {
  padding: 11px 30px;
  background: #f1f2f2 !important;
  color: #191c23;
  font-size: 14px;
}
.events-section .card .btn-secondary:hover {
  background: #0a3f57 !important;
  color: #fff !important;
}
.events-section .owl-stage-outer {
  overflow: visible;
}
.events-section .owl-item {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.events-section .owl-item.active {
  opacity: 1;
}
.events-section .owl-dots {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.events-section .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #ebebee;
  transition: all 0.2s ease-out;
}
.events-section .owl-dots .owl-dot.active {
  background: #0a3f57;
}

.awards {
  background: #0a3f57;
}
.awards .card .img-fluid {
  border-radius: 20px !important;
  margin-bottom: 15px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.awards .card .card-title {
  font-size: 16px;
  font-weight: bold;
  color: #0a3f57;
  margin-bottom: 5px;
}
.awards .owl-dots {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.awards .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #191c23;
  transition: all 0.2s ease-out;
}
.awards .owl-dots .owl-dot.active {
  background: #fff;
}
.awards .owl-nav {
  width: 100%;
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  height: 52px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.awards .owl-prev, .awards .owl-next {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.3) !important;
  border: none !important;
  color: #fff;
  font-size: 1.3rem;
  position: relative;
  line-height: 52px;
  transition: all 0.2s ease-out;
  margin-top: -25px;
}
.awards .owl-prev {
  left: -75px;
}
.awards .owl-next {
  right: -75px;
}
.awards .owl-prev:hover, .awards .owl-next:hover {
  background: #191c23 !important;
  color: #fff;
  border-color: transparent;
}

.testimonials {
  background: #e7f4ee;
}
.testimonials .title-div h2 {
  margin-bottom: 0 !important;
}
.testimonials .title-div .subtitle {
  background: #c7e6d7;
}
.testimonials .testimonial-card {
  padding: 50px 60px !important;
  box-shadow: 0 2px 25px 1px rgba(0, 0, 0, 0.1) !important;
  border-radius: 50px 50px 50px 10px !important;
  background: #fff;
}
.testimonials .testimonial-card h5 {
  color: #0a3f57;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}
.testimonials .testimonial-card .testimonial-text {
  color: #191c23;
  position: relative;
  font-size: 22px;
}
.testimonials .testimonial-card .testimonial-text::before {
  position: absolute;
  content: "";
  width: 7px;
  top: 0;
  bottom: 0;
  left: -60px;
  margin: auto;
  height: 100%;
  background: #139456;
  border-radius: 0 10px 10px 0;
}
.testimonials .owl-dots {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.testimonials .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #c8d3cf;
  transition: all 0.2s ease-out;
}
.testimonials .owl-dots .owl-dot.active {
  background: #0a3f57;
}
.testimonials .owl-stage-outer {
  overflow: visible;
}
.testimonials .owl-item {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.testimonials .owl-item.active {
  opacity: 1;
}

.blog .card-img-top {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 30px 30px 30px 0 !important;
}
.blog .card-img-top img {
  width: 100% !important;
  max-width: 100% !important;
}
.blog .card-img-top .date {
  padding: 7px 20px;
  background: #efcd43;
  color: #191c23;
  border-radius: 25px 25px 25px 0;
  font-size: 12px;
  position: absolute;
  bottom: 0;
}
.blog .card-title {
  font-size: 20px;
  font-weight: bold;
  color: #191c23;
  margin-bottom: 10px;
  color: #191c23;
  line-height: 1.2;
}
.blog p {
  font-size: 14px;
  color: #9f9fa3;
}
.blog .card .btn {
  font-size: 15px;
  padding: 12px 30px !important;
}

footer {
  float: left;
  width: 100%;
}

.footer-top {
  background: #0d0f2c;
  padding-bottom: 40px;
  padding-top: 80px;
}
.footer-top .description {
  max-width: 400px;
  color: #fff;
  font-size: 0.85rem;
}
.footer-top .description p {
  color: #fff;
}
.footer-top .contact-info li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.footer-top .contact-info li i {
  color: #efcd43;
  font-size: 1.1rem;
}
.footer-top .contact-info li a {
  color: #fff;
}
.footer-top h5 {
  display: inline-block;
  padding: 6px 10px;
  background: #262742;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
.footer-top .link-wrap li {
  margin-bottom: 7px;
}
.footer-top .link-wrap li a {
  display: inline-block;
  width: 100%;
  font-size: 0.85rem;
  color: #fff;
}
.footer-top .link-wrap li a:hover {
  text-decoration: underline !important;
}
.footer-top .note {
  padding-top: 40px;
  margin-top: 50px;
  border-top: solid 1px #1f2242;
  text-align: center;
  color: #393944;
  font-size: 0.9rem;
}
.footer-top .note p {
  margin: 0;
  color: #fff;
  opacity: 0.5;
  font-size: 15px;
}

.logo {
  max-width: 280px !important;
  margin-bottom: 25px;
}
.logo img {
  width: 100%;
}

.links li {
  padding: 0 10px;
}
.links li a {
  color: #fff;
  text-decoration: underline !important;
}
.links li:last-child {
  padding-right: 0;
}
.links li:first-child {
  padding-left: 0;
  position: relative;
}
.links li:first-child:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 1px;
  background: #fff;
  right: 0;
  top: 4px;
}

.footer-bottom {
  background: #efcd43;
  padding: 20px 0;
  color: #191c23;
  font-size: 0.9rem;
}
.footer-bottom .social a {
  padding: 0 10px;
  font-size: 1rem;
  color: #191c23;
}

.inner-banner {
  background: #e7f4ee url(../images/inner-banner-bg.jpg) no-repeat center center fixed;
  background-size: cover;
}
.inner-banner h1 {
  color: #fff;
  font-size: 48px !important;
  margin: 0 !important;
}

.inner-about {
  padding-top: 100px !important;
}

.main-blog-section {
  float: left;
  width: 100%;
  padding: 30px 0 160px;
  background: #f6f6f7;
}
.main-blog-section .title-div h2 {
  color: #191c23;
  font-size: 36px;
  margin: 0 !important;
}
.main-blog-section .blog-content ul, .main-blog-section .blog-content ol {
  margin-bottom: 30px;
}
.main-blog-section .blog-content ol {
  padding-left: 15px !important;
}
.main-blog-section .blog-content ul li {
  list-style: disc !important;
  margin-bottom: 10px;
  margin-left: 15px;
  line-height: 22px;
}
.main-blog-section .blog-content ol li {
  list-style: decimal !important;
  margin-bottom: 10px;
  line-height: 22px;
}

.blog-head {
  display: inline-table;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 10px;
}

.blog-col {
  display: table-cell;
  vertical-align: middle;
}
.blog-col:last-child {
  text-align: right;
}
.blog-col h4 {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}

.btn.sm {
  font-size: 0.9rem;
  padding: 12px 25px;
  background: #fff;
}

.btn-block {
  width: 100%;
  text-align: center;
}

.items-wrap {
  float: left;
  width: 100%;
}
.items-wrap .blog-item {
  display: inline-block;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 7px 29px 0px rgba(128, 127, 144, 0.06);
  position: relative;
  margin-bottom: 30px;
  transition: all 0.2s ease-out;
}
.items-wrap .blog-item:hover {
  box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.15);
}
.items-wrap .blog-image {
  display: inline-block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 15px 0 0 15px;
  background: #ccc;
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
}
.items-wrap .blog-content {
  display: inline-block;
  width: 100%;
  padding: 35px 25px 35px 10px;
}
.items-wrap .blog-content h4 {
  font-weight: 700;
  color: #191c23;
  font-size: 24px;
  line-height: 30px;
}
.items-wrap .blog-content .post-date {
  margin: 10px 0;
  font-size: 14px !important;
  font-weight: 500;
  color: #393944;
}
.items-wrap .blog-content .post-date span {
  color: #139456;
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
}
.items-wrap .blog-content p {
  color: #606369;
  line-height: 21px;
  font-size: 14px;
}
.items-wrap .blog-content .btn-outline-secondary {
  border-color: #ccc;
  color: #393944;
  font-size: 14px;
  padding: 10px 25px;
}
.items-wrap .blog-content .btn-outline-secondary:hover {
  background: #e7f4ee;
  color: #0a3f57;
  border-color: transparent;
}

.post-box {
  float: left;
  width: 100%;
  background: #fff;
  padding: 30px;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 15px;
}
.post-box h4 {
  color: #130f49;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-size: 16px;
}
.post-box .form-control.search {
  border-color: #eee;
}
.post-box .btn-primary:hover {
  background: #191c23 !important;
  color: #efcd43 !important;
}

.blue-box {
  background: #efcd43;
}

.blue-box h4 {
  color: #fff !important;
}

.post-box .blue-box ul.links {
  float: left;
  width: 100%;
  margin: 0;
}
.post-box .blue-box ul.links li {
  margin-bottom: 15px;
}
.post-box .blue-box ul.links li:last-child {
  margin-bottom: 0;
}
.post-box .blue-box ul.links li a {
  color: #fff;
  opacity: 0.8;
  font-size: 13px;
  font-weight: 500;
}
.post-box .blue-box ul.links li a:hover {
  text-decoration: underline !important;
  opacity: 1;
}

.form-control.search {
  box-shadow: none !important;
  padding: 10px 15px 10px 45px;
  border-color: #393944;
  border-radius: 10px;
  background: #fff url(../images/search-icon.svg) no-repeat left 15px center;
  background-size: 18px;
  font-size: 0.9rem;
}

.form-control.search:focus {
  border-color: #efcd43;
}

.post-item-wrap {
  float: left;
  width: 100%;
  position: relative;
}
.post-item-wrap .post-items {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
.post-item-wrap .post-items:hover .img-wrap:after {
  opacity: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
}
.post-item-wrap .post-items:hover li {
  color: #262353;
}
.post-item-wrap .post-items ul {
  width: 100%;
  position: relative;
}
.post-item-wrap .post-items ul li {
  display: table-cell;
  width: auto;
  position: relative;
  vertical-align: middle;
  font-size: 13px;
  color: #5d5c76;
  position: relative;
  font-weight: 500;
  transition: all 0.2s ease-out;
}
.post-item-wrap .post-items ul li a {
  color: #efcd43;
}
.post-item-wrap .post-items ul li a:after {
  background: #efcd43 !important;
  opacity: 0.7;
  transition: all 0.2s ease-in;
  opacity: 0;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 24px;
  -webkit-background-size: 24px;
}
.post-item-wrap .post-items .img-wrap {
  width: 68px;
  height: 68px;
  background: #f1f1f6;
  margin-right: 20px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.post-item-wrap .post-items .img-wrap:after {
  position: absolute;
  content: "";
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  margin: auto;
  background: #efcd43;
  opacity: 0.6;
  text-align: center;
  opacity: 0;
  transition: all 0.2s ease-out;
  border-radius: 100%;
}
.post-item-wrap .post-items .img-wrap img {
  width: 100%;
  opacity: 1;
}
.post-item-wrap .post-items .img-wrap a:after {
  background-position: center center;
  opacity: 0.7;
}
.post-item-wrap .info-text {
  display: inline-block;
  width: 100%;
}
.post-item-wrap .info-icon .icon-inner {
  border: solid 1px #e0e0e0;
}
.post-item-wrap .info-icon .icon-inner i {
  color: #efcd43 !important;
}
.post-item-wrap .info-wrap h3 {
  letter-spacing: 1px;
}
.post-item-wrap .info-wrap small {
  font-size: 11px;
  color: #767a88;
  font-weight: 500;
}

.right-panel {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  margin-top: 10px;
}

.pagination a {
  color: black;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #adadad;
  transition: all 0.2s ease-out;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 10px;
  background: #fff;
  margin-right: 5px;
}
.pagination a i {
  position: relative;
  font-size: 26px;
  top: 0px;
  color: #130f49;
}
.pagination a:hover {
  color: #333;
}
.pagination a.active {
  background-color: #139456;
  color: #fff;
}

.sticky {
  position: sticky;
  top: 125px;
}

.category-wrap {
  display: inline-block;
  width: 100%;
}
.category-wrap ul li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 1px;
}
.category-wrap ul li a {
  display: inline-block;
  padding: 6px 10px;
  background: #f5f5f5;
  color: #130f49;
  transition: all 0.2s ease-out;
  font-weight: 400;
  font-size: 14px;
  border-radius: 4px;
}
.category-wrap ul li a:hover {
  background: #e7f4ee;
  color: #0a3f57;
}

.main-blog-section.details {
  padding-top: 30px;
  padding-bottom: 120px;
}
.main-blog-section.details .blog-banner {
  padding-top: 0;
  margin-bottom: 25px;
  border-radius: 20px;
  margin-top: 0;
  overflow: hidden;
}
.main-blog-section.details .blog-banner img {
  width: 100%;
  height: auto;
}
.main-blog-section.details .right-panel {
  margin-top: 0;
}
.main-blog-section.details .items-wrap .blog-content {
  padding: 40px;
  min-height: auto;
}
.main-blog-section.details .blog-content p {
  font-size: 15px;
  line-height: 26px;
  color: #393944;
}

.contact-section {
  float: left;
  width: 100%;
  padding: 80px 0;
}

.contact-section h2 {
  font-size: 36px;
  font-weight: 700;
}

.contact-form {
  display: inline-block;
  width: 100%;
  padding-right: 30px;
  margin-top: 30px;
}

.contact-form fieldset {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.contact-form label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}

.contact-form .form-control {
  padding: 25px;
  border-color: #192d35;
  height: 60px;
  font-size: 16px;
  color: #192d35;
}

.contact-form textarea {
  height: auto !important;
}

.contact-form .form-control:focus {
  border-color: #192d35;
  box-shadow: 0 0px 15px 1px rgba(25, 45, 53, 0.1);
  border-color: transparent;
}

.contact-box {
  display: inline-block;
  width: 100%;
  padding: 30px;
  background: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 30px;
}

.contact-box h4 {
  margin-bottom: 20px;
  font-weight: 600;
}

.contact-box p {
  color: #3f484b;
  line-height: 30px;
}

.contact-box p a {
  color: #0089cf;
  font-weight: 700;
}

.contact-box p a:hover {
  text-decoration: underline !important;
}

.contact-box .btn-primary {
  position: relative;
  padding: 14px 30px;
  padding-right: 50px;
  display: inline-block;
}

.contact-box .btn-primary ion-icon {
  position: absolute;
  font-size: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 5px;
}

.contact-info {
  display: inline-block;
  width: 100%;
  margin: 80px 0 0;
}

.contact-info h4 {
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-info p {
  line-height: 26px;
}

.more-info {
  margin-top: 40px;
}

.contact-info .btn-link {
  padding: 0;
  font-weight: 700;
  color: #0089cf;
  font-size: 18px;
  position: relative;
}

.contact-info .btn-link ion-icon {
  position: absolute;
  top: 5px;
  margin-left: 8px;
}

.contact-info .btn-link:hover {
  text-decoration: underline !important;
}

.more-info ul li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 6px;
}

.more-info ul li a {
  display: inline-block;
  font-size: 14px;
  color: #192d35;
  font-weight: 500;
  padding: 6px 10px;
  background: #f7f7f7;
  transition: all 0.2s ease-out;
}

.more-info ul li a:hover {
  background: #0089cf;
  color: #fff;
}

.contact-banner {
  background: url(../images/contact-bg.jpg);
}

.contact-box iframe {
  border-radius: 15px;
}

.gallery {
  /* make each item flow into columns */
  /* Lightbox */
}
.gallery .gallery-grid {
  -moz-column-gap: 30px;
       column-gap: 30px;
  /* default columns */
  -moz-column-count: 4;
       column-count: 4;
}
@media (max-width: 1200px) {
  .gallery .gallery-grid {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 768px) {
  .gallery .gallery-grid {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 480px) {
  .gallery .gallery-grid {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.gallery figure.product {
  display: inline-block; /* required for CSS columns masonry */
  width: 100%;
  margin: 0 0 30px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  background: #f6f7f8;
  cursor: pointer;
  box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.gallery figure.product img {
  display: block;
  width: 100%;
  height: auto; /* allow natural varying heights */
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s ease;
}
.gallery figure.product figcaption {
  position: relative;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.85);
  color: #191c23;
  font-weight: 600;
  font-size: 14px;
}
.gallery figure.product:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.gallery figure.product:hover img {
  transform: scale(1.04);
}
.gallery .lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(6, 10, 14, 0.82);
  z-index: 3000;
  padding: 24px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.gallery .lightbox.active {
  display: flex;
}
.gallery .lightbox .lb-image {
  max-width: 92%;
  max-height: 78%;
  border-radius: 10px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}
.gallery .lightbox .lb-caption {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  padding: 8px 14px;
  border-radius: 10px;
  max-width: 90%;
  text-align: center;
  font-size: 14px;
}
.gallery .lightbox .lb-close,
.gallery .lightbox .lb-prev,
.gallery .lightbox .lb-next {
  position: absolute;
  border: none;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.12s ease;
}
.gallery .lightbox .lb-close {
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  font-size: 30px;
  background: transparent;
}
.gallery .lightbox .lb-prev {
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.gallery .lightbox .lb-next {
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.gallery .lightbox .lb-prev:hover,
.gallery .lightbox .lb-next:hover,
.gallery .lightbox .lb-close:hover {
  background: rgba(255, 255, 255, 0.12);
}
@media (max-width: 600px) {
  .gallery .lightbox .lb-prev, .gallery .lightbox .lb-next {
    display: none;
  }
  .gallery .lightbox .lb-image {
    max-width: 100%;
    max-height: 70%;
  }
}

.social-link {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.social-link:hover, .social-link:focus {
  background: #e7f4ee;
  text-decoration: none;
  color: #0a3f57;
  border-color: #e7f4ee;
}

.team-card {
  position: relative;
  overflow: hidden;
}
.team-card::before {
  position: absolute;
  content: "";
  left: 10px;
  right: 10px;
  top: 10px;
  height: 85px;
  background: #efcd43;
  border-radius: 12px;
}
.team-card .img-thumbnail {
  position: relative;
  z-index: 1;
  width: 140px;
  height: 140px;
}

.form-modal .modal-header .modal-title {
  font-size: 21px !important;
  font-weight: 700 !important;
  width: 100% !important;
  flex-direction: column !important;
  line-height: 24px !important;
}
.form-modal .form-control {
  font-size: 15px;
  padding: 10px 15px;
  box-shadow: none !important;
}
.form-modal .form-control:focus {
  border-color: #191c23 !important;
}
.form-modal .modal-content {
  border-radius: 25px !important;
  border: none !important;
}

.registration-form .form-control, .registration-form .form-select {
  font-size: 15px;
  padding: 10px 15px;
  box-shadow: none !important;
}
.registration-form .form-control:focus, .registration-form .form-select:focus {
  border-color: #191c23 !important;
}

.common-content h2 {
  font-size: 42px !important;
}
.common-content h3 {
  font-size: 36px !important;
}
.common-content h4 {
  font-size: 24px !important;
}
.common-content h5 {
  font-size: 18px !important;
}

/*--------- Responsive CSS ---------- */
.main-blog-section .container, .contact-section .container {
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 1366px) {
  .banner-section .container .caption {
    padding-left: 0;
    padding-right: 30px;
    max-width: 480px;
  }
  .banner-section .owl-nav {
    padding: 0 15px;
  }
  .courses {
    padding: 0;
  }
  .courses-wrap {
    border-radius: 0 !important;
  }
  .container, .container-fluid {
    padding: 0 20px;
  }
  .courses .owl-carousel {
    padding-right: 60px;
  }
  .courses .owl-nav {
    right: 0;
  }
  .banner-section img {
    height: 550px;
  }
  .banner-section .owl-dots {
    height: auto;
    top: 60px;
  }
  .banner-section .container .caption {
    padding-top: 70px;
  }
  .banner-section .container .caption h1 {
    font-size: 42px;
  }
  .about-section .quote {
    padding: 35px !important;
  }
}
@media (max-width: 1100px) {
  .banner-section .container .caption h1 {
    font-size: 36px;
  }
  .banner-section .owl-nav {
    display: none;
  }
  .top-features .feature-item {
    padding: 1.5rem 0 !important;
  }
  .top-features .feature-item .info h3 {
    font-size: 30px;
  }
  .top-features .feature-item .info p {
    font-size: 14px;
  }
  .top-features .feature-item .icon {
    width: 64px;
    height: 64px;
  }
  .top-features .feature-item {
    gap: 10px !important;
  }
  .about-section .title-div h2 br {
    display: none !important;
  }
  .common-card-list .card .card-body .card-title {
    font-size: 15px;
    line-height: 1.2;
  }
  .common-card-list .card .card-body {
    padding: 12px;
  }
}
@media (max-width: 991px) {
  .about-section .caption {
    padding: 0;
  }
  .banner-section .owl-dots {
    height: auto;
    top: auto;
    bottom: 80px;
    padding: 0;
    background: none;
    box-shadow: none;
    flex-direction: row !important;
    width: auto;
    display: none !important;
  }
  .navbar-toggler {
    order: 2;
    position: absolute;
    right: 15px;
  }
  .navbar-nav {
    padding: 30px 0;
    background: #fff;
    position: absolute !important;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 5px 25px -5px rgba(0, 0, 0, 0.15);
  }
  .about-section .quote {
    height: auto;
    margin-bottom: 30px;
    padding: 70px !important;
  }
  .about-section .quote p {
    font-size: 24px;
  }
  .about-section .about-features .card {
    margin-bottom: 30px;
  }
  .courses .owl-carousel {
    margin-top: 40px;
  }
  .video-section .video-box img {
    aspect-ratio: 16/14;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-section .container .caption {
    margin: 0 !important;
    right: 0;
  }
  .banner-section img {
    aspect-ratio: 16/8;
    height: 480px;
  }
  .overlap-10 {
    margin: 0 !important;
  }
  .navbar .nav-item {
    margin: 0;
    width: 100%;
    padding: 0 15px;
  }
  .navbar-nav {
    margin-top: 10px;
  }
  .blog .card {
    margin-bottom: 30px;
  }
  .footer-top h5 {
    margin-bottom: 15px !important;
  }
  .contact-info {
    margin-bottom: 30px !important;
  }
  .items-wrap .blog-image {
    border-radius: 15px !important;
  }
  .items-wrap .blog-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .why-choose-section .why-choose-img::after {
    display: none;
  }
  .why-choose-section .why-choose-img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .video-section .caption {
    padding-left: 0;
    padding-top: 30px;
  }
  .site-header .topbar {
    font-size: 14px;
  }
  .site-header .top-left i {
    font-size: 15px;
    color: #efcd43;
  }
  .site-header .social-icons .icon {
    width: 20px;
    height: 20px;
    font-size: 13px;
  }
  .topbar .top-right {
    display: none;
  }
  .inner-about {
    padding: 40px 0 !important;
  }
  .about-section-main .title-div h2 {
    font-size: 30px !important;
  }
  .about-section-main .caption {
    padding-right: 0;
  }
  .about-section-main p {
    line-height: 1.6;
  }
  .inner-banner h1 {
    font-size: 30px !important;
  }
  .items-wrap .blog-content h4 {
    font-size: 20px !important;
    line-height: 26px;
  }
  .items-wrap {
    padding-bottom: 30px !important;
  }
  .right-panel {
    margin-bottom: 0 !important;
  }
  .post-box:last-child {
    margin-bottom: 0 !important;
  }
  .contact-box {
    padding: 20px;
  }
  .contact-section {
    padding-bottom: 0;
  }
  .team .col-xl-3.col-sm-6.mb-5 {
    margin-bottom: 20px !important;
  }
  .right-btns .btn {
    padding: 6px 10px !important;
    border-radius: 8px !important;
    margin: 0 0 0 6px !important;
    font-size: 12px !important;
  }
  .right-btns .btn .navbar-toggler-icon {
    font-size: 16px !important;
  }
  .link-wrap {
    margin-bottom: 40px;
  }
  .footer-top .note p {
    font-size: 13px;
  }
  .footer-top .note {
    margin-top: 0;
  }
  .contact-form {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .banner-section .container .caption {
    padding-left: 25px !important;
  }
  .banner-section .container .caption h1 {
    font-size: 30px !important;
  }
  .banner-section .container .caption p {
    font-size: 14px;
    line-height: 1.5;
  }
  .top-features .feature-item .info h3 {
    font-size: 24px;
  }
  .title-div h2 {
    font-size: 30px !important;
  }
  .about-section .quote {
    padding: 40px !important;
  }
  .about-section .quote p {
    font-size: 18px;
  }
  .courses .owl-carousel {
    padding-right: 0;
  }
  .courses .owl-nav {
    bottom: -60px;
    flex-direction: row !important;
    width: auto;
  }
  .about-section .about-features {
    padding-top: 30px;
  }
  .fluid-block, .awards {
    padding: 30px 0 !important;
  }
  .navbar-brand {
    max-width: 120px;
  }
  .title-div {
    margin-bottom: 30px !important;
  }
  .testimonials .testimonial-card {
    border-radius: 20px !important;
    padding: 25px !important;
  }
  .testimonials .testimonial-card .testimonial-text {
    font-size: 17px !important;
    line-height: 1.5;
  }
  .testimonials .testimonial-card h5 {
    margin-top: 20px !important;
    font-size: 21px !important;
  }
  .testimonials .owl-dots {
    margin-top: 30px;
  }
  .courses .courses-wrap {
    padding: 30px 0 80px !important;
  }
  .about-section .about-img img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-section .support {
    margin-top: 30px;
  }
  .items-wrap .blog-content {
    padding: 20px;
  }
  .items-wrap .blog-image {
    aspect-ratio: 4/3;
  }
  .about-section {
    padding-top: 60px !important;
  }
  .navbar-brand {
    max-width: 130px !important;
  }
  .main-blog-section.details .items-wrap .blog-content {
    padding: 15px;
  }
  .post-items {
    border-bottom: solid 1px #e0e0e0 !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
  }
  .post-box {
    padding: 15px !important;
  }
  .items-wrap {
    padding-bottom: 0 !important;
  }
  .post-box {
    background: none !important;
    padding: 0 !important;
    box-shadow: none !important;
  }
  .post-item-wrap .post-items .img-wrap {
    border: solid 2px #e3e3e3 !important;
  }
  .category-wrap ul li a {
    background: #e3e3e3 !important;
    color: #191c23 !important;
  }
  .main-blog-section.details .blog-content p {
    font-size: 14px;
    line-height: 22px;
  }
  .banner-section .owl-carousel .owl-item::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  .banner-section .owl-carousel .owl-item .caption {
    z-index: 2;
  }
  .banner-section .owl-carousel .owl-item .caption h1 {
    color: #fff !important;
  }
  .banner-section .owl-carousel .owl-item .caption p {
    color: #fff !important;
    opacity: 0.8;
  }
  .banner-section .owl-carousel .owl-item img {
    width: auto !important;
  }
}/*# sourceMappingURL=style.css.map */