:root {
  --primary: #0e2346;
  --secondary: #bd9c86;
  --white: #ffffff;
  --black: #000000;
  --body-color: #f3f1ef;
  --wafer-color: #ded5cd;
  --border-color: #cccccc;
  --border-color-2: #d9d9d9;
  --border-color-3: #F3F2F1;
  --bg-color: #d7baa6;
  --albescent-white: #F4E6CF;
}

.faq_section {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #F3F1EF;
}
@media only screen and (min-width: 992px) {
  .faq_section {
    padding-bottom: 80px;
    padding-top: 100px;
  }
}
.faq_section .container {
  max-width: 1160px;
}
.faq_section .container .faq_section_header {
  text-align: center;
  margin-bottom: 48px;
}
.faq_section .container .faq_section_header span {
  text-transform: uppercase;
  font-family: "Cabinet Grotesk";
  font-size: 14px;
  line-height: 24px;
  font-weight: 900;
  color: var(--black);
  letter-spacing: 3px;
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .faq_section .container .faq_section_header span {
    margin-bottom: 16px;
  }
}
.faq_section .container .faq_section_header h3 {
  margin-bottom: 14px;
  font-family: "Cabinet Grotesk";
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: var(--black);
}
@media only screen and (min-width: 576px) {
  .faq_section .container .faq_section_header h3 {
    font-family: "Cabinet Grotesk";
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: var(--black);
  }
}
@media only screen and (min-width: 768px) {
  .faq_section .container .faq_section_header h3 {
    font-family: "Cabinet Grotesk";
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .faq_section .container .faq_section_header h3 {
    font-family: "Cabinet Grotesk";
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: var(--black);
  }
}
@media only screen and (min-width: 1200px) {
  .faq_section .container .faq_section_header h3 {
    font-family: "Cabinet Grotesk";
    font-size: 58px;
    line-height: 68px;
    font-weight: 700;
    color: var(--black);
  }
}
.faq_section .container .faq_section_header p {
  font-family: "Cabinet Grotesk";
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .faq_section .container .faq_section_header p {
    font-family: "Cabinet Grotesk";
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: var(--black);
  }
}
.faq_section .container .our-team-sidebar-list {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq_section .container .our-team-sidebar-list .our-team-sidebar-list-item .our-team-sidebar-list-title {
  margin: 0;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-family: "Cabinet Grotesk";
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: var(--black);
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .faq_section .container .our-team-sidebar-list .our-team-sidebar-list-item .our-team-sidebar-list-title {
    font-family: "Cabinet Grotesk";
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: var(--black);
  }
}
.faq_section .container .our-team-sidebar-list .our-team-sidebar-list-item .our-team-sidebar-list-title:after {
  content: "";
  background-image: url("../images/plus.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 20px;
  top: 21px;
}
.faq_section .container .our-team-sidebar-list .our-team-sidebar-list-item .our-team-sidebar-list-sub {
  margin: 0;
  display: none;
  padding: 0 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.faq_section .container .our-team-sidebar-list .our-team-sidebar-list-item .our-team-sidebar-list-sub .our-team-sidebar-list-subitem {
  margin: 0;
  padding-bottom: 20px;
  font-family: "Cabinet Grotesk";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: var(--black);
}
@media only screen and (min-width: 768px) {
  .faq_section .container .our-team-sidebar-list .our-team-sidebar-list-item .our-team-sidebar-list-sub .our-team-sidebar-list-subitem {
    font-family: "Cabinet Grotesk";
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--black);
  }
}
.faq_section .container .our-team-sidebar-list .our-team-sidebar-list-item .our-team-sidebar-list-sub .our-team-sidebar-list-subitem p {
  font-family: "Cabinet Grotesk";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: var(--black);
}
@media only screen and (min-width: 768px) {
  .faq_section .container .our-team-sidebar-list .our-team-sidebar-list-item .our-team-sidebar-list-sub .our-team-sidebar-list-subitem p {
    font-family: "Cabinet Grotesk";
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--black);
  }
}
.faq_section .container .our-team-sidebar-list .our-team-sidebar-list-item .our-team-sidebar-list-sub .our-team-sidebar-list-subitem p a {
  color: var(--primary);
  font-weight: 600;
}
.faq_section .container .our-team-sidebar-list .our-team-sidebar-list-item .our-team-sidebar-list-sub .our-team-sidebar-list-subitem p a:visited {
  color: var(--primary);
}
.faq_section .container .our-team-sidebar-list .our-team-sidebar-list-item.active .our-team-sidebar-list-title {
  font-weight: bold;
  background-color: var(--white);
}
.faq_section .container .our-team-sidebar-list .our-team-sidebar-list-item.active .our-team-sidebar-list-title:after {
  content: "";
  background-image: url("../images/minus.svg");
}
.faq_section .container .our-team-sidebar-list .our-team-sidebar-list-item.active .our-team-sidebar-list-sub {
  background-color: var(--white);
}

.hero-banner.our-services-banner {
  background: linear-gradient(180deg, rgba(243, 241, 239, 0) 0%, #f3f1ef 51%);
}
.hero-banner.our-services-banner .image-thumbnail {
  padding-bottom: 388px;
}
@media only screen and (min-width: 767px) {
  .hero-banner.our-services-banner .image-thumbnail {
    padding-bottom: 457px;
  }
}
@media only screen and (min-width: 1600px) {
  .hero-banner.our-services-banner .image-thumbnail {
    padding-bottom: 548px;
  }
}
.hero-banner.our-services-banner .banner-content {
  padding-bottom: 0;
  text-align: center;
}
.hero-banner.our-services-banner .banner-content .container {
  background: linear-gradient(180deg, rgba(243, 241, 239, 0) 0%, #f3f1ef 51%);
}
@media only screen and (min-width: 768px) {
  .hero-banner.our-services-banner .banner-content .container {
    background-color: transparent;
  }
}
.hero-banner.our-services-banner .banner-content .title {
  display: block;
  max-width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1900px) {
  .hero-banner.our-services-banner .banner-content .title span:first-child {
    margin-left: -34px;
  }
}
.hero-banner.our-services-banner .banner-content p {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .hero-banner.our-services-banner .banner-content p {
    margin-bottom: 36px;
  }
}
.hero-banner.our-services-banner .banner-content .banner-buttons {
  margin-bottom: 20px;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .hero-banner.our-services-banner .banner-content .banner-buttons {
    margin-bottom: 0;
  }
}
.hero-banner.our-services-banner .banner-content .banner-buttons .btn-fill {
  margin-right: 0;
}

.dropdown-container {
  display: -ms-flex;
  display: flex;
  gap: 15px;
  margin-bottom: 14px;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) {
  .dropdown-container {
    gap: 30px;
    justify-content: flex-end;
    flex-direction: row;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .dropdown-container {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .dropdown-container {
    margin-bottom: 60px;
  }
}

.custom-dropdown {
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 576px) {
  .custom-dropdown {
    max-width: 248px;
  }
}
.custom-dropdown.category-dropdown {
  max-width: 100%;
  width: 134px;
}
@media only screen and (min-width: 576px) {
  .custom-dropdown.category-dropdown {
    max-width: 169px;
  }
}
@media only screen and (min-width: 768px) {
  .custom-dropdown.category-dropdown {
    width: initial;
  }
}
.custom-dropdown.service-dropdown {
  width: 167px;
}
@media only screen and (min-width: 768px) {
  .custom-dropdown.service-dropdown {
    width: initial;
  }
}
.custom-dropdown input {
  border-radius: 10px;
  box-sizing: border-box;
  background: var(--body-color);
  cursor: pointer;
  position: relative;
  font-family: "Cabinet Grotesk";
  font-size: 14px;
  line-height: 24px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: 3px;
  padding: 10px 20px 10px 20px;
  border: 1px solid var(--primary);
  letter-spacing: 3px;
  width: 100%;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .custom-dropdown input {
    letter-spacing: normal;
    text-transform: none;
    font-family: "Cabinet Grotesk";
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--black);
    padding: 10px 40px;
    border-color: var(--border-color);
  }
}
.custom-dropdown input:focus {
  outline: none;
}
.custom-dropdown input::-moz-placeholder {
  font-family: "Cabinet Grotesk";
  font-size: 14px;
  line-height: 24px;
  font-weight: 900;
  color: var(--primary);
  text-transform: uppercase;
}
.custom-dropdown input::placeholder {
  font-family: "Cabinet Grotesk";
  font-size: 14px;
  line-height: 24px;
  font-weight: 900;
  color: var(--primary);
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .custom-dropdown input::-moz-placeholder {
    text-transform: none;
    font-family: "Cabinet Grotesk";
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--black);
  }
  .custom-dropdown input::placeholder {
    text-transform: none;
    font-family: "Cabinet Grotesk";
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--black);
  }
}
.custom-dropdown::after {
  position: absolute;
  width: 6px;
  height: 6px;
  top: 48%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 1px solid var(--black);
  border-right: 1px solid var(--black);
  cursor: pointer;
  transition: all 0.4s ease;
  content: none;
}
@media only screen and (min-width: 768px) {
  .custom-dropdown::after {
    content: "";
  }
}
.custom-dropdown.open input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-width: 2px;
}
@media only screen and (min-width: 768px) {
  .custom-dropdown.open input {
    border-bottom: 0;
  }
}
.custom-dropdown.open::after {
  transform: translateY(-50%) rotate(225deg);
}
.custom-dropdown.open .dropdown-options {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
.custom-dropdown .dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid var(--primary);
  border-top: 0;
  border-radius: 5px;
  background: var(--body-color);
  z-index: 10;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .custom-dropdown .dropdown-options {
    border-color: var(--border-color);
  }
}
.custom-dropdown .dropdown-options.hidden {
  display: none;
}
.custom-dropdown .dropdown-options li {
  margin-bottom: 10px;
  cursor: pointer;
  font-family: "Cabinet Grotesk";
  font-size: 14px;
  line-height: 24px;
  font-weight: 900;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0 20px;
}
.custom-dropdown .dropdown-options li:not(:last-child) {
  border-bottom: 1px solid var(--primary);
}
@media only screen and (min-width: 768px) {
  .custom-dropdown .dropdown-options li:not(:last-child) {
    border-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .custom-dropdown .dropdown-options li {
    padding: 0 40px;
    text-transform: none;
    letter-spacing: normal;
    font-family: "Cabinet Grotesk";
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--black);
  }
}

.how-we-work-sec {
  padding-top: 0px !important;
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .how-we-work-sec {
    padding-top: 0 !important;
    padding-bottom: 100px;
  }
}/*# sourceMappingURL=our-services.css.map */