/******************************************************************
Theme Name:     Advanced Perth Removals
Theme URI:
Description:    This site was built by Caffeinate Digital.
Author:         Caffeinate Digital
Author URI:     https://caffeinate.com.au
Text Domain:    cd
Version: 1.0.0
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

*******************************************************************/
:root {
  --black: #050606;
  --white: #ffffff;
  --off-white: #FBFBFB;
  --black-text: #333333;
  --gray: #333333;
  --light-grey: #D9D9D9;
  --green: #75AB3F;
  --primary-font-family: "Lato", sans-serif;
  --secondary-font-family: "Lato", sans-serif;
}

::-moz-selection {
  background: rgba(157, 184, 89, 0.5);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: rgba(157, 184, 89, 0.5);
  color: #fff;
  text-shadow: none;
}

*, ::after, ::before {
  text-rendering: optimizeLegibility;
  outline: 0;
}

/* USAGE: @include transition(all 0.2s ease-in-out); */
/* USAGE: @include css-gradient(#dfdfdf,#f8f8f8); */
/* USAGE: @include transform($transforms); */
/* usage: @include box-shadow; or @include box-shadow(0, 2px, 2px, #333); */
/*----------------------------------------*/
/*  02. MIXIN CSS START
/*----------------------------------------*/
body {
  font-family: var(--primary-font-family);
  font-weight: 400;
  font-size: calc(16px + 2 * (100vw - 380px) / 1540);
  color: var(--gray);
  background-color: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
}
@media screen and (min-width: 1980px) {
  body {
    font-size: 18px;
  }
}
body.admin-bar {
  position: relative;
}
body.overflow-hide {
  overflow: hidden;
  height: 100vh;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  color: var(--gray);
}

a {
  color: #75AB3F;
  text-decoration: none;
  transition: all 0.5s ease;
}
a:hover {
  color: rgb(129.75, 187.5576923077, 71.9423076923);
  text-decoration: none;
}

p {
  color: var(--gray);
  line-height: 1.3;
  font-size: inherit;
  font-weight: 400;
}

img {
  max-width: 100%;
}

.container {
  width: 96%;
  max-width: 1700px;
}
@media (max-width: 1340px) {
  .container {
    width: 95%;
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .container {
    width: 95%;
  }
}
@media (max-width: 480px) {
  .container {
    min-width: 90%;
  }
}

.main-content {
  min-height: calc(100vh - 500px);
  position: relative;
  background-color: #EFF5F8;
}
h1.title, h1 {
  font-size: calc(32px + 28 * (100vw - 380px) / 1600);
}
@media screen and (min-width: 1980px) {
  h1.title, h1 {
    font-size: 60px;
  }
}

h2.title, h2 {
  font-size: calc(28px + 24 * (100vw - 320px) / 1660);
  line-height: 1.3;
  margin-bottom: 18px;
  color: var(--green);
  text-transform: uppercase;
}
@media screen and (min-width: 1980px) {
  h2.title, h2 {
    font-size: 52px;
  }
}
h2.title span, h2 span {
  color: var(--white);
}

h3 {
  font-size: calc(22px + 10 * (100vw - 320px) / 1660);
  margin-bottom: 20px;
}
@media screen and (min-width: 1980px) {
  h3 {
    font-size: 32px;
  }
}

h3.h2 {
  font-size: calc(28px + 24 * (100vw - 320px) / 1660);
  line-height: 1.3;
  margin-bottom: 18px;
  color: var(--green);
  text-transform: uppercase;
}
@media screen and (min-width: 1980px) {
  h3.h2 {
    font-size: 52px;
  }
}

h4 {
  font-size: calc(18px + 6 * (100vw - 320px) / 1660);
  margin-bottom: 10px;
}
@media screen and (min-width: 1980px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1660);
}
@media screen and (min-width: 1980px) {
  h5 {
    font-size: 16px;
  }
}

.page-template-default .content-page {
  padding: 60px 0 100px;
  max-width: 1160px;
  min-width: auto;
}
@media screen and (max-width: 1280px) {
  .page-template-default .content-page {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .page-template-default .content-page {
    padding: 60px 0;
  }
}

.text-content ul {
  list-style: disc;
}
.text-content ul li {
  position: relative;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .text-content ul li {
    text-align: left;
  }
}
.text-content p {
  margin-bottom: 15px;
}
.text-content strong, .text-content b {
  font-weight: 700;
}

.content-wrap {
  padding: 60px 0 100px;
}
@media (max-width: 991px) {
  .content-wrap {
    padding: 40px 0 50px;
  }
}
.content-wrap hr {
  margin: 50px 0;
}
@media screen and (max-width: 570px) {
  .content-wrap hr {
    margin: 35px 0;
  }
}
.content-wrap p {
  margin-bottom: 25px;
}
.content-wrap h4 {
  font-family: var(--primary-font-family);
  font-style: italic;
  font-size: 22px;
  text-decoration: underline;
  font-weight: 600;
  margin-bottom: 25px;
}
.content-wrap ul li {
  line-height: 2;
}

.btn-group {
  margin-top: 40px;
  gap: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .btn-group {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .btn-group {
    flex-direction: column;
    gap: 15px;
    margin: 20px 0 30px;
  }
}
.btn-group .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .btn-group .btn {
    min-width: 180px;
    margin: 0 auto !important;
  }
}

.mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  height: 230px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 230px;
}

.gmap_iframe {
  height: 230px !important;
}

@media (max-width: 991px) {
  .md-hide {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .md-show {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .sm-hide {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .lg-hide {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sm-show {
    display: block !important;
  }
}

i {
  display: inline-block;
  background-size: contain;
  height: 20px;
  width: 20px;
}
i.icon-phone {
  background: url(assets/images/icon-phone.svg) center no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
}
i.icon-email {
  background: url(assets/images/icon-email.svg) center no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
}
i.icon-mark {
  background: url(assets/images/icon-marker.svg) center no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
}
i.icon-certificate {
  background: url(assets/images/icon-certificate.svg) center no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
}
i.icon-arrow {
  background: url(assets/images/arrow.svg) center no-repeat;
  background-size: contain;
  height: 14px;
  width: 14px;
}

.has-animation {
  opacity: 0;
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
}

section.main-wrap {
  position: relative;
  padding: 80px 0 50px;
}
@media (max-width: 991px) {
  section.main-wrap {
    padding: 60px 0 70px;
  }
}
@media (max-width: 767px) {
  section.main-wrap {
    padding: 60px 0 50px;
  }
}

@keyframes stickySlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(15px);
  }
}
#inner-content {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 991px) {
  #inner-content {
    padding: 50px 0 80px;
  }
}
@media (max-width: 767px) {
  #inner-content {
    padding: 50px 0 50px;
  }
}
#inner-content h3 {
  color: var(--black);
  margin-bottom: 10px;
  margin-top: 30px;
}

.mfp-iframe-holder {
  padding: 70px;
}
@media (max-width: 991px) {
  .mfp-iframe-holder {
    padding: 40px 6px;
  }
}
.mfp-iframe-holder .mfp-content {
  max-width: 1340px;
}

section#reviews {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 991px) {
  section#reviews {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  section#reviews {
    padding: 30px 0;
  }
}
section#reviews .load-more-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

section#gallery {
  position: relative;
  padding: 100px 0;
}
section#gallery .list {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  section#gallery .list .image {
    max-width: 360px;
    text-align: center;
    margin: 0 auto;
  }
}
section#gallery .list .image img {
  border-radius: 20px;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.page-template-quote-template .main-content {
  padding-top: 150px;
  background-color: var(--green);
}
@media screen and (max-width: 1320px) {
  .page-template-quote-template .main-content {
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  .page-template-quote-template .main-content {
    padding-top: 110px;
  }
}
.page-template-quote-template section#quotes {
  padding: 120px 0;
}
.page-template-quote-template section#quotes h2 {
  margin-bottom: 55px;
}

.testimonials .col-md-6 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .testimonials .col-md-6 {
    margin-bottom: 15px;
  }
}
.testimonials .box {
  padding: 30px 40px;
  background: #ffffff;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 991px) {
  .testimonials .box {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .testimonials .box {
    padding: 25px 20px;
  }
}
.testimonials .box i.icon-testimonial {
  height: 76px;
  width: 76px;
  background: url(assets/images/icon-testimonial.svg) no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .testimonials .box i.icon-testimonial {
    height: 52px;
    width: 52px;
  }
}
@media (max-width: 767px) {
  .testimonials .box i.icon-testimonial {
    height: 36px;
    width: 36px;
  }
}
.testimonials .box .quote {
  font-size: 16px;
}
@media (max-width: 991px) {
  .testimonials .box .quote {
    font-size: 14px;
  }
}
.testimonials .box .quote strong {
  color: var(--green);
}
.testimonials .box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  align-items: center;
  border-top: 1px solid #E0E0E0;
  padding-top: 16px;
}
.testimonials .box .info .avatar {
  margin-right: 20px;
}
.testimonials .box .info .avatar img {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonials .box .info h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.testimonials .box .info .about {
  color: #828282;
  line-height: 1;
}

a.mobile-phone-link {
  cursor: default;
}
@media (max-width: 991px) {
  a.mobile-phone-link {
    cursor: pointer;
  }
}

#quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit], .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer input[type=submit], .btn-white, .btn-black, .btn {
  display: inline-block;
  position: relative;
  border: 0;
  font-size: calc(14px + 4 * (100vw - 320px) / 1660);
}
@media screen and (min-width: 1980px) {
  #quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit], .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer input[type=submit], .btn-white, .btn-black, .btn {
    font-size: 18px;
  }
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit], .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer input[type=submit], .btn-white, .btn-black, .btn {
  padding: 17px 30px;
  line-height: 1.2;
  transform: scale(1);
  color: var(--white);
  border-radius: 12px !important;
  background-color: var(--green);
  min-width: 198px;
  max-width: -moz-fit-content;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit]:hover, .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer input[type=submit]:hover, .btn-white:hover, .btn-black:hover, .btn:hover, #quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit]:focus, .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer input[type=submit]:focus, .btn-white:focus, .btn-black:focus, .btn:focus, #quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit]:active, .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer input[type=submit]:active, .btn-white:active, .btn-black:active, .btn:active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  color: var(--white) !important;
  background-color: var(--gray) !important;
}
@media (max-width: 991px) {
  #quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit], .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer input[type=submit], .btn-white, .btn-black, .btn {
    padding: 14px 20px;
    min-width: 170px;
  }
}
@media (max-width: 767px) {
  #quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit], .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer input[type=submit], .btn-white, .btn-black, .btn {
    padding: 12px 18px;
  }
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit] i, .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer input[type=submit] i, .btn-white i, .btn-black i, .btn i {
  height: 18px;
  width: 18px;
  margin-right: 6px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit] i, .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer input[type=submit] i, .btn-white i, .btn-black i, .btn i {
    height: 16px;
    width: 16px;
  }
}
@media (max-width: 991px) {
  #quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit] i, .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer input[type=submit] i, .btn-white i, .btn-black i, .btn i {
    height: 14px;
    width: 14px;
  }
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit] i.arrow, .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer input[type=submit] i.arrow, .btn-white i.arrow, .btn-black i.arrow, .btn i.arrow {
  height: 10px;
  background: url(assets/images/arrow-right.svg) right center no-repeat;
  background-size: contain;
  margin-right: 0;
  margin-left: 6px;
  margin-bottom: 0;
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit]:disabled, .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer input[type=submit]:disabled, .btn-white:disabled, .btn-black:disabled, .btn:disabled {
  background-color: var(--gray) !important;
  opacity: 0.8;
}

.btn-black {
  background-color: var(--gray);
}
.btn-black:hover, .btn-black:focus, .btn-black:active {
  background-color: var(--green) !important;
}

.btn-white {
  border: 0;
  color: var(--gray);
  background-color: var(--white);
  border: 1px solid var(--white);
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  background: transparent !important;
  color: var(--white);
  border-color: var(--white) !important;
}
.btn-white:hover i, .btn-white:focus i, .btn-white:active i {
  filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7493%) hue-rotate(84deg) brightness(99%) contrast(111%);
}
.btn-white i {
  filter: brightness(0) saturate(100%) invert(19%) sepia(0%) saturate(1497%) hue-rotate(140deg) brightness(93%) contrast(92%);
}

.gform_confirmation_wrapper {
  margin-top: 30px;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: calc(16px + 12 * (100vw - 320px) / 1660) !important;
  font-weight: bold;
  position: relative;
  z-index: 1;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1980px) {
  .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 32px !important;
  }
}
.gform_confirmation_wrapper .gform_confirmation_message br {
  display: none;
}
.gform_confirmation_wrapper .gform_confirmation_message h2 {
  text-transform: uppercase;
  font-size: calc(20px + 35 * (100vw - 320px) / 1660) !important;
  margin-bottom: 0;
  color: #000 !important;
}
@media screen and (min-width: 1980px) {
  .gform_confirmation_wrapper .gform_confirmation_message h2 {
    font-size: 55px !important;
  }
}

