@import url(./vendor/fontawesome.min.css);
@import url(./vendor/bootstrap.min.css);
@import url(./vendor/normalize.css);
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display&display=swap");

:root {
  --bg-black: #1b1b1b;
  --head-black: #424242;
  --text-black: #313131;
  --main-theme: #758e54;
  --main-theme-dark: #454e39;
  --main-theme-dark-secondary: #252821;
  --white: #ffffff;
  --gray: #eaeaea;
  --black: #282828;
  --error-message-color: red;
  --transition-time: 0.3s;
}

h1,
.h1 {
  font-size: 72px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 44px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 35px;
}

@media(max-width: 767.98px) {

  h2,
  .h2 {
    font-size: 40px;
  }
}

button:focus,
input:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

input:focus,
textarea:focus {
  border: 1px solid #ced4da !important;
}

@media(max-width:1399.98px) {
  .container {
    max-width: 100%;
    width: 100%;
    --bs-gutter-x: 3rem;
  }
}

@media(max-width:575.98px) {

  h2,
  .h2 {
    font-size: 32px;
  }

  h2 br,
  .h2 br {
    display: none;
  }
}

@media(max-width:380px) {

  h2,
  .h2 {
    font-size: 27px;
  }
}

/* import parts */
/* navbar styles start */
.navbar {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .navbar {
    padding-right: 0;
  }
}

.navbar.scrolled {
  background-color: var(--white);
  -webkit-box-shadow: 0px 0px 13px -2px black;
  box-shadow: 0px 0px 13px -2px black;
  overflow: hidden;
}

.navbar.scrolled .site-logo {
  padding-top: 0;
  margin-top: 0;
}

.navbar.scrolled .site-logo img {
  width: 200px;
}

@media (max-width: 768px) {
  .navbar.scrolled .site-logo img {
    width: 230px;
  }
}

@media (max-width: 576px) {
  .navbar.scrolled .site-logo img {
    width: 180px;
  }
}

/* .navbar.scrolled .site-logo .scroll-logo {
  display: block;
} */

/* .navbar.scrolled .site-logo .main-logo {
  display: none;
} */

.navbar:not(.scrolled) .site-logo svg.main-logo .st4,
.navbar:not(.scrolled) .site-logo svg.main-logo .st5 {
  fill: #fff !important;
}

.navbar.scrolled .navbar-toggler span {
  background-color: var(--main-theme-dark);
}

.navbar.scrolled .header-phone {
  color: var(--main-theme-dark);
  margin-top: 0;
  align-self: center;
}

.navbar.scrolled .header-email {
  color: var(--main-theme-dark);
  margin-top: 0;
  align-self: center;
  opacity: 1;
  ;
}

.navbar .header-links {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.navbar .header-phone {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: var(--main-theme);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 28px;
  align-self: flex-start;
  margin-top: 37px;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
}

.navbar .header-phone .text {
  display: block;
  grid-column: 1/3;
  grid-row: 1/2;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
}

@media screen and (max-width: 575.98px) {
  .navbar .header-phone .text {
    display: none;
  }
}

.navbar .header-email {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: var(--main-theme);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 28px;
  align-self: flex-start;
  margin-top: 37px;
}

.navbar .header-email i {
  font-size: 18px;
  margin-right: 8px;
}

.navbar .header-phone i {
  font-size: 18px;
  margin-right: 8px;
  grid-column: 1/2;
  grid-row: 2/3;
}

.navbar .header-phone span {
  grid-column: 2/3;
  grid-row: 2/3;
}


@media (max-width: 1399px) {

  .navbar .header-email span {
    display: none;
  }
}

@media (max-width: 768px) {
  .navbar .header-phone i {
    font-size: 24px;
    margin-right: 22px;
  }

  .navbar .header-email {
    padding-right: 10px;
  }

  .navbar .header-email span,
  .navbar .header-phone span {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .navbar .header-phone i {
    margin-right: 0;
  }
}

.navbar-toggler {
  border: none;
  padding: 40px 28px;
  position: relative;
  z-index: 0;
}

@media (max-width: 575.98px) {
  .navbar-toggler {
    padding: 40px 15px;
  }
}

.navbar-toggler span {
  display: block;
  width: 32px;
  height: 1px;
  background: #fff;
  margin-bottom: 6px;
}

.navbar-toggler span:nth-child(2) {
  width: 24px;
}

.navbar-toggler span:last-child {
  margin-bottom: 0;
}

.navbar-toggler:focus {
  border: none;
  outline: none;
}

.site-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 18px;
}

.site-logo img {
  width: 254px;
  height: auto;
}

@media (max-width: 768px) {
  .site-logo img {
    width: 230px;
  }
}

@media (max-width: 576px) {
  .site-logo img {
    width: 180px;
  }
}

.site-logo .scroll-logo {
  display: none;
}

#main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 470px;
  height: 100%;
  background: var(--main-theme-dark);
  color: var(--black);
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all var(--transition-time) linear;
  transition: all var(--transition-time) linear;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 13px -2px var(--black);
  box-shadow: 0px 0px 13px -2px var(--black);
  padding: 36px;
}

