:root {
  --green-1: #025e5e;
  --green: #006666;
  --green-l: #e6efef;
  --orange: #d15600;
  --orange-l: #faeee6;
  --white: #ffffff;
  --text: #333333;
  --text-1: #222222;
}
body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: var(--text);
}
a {
  color: var(--green-1);
  text-decoration: none;
}
a:hover {
  color: var(--green-1);
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Serif", serif;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--green-1);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: var(--white);
  line-height: 0;
}
.back-to-top:hover {
  background: var(--green);
  color: var(--white);
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
#topbar {
  background: var(--green-1);
  height: 40px;
  transition: all 0.5s;
  color: var(--white);
  padding: 0;
}
#topbar .contact-info i {
  font-style: normal;
  color: var(--white);
}
#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  font-size: 14px;
  color: var(--white);
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: var(--white);
  text-decoration: underline;
}
#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
  font-size: 18px;
}
#topbar .social-links a:hover {
  color: var(--white);
}
@media screen and (max-width: 500px) {
  #topbar .contact-info i a,
  #topbar .contact-info i span {
    font-size: 12px;
  }
}
#header {
  background: var(--white);
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0 2px 15px rgba(209, 73, 0, 0.1);
}
#header.fixed-top {
  height: 70px;
}
#header .logo {
  font-size: 36px;
  font-weight: 800;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
}
#header .logo a {
  color: #222;
}
#header .logo a span {
  color: var(--green-1);
}
#header .logo img {
  max-height: 40px;
}
.scrolled-offset {
  margin-top: 70px;
}
@media screen and (max-width: 500px) {
  #header .logo {
    font-size: 28px;
    letter-spacing: 0.6px;
  }
}
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-weight: 600;
  color: #222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i,
.navbar a:focus i {
  font-size: 18px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: var(--green-1);
  visibility: hidden;
  width: 0;
  transition: all 0.3s ease-in-out 0s;
}
.navbar .active:before,
.navbar a:hover:before,
.navbar li:hover > a:before {
  visibility: visible;
  width: 100%;
}
.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover > a {
  color: var(--green-1);
}
.mobile-nav-toggle {
  color: #222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: var(--white);
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: var(--white);
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  color: #222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile .active:before,
.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before {
  visibility: hidden;
}
.navbar-mobile .active,
.navbar-mobile a:hover,
.navbar-mobile li:hover > a {
  color: var(--green-1);
}
.navbar-mobile:focus {
  margin: 15px;
}
#hero {
  width: 100%;
  height: 75vh;
  background: url(../img/hero-01.webp) top left;
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  position: relative;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: var(--white);
}
#hero h1 span {
  color: var(--green-1);
}
#hero h2 {
  color: var(--white);
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#hero h3 {
  color: var(--white);
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}
section {
  padding: 60px 0;
  overflow: hidden;
}
.section-bg {
  background-color: var(--orange-l);
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: var(--green-l);
  color: var(--green-1);
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}
.section-title h3 span {
  color: var(--green-1);
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}
.breadcrumbs {
  padding: 20px 0;
  background-color: var(--orange-l);
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.about .content ul li:first-child {
  margin-top: 35px;
}
.about .content ul i {
  background: var(--white);
  box-shadow: 0 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: var(--green-1);
  border-radius: 50px;
}
.about .content ul h5 {
  font-size: 18px;
  color: #555;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.services .icon-box {
  text-align: center;
  border: 1px solid var(--orange-l);
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: var(--white);
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: var(--orange-l);
  border-radius: 4px;
  border: 1px solid var(--orange-l);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.services .icon-box .icon i {
  color: var(--green-1);
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #222;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: var(--white);
  box-shadow: 0 0 25px 0 rgba(209, 73, 0, 0.1);
}
.services .icon-box:hover .icon i,
.services .icon-box:hover h4 a {
  color: var(--green-1);
}
.services .icon-box:hover .icon {
  border-color: var(--green-1);
}
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: var(--green-1);
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  margin-bottom: 0;
}
#footer {
  background: var(--white);
  padding: 0 0 30px 0;
  color: #444;
  background: var(--orange-l);
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: var(--white);
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: var(--green-1);
}
#footer .footer-top .footer-contact p {
  line-height: 24px;
  margin-bottom: 0;
  color: #777;
}
#footer .footer-top h4 {
  font-weight: 700;
  color: #444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--green-1);
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--green-1);
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--green-1);
  color: var(--white);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: var(--green-1);
  color: var(--white);
  text-decoration: none;
}
#footer .copyright {
  text-align: center;
  float: left;
}
@media (max-width: 768px) {
  #footer .copyright {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}