@media (max-width: 480px) {
  .gform-theme.gform-theme--framework.gform_wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
.gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors {
  display: none !important;
}
.gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors h2.gform_submission_error {
  font-size: 13.2px !important;
  margin-bottom: 0 !important;
  letter-spacing: 0 !important;
}
.gform-theme.gform-theme--framework.gform_wrapper .gf_progressbar_wrapper {
  display: none;
}
.gform-theme.gform-theme--framework.gform_wrapper .gform_heading {
  display: none;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gform_fields {
  -moz-column-gap: 15px;
       column-gap: 15px;
  grid-row-gap: 22px;
}
@media (max-width: 991px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gform_fields {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gform_fields {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.gform-theme.gform-theme--framework.gform_wrapper form .gf_invisible, .gform-theme.gform-theme--framework.gform_wrapper form .gfield_visibility_hidden {
  position: relative;
  visibility: visible;
  inset-inline-start: auto;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gf_invisible .admin-hidden-markup, .gform-theme.gform-theme--framework.gform_wrapper form .gfield_visibility_hidden .admin-hidden-markup {
  display: none;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gfield .gfield_validation_message {
  border: 0;
  background: transparent;
  padding: 0;
  margin-top: 0;
  font-size: 12px;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gfield .gfield_description.instruction {
  display: none;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gfield .gfield_description.validation_message {
  display: inline-block;
  color: #c02b0a;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week], .gform-theme.gform-theme--framework.gform_wrapper form .gfield select, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea {
  background-color: var(--white);
  border-radius: 12px;
  border: 1px solid #CEDDE5;
  padding: 14px 20px !important;
  font-size: calc(14px + 2 * (100vw - 380px) / 1600);
  font-weight: 400 !important;
  color: var(--black);
  outline: none;
  box-shadow: none;
  height: 54px;
  width: 100%;
}
@media screen and (min-width: 1980px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week], .gform-theme.gform-theme--framework.gform_wrapper form .gfield select, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week], .gform-theme.gform-theme--framework.gform_wrapper form .gfield select, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea {
    padding: 13px 15px !important;
    min-height: auto !important;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 480px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week], .gform-theme.gform-theme--framework.gform_wrapper form .gfield select, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea {
    padding: 13px 15px;
  }
}
.gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield select::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea::-moz-placeholder {
  color: #797C7F;
  opacity: 1;
  font-weight: 400;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield select::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea::placeholder {
  color: #797C7F;
  opacity: 1;
  font-weight: 400;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gfield .gfield_label {
  font-weight: 600;
  font-size: calc(14px + 2 * (100vw - 380px) / 1600);
  margin-bottom: 8px;
}
@media screen and (min-width: 1980px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gfield .gfield_label {
    font-size: 16px;
  }
}
.gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea {
  resize: none;
  height: 120px;
  min-block-size: 12rem;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea.large {
  height: 190px !important;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea.small {
  min-block-size: 8rem;
  height: 120px !important;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea::-moz-placeholder {
  color: #797C7F;
  font-weight: 400;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea::placeholder {
  color: #797C7F;
  font-weight: 400;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gfield .ginput_container.gform-grid-row {
  justify-content: space-between;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gfield select {
  color: var(--black);
  -webkit-appearance: none;
  background-position-x: calc(100% - 15px);
  background-position-y: center;
  padding: 12px 40px 12px 20px !important;
  background-image: url(assets/images/icon-select-down.svg);
  line-height: 2;
  border: 1px solid #EBEBEB;
  font-weight: 500;
}
@media (max-width: 767px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gfield select {
    line-height: 2 !important;
  }
}
.gform-theme.gform-theme--framework.gform_wrapper form .gfield select:invalid option {
  color: rgba(34, 34, 34, 0.45);
}
.gform-theme.gform-theme--framework.gform_wrapper form .gfield select::-moz-placeholder {
  font-weight: 400;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gfield select::placeholder {
  font-weight: 400;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gfield select option {
  padding: 7px 5px;
  font-weight: 400;
}
.gform-theme.gform-theme--framework.gform_wrapper form .chosen-container a.chosen-single {
  background: #EFEFEF;
  border-radius: 16px;
  border: 0;
  padding: 14px 30px;
  font-size: calc(16px + 4 * (100vw - 320px) / 1660);
  font-weight: 200;
}
@media screen and (min-width: 1980px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .chosen-container a.chosen-single {
    font-size: 20px;
  }
}
.gform-theme.gform-theme--framework.gform_wrapper form .gform_footer {
  padding-top: 10px;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gform_footer input[type=submit] {
  background: #130F26 !important;
  color: var(--white) !important;
  padding: 17px 28px !important;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
  border: 0 !important;
  position: relative;
  border-radius: 8px !important;
  text-transform: uppercase !important;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gform_footer input[type=submit]:hover, .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer input[type=submit]:focus, .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer input[type=submit]:active {
  color: var(--white) !important;
  border: 0;
  background-color: var(--green) !important;
}
.gform-theme.gform-theme--framework.gform_wrapper form .gform_footer input[type=submit]:hover::before, .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer input[type=submit]:focus::before, .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer input[type=submit]:active::before {
  transform: translateY(0) !important;
}

.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a, .gform-theme--framework.ui-datepicker table .ui-datepicker-current-day span {
  background-color: var(--green) !important;
}

#quotes .gform-theme.gform-theme--framework.gform_wrapper {
  position: relative;
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page.gform_page_last .gf_progressbar_wrapper {
  display: none !important;
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper #gform_page_2_1 .gform_page_footer {
  flex-direction: column;
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .gfield_visibility_hidden {
  visibility: hidden;
  height: 0;
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .gfield_html h3, #quotes .gform-theme.gform-theme--framework.gform_wrapper .gfield_html h4 {
  text-align: center;
  color: var(--white);
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color], #quotes .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date], #quotes .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email], #quotes .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month], #quotes .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number], #quotes .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password], #quotes .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search], #quotes .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel], #quotes .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text], #quotes .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time], #quotes .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url], #quotes .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week], #quotes .gform-theme.gform-theme--framework.gform_wrapper form .gfield select, #quotes .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea {
  width: 100%;
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer {
  justify-content: space-between;
  position: relative;
  margin-top: 80px;
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer #gform_ajax_spinner_2 {
  position: absolute;
  bottom: -40px;
  left: 50%;
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer .gform_next_button {
  background: url(assets/images/form-next.svg) center no-repeat;
  background-size: contain;
  height: 48px;
  width: 48px;
  text-indent: -9999px;
  box-shadow: none;
  outline: none !important;
  border: 0;
  align-self: flex-end;
  justify-self: end;
}
@media (max-width: 767px) {
  #quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer .gform_next_button {
    height: 34px;
    width: 34px;
  }
}
@media (max-width: 575px) {
  #quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer .gform_next_button {
    height: 24px;
    width: 24px;
  }
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer .gform-theme-button--secondary {
  background: url(assets/images/form-prev.svg) center no-repeat;
  background-size: contain;
  height: 48px;
  width: 48px;
  text-indent: -9999px;
  box-shadow: none;
  outline: none !important;
  border: 0;
}
@media (max-width: 767px) {
  #quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer .gform-theme-button--secondary {
    height: 34px;
    width: 34px;
  }
}
@media (max-width: 575px) {
  #quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer .gform-theme-button--secondary {
    height: 24px;
    width: 24px;
  }
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit] {
  background: #130F26 !important;
  color: var(--white) !important;
  padding: 16px 28px !important;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
  border: 1px solid #130F26 !important;
  position: relative;
  border-radius: 8px !important;
  text-transform: uppercase !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
}
@media (max-width: 767px) {
  #quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit] {
    top: -10px;
  }
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit]:hover, #quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit]:focus, #quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit]:active {
  color: var(--green) !important;
  border: 1px solid var(--white) !important;
  background-color: var(--white) !important;
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit]:hover::before, #quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit]:focus::before, #quotes .gform-theme.gform-theme--framework.gform_wrapper .gform_page_footer [type=submit]:active::before {
  transform: translateY(0) !important;
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .gf_progressbar_wrapper {
  display: block;
  position: absolute;
  bottom: 20px;
  width: 84%;
  left: 8%;
  margin: 0;
}
@media (max-width: 575px) {
  #quotes .gform-theme.gform-theme--framework.gform_wrapper .gf_progressbar_wrapper {
    bottom: 16px;
  }
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  display: none;
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  height: 6px;
  background-color: var(--white);
  border: 1px solid var(--white);
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  block-size: 4px;
  background-color: var(--gray) !important;
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage:has(.percentbar_100) {
  display: none;
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .custom-radio .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 575px) {
  #quotes .gform-theme.gform-theme--framework.gform_wrapper .custom-radio .gfield_radio {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  #quotes .gform-theme.gform-theme--framework.gform_wrapper .custom-radio .gfield_radio {
    gap: 0;
  }
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .custom-radio .gfield_radio .gchoice {
  display: block;
  width: calc(20% - 20px);
  height: 100%;
}
@media (max-width: 991px) {
  #quotes .gform-theme.gform-theme--framework.gform_wrapper .custom-radio .gfield_radio .gchoice {
    width: calc(25% - 20px);
  }
}
@media (max-width: 767px) {
  #quotes .gform-theme.gform-theme--framework.gform_wrapper .custom-radio .gfield_radio .gchoice {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 575px) {
  #quotes .gform-theme.gform-theme--framework.gform_wrapper .custom-radio .gfield_radio .gchoice {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  #quotes .gform-theme.gform-theme--framework.gform_wrapper .custom-radio .gfield_radio .gchoice {
    width: 100%;
  }
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .custom-radio .gfield_radio .gchoice .gform-field-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  border: 1px solid var(--white);
  border-radius: 17px;
  margin: 0;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 991px) {
  #quotes .gform-theme.gform-theme--framework.gform_wrapper .custom-radio .gfield_radio .gchoice .gform-field-label {
    padding: 20px 15px;
  }
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .custom-radio .gfield_radio .gchoice .gform-field-label span {
  display: block;
  color: var(--white);
  margin-top: 20px;
  text-align: center;
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .custom-radio .gfield-choice-input {
  opacity: 0;
  height: 0;
  width: 0;
}
#quotes .gform-theme.gform-theme--framework.gform_wrapper .custom-radio input[type=radio]:checked + label {
  background-color: var(--gray);
}

.widget {
  margin-bottom: 40px;
  background: var(--white);
  padding: 20px;
  border-radius: 20px;
}
.widget:last-of-type {
  margin-bottom: 0;
}
.widget .related-post {
  padding: 0;
}
.widget .related-post li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 26px;
  margin-bottom: 28px;
  border-bottom: 1px solid #DADADA;
}
.widget .related-post li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget .related-post li .image {
  width: 105px;
}
.widget .related-post li div.post-content {
  width: calc(100% - 105px);
  padding-left: 20px;
  color: var(--black-text);
}
.widget ul.category {
  list-style: none;
  padding: 0;
}
.widget ul.category li {
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DADADA;
  justify-content: space-between;
}
.widget ul.category li a {
  color: var(--black);
}
.widget ul.category li:last-of-type {
  border-bottom: 0;
}
.widget .tags a {
  display: inline-block;
  font-size: 14px !important;
  color: var(--white);
  padding: 8px 15px;
  background: var(--black);
  margin: 5px;
}
.widget h4 {
  margin-bottom: 20px;
  color: #969696;
  font-weight: 700;
  text-transform: uppercase;
}
.widget p {
  margin-bottom: 0;
  color: var(--black);
}
.widget a {
  color: var(--black);
}

section#page-hero {
  position: relative;
  padding: 10% 0 100px;
  height: 830px;
  background-color: #121212;
}
@media (max-width: 1360px) {
  section#page-hero {
    padding: 15% 0 100px;
    height: auto;
    min-height: 640px;
  }
}
@media (max-width: 991px) {
  section#page-hero {
    padding: 180px 0 120px;
    height: auto;
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  section#page-hero {
    padding: 140px 0 70px;
    min-height: 480px;
  }
}
section#page-hero.full {
  height: 460px;
  background: var(--green);
  text-align: center;
  padding: 150px 0 0;
  z-index: 2;
  margin-bottom: -10px;
}
@media (min-width: 2400px) {
  section#page-hero.full {
    height: 500px;
    padding: 180px 0 0;
  }
}
@media (max-width: 1360px) {
  section#page-hero.full {
    height: auto;
    min-height: 460px;
    padding: 210px 0 80px;
  }
}
@media (max-width: 991px) {
  section#page-hero.full {
    min-height: 420px;
    padding: 180px 0 80px;
  }
}
@media (max-width: 767px) {
  section#page-hero.full {
    min-height: 320px;
    padding: 140px 0 60px;
  }
}
@media (max-width: 575px) {
  section#page-hero.full {
    min-height: 260px;
    padding: 150px 0 60px;
  }
}
section#page-hero.full .head {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
section#page-hero .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
section#page-hero .head {
  position: relative;
  max-width: 45%;
}
@media (max-width: 1360px) {
  section#page-hero .head {
    max-width: 65%;
  }
}
@media (max-width: 991px) {
  section#page-hero .head {
    max-width: 85%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  section#page-hero .head {
    max-width: 100%;
  }
}
section#page-hero .head h1 {
  line-height: 1.3;
  margin-bottom: 24px;
  opacity: 0;
  color: var(--white);
}
section#page-hero .head .text-content {
  opacity: 0;
  color: var(--white);
  font-size: calc(18px + 6 * (100vw - 320px) / 1660);
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 1980px) {
  section#page-hero .head .text-content {
    font-size: 24px;
  }
}
section#page-hero .head .text-content p {
  color: var(--white);
  font-size: calc(18px + 6 * (100vw - 320px) / 1660);
  line-height: 1.4;
}
@media screen and (min-width: 1980px) {
  section#page-hero .head .text-content p {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  section#page-hero .head .btn {
    margin: 0 auto;
  }
}

section#hero-small {
  position: relative;
  height: 480px;
  padding-top: 150px;
}
@media (max-width: 991px) {
  section#hero-small {
    padding-top: 110px;
    height: 360px;
  }
}
@media (max-width: 767px) {
  section#hero-small {
    height: 340px;
  }
}
section#hero-small .mobile-banner {
  top: 0;
}
section#hero-small .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  text-align: center;
  color: var(--white);
}
section#hero-small .wrap h1 {
  color: var(--white);
  opacity: 0;
}
section#hero-small .wrap .text__hero {
  color: var(--white);
  opacity: 0;
}
section#hero-small .wrap .text__hero p {
  color: var(--white);
}

section#hero-big {
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  padding-top: 150px;
}
@media (max-width: 991px) {
  section#hero-big {
    background-size: 180% !important;
    background-position: bottom center !important;
    padding-top: 115px;
  }
}
@media (max-width: 991px) {
  section#hero-big::before {
    content: "";
    height: 80%;
    position: absolute;
    top: 10%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, hsl(200, 39%, 95%)), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(180deg, hsl(200, 39%, 95%) 40%, hsla(0, 0%, 100%, 0) 100%);
  }
}
@media (max-width: 767px) {
  section#hero-big::before {
    top: 20%;
  }
}
@media (max-width: 480px) {
  section#hero-big::before {
    top: 45%;
  }
}
section#hero-big .wrap {
  position: relative;
}
section#hero-big .container {
  padding: 70px 0 40px;
}
@media (max-width: 991px) {
  section#hero-big .container {
    padding: 30px 0 30px;
  }
}
section#hero-big .text-content {
  position: relative;
  color: var(--gray);
  padding-left: 200px;
  z-index: 2;
}
@media screen and (max-width: 1460px) {
  section#hero-big .text-content {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (max-width: 991px) {
  section#hero-big .text-content {
    margin-bottom: 30px;
    text-align: center;
  }
}
section#hero-big .text-content h1 {
  position: relative;
  opacity: 0;
  margin-bottom: 25px;
  color: var(--green);
  font-size: calc(28px + 24 * (100vw - 320px) / 1660);
}
@media screen and (min-width: 1980px) {
  section#hero-big .text-content h1 {
    font-size: 52px;
  }
}
section#hero-big .text-content h4.title {
  color: var(--green);
}
section#hero-big .text-content .text__hero {
  position: relative;
  opacity: 0;
  font-size: calc(18px + 6 * (100vw - 380px) / 1600);
  line-height: 1.4;
}
@media screen and (min-width: 1980px) {
  section#hero-big .text-content .text__hero {
    font-size: 24px;
  }
}
section#hero-big .text-content .btn-group {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
section#hero-big .text-content .btn-group p {
  display: inline;
  font-weight: 600;
  font-size: calc(20px + 4 * (100vw - 380px) / 1600);
  line-height: 1.4;
  margin-bottom: 0;
}
@media screen and (min-width: 1980px) {
  section#hero-big .text-content .btn-group p {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  section#hero-big .text-content .btn-group {
    justify-content: center;
  }
}
section#hero-big .form-wrap {
  max-width: 600px;
  background-color: var(--white);
  border-radius: 20px;
  margin-left: auto;
  padding: 35px 75px;
}
@media screen and (max-width: 1460px) {
  section#hero-big .form-wrap {
    padding: 30px 40px;
  }
}
@media (max-width: 991px) {
  section#hero-big .form-wrap {
    margin: 0 auto;
    padding: 25px 40px;
  }
}
@media (max-width: 767px) {
  section#hero-big .form-wrap {
    padding: 25px 30px;
  }
}
@media (max-width: 480px) {
  section#hero-big .form-wrap {
    padding: 25px 20px;
  }
}
section#hero-big .form-wrap h3 {
  color: var(--black);
  font-size: calc(28px + 18 * (100vw - 380px) / 1600);
  font-weight: 400;
}
@media screen and (min-width: 1980px) {
  section#hero-big .form-wrap h3 {
    font-size: 46px;
  }
}