@media (max-width: 576px) {
  #main-menu {
    padding: 0;
  }
}

@media (max-width: 576px) {
  #main-menu ul {
    margin-top: auto;
  }
}

#main-menu.collapse:not(.show) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

#main-menu .navbar-toggler {
  position: absolute;
  top: 30px;
  right: 35px;
  padding: 0;
  margin: 0;
  width: 27px;
}

#main-menu .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#main-menu .navbar-toggler span {
  display: block;
  background: #fff;
  position: absolute;
}

#main-menu .navbar-toggler span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main-menu .navbar-toggler span:nth-child(2) {
  opacity: 0;
}

#main-menu .navbar-toggler span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu .button {
  margin-top: auto;
  display: none;
}

@media (max-width: 576px) {
  #main-menu .button {
    margin-top: auto;
    display: block;
    border: none;
    border-radius: 0;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #343b2b;
    height: 80px;
  }
}

.nav-link {
  font-weight: 500;
  font-size: 22px;
  line-height: 72px;
  font-weight: bold;
  color: var(--white);
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all var(--transition-time) linear;
  transition: all var(--transition-time) linear;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--text-black);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* navbar styles end */
/* main-banner styles start */
.main-banner {
  height: 100%;
  color: var(--white);
  background: url("../images/backgrounds/main-banner.jpg") 0 0 no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 98px;
  position: relative;
}


@media (max-width: 768px) {
  .main-banner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0;
  }
}

.main-banner .buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.main-banner .buttons .separator {
  border-left: 2px solid currentColor;
  margin: 5px 0;
  width: 0;
}

.main-banner > .container {
  z-index: 9;
}

