html {
  scroll-behavior: smooth;
}

.align-items-center {
  align-items: center;
}

.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

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

.w-100 {
  width: 100%;
}

.cl-white {
  color: #fff;
}

h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.main-header {
  background-color: #fff;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}
.main-header.navbar-fixed-top {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.main-header .logo-brand {
  padding: 10px 0;
}
.main-header .main-navigation .menu li a.active {
  color: #df1e26;
}
.main-header.active {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}
.main-header.active .row {
  align-items: center;
}
.main-header.active .logo-brand {
  margin: 0;
  padding: 10px 0;
}
.main-header.active .logo-brand img {
  width: 200px;
}
.main-header.active .main-navigation .menu {
  padding: 0;
}
.main-header.active .main-navigation .menu li a {
  padding: 10px 15px;
}

.mobile-header {
  background-color: #fff;
  box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.1);
}
.mobile-header .mobile-nav {
  margin: 0;
}
.mobile-header .mobile-nav .menu {
  padding: 0;
}
.mobile-header .mobile-nav .menu li a {
  padding-left: 15px;
  padding-right: 15px;
}
.mobile-header .mobile-nav .menu li:last-child a {
  border-bottom: 0;
  text-align: end;
  color: #023b1e;
  font-weight: 700;
  font-size: 20px;
}
.mobile-header.navbar-fixed-top {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.mobile-header.active {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}

.slider {
  padding: 0;
}

.about {
  padding: 50px 0;
}

.certificates {
  padding: 50px 0;
}

.story {
  padding: 50px 0;
}
.story .row {
  row-gap: 30px;
}
.story .post-box {
  height: 100%;
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
}
.story .post-box .inner-post-box {
  height: 100%;
}
.story .post-box .inner-post-box .inner-post {
  border: 0;
}
.story .post-box .inner-post-box .entry-summary ol {
  padding-right: 15px;
}
.story .post-box .inner-post-box .entry-summary p {
  display: block;
}

.partners {
  padding: 50px 0;
}
.partners .partner-slider .partner-item {
  margin: 15px;
}
.partners .partner-slider .partner-item .inner {
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: #fff;
}

.sections {
  padding: 50px 0;
}
.sections .services-slider {
  row-gap: 30px;
}

.services-slider .services-item {
  padding: 0;
  height: 100%;
}
.services-slider .services-box {
  height: 100%;
  margin: 0;
}
.services-slider .services-box .services-content p {
  margin: 0;
}

.bg-contact-info {
  padding: 50px 0;
}
.bg-contact-info .row {
  row-gap: 30px;
}
.bg-contact-info .contact-info h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
}
.bg-contact-info .contact-info h2 span {
  font-weight: 400;
}

.btn.btn-back-to-top {
  color: #fff;
  border-bottom-color: #fff;
  background-color: #059f51;
}

.topbar-left,
.topbar-right {
  padding: 0;
}

.input-group-btn .btn {
  color: #fff;
  font-size: 25px;
}
.input-group-btn .btn:hover {
  background-color: #059f51;
}

@media only screen and (max-width: 1230px) {
  .main-navigation ul li a {
    padding: 52px 10px;
  }
}
@media (max-width: 991px) {
  .col-md-6 {
    max-width: 50%;
  }
  .about-text {
    margin-bottom: 30px;
  }
  .about .row {
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 20px;
    line-height: 28px;
  }
  h3 {
    font-size: 18px;
  }
  p {
    font-size: 15px;
  }
  .col-md-6 {
    max-width: 100%;
  }
  section {
    padding: 30px 0 !important;
  }
  section.slider {
    padding: 0 !important;
  }
  .slider-item img {
    min-height: max-content;
  }
  .btn.btn-back-to-top {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

/*# sourceMappingURL=style-new.css.map */