.mobile-banner {
  display: none;
}
@media (max-width: 991px) {
  .mobile-banner {
    display: block;
    position: absolute;
    z-index: 0;
    top: 110px;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.pagination {
  margin: 30px 0 70px 0;
  justify-content: center;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.pagination .page-numbers span.current {
  background: var(--green);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 28px;
  width: 28px;
}
.pagination .page-numbers a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  color: var(--black);
  border: 0;
  border-radius: 50%;
  height: 28px;
  width: 28px;
}
.pagination .page-numbers a.next {
  position: relative;
  background: var(--green) url(assets/images/arrow-next.svg) center no-repeat;
  text-indent: -9999px;
}
.pagination .page-numbers a.prev {
  position: relative;
  background: var(--green) url(assets/images/arrow-previous.svg) center no-repeat;
  text-indent: -9999px;
}

.faq-wrap {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .faq-wrap .faq {
    margin-bottom: 30px;
  }
}
.faq-wrap .faq .accordion {
  background: transparent;
  border: 0;
}
.faq-wrap .faq .accordion-item {
  background: transparent;
  border: 0;
  border-radius: 0;
}
.faq-wrap .faq .accordion-item:first-child {
  border-top: none;
}
.faq-wrap .faq .accordion-item:last-child {
  border-bottom: none;
}
.faq-wrap .faq .accordion-item .accordion-button {
  position: relative;
  box-shadow: none;
  background-color: transparent;
  color: var(--gray);
  padding: 20px 0;
  padding-right: 20px;
  font-size: calc(14px + 4 * (100vw - 320px) / 1660);
  font-weight: 600;
}
@media screen and (min-width: 1980px) {
  .faq-wrap .faq .accordion-item .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .faq-wrap .faq .accordion-item .accordion-button {
    padding-left: 0;
  }
}
.faq-wrap .faq .accordion-item .accordion-button.collapsed .icon-arrow {
  background: var(--black);
}
.faq-wrap .faq .accordion-item .accordion-button.collapsed .icon-arrow::after {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
.faq-wrap .faq .accordion-item .accordion-button::after {
  position: absolute;
  right: 0;
  background: url(assets/images/icon-faq-arrow.svg) center center no-repeat;
  background-size: contain;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@media (max-width: 991px) {
  .faq-wrap .faq .accordion-item .accordion-button::after {
    height: 32px;
    width: 32px;
  }
}
@media (max-width: 767px) {
  .faq-wrap .faq .accordion-item .accordion-button::after {
    height: 24px;
    width: 24px;
  }
}
.faq-wrap .faq .accordion-item .accordion-body {
  padding: 0 40px 20px 0;
  color: var(--black);
}
@media (max-width: 767px) {
  .faq-wrap .faq .accordion-item .accordion-body {
    padding-left: 0;
  }
}

.page-template-faq-template section#faqs {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .page-template-faq-template section#faqs {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .page-template-faq-template section#faqs {
    padding: 20px 0;
  }
}
.page-template-faq-template section#faqs .container {
  position: relative;
  z-index: 1;
  max-width: 1340px;
}
.page-template-faq-template section#faqs .head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .page-template-faq-template section#faqs .head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .page-template-faq-template section#faqs .head {
    margin-bottom: 25px;
  }
}
.page-template-faq-template section#faqs .head i.icon-faqs {
  background: url(assets/images/icon-faqs.svg) center no-repeat;
  background-size: contain;
  height: 84px;
  width: 84px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .page-template-faq-template section#faqs .head i.icon-faqs {
    height: 54px;
    width: 54px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .page-template-faq-template section#faqs .head i.icon-faqs {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
  }
}
.page-template-faq-template section#faqs .head h2 {
  margin-bottom: 0;
  font-size: calc(22px + 10 * (100vw - 320px) / 1660);
  color: var(--gray);
  text-transform: capitalize;
}
@media screen and (min-width: 1980px) {
  .page-template-faq-template section#faqs .head h2 {
    font-size: 32px;
  }
}
.page-template-faq-template section#faqs .faqs {
  padding: 0;
}
.page-template-faq-template section#faqs .faqs .box {
  border-radius: 20px;
  padding: 40px 75px;
  border: 1px solid #BDBDBD;
  background-color: var(--white);
}
@media screen and (max-width: 1320px) {
  .page-template-faq-template section#faqs .faqs .box {
    padding: 30px 45px;
  }
}
@media (max-width: 991px) {
  .page-template-faq-template section#faqs .faqs .box {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 767px) {
  .page-template-faq-template section#faqs .faqs .box {
    padding: 25px 25px;
    margin-bottom: 25px !important;
  }
}
.page-template-faq-template section#faqs .faqs .box h3.title {
  text-align: center;
  color: var(--gray);
  border-bottom: 1px solid #E0E0E0;
  font-weight: 800;
  padding-bottom: 24px;
  margin-bottom: 20px;
  font-size: calc(18px + 6 * (100vw - 320px) / 1660);
}
@media screen and (min-width: 1980px) {
  .page-template-faq-template section#faqs .faqs .box h3.title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .page-template-faq-template section#faqs .faqs .box h3.title {
    padding-bottom: 14px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .page-template-faq-template section#faqs .faqs {
    padding: 0;
  }
}
.page-template-faq-template section#faqs .faqs .accordion-item button {
  color: var(--green);
}
.page-template-faq-template section#faqs .faqs .accordion-item button.collapsed {
  color: var(--gray);
}
.page-template-faq-template section#faqs .faqs .accordion-item .accordion-body {
  padding-bottom: 30px;
}
.page-template-faq-template section#faqs .faq-wrap {
  padding-right: 0;
}
.page-template-faq-template section#faqs .link {
  position: relative;
  max-width: 570px;
  margin: 110px auto 0;
  text-align: center;
  z-index: 2;
}
@media (max-width: 1360px) {
  .page-template-faq-template section#faqs .link {
    margin: 90px auto 0;
  }
}
@media (max-width: 991px) {
  .page-template-faq-template section#faqs .link {
    margin: 70px auto 0;
  }
}
@media (max-width: 767px) {
  .page-template-faq-template section#faqs .link {
    margin: 50px auto 0;
  }
}
.page-template-faq-template section#faqs .link h3 {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.page-template-faq-template section#faqs .link .btn {
  background-color: var(--black);
  color: var(--white);
  margin-top: 30px;
  text-transform: uppercase;
}

header#header {
  position: absolute;
  padding: 3px 0;
  z-index: 10;
  flex-wrap: wrap;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
  background-size: cover;
  background-position: right bottom;
  backface-visibility: hidden;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 991px) {
  header#header {
    padding: 10px 0 15px;
    transition: all 0.3s ease;
    top: 0;
    background: var(--white);
  }
}
@media (max-width: 767px) {
  header#header {
    padding: 10px 0;
  }
}
header#header.sticky {
  position: fixed;
  width: 100%;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  z-index: 99;
  padding: 0;
  top: 0;
  backdrop-filter: blur(29.5px);
  background: rgba(255, 255, 255, 0.7);
}
header#header.sticky:after {
  display: none;
}
@media (max-width: 991px) {
  header#header.sticky {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(29.5px);
  }
}
@media (max-width: 767px) {
  header#header.sticky {
    padding: 10px 0;
  }
}
header#header.sticky a.navbar-brand {
  opacity: 1;
}
header#header.sticky a.navbar-brand img {
  height: 60px;
  width: auto;
  position: static;
}
@media (max-width: 1320px) {
  header#header.sticky a.navbar-brand img {
    height: 60px;
  }
}
@media (max-width: 991px) {
  header#header.sticky a.navbar-brand img {
    height: 60px;
  }
}
@media (max-width: 991px) {
  header#header.on {
    overflow: visible;
  }
}
header#header .container {
  position: relative;
}
@media (max-width: 991px) {
  header#header .container {
    justify-content: center;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  header#header .container > .d-flex {
    overflow: hidden;
  }
}
header#header a.navbar-brand {
  padding: 15px 0;
  transition: none;
  opacity: 1;
  margin: 0;
  text-align: center;
  display: block;
}
@media (max-width: 991px) {
  header#header a.navbar-brand {
    padding: 15px 0;
  }
}
header#header a.navbar-brand img {
  height: 110px;
}
@media (max-width: 1320px) {
  header#header a.navbar-brand img {
    height: 80px;
  }
}
@media (max-width: 991px) {
  header#header a.navbar-brand img {
    height: 60px;
  }
}
header#header .navbar-toggler {
  box-shadow: none;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  display: none;
  border: none;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  header#header .navbar-toggler {
    display: block;
    padding: 10px 0;
    z-index: 1;
  }
  header#header .navbar-toggler svg {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 480px) {
  header#header .navbar-toggler {
    padding: 13px 0;
  }
  header#header .navbar-toggler svg {
    width: 22px;
    height: 22px;
  }
}
header#header .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  header#header .btn-wrap {
    display: none;
  }
}
header#header .btn-wrap a {
  min-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}
@media (max-width: 1380px) {
  header#header .btn-wrap a {
    font-size: 13px;
  }
}
@media (max-width: 1080px) {
  header#header .btn-wrap a {
    padding: 10px;
  }
}
@media (max-width: 1380px) {
  header#header .btn-wrap a i {
    height: 11px;
    width: 14px;
    margin-bottom: -1px !important;
  }
}
header#header nav {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease;
}
@media (max-width: 991px) {
  header#header nav {
    display: none;
  }
}
header#header nav ul.top-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-left: 50px;
}
@media (max-width: 1500px) {
  header#header nav ul.top-nav {
    margin-left: 20px;
  }
}
@media (max-width: 1420px) {
  header#header nav ul.top-nav {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  header#header nav ul.top-nav {
    display: block;
    width: 90%;
  }
}
header#header nav ul.top-nav li {
  margin: 0;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 1360px) {
  header#header nav ul.top-nav li {
    padding: 0 10px;
  }
}
@media (max-width: 1150px) {
  header#header nav ul.top-nav li {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  header#header nav ul.top-nav li {
    margin: 20px 0;
  }
}
header#header nav ul.top-nav li.current-menu-item > a, header#header nav ul.top-nav li.current-menu-parent > a, header#header nav ul.top-nav li.current_page_parent > a {
  color: var(--green);
}
header#header nav ul.top-nav li.current-menu-item > a::after, header#header nav ul.top-nav li.current-menu-parent > a::after, header#header nav ul.top-nav li.current_page_parent > a::after {
  filter: brightness(0) saturate(100%) invert(65%) sepia(53%) saturate(353%) hue-rotate(36deg) brightness(94%) contrast(91%);
}
header#header nav ul.top-nav li.menu-item-has-children {
  padding-right: 20px;
}
@media (max-width: 1360px) {
  header#header nav ul.top-nav li.menu-item-has-children {
    padding-right: 15px;
  }
}
header#header nav ul.top-nav li.menu-item-has-children:hover > a:after {
  transform: rotate(-180deg);
  filter: brightness(0) saturate(100%) invert(65%) sepia(53%) saturate(353%) hue-rotate(36deg) brightness(94%) contrast(91%);
}
header#header nav ul.top-nav li.menu-item-has-children > a:after {
  content: "";
  background: url(assets/images/icon-menu-down.svg) no-repeat;
  background-position: center;
  background-size: contain;
  height: 8px;
  width: 12px;
  position: absolute;
  right: 2px;
  top: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
header#header nav ul.top-nav li a {
  padding: 15px 0;
  color: var(--black);
  transition: all 0.2s ease;
  line-height: 1.1;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 1480px) {
  header#header nav ul.top-nav li a {
    font-size: 16px;
  }
}
@media (max-width: 1310px) {
  header#header nav ul.top-nav li a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  header#header nav ul.top-nav li a {
    padding: 5px 15px;
    font-size: 14px;
    width: 100%;
    display: block;
  }
}
header#header nav ul.top-nav li a:hover {
  color: var(--green);
}
header#header nav ul.top-nav li:hover ul.sub-menu {
  top: 40px;
  opacity: 1;
  pointer-events: all;
}
header#header nav ul.top-nav li.active ul.sub-menu {
  top: 40px;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1600px) {
  header#header nav ul.top-nav li.smallList:last-of-type ul.sub-menu {
    right: 0;
    left: 0;
  }
}
@media (max-width: 1600px) {
  header#header nav ul.top-nav li.smallList:last-of-type ul.sub-menu:after {
    left: calc(75% - 12px);
  }
}
header#header nav ul.top-nav li.smallList ul.sub-menu {
  width: 242px;
}
@media (max-width: 1280px) {
  header#header nav ul.top-nav li.smallList ul.sub-menu {
    width: 220px;
  }
}
header#header nav ul.top-nav li ul.sub-menu {
  background: var(--white);
  width: 275px;
  padding: 10px 0;
  position: absolute;
  top: 80px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
  list-style: none;
  display: block;
  border-radius: 12px;
  left: 50%;
  transform: translate(-50%);
  z-index: 3;
}
header#header nav ul.top-nav li ul.sub-menu li {
  margin: 0;
  padding: 0;
}
header#header nav ul.top-nav li ul.sub-menu li:hover a, header#header nav ul.top-nav li ul.sub-menu li.current_page_item a, header#header nav ul.top-nav li ul.sub-menu li.current-menu-item a {
  color: var(--green);
}
header#header nav ul.top-nav li ul.sub-menu li a {
  display: block;
  padding: 10px 20px;
  text-align: left;
}
header#header nav ul.top-nav li ul.sub-menu li a img {
  margin-right: 15px;
  height: 41px;
}
header#header nav a.close {
  display: none;
}
@media (max-width: 991px) {
  header#header nav a.close {
    display: inline-block;
    position: absolute;
    font-size: 30px;
    right: 30px;
    color: var(--black);
    font-weight: 900;
  }
}
header#header .call-btn-mobile {
  display: none;
}
header#header .call-btn-mobile a {
  all: unset;
  border-radius: 50% !important;
  height: 38px;
  width: 38px;
  padding: 0;
  max-width: none;
  background-color: var(--green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
header#header .call-btn-mobile a span {
  display: none;
}
header#header .call-btn-mobile a i {
  margin: 0;
}
@media (max-width: 991px) {
  header#header .call-btn-mobile {
    display: block;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  header#header .call-btn-mobile {
    margin-right: 30px;
  }
}
header#header .mobile-close {
  display: inline-block;
  position: absolute;
  right: 26px;
  font-size: 22px;
  top: 25px;
}
@media (max-width: 991px) {
  header#header .mobile-close {
    display: inline-block !important;
  }
}