.main-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(transparent));
  background: linear-gradient(180deg, #000000 0%, transparent 100%);
  background: -moz-linear-gradient(-90deg, #000000 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.main-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 49%, black 50%, rgba(0, 0, 0, 0) 51%) center/3px 3px repeat rgba(0, 0, 0, 0.2);
}

.main-banner .banner-text {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 31px;
  text-align: center;
}

@media (max-width: 992px) {
  .main-banner .banner-text {
    font-size: 25px;
    line-height: 34px;
  }
}

@media (max-width: 768px) {
  .main-banner .banner-text {
    font-size: 20px;
    line-height: 29px;
  }
}

.main-banner .banner-title {
  margin-bottom: 23px;
  text-align: center;
}

@media (max-width: 992px) or (max-height: 567px) {
  .main-banner .banner-title {
    font-size: 62px;
    line-height: 62px;
  }
}

@media (max-width: 768px) {
  .main-banner .banner-title {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (max-width: 320px) {
  .main-banner .banner-title {
    font-size: 38px;
    line-height: 38px;
  }
}

.main-banner .banner-caption {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-banner .scroll-info {
  position: absolute;
  top: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  padding: 30px 35px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  padding-left: 63px;
  z-index: 9;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.main-banner .scroll-info span {
  position: relative;
  margin-bottom: -30px;
}

.main-banner .scroll-info span::before {
  content: " ";
  width: 15px;
  height: 23px;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  background: url("../images/icons/mouse.png") 0 0 no-repeat;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: -30px;
}

@media (max-width: 992px) {
  .main-banner .scroll-info {
    display: none;
  }
}

.main-description {
  padding: 100px 0;
  background-color: var(--gray);
}

@media(max-height: 567px) {
  .main-description {
    padding: 70px 0;
  }
}

@media(max-width:767.98px) {
  .main-description {
    padding: 52px 0;
  }
}

.main-description .text-container > p:last-child {
  margin-bottom: 0;
}

.pre-header {
  font-size: 12px;
  text-transform: uppercase;
  color: #777;
  padding-bottom: 25px;
  letter-spacing: 2px;
  font-weight: 500;
}

/* main-banner styles end  */
.button {
  color: var(--white);
  border: 2px solid var(--white);
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  padding: 20px 55px;
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-block;
}

.button_framed {
  background: none;
  border: 2px solid var(--white);
}

.button:hover,
.button:focus {
  text-decoration: none;
  outline: none;
  color: var(--white);
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 768px) {
  .button {
    padding: 24px 40px;
    text-align: center;
  }
}

/* featurettes styles start */
.featurettes {
  padding-top: 107px;
  padding-bottom: 112px;
}

.featurettes .g-1 {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

@media (max-width: 992px) {
  .featurettes {
    padding-top: 40px;
    padding-bottom: 51px;
  }
}

.featurette {
  height: 100%;
  min-height: 264px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  max-height: 300px;
}

.featurette::before {
  content: " ";
  opacity: 1;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: var(--gray);
  -webkit-transition: height var(--transition-time);
  transition: height var(--transition-time);
}

@media(min-width:768px) {
  .featurette:hover::before {
    background: var(--main-theme-dark);
    border-radius: 5px;
    height: calc(100% + 60px);
    z-index: 2;
  }

  .featurette:hover .featurette-inner {
    height: calc(100% + 60px);
    padding-bottom: 0;
  }

  .featurette:hover svg.featurette-image {
    opacity: 0;
  }

  .featurette:hover svg.featurette-icon {
    fill: var(--main-theme-dark-secondary);
  }

  .featurette:hover .featurette-title {
    color: var(--white);
  }

  .featurette:hover .featurette-text {
    color: var(--white);
  }

  .featurette:hover .button {
    display: block;
    margin: auto;
    margin-top: 20px;
  }
}

.featurette .button {
  display: none;
}

.featurette a {
  color: var(--white);
  text-decoration: none;
}

.featurette img {
  width: 100%;
  opacity: 0;
}

svg.featurette-image {
  position: absolute;
  height: 66%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #dbdbdb;
  z-index: 1;
  opacity: 1;
  width: 50%;
}

svg.featurette-icon {
  min-height: 48px;
  max-height: 48px;
  fill: var(--main-theme-dark);
}

.featurette .featurette-inner {
  width: 100%;
  height: 100%;
  padding: calc(var(--bs-gutter-x) * 1.6) var(--bs-gutter-x);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: fit-content;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

@media (max-width: 992px) {
  .featurette .featurette-inner {
    padding: 15px;
    position: relative;
  }
}

.featurette .featurette-title {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin: 15px 0;
}

@media (max-width: 768px) {
  .featurette .featurette-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.featurette .featurette-text {
  font-size: 16px;
  line-height: 1.3;
}

.featurettes-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  color: var(--main-theme);
  padding: 0 13%;
}

@media (max-width: 1200px) {
  .featurettes-footer {
    padding: 0 10%;
  }
}

.featurettes-footer .featurettes-footer-text {
  text-align: center;
  font-family: "Playfair Display", serif;
  padding-bottom: 23px;
}

.featurettes-footer .featurettes-footer-contacts {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
  border-top: 2px solid var(--main-theme);
  padding-top: 16px;
}

.featurettes-footer .featurettes-footer-contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
  color: var(--blue);
  margin-top: 3px;
}

.featurettes-footer .featurettes-footer-contacts a i {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.05em;
  margin-right: 10px;
}

/* featurettes styles end */
.block-header-head h2 {
  color: var(--head-black);
}

@media (max-width: 768px) {
  .block-header-head h2 {
    font-size: 35px;
    line-height: 44px;
  }
}

@media (max-width: 576px) {
  .block-header-head h2 {
    font-size: 30px;
    line-height: 39px;
  }
}

@media (max-width: 768px) {
  .block-header-head h2 br {
    display: none;
  }
}

.block-header-head.inline h2 span {
  display: inline-block;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .block-header-head:before {
    margin-bottom: 15px;
  }
}

.block-header-head.no-label:before {
  display: none;
}

.block-header-head.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-header-sub {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: var(--text-black);
  margin-top: 35px;
}

@media (max-width: 768px) {
  .block-header-sub {
    margin-top: 0;
  }
}

.block-header_white {
  color: var(--white) !important;
}

.block-header_white h2 {
  color: var(--white) !important;
}

@media (max-width: 768px) {
  .block-header {
    margin-bottom: 35px;
  }
}

/* call to us banner style start */
.call-banner {
  color: var(--white);
  background: url("../images/backgrounds/call-banner.jpg") 0 50% no-repeat;
  background-size: cover;
  font-weight: 700;
  padding-top: 144px;
  padding-bottom: 116px;
}

@media(max-height: 567px) {
  .call-banner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 992px) {
  .call-banner {
    padding-top: 51px;
    padding-bottom: 51px;
  }
}

.call-banner.covered {
  position: relative;
}

.call-banner.covered::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}

.call-banner.covered:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.call-banner.covered > .container {
  position: relative;
  z-index: 2;
}

.call-banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

.call-banner-head {
  text-align: center;
}

.call-banner-head h2 {
  margin-bottom: 26px;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .call-banner-head h2 {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (max-width: 575.98px) {
  .call-banner-head h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 5px;
  }
}

@media (max-width: 380px) {
  .call-banner-head h2 {
    font-size: 27px;
  }
}

.call-banner-subhead {
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: none;
  text-align: center;
}

.call-banner-subhead span {
  font-weight: 400;
}

@media (max-width: 992px) {
  .call-banner-subhead {
    font-size: 25px;
    line-height: 34px;
  }
}

@media (max-width: 768px) {
  .call-banner-subhead {
    font-size: 20px;
    line-height: 29px;
  }
}

/* call to us banner style end */
/*columned content styles start */
.columned-content {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: var(--black);
}

.columned-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-columns: 2;
  columns: 2;
  gap: 30px;
}

.columned-content ul.services li {
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: var(--main-theme);
  padding: 30px 0;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columned-content ul.services li::before {
  content: "+";
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-right: 14px;
}

.columned-content ul.services li:first-child {
  margin-top: 0;
}

@media (max-width: 576px) {
  .columned-content ul {
    -webkit-columns: 1;
    columns: 1;
  }
}

img.column-image {
  max-width: 100%;
}

/*columned content styles end */
/* icon labels styles start */
.icon-labels {
  background: var(--bg-black);
  padding-top: 104px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .icon-labels {
    padding-top: 51px;
    padding-bottom: 11px;
    margin-top: 0;
  }
}

.icon-labels .section-header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 804px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .icon-blocks {
    padding-top: 25px;
  }
}

@media (max-width: 576px) {
  .icon-blocks {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.icon-block {
  color: var(--white);
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 170px;
  padding-bottom: 40px;
}

.icon-block-icon {
  font-size: 50px;
  line-height: 36px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 123px;
  height: 123px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.16);
}

.icon-block-icon img {
  max-width: 50px;
}

.icon-block-text {
  text-align: center;
  padding-top: 20px;
}

/* icon labels styles end */
/* lightwidget gallery styles start */
.gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 25%);
  grid-template-rows: repeat(2, 300px);
  grid-gap: calc(var(--bs-gutter-x) * 1.2);
}

@media(max-width: 1240px) {
  .gallery-container h2 {
    font-size: 30px;
  }
}

@media (max-width: 991.98px) {
  .gallery-container {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .gallery-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .gallery-container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
  }

  .gallery-container h2 {
    margin-bottom: 0;
  }
}

.gallery-item:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 2;
}

@media (max-width: 991.98px) {
  .gallery-item:nth-child(3) {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}

.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

/* lightwidget gallery styles end */
/* testimonials styles start */
.testimonials {
  color: var(--white);
  position: relative;
  z-index: 2;
}

.testimonials .read-all {
  margin-top: 4.4rem;
}

.testimonials h2 {
  text-align: center;
  color: var(--white);
}

.testimonials-carousel .carousel-indicators {
  position: relative;
  margin-top: 80px;
  margin-left: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.testimonials-carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 1.1rem;
  border: none;
  background: #cdcdcd;
}

.testimonials-carousel .carousel-indicators .active {
  background: var(--main-theme);
  width: 10px;
  height: 10px;
}

@media (max-width: 768px) {
  .testimonials-carousel .carousel-indicators {
    margin-top: 50px;
  }
}

@media (max-width: 767.9px) {
  .testimonials-carousel {
    padding-top: 0;
  }
}

.testimonial-body .col-12 {
  padding-left: 0;
  padding-right: 0;
}

.testimonial-text {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}

.testimonial-text.show-read-more .read-more {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin-top: 1.5rem;
  color: var(--white);
  font-size: 1.5rem;
}

.testimonial-text.show-read-more .more-text {
  display: none;
}

@media (max-width: 768px) {
  .testimonial-text {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 576px) {
  .testimonial-text {
    font-size: 18px;
    line-height: 26px;
  }
}

.testimonial-author {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  font-style: normal;
  padding-top: 36px;
  font-family: "Montserrat", sans-serif;
}

/* testimonials styles end */
/* certificates styles start */
.certificates {
  padding-top: 66px;
  padding-bottom: 58px;
}

@media (max-width: 768px) {
  .certificates {
    padding-top: 33px;
    padding-bottom: 29px;
  }
}

@media (max-width: 992px) {
  .certificates .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 992px) {
  .certificates .block-header-head {
    text-align: center;
  }
}

.certificate-icons {
  padding-left: 30px;
}

@media (max-width: 992px) {
  .certificate-icons {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .certificate-icons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.certificate-icon {
  width: 33.3333%;
}

@media (max-width: 768px) {
  .certificate-icon {
    width: 300px;
    padding-bottom: 25px;
  }
}

.certificate-icon img {
  width: 100%;
}

/* certificates styles end */
/* map styles start */
.map {
  min-height: 564px;
  width: 100%;
  position: relative;
  background: url("../images/map.jpg") center center no-repeat;
  background-size: cover;
}

/* map styles end */
/* footer styles start */
footer {
  background: var(--main-theme-dark-secondary);
  color: var(--white);
  padding-top: 84px;
  padding-bottom: 41px;
}

@media(max-height: 567px) {
  footer {
    padding-top: 70px;
  }
}

.footer {
  background: var(--main-theme-dark-secondary);
  padding-top: 100px;
}

.footer-inline-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-inline-menu li a {
  color: var(--white);
  font-size: 14px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 576px) {
  .footer-inline-menu li a {
    text-align: center;
    display: block;
  }
}

@media (max-width: 992px) {
  .footer-inline-menu {
    display: block;
    -webkit-columns: 3;
    columns: 3;
  }
}

@media (max-width: 576px) {
  .footer-inline-menu {
    display: none;
  }
}

@media (max-width: 576px) {
  .footer {
    padding-top: 70px;
  }
}

.site-rights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: var(--white);
}

.site-copyright a {
  color: var(--white);
}

.site-authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
}

.site-authors a {
  color: var(--white);
  text-decoration: none;
}

.site-authors a:hover,
.site-authors a:focus {
  text-decoration: underline;
}

.site-authors img {
  margin-left: 2px;
  margin-top: 2px;
}

/* footer form styles start */
.footer-form .slogan {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 42px;
}

@media (max-width: 768px) {
  .footer-form .slogan {
    padding-top: 0;
    padding-bottom: 35px;
  }
}

.footer-form .form {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.footer-form .form-group {
  margin-bottom: 20px;
}

.footer-form .form-group .required {
  color: var(--error-message-color);
}

.footer-form .form-group .error {
  font-size: 14px;
  color: var(--error-message-color);
}

.footer-form .form-control {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  height: 59px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .footer-form .form-control {
    height: 53px;
  }
}

.footer-form textarea.form-control {
  height: 228px;
}

.footer-form .custom-checkbox-group {
  line-height: 1.5;
}

.footer-form button {
  padding: 25px 43px 22px;
  margin-top: 25px;
}

.footer-form button i {
  margin-left: 2rem;
}

.footer-form .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.footer-form .socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: var(--white);
  text-decoration: none;
  font-size: 20px;
  border: 2px solid var(--white);
  border-radius: 50px;
}

@media (max-width: 768px) {
  .footer-form .socials {
    padding-bottom: 30px;
  }
}

.form-group-row .form-group:first-child {
  padding-right: 22.5px;
}

@media (max-width: 768px) {
  .form-group-row .form-group:first-child {
    padding-right: 27px;
  }
}

.form-group-row .form-group:last-child {
  padding-left: 22.5px;
}

@media (max-width: 768px) {
  .form-group-row .form-group:last-child {
    padding-left: 27px;
  }
}

.contacts svg {
  min-width: 35px;
  max-width: 35px;
  padding-right: 15px;
}

/* footer form styles end */
/* footer contacts styles start */
.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white);
  text-decoration: none;
  margin-bottom: 25px;
  align-items: start;
}

.contact:hover,
.contact:focus {
  text-decoration: none;
  color: var(--white);
}

.contact a {
  color: var(--white);
}

.contact-icon {
  width: 5.9rem;
  height: 5.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--black);
  font-size: 2.4rem;
  line-height: 4.8rem;
  border-radius: 50%;
  margin-right: 1.6rem;
}

.contact-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  word-wrap: break-word;
}

.contact-description p {
  margin-bottom: 0;
}

.section-logo {
  margin-top: 91px;
}

/* footer contacts styles end */
/* footer form styles end */
/* footer styles end */
.custom-checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.custom-checkbox {
  position: relative;
  width: 19px;
  height: 19px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 15px;
}

.custom-checkbox input {
  position: absolute;
  cursor: pointer;
  height: 0;
  width: 0;
  opacity: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #fff;
  border: none;
  border-radius: 4px;
}

.checkmark.error {
  background: var(--error-message-color);
}

@media (max-width: 768px) {
  .checkmark {
    height: 13px;
    width: 13px;
    margin-top: 4px;
  }
}

.custom-checkbox input:checked ~ .checkmark,
.custom-checkbox input:checked {
  background-color: #fff !important;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 0px;
  top: 0px;
  width: 19px;
  height: 19px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAlElEQVQ4T6WTXQ2AMAwGDwdIQAISQAEWsIQCQAkWkIAEJJCSNCljP7Dtdblb26+rKDxVIU+uoAY2YMoRKNwC61/BAwbGP4IXLPP7KvDCVtAARyCRIKyCBRiAHtgdSRRWwQjMwOlIkrBtwZVIO5LzHZVMO7RwdohWIoIk7EtBJXIXfVkr8sUoki5Wtm3n6x4E/1yx4AI+qiERKNFzCwAAAABJRU5ErkJggg==") 2px 2px no-repeat;
  -webkit-animation: checkbox 0.3s linear;
  animation: checkbox 0.3s linear;
}

@media (max-width: 768px) {
  .custom-checkbox .checkmark:after {
    top: -5px;
    left: -1px;
  }
}

@-webkit-keyframes checkbox {
  from {
    width: 0;
  }

  to {
    width: 19px;
  }
}

@keyframes checkbox {
  from {
    width: 0;
  }

  to {
    width: 19px;
  }
}

.modal {
  font-size: 14px;
}

.modal-header {
  font-size: 24px;
}

.modal-header button {
  border: none;
}

.modal-title {
  font-size: 24px;
}

/* root styles start */
html,
body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: var(--black);
  scroll-behavior: smooth;
  position: absolute;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
}