.header-bottom-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 11;
  opacity: 0;
  background: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}
.header-bottom-overlay.show {
  display: block;
  z-index: 10;
  opacity: 1;
}

.admin-bar header#header.sticky {
  top: 30px;
}

.drawer {
  display: none;
}
@media (max-width: 991px) {
  .drawer {
    display: block;
    position: fixed;
    width: 440px;
    margin-top: 0;
    transform: translate3d(0, 0, 0);
    height: 100vh;
    background: var(--black);
    top: 0;
    z-index: 99;
    overflow-x: hidden;
    overflow-y: auto;
    right: -440px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px;
    transition: transform 0.3s ease;
  }
}
@media (max-width: 767px) {
  .drawer {
    height: 100vh;
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .drawer {
    width: 100%;
    right: -100%;
    padding: 25px 10px 80px;
  }
}
.drawer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.drawer .close {
  display: inline-block;
  position: absolute;
  right: 26px;
  font-size: 22px;
  top: 25px;
  color: var(--white);
}
.drawer ul.top-nav {
  display: block;
  width: 95%;
}
.drawer ul.top-nav li {
  margin: 20px 0 30px;
  position: relative;
}
.drawer ul.top-nav li.current-menu-item > a, .drawer ul.top-nav li.current-menu-parent > a, .drawer ul.top-nav li.current_page_parent > a {
  font-weight: 600;
  color: var(--green);
}
.drawer ul.top-nav li.current-menu-item i.dropdown, .drawer ul.top-nav li.current-menu-parent i.dropdown, .drawer ul.top-nav li.current_page_parent i.dropdown {
  filter: none;
}
.drawer ul.top-nav li.menu-item-has-children > a {
  position: relative;
}
.drawer ul.top-nav li a {
  transition: all 0.2s ease;
  line-height: 1.1;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--white);
  padding: 5px 15px;
  width: 100%;
  display: block;
  font-size: 15px;
}
.drawer ul.top-nav li a img {
  display: none;
}
.drawer ul.top-nav li a:hover {
  font-weight: 600;
  color: var(--green);
}
.drawer ul.top-nav li i.dropdown {
  position: absolute;
  right: 0;
  background: #fff;
  top: 5px;
  background: url(assets/images/icon-menu-down.svg) no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(247deg) brightness(102%) contrast(101%);
  height: 14px;
  width: 14px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.drawer ul.top-nav li i.dropdown.on {
  transform: rotate(180deg);
}
.drawer ul.top-nav li .sub-menu {
  display: none;
  list-style: none;
  padding-left: 30px;
}
.drawer ul.top-nav li .sub-menu li {
  margin: 10px 0;
}
.drawer ul.top-nav li .sub-menu li a {
  font-size: 14px;
}
.drawer.on {
  transform: translate3d(-100%, 0, 0);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
}
.drawer .btn-white {
  margin-bottom: 25px;
}
.drawer .contact-wrap {
  padding: 0 20px;
}
.drawer .contact-wrap .contact {
  margin-bottom: 25px;
}
.drawer .contact-wrap .contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: var(--white);
  margin: 15px 0;
  min-width: 198px;
  justify-content: center;
}
@media (max-width: 480px) {
  .drawer .contact-wrap .contact a {
    min-width: 160px;
  }
}

footer#footer {
  position: relative;
  padding: 30px 0 0;
  background-color: var(--gray);
}
footer#footer .container {
  max-width: 1340px;
}
footer#footer .top {
  padding: 40px 0 65px;
}
@media (max-width: 1300px) {
  footer#footer .top {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  footer#footer .top {
    padding: 25px 0 25px;
  }
}
@media (max-width: 575px) {
  footer#footer .top {
    font-size: 14px;
    overflow: hidden;
  }
}
footer#footer .top .row > div {
  position: relative;
}
@media (max-width: 991px) {
  footer#footer .top .row > div {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
footer#footer .top .row > div:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  footer#footer .top .row > div {
    text-align: center;
  }
}
footer#footer .top .row > div .map {
  padding: 0 40px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  footer#footer .top .row > div .map {
    padding: 0;
  }
}
@media (max-width: 991px) {
  footer#footer .top .row > div .map {
    padding: 0;
  }
}
@media (max-width: 767px) {
  footer#footer .top .row > div .map {
    padding: 0;
  }
}
footer#footer .top .row > div .contact-details {
  padding: 0 20px 0 40px;
}
@media (max-width: 767px) {
  footer#footer .top .row > div .contact-details {
    padding: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  footer#footer .top .row .col-md-6.menu {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  footer#footer .top .row .col-md-6.social {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  footer#footer .top .row .col-md-6 {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  footer#footer .top .social {
    text-align: center;
  }
}
footer#footer .top .social .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
@media (max-width: 767px) {
  footer#footer .top .social .btn-wrap {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  footer#footer .top .social .btn-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
footer#footer .top .social .btn-wrap a {
  margin-bottom: 20px;
  max-width: none;
  padding: 17px 20px;
}
@media (max-width: 991px) {
  footer#footer .top .social .btn-wrap a {
    padding: 13px 20px;
  }
}
@media (max-width: 767px) {
  footer#footer .top .social .btn-wrap a {
    padding: 11px 15px;
  }
}
@media (max-width: 767px) {
  footer#footer .top .social .btn-wrap a {
    width: auto;
    margin-bottom: 0;
  }
}
footer#footer .top .social .btn-wrap a.btn-primary:hover, footer#footer .top .social .btn-wrap a.btn-primary:active, footer#footer .top .social .btn-wrap a.btn-primary:focus {
  background-color: var(--white) !important;
  color: var(--green) !important;
}
footer#footer .top .social .btn-wrap a.btn-primary:hover i, footer#footer .top .social .btn-wrap a.btn-primary:active i, footer#footer .top .social .btn-wrap a.btn-primary:focus i {
  filter: brightness(0) saturate(100%) invert(57%) sepia(39%) saturate(662%) hue-rotate(47deg) brightness(100%) contrast(83%);
}
footer#footer .top .social .social-links {
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
}
footer#footer .top .social .social-links ul {
  margin: 20px 0 0;
  text-align: left;
}
@media (max-width: 1200px) {
  footer#footer .top .social .social-links ul {
    text-align: center;
  }
}
@media (max-width: 991px) {
  footer#footer .top .social .social-links ul {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  footer#footer .top .social .social-links ul {
    text-align: center;
    width: 100%;
  }
}
footer#footer .top .social .social-links ul li {
  display: inline-block;
  margin: 7px 10px 7px 0;
}
@media (max-width: 767px) {
  footer#footer .top .social .social-links ul li {
    margin: 7px 5px;
  }
}
footer#footer .top .social .social-links ul li a {
  color: var(--white);
  transform: scale(1);
}
footer#footer .top .social .social-links ul li a:hover {
  transform: scale(1.02);
}
footer#footer .top .social .social-links ul li a img {
  width: auto;
  height: 32px;
}
footer#footer .top .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  footer#footer .top .about {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  footer#footer .top .about {
    margin-bottom: 0;
  }
}
footer#footer .top .about h3 {
  color: var(--green);
  padding-left: 30px;
}
@media (max-width: 767px) {
  footer#footer .top .about h3 {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  footer#footer .top .about h3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer#footer .top .about .logo {
    margin-bottom: 30px;
  }
}
footer#footer .top .about .logo img {
  height: 175px;
}
@media (max-width: 991px) {
  footer#footer .top .about .logo img {
    height: 125px;
  }
}
@media (max-width: 767px) {
  footer#footer .top .about .logo img {
    height: 90px;
  }
}
@media (max-width: 1200px) {
  footer#footer .top .contact::after {
    display: none;
  }
}
footer#footer .top .info {
  line-height: 1.8;
}
@media (max-width: 991px) {
  footer#footer .top .info {
    padding: 20px 0 0;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }
}
footer#footer .top .info strong {
  color: var(--white);
  font-weight: 400;
}
footer#footer .top .quick-link ul {
  display: -ms-grid;
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  footer#footer .top .quick-link ul {
    grid-template-rows: repeat(7, 1fr);
  }
}
@media (max-width: 480px) {
  footer#footer .top .quick-link ul {
    display: block;
    text-align: center;
  }
}
footer#footer .top .quick-link ul li {
  margin: 4px 0;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  footer#footer .top .quick-link ul li {
    text-align: left;
  }
}
@media (max-width: 480px) {
  footer#footer .top .quick-link ul li {
    text-align: center;
    margin: 10px 0;
  }
}
footer#footer .top .quick-link ul li a {
  color: var(--white);
  font-size: calc(14px + 4 * (100vw - 380px) / 1600);
}
@media screen and (min-width: 1980px) {
  footer#footer .top .quick-link ul li a {
    font-size: 18px;
  }
}
footer#footer .top .quick-link ul li a:hover {
  margin-top: -2px;
  color: #9faba9;
}
footer#footer .top .widget-wrap {
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  footer#footer .top .widget-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  footer#footer .top .widget-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer#footer .top .widget-wrap {
    margin-bottom: 15px;
  }
}
footer#footer .top .widget-wrap .contact-content .contact-list > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: calc(14px + 2 * (100vw - 380px) / 1600);
}
@media screen and (min-width: 1980px) {
  footer#footer .top .widget-wrap .contact-content .contact-list > a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  footer#footer .top .widget-wrap .contact-content .contact-list > a {
    width: 280px;
    text-align: left;
    margin: 0 auto 20px;
  }
}
footer#footer .top .widget-wrap .contact-content .contact-list > a i {
  width: 24px;
  margin-right: 14px;
  flex-shrink: 0;
}
footer#footer .top .widget-wrap .contact-content .contact-list > a span {
  width: calc(100% - 60px);
  color: var(--white);
}
footer#footer .bottom {
  padding: 10px 0;
  position: relative;
  font-size: 16px;
  text-align: center;
  color: var(--white);
  background-color: var(--green);
}
@media (max-width: 991px) {
  footer#footer .bottom {
    font-size: 14px;
  }
}
footer#footer .bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(255, 255, 255, 0)), color-stop(46%, rgba(0, 0, 0, 0.24)), color-stop(98.82%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 5%, rgba(0, 0, 0, 0.24) 46%, rgba(255, 255, 255, 0) 98.82%);
}
footer#footer .bottom a {
  color: var(--white);
  text-decoration: underline;
  line-height: 1.3;
}
@media (max-width: 991px) {
  footer#footer .bottom a {
    font-size: 14px;
  }
}
footer#footer .bottom .created {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
}

.error404 .main-content section#page-hero .head, .page-template-thankyou-template .main-content section#page-hero .head {
  max-width: 50%;
}
.error404 .main-content #notfound, .page-template-thankyou-template .main-content #notfound {
  position: relative;
  padding: 240px 0 100px;
}
.error404 .main-content #notfound .box, .page-template-thankyou-template .main-content #notfound .box {
  background-color: var(--white);
  border-radius: 20px;
  max-width: 1030px;
  margin: 0 auto;
  padding: 78px 68px;
}
.error404 .main-content #notfound h3, .page-template-thankyou-template .main-content #notfound h3 {
  color: var(--green);
  margin-bottom: 5px;
}
.error404 .main-content #notfound h1, .page-template-thankyou-template .main-content #notfound h1 {
  font-size: calc(50px + 100 * (100vw - 380px) / 1600);
  background: linear-gradient(254.43deg, #75AB3F 0%, #000000 101.41%);
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 24px;
  line-height: 1;
}
@media screen and (min-width: 1980px) {
  .error404 .main-content #notfound h1, .page-template-thankyou-template .main-content #notfound h1 {
    font-size: 150px;
  }
}
.error404 .main-content #notfound h1:after, .page-template-thankyou-template .main-content #notfound h1:after {
  content: "";
  background: var(--green);
  border-radius: 5px;
  height: 10px;
  bottom: 10px;
  position: absolute;
  width: 100%;
  left: 0;
}
.error404 .main-content #notfound .text-content, .page-template-thankyou-template .main-content #notfound .text-content {
  font-size: calc(18px + 6 * (100vw - 320px) / 1660);
  margin: 0 auto 45px;
  font-weight: 400;
  max-width: 600px;
  color: var(--gray);
}
@media screen and (min-width: 1980px) {
  .error404 .main-content #notfound .text-content, .page-template-thankyou-template .main-content #notfound .text-content {
    font-size: 24px;
  }
}
.error404 .main-content #notfound a.btn, .page-template-thankyou-template .main-content #notfound a.btn {
  margin: 0 auto;
}
.error404 .main-content #notfound a.btn i, .page-template-thankyou-template .main-content #notfound a.btn i {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.error404 .main-content #thankyou, .page-template-thankyou-template .main-content #thankyou {
  position: relative;
  padding: 240px 0 100px;
}
.error404 .main-content #thankyou .box, .page-template-thankyou-template .main-content #thankyou .box {
  background-color: var(--white);
  border-radius: 20px;
  max-width: 1030px;
  margin: 0 auto;
  padding: 78px 68px;
}
.error404 .main-content #thankyou .box h2, .page-template-thankyou-template .main-content #thankyou .box h2 {
  position: relative;
  display: inline-block;
  padding-top: 24px;
  line-height: 1.2;
}
.error404 .main-content #thankyou .box h2:after, .page-template-thankyou-template .main-content #thankyou .box h2:after {
  content: "";
  background: var(--green);
  border-radius: 5px;
  height: 10px;
  top: 0;
  position: absolute;
  max-width: 280px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.error404 .main-content #thankyou .box .text-content p, .page-template-thankyou-template .main-content #thankyou .box .text-content p {
  font-weight: 600;
}
.error404 .main-content #thankyou .box .btn-group, .page-template-thankyou-template .main-content #thankyou .box .btn-group {
  margin-top: 20px;
}

.home h2 {
  text-transform: uppercase;
}
.home section#hero-big .container {
  padding: 70px 0 200px;
}
@media (max-width: 991px) {
  .home section#hero-big .container {
    padding: 30px 0 140px;
  }
}
.home section#hero-big .text-content h1 {
  text-transform: uppercase;
}
.home section#service {
  position: relative;
  padding: 0 0 60px;
}
@media (max-width: 991px) {
  .home section#service {
    padding: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .home section#service {
    padding: 0 0 20px;
  }
}
.home section#service .container .box-wrap {
  background: var(--green);
  color: var(--white);
  padding: 40px 45px;
  border-radius: 20px;
  margin-top: -100px;
}
@media (max-width: 991px) {
  .home section#service .container .box-wrap {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .home section#service .container .box-wrap {
    padding: 40px 15px;
  }
}
.home section#service .container .box-wrap h2 {
  color: var(--white);
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .home section#service .container .box-wrap h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home section#service .container .box-wrap h2 {
    margin-bottom: 20px;
  }
}
.home section#service .container .services {
  overflow: hidden;
  border: inset 1px solid var(--green);
}
@media (max-width: 991px) {
  .home section#service .container .services {
    overflow: visible;
  }
}
.home section#service .container .services .row {
  margin-bottom: -1px;
}
.home section#service .container .services .list {
  padding: 15px 20px;
  border-bottom: 1px solid var(--white);
  border-right: 1px solid var(--white);
}
.home section#service .container .services .list:nth-child(n+5) {
  border-bottom: none;
}
@media (max-width: 991px) {
  .home section#service .container .services .list {
    padding: 15px 15px 5px 25px;
  }
  .home section#service .container .services .list:nth-child(n+5) {
    border-bottom: 1px solid var(--white);
  }
  .home section#service .container .services .list:nth-child(n+7) {
    border-bottom: none;
  }
  .home section#service .container .services .list:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 575px) {
  .home section#service .container .services .list {
    border: 0 none;
    padding-top: 5px;
  }
  .home section#service .container .services .list:nth-child(n+5), .home section#service .container .services .list:nth-child(2n) {
    border: 0 none;
  }
}
.home section#service .container .services .list .box {
  height: 100%;
  transition: all 0.3s ease-in;
  position: relative;
  padding-bottom: 20px;
  min-height: 272px;
}
@media (max-width: 991px) {
  .home section#service .container .services .list .box {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
.home section#service .container .services .list .box:hover .hover {
  opacity: 1;
}
.home section#service .container .services .list .box:hover .info {
  display: none;
}
.home section#service .container .services .list .box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: all 0.3s ease-in;
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.home section#service .container .services .list .box .info h4 {
  color: var(--gray);
}
@media (max-width: 991px) {
  .home section#service .container .services .list .box .info {
    opacity: 0;
  }
}
.home section#service .container .services .list .box .hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  background: var(--white);
  padding: 20px 23px;
  border-radius: 12px;
  transition: all 0.3s ease-in;
  color: var(--gray);
  flex-direction: column;
  text-align: left;
  box-shadow: -12px 12px 0 2px rgba(255, 255, 255, 0.25);
  min-height: 252px;
}
@media (max-width: 991px) {
  .home section#service .container .services .list .box .hover {
    opacity: 1;
    box-shadow: -8px 8px 0 2px rgba(255, 255, 255, 0.25);
  }
}
.home section#service .container .services .list .box .hover .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}
.home section#service .container .services .list .box .hover .icon h4 {
  margin-left: 10px;
  margin-bottom: 0;
}
.home section#service .container .services .list .box .hover .text {
  font-size: 16px;
}
.home section#service .container .services .list .box .hover a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.home section#service .container .services .list .box .hover a.link .icon-arrow {
  height: 24px;
  width: 24px;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 0;
  margin-top: 1px;
  background: url(assets/images/arrow-right.svg) right center no-repeat;
  filter: brightness(0) saturate(100%) invert(55%) sepia(60%) saturate(384%) hue-rotate(47deg) brightness(96%) contrast(98%);
}
.home section#service .container .services .list .btn-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home section#service .container .services .list .btn-box .btn {
  text-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 135px;
  flex-direction: column;
  justify-content: center;
  border-radius: 22px;
  padding: 20px 40px;
  max-width: 260px;
  font-size: calc(20px + 4 * (100vw - 380px) / 1600);
}
@media screen and (min-width: 1980px) {
  .home section#service .container .services .list .btn-box .btn {
    font-size: 24px;
  }
}
@media screen and (max-width: 1380px) {
  .home section#service .container .services .list .btn-box .btn {
    padding: 20px 25px;
  }
}
@media (max-width: 767px) {
  .home section#service .container .services .list .btn-box .btn {
    padding: 20px 20px;
  }
}
@media (max-width: 991px) {
  .home section#service .container .services .list .btn-box .btn {
    height: auto;
    flex-direction: row;
    margin-top: 20px;
  }
}
.home section#service .container .services .list .btn-box .btn i {
  margin-top: 5px;
  display: block;
}
@media (max-width: 991px) {
  .home section#service .container .services .list .btn-box .btn i {
    display: inline-block;
  }
}
.home section#service .container .services .list .btn-box .btn:hover, .home section#service .container .services .list .btn-box .btn:active, .home section#service .container .services .list .btn-box .btn:focus {
  background-color: var(--white) !important;
  color: var(--green) !important;
}
.home section#service .container .services .list .btn-box .btn:hover i, .home section#service .container .services .list .btn-box .btn:active i, .home section#service .container .services .list .btn-box .btn:focus i {
  filter: brightness(0) saturate(100%) invert(57%) sepia(39%) saturate(662%) hue-rotate(47deg) brightness(100%) contrast(83%);
}
.home section#why {
  position: relative;
  padding: 60px 0 120px;
}
@media (max-width: 991px) {
  .home section#why {
    padding: 30px 0 60px;
  }
}
@media (max-width: 767px) {
  .home section#why {
    padding: 20px 0 40px;
  }
}
.home section#why h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .home section#why h2 {
    margin-bottom: 20px;
  }
}
.home section#why .row {
  justify-content: center;
}
.home section#why .row .list {
  margin-bottom: 20px;
}
.home section#why .row .list .box {
  background-color: var(--white);
  border-radius: 20px;
  overflow: hidden;
}
.home section#why .row .list .box h4 {
  margin: 15px 0;
  font-size: calc(20px + 8 * (100vw - 320px) / 1660);
}
@media screen and (min-width: 1980px) {
  .home section#why .row .list .box h4 {
    font-size: 28px;
  }
}
.home section#cta {
  position: relative;
  padding: 70px 0 0;
  background: #E5EFF4;
}
.home section#cta .box {
  text-align: center;
}
.home section#cta .box h2 {
  margin-bottom: 20px;
}
.home section#cta .box .text-content {
  max-width: 820px;
  margin: 0 auto;
  font-size: calc(18px + 6 * (100vw - 320px) / 1660);
}
@media screen and (min-width: 1980px) {
  .home section#cta .box .text-content {
    font-size: 24px;
  }
}
.home section#cta .bottom-image {
  max-height: 640px;
  width: 100%;
}
.home section#cta .bottom-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.home section#video {
  position: relative;
}
.home section#video .bg-image img {
  min-height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home section#video .video-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  top: 0;
}
.home section#video .video-overlay a.popup-video {
  display: inline-block;
  color: var(--white);
  height: 180px;
  width: 180px;
  border: 1px solid var(--white);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.home section#testimonials {
  position: relative;
  background: var(--green) url(assets/images/testimonial-bg.webp) top center no-repeat;
  background-size: 100%;
  padding: 90px 0;
}
@media (max-width: 991px) {
  .home section#testimonials {
    padding: 90px 0 50px;
  }
}
@media (max-width: 767px) {
  .home section#testimonials {
    padding: 90px 0 30px;
  }
}
.home section#testimonials h2 {
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 40px;
}
.home section#testimonials .col-md-6 {
  margin-bottom: 20px;
}
.home section#testimonials .btn-black:hover, .home section#testimonials .btn-black:focus, .home section#testimonials .btn-black:active {
  background-color: var(--white) !important;
  color: var(--green) !important;
}
.home section#testimonials .btn-black:hover i, .home section#testimonials .btn-black:focus i, .home section#testimonials .btn-black:active i {
  filter: brightness(0) saturate(100%) invert(57%) sepia(39%) saturate(662%) hue-rotate(47deg) brightness(100%) contrast(83%);
}
.home section#why-us {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .home section#why-us {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .home section#why-us {
    text-align: center;
  }
}
.home section#why-us h2 {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .home section#why-us .col-md-6:first-of-type {
    margin-bottom: 30px;
  }
}
.home section#clients {
  position: relative;
  padding: 120px 0 60px;
}
.home section#clients .clients-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 35px;
}
.home section#clients .clients-slider .slick-list {
  position: relative;
}
.home section#clients .clients-slider .slick-list .slick-slide {
  padding: 0 20px;
}
.home section#clients .clients-slider .slick-list::before {
  content: "";
  position: absolute;
  width: 30%;
  left: 0;
  top: 0;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(8.94%, rgba(239, 245, 248, 0)), to(#EFF5F8));
  background: linear-gradient(270deg, rgba(239, 245, 248, 0) 8.94%, #EFF5F8 100%);
  z-index: 1;
}
.home section#clients .clients-slider .slick-list::after {
  content: "";
  position: absolute;
  width: 30%;
  right: 0;
  top: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(8.94%, rgba(239, 245, 248, 0)), to(#EFF5F8));
  background: linear-gradient(90deg, rgba(239, 245, 248, 0) 8.94%, #EFF5F8 100%);
  z-index: 1;
}
.home section#clients .clients-slider img {
  max-height: 100px;
}
.home section#charities {
  position: relative;
  padding: 60px 0 120px;
  text-align: center;
}
@media (max-width: 991px) {
  .home section#charities {
    padding: 30px 0 60px;
  }
}
@media (max-width: 767px) {
  .home section#charities {
    padding: 20px 0 30px;
  }
}
.home section#charities .content {
  max-width: 991px;
  margin: 20px auto;
}
.home section#charities .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 35px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .home section#charities .logos {
    gap: 20;
  }
}
.home section#charities .logos img {
  max-width: 120px;
}

section#gallery {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 991px) {
  section#gallery {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  section#gallery {
    padding: 40px 0;
  }
}
section#gallery .gallery-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
section#gallery .gallery-slider .item {
  padding: 0 10px;
}
section#gallery .gallery-slider .item img {
  height: auto;
  border-radius: 20px;
}

section#blog-latest {
  position: relative;
  padding: 120px 0 80px;
  background-color: #E5EFF4;
}
@media (max-width: 991px) {
  section#blog-latest {
    padding: 80px 0 40px;
  }
}
@media (max-width: 767px) {
  section#blog-latest {
    padding: 60px 0 20px;
  }
}
section#blog-latest h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  section#blog-latest h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  section#blog-latest .latest-posts .col-lg-4 {
    margin-bottom: 20px;
  }
}
section#blog-latest .latest-posts .box {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 991px) {
  section#blog-latest .latest-posts .box {
    max-width: 460px;
    margin: 0 auto;
  }
}
section#blog-latest .latest-posts .box .post-thumbnail {
  height: 360px;
  width: 100%;
}
@media (max-width: 991px) {
  section#blog-latest .latest-posts .box .post-thumbnail {
    height: 300px;
  }
}
@media (max-width: 767px) {
  section#blog-latest .latest-posts .box .post-thumbnail {
    height: 260px;
  }
}
section#blog-latest .latest-posts .box .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
section#blog-latest .latest-posts .box .content {
  padding: 30px 40px;
  text-align: center;
}
section#blog-latest .latest-posts .box .content a.link {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

section#quotes {
  padding: 40px 0;
  background-color: var(--green);
  color: var(--white);
}
section#quotes h2 {
  text-align: center;
  color: var(--white);
  margin-bottom: 28px;
}
section#quotes .gform_wrapper.gform-theme {
  max-width: 1200px;
  margin: 0 auto;
}

.page-template-about-template section#services {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .page-template-about-template section#services {
    padding: 80px 0 50px;
  }
}
@media (max-width: 767px) {
  .page-template-about-template section#services {
    padding: 50px 0 20px;
  }
}
.page-template-about-template section#services .content {
  padding-left: 100px;
}
@media (max-width: 1420px) {
  .page-template-about-template section#services .content {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (max-width: 991px) {
  .page-template-about-template section#services .content {
    margin-top: 20px;
  }
}
.page-template-about-template section#services .content h2 {
  text-transform: uppercase;
}
.page-template-about-template section#services .bottom {
  margin-top: 20px;
}
.page-template-about-template section#content {
  position: relative;
  padding: 120px 0 60px;
}
@media (max-width: 991px) {
  .page-template-about-template section#content {
    padding: 60px 0 30px;
  }
}
@media (max-width: 767px) {
  .page-template-about-template section#content {
    padding: 30px 0 20px;
  }
}
.page-template-about-template section#content .text-content {
  padding-right: 100px;
}
@media (max-width: 1420px) {
  .page-template-about-template section#content .text-content {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (max-width: 991px) {
  .page-template-about-template section#content .text-content {
    margin-bottom: 20px;
  }
}
.page-template-about-template section#content .text-content h2 {
  text-transform: uppercase;
}
.page-template-about-template section#why {
  position: relative;
  padding: 60px 0 120px;
}
@media (max-width: 991px) {
  .page-template-about-template section#why {
    padding: 30px 0 60px;
  }
}
@media (max-width: 767px) {
  .page-template-about-template section#why {
    padding: 20px 0 40px;
  }
}
.page-template-about-template section#why h2 {
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 1260px) {
  .page-template-about-template section#why .lists {
    justify-content: center;
  }
}
.page-template-about-template section#why .lists .col-lg-2 {
  width: 20% !important;
  margin-bottom: 30px;
}
@media (max-width: 1260px) {
  .page-template-about-template section#why .lists .col-lg-2 {
    width: 33.33% !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-about-template section#why .lists .col-lg-2 {
    width: 50% !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .page-template-about-template section#why .lists .col-lg-2 {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
.page-template-about-template section#why .lists .col-lg-2 .box {
  height: 100%;
  background: var(--white);
  padding: 32px 16px 60px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .page-template-about-template section#why .lists .col-lg-2 .box {
    padding: 25px 16px 40px;
  }
}
@media (max-width: 480px) {
  .page-template-about-template section#why .lists .col-lg-2 .box {
    padding: 20px 16px 30px;
  }
}
.page-template-about-template section#why .lists .col-lg-2 .box img {
  height: 110px;
  margin-bottom: 20px;
}
.page-template-about-template section#why .lists .col-lg-2 .box h4 {
  color: var(--green);
}