@media (max-width: 992px) {
  .container {
    max-width: 100%;
    --bs-gutter-x: 3rem;
  }
}

@media (max-width: 991.9px) {
  .row {
    --bs-gutter-x: 3rem;
  }
}

#services-section {
  padding-top: 104px;
  padding-bottom: 96px;
}

@media(max-height: 567px) {
  #services-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 768px) {
  #services-section {
    padding-top: 51px;
    padding-bottom: 51px;
  }
}

@media (max-width: 768px) {
  #services-section .block-header {
    margin-bottom: 20px;
  }
}

#section-services {
  padding-top: 104px;
  padding-bottom: 104px;
}

@media (max-width: 768px) {
  #section-services {
    padding-top: 51px;
    padding-bottom: 51px;
  }
}

#about-us-section {
  padding-top: 103px;
  padding-bottom: 104px;
  background: #e7e7e7;
}

#about-us-section .block-header {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  #about-us-section {
    padding-top: 51px;
    padding-bottom: 51px;
  }
}

#gallery-section {
  padding-top: 118px;
  padding-bottom: 103px;
}

@media(max-height: 567px) {
  #gallery-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 768px) {
  #gallery-section {
    padding-top: 51px;
    padding-bottom: 51px;
  }
}

#gallery-section iframe {
  margin-top: -150px;
}

@media (max-width: 798px) {
  #gallery-section iframe {
    margin-top: 0px;
  }
}

#reviews-section {
  background: url("../images/backgrounds/testimonials.jpg") 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}

#reviews-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 49%, black 50%, rgba(0, 0, 0, 0) 51%) center/3px 3px repeat rgba(0, 0, 0, 0.2);
}

#reviews-section:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-black);
  opacity: 0.7;
}

#reviews-section .block-header {
  position: relative;
  z-index: 2;
}

#reviews-section > .container {
  padding-top: 105px;
  padding-bottom: 87px;
  background: url("../images/backgrounds/quotes.png") 0 0 no-repeat;
  z-index: 9;
  position: relative;
}

@media (max-width: 768px) {
  #reviews-section > .container {
    padding-top: 52px;
    padding-bottom: 48px;
    background: none;
  }
}

@media (max-width: 768px) {
  #footer-form {
    padding-top: 40px;
  }
}

/* root styles end */