.page-template-services-template .main-content {
  padding-top: 150px;
}
@media screen and (max-width: 1320px) {
  .page-template-services-template .main-content {
    padding-top: 115px;
  }
}
@media (max-width: 991px) {
  .page-template-services-template .main-content {
    padding-top: 110px;
  }
}
.page-template-services-template section#hero-small {
  height: 480px;
  background-size: cover !important;
  padding-top: 0;
}
@media (max-width: 991px) {
  .page-template-services-template section#hero-small {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .page-template-services-template section#hero-small {
    height: 280px;
  }
}
.page-template-services-template section#services {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .page-template-services-template section#services {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .page-template-services-template section#services {
    padding: 40px 0;
  }
}
.page-template-services-template section#services .head {
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .page-template-services-template section#services .head {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page-template-services-template section#services .head {
    padding-bottom: 35px;
  }
}
.page-template-services-template section#services .head h2 {
  text-transform: uppercase;
  font-size: calc(22px + 18 * (100vw - 320px) / 1660);
}
@media screen and (min-width: 1980px) {
  .page-template-services-template section#services .head h2 {
    font-size: 40px;
  }
}
.page-template-services-template section#services .services .list {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .page-template-services-template section#services .services .list {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-services-template section#services .services .list {
    margin-bottom: 20px;
  }
}
.page-template-services-template section#services .services .list .box {
  height: 100%;
  background: var(--white);
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}
.page-template-services-template section#services .services .list .box .img-fluid {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 28px 28px 0 0;
}
.page-template-services-template section#services .services .list .box .text-content {
  padding: 45px 55px 110px;
}
@media screen and (max-width: 1420px) {
  .page-template-services-template section#services .services .list .box .text-content {
    padding: 35px 30px 100px;
  }
}
@media (max-width: 991px) {
  .page-template-services-template section#services .services .list .box .text-content {
    padding: 30px 20px 100px;
  }
}
.page-template-services-template section#services .services .list .box h3 {
  color: var(--green);
  font-size: calc(18px + 10 * (100vw - 320px) / 1660);
  margin-bottom: 10px;
}
@media screen and (min-width: 1980px) {
  .page-template-services-template section#services .services .list .box h3 {
    font-size: 28px;
  }
}
.page-template-services-template section#services .services .list .box h5 {
  margin-bottom: 24px;
}
.page-template-services-template section#services .services .list .box .btn-group {
  justify-content: center;
  margin-top: 20px;
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
}
@media (max-width: 767px) {
  .page-template-services-template section#services .services .list .box .btn-group {
    bottom: 0;
  }
}

.page-template-service-template #content-image {
  position: relative;
  margin: 120px 0 120px;
}
@media (max-width: 991px) {
  .page-template-service-template #content-image {
    margin: 80px 0;
  }
}
@media (max-width: 767px) {
  .page-template-service-template #content-image {
    margin: 60px 0;
    text-align: center;
  }
}
.page-template-service-template #content-image .img-fluid {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .page-template-service-template #content-image .img-fluid {
    margin-bottom: 20px;
  }
}
.page-template-service-template #content-image .btn-group {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page-template-service-template #content-image .right-img {
    flex-direction: column-reverse;
  }
}
.page-template-service-template section#content-bg {
  position: relative;
  padding: 70px 0;
  color: var(--white);
}
@media (max-width: 991px) {
  .page-template-service-template section#content-bg {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .page-template-service-template section#content-bg {
    padding: 60px 0 40px;
  }
}
.page-template-service-template section#content-bg .wrap {
  max-width: 1550px;
  margin: 0 auto;
}
.page-template-service-template section#content-bg h3 {
  color: var(--white);
}
@media (max-width: 991px) {
  .page-template-service-template section#content-bg .img-fluid {
    margin-bottom: 20px;
  }
}
.page-template-service-template section#content-bg .text-content {
  color: var(--white);
}
.page-template-service-template section#content-bg .text-content h2, .page-template-service-template section#content-bg .text-content h3, .page-template-service-template section#content-bg .text-content h4, .page-template-service-template section#content-bg .text-content h5 {
  color: var(--white);
}
.page-template-service-template section#content-bg .text-content a {
  color: var(--white);
}
.page-template-service-template section#content-bg .text-content p {
  color: var(--white);
}
.page-template-service-template section#content-bg .btn-primary {
  background-color: var(--white);
  color: var(--green);
}
.page-template-service-template section#content-bg .btn-primary i {
  filter: brightness(0) saturate(100%) invert(66%) sepia(10%) saturate(2725%) hue-rotate(47deg) brightness(94%) contrast(73%);
}
.page-template-service-template section#content-bg .btn-primary:hover {
  color: var(--white);
  background-color: var(--gray);
}
.page-template-service-template section#content-bg .btn-primary:hover i {
  filter: none;
}
.page-template-service-template section#content-box {
  position: relative;
  margin: 120px 0;
}
@media (max-width: 991px) {
  .page-template-service-template section#content-box {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .page-template-service-template section#content-box {
    margin: 30px 0 60px;
  }
}
.page-template-service-template section#content-box h3 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .page-template-service-template section#content-box h3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .page-template-service-template section#content-box h3 {
    margin-bottom: 30px;
  }
}
.page-template-service-template section#content-box .row {
  justify-content: center;
}
.page-template-service-template section#content-box .list {
  margin-bottom: 33px;
}
@media (max-width: 991px) {
  .page-template-service-template section#content-box .list {
    margin-bottom: 20px;
  }
}
.page-template-service-template section#content-box .list .box {
  background-color: var(--white);
  padding: 45px 60px;
  height: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 1420px) {
  .page-template-service-template section#content-box .list .box {
    padding: 45px 30px;
  }
}
@media (max-width: 991px) {
  .page-template-service-template section#content-box .list .box {
    padding: 35px 25px;
  }
}
@media (max-width: 767px) {
  .page-template-service-template section#content-box .list .box {
    padding: 30px 15px;
    max-width: 420px;
    margin: 0 auto;
  }
}
.page-template-service-template section#content-box .list .box h3 {
  font-size: calc(18px + 6 * (100vw - 320px) / 1660);
  margin-bottom: 12px;
  color: var(--green);
}
@media screen and (min-width: 1980px) {
  .page-template-service-template section#content-box .list .box h3 {
    font-size: 24px;
  }
}
.page-template-service-template section#content-box .list .box .number {
  height: 80px;
  width: 80px;
  background-color: #130F26;
  color: var(--white);
  border-radius: 10px;
  margin: 0 auto 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(22px + 18 * (100vw - 320px) / 1660);
}
@media screen and (min-width: 1980px) {
  .page-template-service-template section#content-box .list .box .number {
    font-size: 40px;
  }
}
@media screen and (max-width: 1420px) {
  .page-template-service-template section#content-box .list .box .number {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 991px) {
  .page-template-service-template section#content-box .list .box .number {
    height: 48px;
    width: 48px;
  }
}
.page-template-service-template section#content-box .text-content {
  text-align: center;
  max-width: 1540px;
  margin: 40px auto 0;
}
.page-template-service-template section#content-image-box {
  position: relative;
  margin: 120px 0;
}
@media (max-width: 991px) {
  .page-template-service-template section#content-image-box {
    margin: 80px 0;
  }
}
@media (max-width: 767px) {
  .page-template-service-template section#content-image-box {
    margin: 60px 0;
  }
}
.page-template-service-template section#content-image-box h3 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .page-template-service-template section#content-image-box h3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .page-template-service-template section#content-image-box h3 {
    margin-bottom: 25px;
  }
}
.page-template-service-template section#content-image-box .container {
  max-width: 1360px;
}
@media (max-width: 991px) {
  .page-template-service-template section#content-image-box .list {
    margin-bottom: 20px;
  }
}
.page-template-service-template section#content-image-box .list .box {
  background-color: var(--white);
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .page-template-service-template section#content-image-box .list .box {
    max-width: 380px;
    margin: 0 auto;
  }
}
.page-template-service-template section#content-image-box .list .box .image {
  height: 220px;
  width: 100%;
}
.page-template-service-template section#content-image-box .list .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-service-template section#content-image-box .list .box .content {
  padding: 40px 55px 110px;
}
@media (max-width: 991px) {
  .page-template-service-template section#content-image-box .list .box .content {
    padding: 30px 20px 100px;
  }
}
@media (max-width: 767px) {
  .page-template-service-template section#content-image-box .list .box .content {
    padding: 30px 20px 90px;
  }
}
.page-template-service-template section#content-image-box .list .box .content h3 {
  color: var(--green);
  margin-bottom: 12px;
  font-size: calc(18px + 10 * (100vw - 320px) / 1660);
}
@media screen and (min-width: 1980px) {
  .page-template-service-template section#content-image-box .list .box .content h3 {
    font-size: 28px;
  }
}
.page-template-service-template section#content-image-box .list .box .content .btn-group {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-template-service-template section#content-image-box .list .box .content .btn-group {
    bottom: 0;
  }
}
.page-template-service-template section#gallery {
  margin: 120px 0;
  padding: 0;
}
@media (max-width: 991px) {
  .page-template-service-template section#gallery {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .page-template-service-template section#gallery {
    margin: 40px 0;
  }
}
.page-template-service-template section#storage {
  margin: 120px 0;
  position: relative;
}
@media (max-width: 991px) {
  .page-template-service-template section#storage {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .page-template-service-template section#storage {
    margin: 40px 0;
  }
}
.page-template-service-template section#storage .lists .list {
  margin-bottom: 30px;
}
.page-template-service-template section#storage .lists .list .box {
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1420px) {
  .page-template-service-template section#storage .lists .list .box {
    padding: 30px 10px;
  }
}
@media (max-width: 991px) {
  .page-template-service-template section#storage .lists .list .box {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .page-template-service-template section#storage .lists .list .box {
    max-width: 360px;
    margin: 0 auto;
  }
}
.page-template-service-template section#storage .lists .list .box > div {
  width: 23%;
  border-right: 1px solid #D7D7D7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.page-template-service-template section#storage .lists .list .box > div.content {
  width: 33%;
}
@media (max-width: 991px) {
  .page-template-service-template section#storage .lists .list .box > div.content {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .page-template-service-template section#storage .lists .list .box > div.content {
    width: 100%;
  }
}
@media screen and (max-width: 1240px) {
  .page-template-service-template section#storage .lists .list .box > div {
    width: 33.33% !important;
  }
}
@media (max-width: 767px) {
  .page-template-service-template section#storage .lists .list .box > div {
    width: 100% !important;
    margin-bottom: 15px;
    border-right: 0;
  }
}
.page-template-service-template section#storage .lists .list .box .content {
  text-align: left;
  padding-left: 80px;
  align-items: start;
  width: 32%;
}
@media screen and (max-width: 1420px) {
  .page-template-service-template section#storage .lists .list .box .content {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-service-template section#storage .lists .list .box .content {
    align-items: center;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.page-template-service-template section#storage .lists .list .box .content h4 {
  font-size: calc(20px + 8 * (100vw - 320px) / 1660);
  color: var(--green);
}
@media screen and (min-width: 1980px) {
  .page-template-service-template section#storage .lists .list .box .content h4 {
    font-size: 28px;
  }
}
.page-template-service-template section#storage .lists .list .box .content ul {
  padding-left: 24px;
}
.page-template-service-template section#storage .lists .list .box .image {
  width: 20%;
  align-items: start;
}
@media screen and (max-width: 1240px) {
  .page-template-service-template section#storage .lists .list .box .image {
    width: 100% !important;
    align-items: center;
    margin-bottom: 20px;
    border-right: 0;
  }
}
.page-template-service-template section#storage .lists .list .box .image img {
  max-width: 190px;
}
.page-template-service-template section#storage .lists .list .box .price {
  width: 26%;
  color: var(--green);
  font-size: calc(40px + 60 * (100vw - 320px) / 1660);
  font-weight: 800;
  line-height: 1.1;
}
@media screen and (min-width: 1980px) {
  .page-template-service-template section#storage .lists .list .box .price {
    font-size: 100px;
  }
}
.page-template-service-template section#storage .lists .list .box .price span {
  color: var(--gray);
  font-size: calc(18px + 6 * (100vw - 320px) / 1660);
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 1980px) {
  .page-template-service-template section#storage .lists .list .box .price span {
    font-size: 24px;
  }
}
.page-template-service-template section#storage .lists .list .box .price span {
  display: block;
}
.page-template-service-template section#storage .lists .list .box .btn-group {
  width: 20%;
  margin: 0;
  justify-content: end;
  align-items: center;
  border-right: 0;
  flex-direction: row;
}
@media screen and (max-width: 1240px) {
  .page-template-service-template section#storage .lists .list .box .btn-group {
    justify-content: center;
  }
}
.page-template-service-template section#storage .lists .list .box .btn-group a {
  padding: 17px 10px;
}
@media (max-width: 991px) {
  .page-template-service-template section#storage .lists .list .box .btn-group a {
    padding: 14px 10px;
  }
}
@media (max-width: 767px) {
  .page-template-service-template section#storage .lists .list .box .btn-group a {
    padding: 13px 10px;
  }
}
@media (max-width: 767px) {
  .page-template-service-template section#storage .lists .list .box .btn-group {
    margin-top: 25px;
  }
}
.page-template-service-template section#pricing {
  margin: 120px 0;
}
@media (max-width: 991px) {
  .page-template-service-template section#pricing {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .page-template-service-template section#pricing {
    margin: 40px 0;
  }
}
.page-template-service-template section#pricing .lists .price-box .content {
  margin-top: 0;
}
.page-template-service-template section#pricing .text-content {
  margin-top: 75px;
  text-align: center;
}
@media (max-width: 991px) {
  .page-template-service-template section#pricing .text-content {
    margin-top: 36px;
  }
}
.page-template-service-template section#pricing .text-content strong, .page-template-service-template section#pricing .text-content b {
  font-weight: 600;
  color: var(--green);
}
.page-template-service-template section#pricing .price-box .content .text-content a.btn {
  padding: 16px 30px;
}
.page-template-service-template section#faqs {
  position: relative;
  padding: 20px 0 120px;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .page-template-service-template section#faqs {
    margin: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .page-template-service-template section#faqs {
    margin: 20px 0 0;
    padding-bottom: 60px;
  }
}
.page-template-service-template section#faqs h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .page-template-service-template section#faqs h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .page-template-service-template section#faqs h2 {
    margin-bottom: 25px;
  }
}
.page-template-service-template section#faqs .accordion {
  max-width: 1320px;
  margin: 0 auto;
}
.page-template-service-template section#faqs .accordion .accordion-item {
  background: transparent;
  border: 1px solid #BDBDBD;
  border-radius: 20px;
  background: var(--white);
  padding: 20px 75px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .page-template-service-template section#faqs .accordion .accordion-item {
    padding: 20px 45px;
  }
}
@media (max-width: 767px) {
  .page-template-service-template section#faqs .accordion .accordion-item {
    padding: 15px 25px;
  }
}
.page-template-service-template section#faqs .accordion .accordion-item .accordion-button {
  position: relative;
  box-shadow: none;
  background-color: transparent;
  color: var(--gray);
  padding: 15px 0;
  padding-right: 20px;
  font-size: calc(14px + 4 * (100vw - 320px) / 1660);
  font-weight: 600;
}
@media screen and (min-width: 1980px) {
  .page-template-service-template section#faqs .accordion .accordion-item .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .page-template-service-template section#faqs .accordion .accordion-item .accordion-button {
    padding-right: 40px;
  }
}
.page-template-service-template section#faqs .accordion .accordion-item .accordion-button.collapsed .icon-arrow {
  background: var(--black);
}
.page-template-service-template section#faqs .accordion .accordion-item .accordion-button.collapsed .icon-arrow::after {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
.page-template-service-template section#faqs .accordion .accordion-item .accordion-button::after {
  position: absolute;
  right: 0;
  background: url(assets/images/icon-faq-arrow.svg) center center no-repeat;
  background-size: contain;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@media (max-width: 991px) {
  .page-template-service-template section#faqs .accordion .accordion-item .accordion-button::after {
    height: 30px;
    width: 30px;
  }
}
.page-template-service-template section#faqs .accordion .accordion-item .accordion-body {
  padding: 0 40px 10px 0;
  color: var(--gray);
  font-size: calc(14px + 4 * (100vw - 320px) / 1660);
}
@media screen and (min-width: 1980px) {
  .page-template-service-template section#faqs .accordion .accordion-item .accordion-body {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .page-template-service-template section#faqs .accordion .accordion-item .accordion-body {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .page-template-service-template section#faqs .accordion .accordion-item .accordion-body {
    padding-left: 0;
  }
}
.page-template-service-template section#clients {
  position: relative;
  margin: 120px 0 0;
}
.page-template-service-template section#clients .clients-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 35px;
}
.page-template-service-template section#clients .clients-slider .slick-list {
  position: relative;
}
.page-template-service-template section#clients .clients-slider .slick-list::before {
  content: "";
  position: absolute;
  width: 30%;
  left: 0;
  top: 0;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(8.94%, rgba(239, 245, 248, 0)), to(#EFF5F8));
  background: linear-gradient(270deg, rgba(239, 245, 248, 0) 8.94%, #EFF5F8 100%);
  z-index: 1;
}
.page-template-service-template section#clients .clients-slider .slick-list::after {
  content: "";
  position: absolute;
  width: 30%;
  right: 0;
  top: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(8.94%, rgba(239, 245, 248, 0)), to(#EFF5F8));
  background: linear-gradient(90deg, rgba(239, 245, 248, 0) 8.94%, #EFF5F8 100%);
  z-index: 1;
}
.page-template-service-template section#clients .clients-slider img {
  max-height: 100px;
}

.page-template-pricing-template .main-content {
  padding-top: 150px;
}
@media screen and (min-width: 1320px) {
  .page-template-pricing-template .main-content {
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  .page-template-pricing-template .main-content {
    padding-top: 110px;
  }
}
.page-template-pricing-template section#hero-small {
  height: 430px;
  background-size: cover !important;
  padding-top: 0;
}
@media (max-width: 991px) {
  .page-template-pricing-template section#hero-small {
    height: 340px;
  }
}
.page-template-pricing-template section#rate {
  position: relative;
  padding: 70px 0;
  color: var(--white);
  text-align: center;
  background-size: cover !important;
}
@media (max-width: 991px) {
  .page-template-pricing-template section#rate {
    padding: 50px 0;
  }
}
.page-template-pricing-template section#rate h2 {
  color: var(--white);
}
.page-template-pricing-template section#rate p {
  color: var(--white);
}
.page-template-pricing-template section#price {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .page-template-pricing-template section#price {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .page-template-pricing-template section#price {
    padding: 40px 0;
  }
}
.page-template-pricing-template section#price .text-content {
  font-size: calc(16px + 8 * (100vw - 320px) / 1660);
}
@media screen and (min-width: 1980px) {
  .page-template-pricing-template section#price .text-content {
    font-size: 24px;
  }
}
.page-template-pricing-template section#price #priceTabs .tab-wrap .nav-tabs {
  justify-content: space-between;
  align-items: center;
  background-color: var(--white);
  border-radius: 35px;
  border: 0;
  padding: 10px 15px;
}
@media screen and (min-width: 1320px) {
  .page-template-pricing-template section#price #priceTabs .tab-wrap .nav-tabs {
    padding: 10px 10px;
  }
}
.page-template-pricing-template section#price #priceTabs .tab-wrap .nav-tabs .nav-item {
  width: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .page-template-pricing-template section#price #priceTabs .tab-wrap .nav-tabs .nav-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-template-pricing-template section#price #priceTabs .tab-wrap .nav-tabs .nav-item {
    width: 100%;
  }
}
.page-template-pricing-template section#price #priceTabs .tab-wrap .nav-tabs .nav-item a {
  border: 0;
  text-transform: uppercase;
  color: var(--black);
  font-size: calc(16px + 8 * (100vw - 320px) / 1660);
  border-radius: 35px;
  font-weight: 600;
}
@media screen and (min-width: 1980px) {
  .page-template-pricing-template section#price #priceTabs .tab-wrap .nav-tabs .nav-item a {
    font-size: 24px;
  }
}
.page-template-pricing-template section#price #priceTabs .tab-wrap .nav-tabs .nav-item a.active {
  color: var(--white);
  background-color: var(--green);
}
.page-template-pricing-template section#price #priceTabs .tab-content {
  padding: 40px 0 0;
}
@media (max-width: 991px) {
  .page-template-pricing-template section#price #priceTabs .tab-content {
    padding: 30px 0 0;
  }
}
.page-template-pricing-template section#price #priceTabs .tab-content .tab-pane:last-of-type .lists {
  margin-bottom: 40px;
}
.page-template-pricing-template section#price #priceTabs .tab-content .tab-pane:last-of-type .lists .price-box .content {
  margin-top: 0;
}
.page-template-pricing-template section#price #priceTabs .tab-content .tab-pane .head {
  margin-bottom: 50px;
}
.page-template-pricing-template section#price #priceTabs .tab-content .tab-pane .lists .list {
  margin-bottom: 50px;
}
@media screen and (max-width: 1320px) {
  .page-template-pricing-template section#price #priceTabs .tab-content .tab-pane .lists .list {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .page-template-pricing-template section#price #priceTabs .tab-content .tab-pane .lists .list {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .page-template-pricing-template section#price #priceTabs .tab-content .tab-pane .lists .list {
    margin-bottom: 60px;
  }
}
.page-template-pricing-template section#price #priceTabs .btn-group {
  margin-top: 60px;
}

.packing-wrap .head {
  text-align: center;
  padding: 44px 0;
}
@media (max-width: 991px) {
  .packing-wrap .head {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .packing-wrap .head {
    padding: 20px 0;
  }
}
.packing-wrap .head h3 {
  color: var(--green);
  margin-bottom: 0;
}
.packing-wrap .pricing {
  text-align: center;
  padding: 25px 0;
  background-size: cover !important;
}
.packing-wrap .pricing h4 {
  color: var(--white);
}
.packing-wrap .pricing p {
  color: var(--white);
}
.packing-wrap .pricing .text-content {
  max-width: 940px;
  margin: 0 auto;
}
.packing-wrap .notes .text-content {
  padding: 0 20px 40px;
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .packing-wrap .notes .text-content {
    padding: 0 10px 40px;
  }
}
.packing-wrap .materials .lists {
  max-width: 1180px;
  margin: 35px auto 20px;
}
.packing-wrap .materials .lists .list {
  margin-bottom: 25px;
}
.packing-wrap .materials .lists .list h5 {
  text-align: center;
  font-weight: 600;
  font-size: calc(16px + 4 * (100vw - 320px) / 1660);
}
@media screen and (min-width: 1980px) {
  .packing-wrap .materials .lists .list h5 {
    font-size: 20px;
  }
}
.packing-wrap .materials .lists .list .box {
  border-radius: 16px;
  border: 1px solid #BDBDBD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  align-items: center;
  background-color: var(--white);
}
@media (max-width: 991px) {
  .packing-wrap .materials .lists .list .box {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .packing-wrap .materials .lists .list .box {
    flex-direction: column;
  }
}
.packing-wrap .materials .lists .list .box .image-wrap {
  text-align: center;
  width: 140px;
  border-right: 1px solid #BDBDBD;
}
@media (max-width: 575px) {
  .packing-wrap .materials .lists .list .box .image-wrap {
    width: 100%;
    border: 0;
  }
}
.packing-wrap .materials .lists .list .box .image-wrap .image img {
  max-width: 81px;
}
.packing-wrap .materials .lists .list .box p {
  font-size: calc(12px + 3 * (100vw - 380px) / 1540);
}
@media screen and (min-width: 1980px) {
  .packing-wrap .materials .lists .list .box p {
    font-size: 15px;
  }
}
.packing-wrap .materials .lists .list .box ul li {
  font-size: calc(12px + 3 * (100vw - 380px) / 1540);
  margin-bottom: 10px;
}
@media screen and (min-width: 1980px) {
  .packing-wrap .materials .lists .list .box ul li {
    font-size: 15px;
  }
}
.packing-wrap .materials .lists .list .box .price {
  width: 90px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--green);
  color: var(--white);
  font-weight: 600;
  border-radius: 14px;
}
@media (max-width: 575px) {
  .packing-wrap .materials .lists .list .box .price {
    width: 95%;
    height: 48px;
  }
}
.packing-wrap .materials .lists .list .box .text-content {
  width: calc(100% - 200px);
  padding: 0 20px;
}
@media (max-width: 991px) {
  .packing-wrap .materials .lists .list .box .text-content {
    padding: 0 5px;
  }
}
@media (max-width: 575px) {
  .packing-wrap .materials .lists .list .box .text-content {
    width: 100%;
    padding: 0;
  }
}

#packingModal .modal-dialog {
  max-width: 1260px;
  padding-top: 50px;
}
#packingModal .modal-dialog .modal-content {
  border-radius: 20px;
  margin: 0 35px;
}
@media (max-width: 767px) {
  #packingModal .modal-dialog .modal-content {
    margin: 0 10px;
  }
}
#packingModal .modal-dialog .btn-close {
  position: absolute;
  right: -30px;
  top: -30px;
  background: url(assets/images/popup-close.svg) no-repeat;
  background-size: contain;
  height: 72px;
  width: 72px;
  opacity: 1;
}
@media (max-width: 991px) {
  #packingModal .modal-dialog .btn-close {
    height: 52px;
    width: 52px;
    right: -23px;
    top: -23px;
  }
}
@media (max-width: 767px) {
  #packingModal .modal-dialog .btn-close {
    height: 32px;
    width: 32px;
    right: -8px;
    top: -13px;
  }
}
#packingModal .modal-dialog .head {
  text-align: center;
  padding: 44px 0;
}
@media (max-width: 991px) {
  #packingModal .modal-dialog .head {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  #packingModal .modal-dialog .head {
    padding: 20px 0;
  }
}
#packingModal .modal-dialog .head h3 {
  color: var(--green);
  margin-bottom: 0;
}
#packingModal .modal-dialog .pricing {
  text-align: center;
  padding: 25px 0;
  background-size: cover !important;
}
#packingModal .modal-dialog .pricing h4 {
  color: var(--white);
}
#packingModal .modal-dialog .pricing p {
  color: var(--white);
}
#packingModal .modal-dialog .pricing .text-content {
  max-width: 940px;
  margin: 0 auto;
}
#packingModal .modal-dialog .notes .text-content {
  padding: 0 20px 40px;
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #packingModal .modal-dialog .notes .text-content {
    padding: 0 10px 40px;
  }
}
#packingModal .modal-dialog .materials .lists {
  max-width: 1180px;
  margin: 35px auto 20px;
}
#packingModal .modal-dialog .materials .lists .list {
  margin-bottom: 25px;
}
#packingModal .modal-dialog .materials .lists .list h5 {
  text-align: center;
  font-weight: 600;
  font-size: calc(16px + 4 * (100vw - 320px) / 1660);
}
@media screen and (min-width: 1980px) {
  #packingModal .modal-dialog .materials .lists .list h5 {
    font-size: 20px;
  }
}
#packingModal .modal-dialog .materials .lists .list .box {
  border-radius: 16px;
  border: 1px solid #BDBDBD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  align-items: center;
}
@media (max-width: 991px) {
  #packingModal .modal-dialog .materials .lists .list .box {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  #packingModal .modal-dialog .materials .lists .list .box {
    flex-direction: column;
  }
}
#packingModal .modal-dialog .materials .lists .list .box .image-wrap {
  text-align: center;
  width: 140px;
  border-right: 1px solid #BDBDBD;
}
@media (max-width: 575px) {
  #packingModal .modal-dialog .materials .lists .list .box .image-wrap {
    width: 100%;
    border: 0;
  }
}
#packingModal .modal-dialog .materials .lists .list .box .image-wrap .image img {
  max-width: 81px;
}
#packingModal .modal-dialog .materials .lists .list .box p {
  font-size: 12px;
}
#packingModal .modal-dialog .materials .lists .list .box ul li {
  font-size: 12px;
  margin-bottom: 10px;
}
#packingModal .modal-dialog .materials .lists .list .box .price {
  width: 90px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--green);
  color: var(--white);
  font-weight: 600;
  border-radius: 14px;
}
@media (max-width: 575px) {
  #packingModal .modal-dialog .materials .lists .list .box .price {
    width: 95%;
    height: 48px;
  }
}
#packingModal .modal-dialog .materials .lists .list .box .text-content {
  width: calc(100% - 200px);
  padding: 0 20px;
}
@media (max-width: 991px) {
  #packingModal .modal-dialog .materials .lists .list .box .text-content {
    padding: 0 5px;
  }
}
@media (max-width: 575px) {
  #packingModal .modal-dialog .materials .lists .list .box .text-content {
    width: 100%;
    padding: 0;
  }
}

.price-box {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .price-box {
    max-width: 340px;
    margin: 0 auto;
  }
}
.price-box .image img {
  height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (max-width: 991px) {
  .price-box .image img {
    height: 140px;
  }
}
.price-box .content {
  background-color: var(--white);
  border-radius: 14px;
  margin-top: -31px;
  min-height: 78%;
}
@media (max-width: 991px) {
  .price-box .content {
    margin-top: -21px;
  }
}
.price-box .content .title {
  background-color: var(--green);
  color: var(--white);
  padding: 30px 30px 25px;
  border-radius: 14px 14px 0 0;
  min-height: 115px;
}
.price-box .content .title h3 {
  color: var(--white);
  margin-bottom: 5px;
}
.price-box .content .title p {
  font-size: calc(18px + 6 * (100vw - 320px) / 1660);
  color: var(--white);
  margin-bottom: 0;
}
@media screen and (min-width: 1980px) {
  .price-box .content .title p {
    font-size: 24px;
  }
}
.price-box .content .text-content {
  padding: 40px 20px 28px;
  text-align: center;
  margin-top: 0 !important;
}
@media (max-width: 991px) {
  .price-box .content .text-content {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .price-box .content .text-content {
    padding: 20px 10px;
  }
}
.price-box .content .text-content .price {
  color: var(--green);
  font-size: calc(40px + 60 * (100vw - 320px) / 1660);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 30px;
  letter-spacing: -4px;
}
@media screen and (min-width: 1980px) {
  .price-box .content .text-content .price {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .price-box .content .text-content .price {
    margin-bottom: 25px;
  }
}
.price-box .content .text-content .price span {
  display: block;
  color: var(--gray);
  font-size: calc(18px + 6 * (100vw - 320px) / 1660);
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 1980px) {
  .price-box .content .text-content .price span {
    font-size: 24px;
  }
}
.price-box .content .text-content .charge {
  color: var(--green);
  font-weight: 800;
  margin-bottom: 30px;
  font-size: calc(20px + 8 * (100vw - 320px) / 1660);
}
@media screen and (min-width: 1980px) {
  .price-box .content .text-content .charge {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .price-box .content .text-content .charge {
    margin-bottom: 25px;
  }
}
.price-box .content .text-content a.btn {
  justify-self: center;
  padding: 9px 16px;
  min-width: auto;
  border-radius: 8px !important;
}

section#price #tab-4-pane .price-box .content {
  margin-top: -11px;
  z-index: 1;
  position: relative;
}

.page-template-contact-template .main-content {
  background-color: var(--green);
  padding-top: 150px;
  color: var(--white);
}
@media screen and (max-width: 1420px) {
  .page-template-contact-template .main-content {
    padding-top: 120px;
  }
}
.page-template-contact-template .main-content #contact-us {
  padding: 120px 0 105px;
  color: var(--white);
}
@media (max-width: 991px) {
  .page-template-contact-template .main-content #contact-us {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .page-template-contact-template .main-content #contact-us {
    padding: 30px 0;
  }
}
.page-template-contact-template .main-content #contact-us .container {
  max-width: 1480px;
}
.page-template-contact-template .main-content #contact-us h1 {
  color: var(--white);
}
.page-template-contact-template .main-content #contact-us .contact-info {
  max-width: 400px;
}
.page-template-contact-template .main-content #contact-us .contact-info a {
  color: var(--white);
}
.page-template-contact-template .main-content #contact-us .contact-info p {
  color: var(--white);
}
.page-template-contact-template .main-content #contact-us .contact-info address {
  margin-bottom: 20px;
  font-size: calc(18px + 6 * (100vw - 320px) / 1660);
}
@media screen and (min-width: 1980px) {
  .page-template-contact-template .main-content #contact-us .contact-info address {
    font-size: 24px;
  }
}
.page-template-contact-template .main-content #contact-us .contact-info .phone, .page-template-contact-template .main-content #contact-us .contact-info .email {
  margin-bottom: 20px;
  font-size: calc(18px + 6 * (100vw - 320px) / 1660);
}
@media screen and (min-width: 1980px) {
  .page-template-contact-template .main-content #contact-us .contact-info .phone, .page-template-contact-template .main-content #contact-us .contact-info .email {
    font-size: 24px;
  }
}
.page-template-contact-template .main-content #contact-us .form-wrap {
  background: var(--white);
  color: var(--gray);
  padding: 40px;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .page-template-contact-template .main-content #contact-us .form-wrap {
    margin-top: 30px;
    padding: 30px;
  }
}
.page-template-contact-template .main-content #contact-us .form-wrap h2 {
  color: var(--gray);
  text-transform: capitalize;
}
.page-template-contact-template .main-content #contact-us .form-wrap .text-content {
  color: var(--gray);
}

.page-template-blog-template section#page-hero.full .head {
  max-width: 990px;
}

section#blog {
  position: relative;
  padding: 80px 0 80px;
}
@media (max-width: 991px) {
  section#blog {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  section#blog {
    padding: 50px 0 30px;
  }
}
section#blog .container {
  position: relative;
  z-index: 1;
}
section#blog .head {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  section#blog .head {
    margin-bottom: 30px;
  }
}
section#blog .head h2 span {
  color: var(--black);
}
section#blog .head #filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
section#blog .head #filters a.btn {
  border: 2px solid var(--black);
  border-radius: 0;
  color: var(--black);
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  min-width: 100px;
  padding: 12px 15px;
}
section#blog .head #filters a.btn:hover, section#blog .head #filters a.btn.active {
  background-color: var(--black);
  color: var(--white);
}
section#blog .row > div {
  margin-bottom: 55px;
}
section#blog .row > div.option:nth-child(1) .box {
  border-radius: 0 0 30px 0;
}
@media (max-width: 767px) {
  section#blog .row > div.option:nth-child(1) .box {
    border-radius: 0;
  }
}
section#blog .row > div.option:nth-child(2) .box {
  border-radius: 0 0 0 30px;
}
@media (max-width: 767px) {
  section#blog .row > div.option:nth-child(2) .box {
    border-radius: 0;
  }
}
section#blog .row > div.option:nth-child(3) .box {
  border-radius: 0 30px 0 0;
}
@media (max-width: 767px) {
  section#blog .row > div.option:nth-child(3) .box {
    border-radius: 0;
  }
}
section#blog .row > div.option:nth-child(4) .box {
  border-radius: 30px 0 0 0;
}
@media (max-width: 767px) {
  section#blog .row > div.option:nth-child(4) .box {
    border-radius: 0;
  }
}
section#blog article {
  margin: 0 5px;
  height: 100%;
}
section#blog article .box {
  position: relative;
  height: 100%;
  background-color: var(--white);
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 767px) {
  section#blog article .box {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 20px !important;
  }
}
section#blog article .box .image {
  overflow: hidden;
}
section#blog article .box .image img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#blog article .box .post-content {
  bottom: 0;
  background-color: var(--white);
  padding: 35px;
}
@media screen and (max-width: 1280px) {
  section#blog article .box .post-content {
    padding: 25px;
  }
}
section#blog article .box .post-content h4 {
  color: var(--gray);
}
section#blog article .box .post-content h4 a {
  color: var(--green);
}
section#blog article .box .post-content .categories a {
  background-color: var(--green);
  color: var(--white);
  display: inline-block;
  padding: 5px 15px;
  margin-right: 15px;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 10px;
}
section#blog article .box .post-content .link {
  display: inline-block;
  margin-top: 20px;
}
section#blog article .box .post-content .link i.icon {
  background: url(assets/images/arrow-right.svg) right center no-repeat;
  height: 12px;
  width: 24px;
  filter: brightness(0) saturate(100%) invert(52%) sepia(82%) saturate(307%) hue-rotate(47deg) brightness(98%) contrast(94%);
}
@media (max-width: 991px) {
  section#blog .d-flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  section#blog .d-flex > div {
    width: 100%;
  }
}
section#blog .link {
  position: relative;
  max-width: 570px;
  margin: 110px auto 0;
  text-align: center;
  z-index: 2;
}
@media (max-width: 1360px) {
  section#blog .link {
    margin: 90px auto 0;
  }
}
@media (max-width: 991px) {
  section#blog .link {
    margin: 70px auto 0;
  }
}
@media (max-width: 767px) {
  section#blog .link {
    margin: 50px auto 0;
  }
}
section#blog .link h4 {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 14px;
}
section#blog .link .btn {
  background-color: var(--black);
  color: var(--white);
  margin-top: 30px;
  text-transform: uppercase;
}

.page-template-blog-template section#cta, body.archive section#cta, body.single-post section#cta {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
  background: var(--black);
}
@media (min-width: 2200px) {
  .page-template-blog-template section#cta, body.archive section#cta, body.single-post section#cta {
    margin-bottom: 0;
  }
}
.page-template-blog-template section#cta::before, body.archive section#cta::before, body.single-post section#cta::before {
  content: "";
  background: url(assets/images/cta-bg-wave.svg) center bottom no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -35%;
  height: 60%;
  width: 100%;
  right: 0;
}
@media (min-width: 2200px) {
  .page-template-blog-template section#cta::before, body.archive section#cta::before, body.single-post section#cta::before {
    display: none;
  }
}
@media (max-width: 1360px) {
  .page-template-blog-template section#cta::before, body.archive section#cta::before, body.single-post section#cta::before {
    bottom: -24%;
    height: 24%;
  }
}
@media (max-width: 991px) {
  .page-template-blog-template section#cta::before, body.archive section#cta::before, body.single-post section#cta::before {
    bottom: -22%;
    height: 24%;
  }
}
@media (max-width: 767px) {
  .page-template-blog-template section#cta::before, body.archive section#cta::before, body.single-post section#cta::before {
    bottom: -14%;
    height: 17%;
  }
}
.page-template-blog-template section#cta .box, body.archive section#cta .box, body.single-post section#cta .box {
  color: var(--white);
  background: var(--black);
  border-radius: 30px;
  text-align: center;
  padding: 90px 50px 55px;
  position: relative;
}
@media (min-width: 2200px) {
  .page-template-blog-template section#cta .box, body.archive section#cta .box, body.single-post section#cta .box {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 1360px) {
  .page-template-blog-template section#cta .box, body.archive section#cta .box, body.single-post section#cta .box {
    padding: 60px 40px 55px;
  }
}
@media (max-width: 991px) {
  .page-template-blog-template section#cta .box, body.archive section#cta .box, body.single-post section#cta .box {
    padding: 45px 30px 45px;
  }
}
.page-template-blog-template section#cta .box h3, body.archive section#cta .box h3, body.single-post section#cta .box h3 {
  color: var(--white);
}
.page-template-blog-template section#cta .box .text-content, body.archive section#cta .box .text-content, body.single-post section#cta .box .text-content {
  max-width: 850px;
  margin: 0 auto 40px;
}
@media (max-width: 991px) {
  .page-template-blog-template section#cta .box .text-content, body.archive section#cta .box .text-content, body.single-post section#cta .box .text-content {
    margin: 0 auto 25px;
  }
}

body.single-post #page-hero {
  min-height: 420px;
  height: auto;
  padding: 200px 0 20px;
  background: #EFF5F8;
}
@media (max-width: 1360px) {
  body.single-post #page-hero {
    padding: 170px 0 20px;
  }
}
@media (max-width: 991px) {
  body.single-post #page-hero {
    padding: 140px 0 20px;
  }
}
@media (max-width: 767px) {
  body.single-post #page-hero {
    padding: 120px 0 20px;
  }
}
body.single-post #page-hero h1 {
  line-height: 1.2;
  margin-bottom: 20px;
}
body.single-post #page-hero .excerpt {
  margin-bottom: 10px;
}
body.single-post #page-hero .excerpt p {
  font-weight: 500;
}
body.single-post #page-hero .text {
  color: var(--white);
  opacity: 0;
}
body.single-post #page-hero .info {
  margin-bottom: 25px;
  list-style: none;
  padding: 0;
}
@media (max-width: 640px) {
  body.single-post #page-hero .info {
    margin-bottom: 0;
  }
}
body.single-post #page-hero .info li {
  display: inline-block;
  font-size: 14px;
  padding: 0 23px;
  border-right: 1px solid rgba(255, 255, 255, 0.38);
}
body.single-post #page-hero .info li:first-child {
  padding-left: 0;
}
body.single-post #page-hero .info li:last-child {
  border: none;
}
@media (max-width: 640px) {
  body.single-post #page-hero .info li {
    display: block;
    margin: 0 0 4px;
    padding: 0;
    border: 0;
  }
}
body.single-post #page-hero .info li i {
  margin-right: 9px;
  height: 14px;
  width: 14px;
}
body.single-post #page-hero .info li i.icon-date {
  background: url(assets/images/icon-date.svg) no-repeat;
}
body.single-post #page-hero .info li i.icon-author {
  background: url(assets/images/icon-author.svg) no-repeat;
}
body.single-post #page-hero .info li i.icon-category {
  background: url(assets/images/icon-category.svg) no-repeat;
}
body.single-post #page-hero .info li a {
  margin-right: 25px;
  display: inline-block;
}
body.single-post #page-hero .image {
  height: 590px;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 1360px) {
  body.single-post #page-hero .image {
    height: 480px;
  }
}
@media (max-width: 991px) {
  body.single-post #page-hero .image {
    height: 400px;
  }
}
@media (max-width: 767px) {
  body.single-post #page-hero .image {
    height: 340px;
  }
}
body.single-post #page-hero .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.single-post .blog-content {
  padding: 50px 0 100px;
}
@media (max-width: 991px) {
  body.single-post .blog-content {
    padding: 50px 0 50px;
  }
}
@media (max-width: 767px) {
  body.single-post .blog-content {
    padding: 35px 0;
  }
}
body.single-post .blog-content .container {
  position: relative;
}
body.single-post .blog-content .social-wrap {
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  left: 0;
  z-index: 3;
}
body.single-post .blog-content h3 {
  color: var(--black);
}
@media (max-width: 991px) {
  body.single-post .blog-content .sidebar {
    margin-top: 60px;
  }
}
body.single-post .blog-content .social-share {
  position: -webkit-sticky;
  position: sticky;
  height: auto;
  top: 340px;
  top: 160px;
  margin-top: 10px;
  left: 10%;
}
body.single-post .blog-content .social-share a {
  display: block;
  margin-bottom: 10px;
}
body.single-post .blog-content .social-share a i {
  height: 28px;
  width: 28px;
}
body.single-post .blog-content .social-share a i.fa-facebook {
  background: url(assets/images/share-facebook.svg) no-repeat;
  background-size: contain;
}
body.single-post .blog-content .social-share a i.fa-twitter {
  background: url(assets/images/share-x.svg) no-repeat;
  background-size: contain;
}
body.single-post .blog-content .social-share a i.fa-linkedin {
  background: url(assets/images/share-linkedin.svg) no-repeat;
  background-size: contain;
}
body.single-post .blog-content .post-content {
  position: relative;
  padding-left: 50px;
}
@media (max-width: 991px) {
  body.single-post .blog-content .post-content {
    padding-left: 35px;
  }
}
body.single-post .blog-content .post-content h2 {
  margin: 40px 0 20px;
  text-transform: capitalize;
  font-weight: 500;
}
body.single-post .blog-content .post-content h2.first {
  margin: 0 0 20px;
}
body.single-post .blog-content .tag {
  margin-top: 80px;
}
body.single-post .blog-content .tag p {
  display: inline-block;
  margin-right: 20px;
}
body.single-post .blog-content .tag span {
  display: inline-block;
  border: 1px solid #323232;
  padding: 6px 22px;
  font-size: 14px;
  color: var(--black);
  margin: 6px;
  transition: all 0.5s;
}
body.single-post .blog-content .tag span:hover {
  background: var(--white);
  color: var(--black);
}
body.single-post .cd-posts-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #969696;
}
body.single-post .cd-posts-nav > div {
  width: 40%;
  text-align: left;
}
@media (max-width: 1440px) {
  body.single-post .cd-posts-nav > div {
    width: 49%;
  }
}
body.single-post .cd-posts-nav > div:last-of-type {
  text-align: right;
}
body.single-post .cd-posts-nav > div:last-of-type .wpb-posts-nav__thumbnail {
  margin-left: 24px;
  margin-right: 0;
}
body.single-post .cd-posts-nav > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  color: var(--black);
  font-weight: 300;
}
body.single-post .cd-posts-nav > div a .wpb-posts-nav__thumbnail {
  margin-right: 24px;
  width: 100px;
}
@media (max-width: 767px) {
  body.single-post .cd-posts-nav > div a .wpb-posts-nav__thumbnail {
    display: none;
  }
}
body.single-post .cd-posts-nav > div a .text-content {
  width: calc(100% - 124px);
}
@media (max-width: 767px) {
  body.single-post .cd-posts-nav > div a .text-content {
    width: 100%;
  }
}
body.single-post .cd-posts-nav > div a .text-content h6 {
  margin-top: 8px;
  text-transform: none;
  color: var(--blue);
  font-weight: 600;
}
@media (max-width: 767px) {
  body.single-post .cd-posts-nav > div a .text-content h6 {
    display: none;
  }
}
