@import url(./vendor/fontawesome.min.css);
@import url(./vendor/bootstrap.min.css);
@import url(./vendor/normalize.css);
@import url(./vendor/slick.css);
@import url(./vendor/leaflet.css);
@import "./vendor/leaflet-gesture-handling.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700");

@font-face {
  font-family: 'Impact';
  src: url('../css/webfonts/Impact.eot');
  src: url('../css/webfonts/Impact.eot?#iefix') format('embedded-opentype'),
    url('../css/webfonts/Impact.woff2') format('woff2'),
    url('../css/webfonts/Impact.woff') format('woff'),
    url('../css/webfonts/Impact.ttf') format('truetype'),
    url('../css/webfonts/Impact.svg#Impact') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body:has(.show) .main-banner-wrapper {
  background-image: linear-gradient(rgb(48, 145, 213) 90%, rgb(48, 145, 213) 0%);
}

:root {
  --bg-black: #1b1b1b;
  --head-black: #424242;
  --text-black: #313131;
  --main-theme: #ff0000;
  --white: #ffffff;
  --gray: #c8c8c8;
  --error-message-color: red;
  --transition-time: 0.3s;
}

p {
  margin-bottom: 3rem;
}

/* import parts */
/* navbar styles start */
.navbar {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding-right: 31px;
  padding-left: 60px;
  padding-top: 28px;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar .header-phone i {
    padding-left: 28px;
  }

}

.carousel-inner {
  height: 320px;
}

.areas_map .areas-map {
  position: relative;
  min-height: 504px;
  height: 504px;
}

.areas_map .map-wrapper {
  height: 504px;
}

.navbar.scrolled {
  background-color: #fff;
  ;
  -webkit-box-shadow: 0px 0px 13px -2px black;
  box-shadow: 0px 0px 13px -2px black;

}

.navbar.scrolled .header-phone {
  color: #3091d5;
}

.navbar.scrolled .site-logo {
  padding-top: 0;
}

.navbar.scrolled .site-logo img {
  width: 162px;
}

@media (max-width: 768px) {
  .navbar.scrolled .site-logo img {
    width: 162px;
  }
}

@media (max-width: 576px) {
  .navbar.scrolled .site-logo img {
    width: 162px;
  }
}

.navbar.scrolled .site-logo .scroll-logo {
  display: block;
}

.navbar.scrolled .site-logo .main-logo {
  display: none;
}

.navbar.scrolled .navbar-toggler span {
  background-color: #000;
}

.navbar.scrolled {
  padding-top: 0;
}

.navbar.scrolled .site-logo {
  top: 54px;
}

.navbar .header-phone {
  font-size: 24px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Impact';
}

.navbar .header-phone i {
  font-size: 20px;
  margin-right: 8px;
}

.about-us {
  text-align: center;
}

.about-us .max-w {
  max-width: 923px;
  margin: auto;
}

.about-us .max-w:after {
  content: " ";
  width: 67px;
  height: 3px;
  background: #3091d5;
  margin-bottom: 38px;
  display: block;
  margin: auto;
  margin-top: 50px;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #313131;
}

@media (max-width: 768px) {
  .navbar .header-phone i {
    font-size: 24px;
    margin-right: 22px;
  }
}

@media (max-width: 768px) {
  .navbar .header-phone span {
    display: none;
  }
}

.navbar-toggler {
  border: none;
  padding: 29px 28px;
  position: relative;
  z-index: 0;
  padding-left: 10px;
}

.navbar-toggler span {
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  margin-bottom: 6px;
}

.navbar-toggler span:last-child {
  margin-bottom: 0;
  width: 20px;
  height: 2px;
  float: right;
}

.mbuto_menu {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.navbar.scrolled .mbuto_menu {
  color: #000;
}

@media (max-width: 576px) {
  .navbar-toggler span {
    height: 2px;
  }
}

.navbar-toggler:focus {
  border: none;
  outline: none;
}

.site-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-logo img {
  width: 203px;
}

@media (max-width: 768px) {
  .site-logo img {
    width: 203px;
  }
}

@media (max-width: 576px) {
  .site-logo img {
    width: 180px;
  }
}

.site-logo .scroll-logo {
  display: none;
}

#main-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 402px;
  height: 100%;
  background: #3091d5;
  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: 15px;
  }
}

#main-menu.collapse:not(.show) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

#main-menu .navbar-toggler {
  position: absolute;
  top: 29px;
  right: 28px;
  padding: 0;
  margin: 0;
  width: 27px;
  height: 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);
  width: 27px;
}

#main-menu .button {
  margin-top: auto;
}

.nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 50px;
  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.webp") 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;
  border-radius: 15px;
}

.main-banner-wrapper {
  background-image: linear-gradient(#3091d5 90%, #ffffff 0%);
  height: 100%;
  color: var(--white);
  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: 20px;
  position: relative;
}

.main-banner>.container {
  z-index: 9;
}

.main-banner:before {
  content: "";
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.main-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 20px;
}

.main-banner .banner-text {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 31px;
  text-align: center;
  color: #fff;
}


.main-banner .banner-title {
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 23px;
  text-align: center;
  font-family: 'Impact';
}


.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: 700;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #837d7a;
  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;
}

.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;
}

/* main-banner styles end  */
.button {
  background: #3091d5;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  padding: 30px 140px;
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 10px;
}

.button_framed {
  background: none;
  border: 1px solid var(--white);
}

.button:hover,
.button:focus {
  text-decoration: none;
  outline: none;
  color: var(--white);
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* featurettes styles start */
.featurettes {
  padding-top: 107px;
  padding-bottom: 112px;
}

.featurettes .g-1 {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}


.featurette {
  height: 100%;
  min-height: 264px;
  position: relative;
  color: var(--white);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  max-height: 300px;
  /*&:hover {
    cursor: pointer;
    &:before {
      background: rgba(255, 0, 0, 0.45);
    }
    & .featurette-text {
      height: 100%;
    }
    & .featurette-arrow {
      opacity: 0;
    }
  }*/
}

.featurette:before {
  content: " ";
  opacity: 1;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: all var(--transition-time) linear;
  transition: all var(--transition-time) linear;
}

.featurette: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 transparent;
}

.featurette a {
  color: var(--white);
  text-decoration: none;
}

.featurette img {
  width: 100%;
  opacity: 0;
}

.featurette .featurette-inner {
  width: 100%;
  height: 100%;
  padding: 35px 42px 9px 34px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
}

@media (max-width: 768px) {
  .featurette .featurette-inner {
    padding: 15px;
  }
}

.featurette .featurette-title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  margin-top: auto;
  margin-bottom: 26px;
}

@media (max-width: 768px) {
  .featurette .featurette-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.featurette .featurette-text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: var(--white);
  -webkit-transition: all var(--transition-time) linear;
  transition: all var(--transition-time) linear;
  overflow: hidden;
  height: 0;
  display: none;
}

.featurette .featurette-arrow {
  width: 50px;
  height: 50px;
  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(--main-theme);
  color: var(--white);
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 1;
  -webkit-transition: all var(--transition-time) linear;
  transition: all var(--transition-time) linear;
  display: none;
}

.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 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-family: 'Impact';
  color: #424242;
  text-align: center;
  padding-bottom: 20px;
}


.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;
}

@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");
  font-weight: 700;
  padding-top: 305px;
  padding-bottom: 158px;
  margin-top: -214px;
  z-index: 0;
}

.call-banner.covered {
  position: relative;
}

.call-banner.covered::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.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;
  font-family: 'Impact', serif;
  margin-bottom: 10px;
}

.call-banner-inner .button {
  background: #fff;
  color: #3091d5;
  font-size: 14px;
  padding: 30px 80px;
}

.call-banner-head h2 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .call-banner-head h2 {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (max-width: 768px) {
  .call-banner-head {
    margin-bottom: 25px;
  }
}

.call-banner-subhead {
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 28px;
  text-transform: none;
  text-align: center;
}

.call-banner-subhead span {
  font-weight: 400;
}


/* 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: 120px;
  padding-bottom: 101px;
}

@media (max-width: 768px) {
  .icon-labels {
    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 */
.lightwidget-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.lightwidget-gallery img {
  width: 100%;
}

@media (max-width: 767.9px) {
  .lightwidget-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 380px) {
  .lightwidget-gallery {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.9px) {
  .lightwidget-gallery .lightwidget-image:nth-child(6) {
    display: none;
  }
}

@media (max-width: 767.9px) {
  .lightwidget-gallery .lightwidget-image:nth-child(7) {
    display: none;
  }
}

/* lightwidget gallery styles end */
/* testimonials styles start */
.testimonials {
  color: #222222;
  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: 60px;
  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: #3091d5;
  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: "Montserrat", sans-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: 14px;
  line-height: 30px;
  font-weight: 600;
  font-style: normal;
  padding-top: 30px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #1f1f1f;
}

/* testimonials styles end */
/* certificates styles start */
.certificates {
  padding-top: 66px;
  padding-bottom: 58px;
}


.certificate-icons {
  padding-left: 30px;
}


.certificate-icon {
  width: 33.3333%;
}

.certificate-icon img {
  width: 100%;
}

/* certificates styles end */
/* map styles start */
#map {

  background:
    linear-gradient(to bottom, transparent 50%, #1b1b1b 50%),
    linear-gradient(100deg, #fff, #fff);
}

.map {
  min-height: 504px;
  width: 100%;
  position: relative;
  /*background: url("../images/map.webp") center center no-repeat;*/
  background-size: cover;
  border-radius: 15px;
  position: relative;
}

.map .map-box {
  position: absolute;
  top: -42px;
  left: 42px;
  background: #3091d5;
  height: 222px;
  width: 272px;
  padding: 45px;
  border-radius: 15px;
  z-index: 461;
}

.leaflet-tile-container {
  filter: grayscale(50%) saturate(44%) brightness(86%) contrast(139%);
}

.map .map-box h2 {
  color: #fff;
  font-family: 'Impact';
  font-size: 46px;
  line-height: 44px;
}

.map .map-box span {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

/* map styles end */
/* footer styles start */
footer {
  background: #1b1b1b;
  color: #fff;
  padding-top: 84px;
  padding-bottom: 41px;
}

.footer {
  background: var(--bg-black);
  padding-top: 122px;
}

.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;
  padding-bottom: 0.2rem;
}

.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 {
    padding-top: 60px;
  }

  .footer-inline-menu {
    display: block;
    -webkit-columns: 1;
    columns: 1;
  }
}

.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: 22px;
  line-height: 30px;
  font-weight: 400;
  padding-top: 32px;
  padding-bottom: 42px;
}

.footer-form {
  position: relative;
}

@media (max-width: 768px) {
  .footer-form .slogan {
    padding-top: 0;
    padding-bottom: 35px;
  }
}

.footer-form .form {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 400;
}

.footer-form .form-group {
  margin-bottom: 2.4rem;
}

.footer-form .form-group .required {
  color: var(--error-message-color);
}

.footer-form .form-group .error {
  font-size: 1.4rem;
  color: var(--error-message-color);
}

.footer-form .form-control {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 400;
  height: 74px;
  border-radius: 5px;
}

.checkmark {
  border-radius: 5px;
}

@media (max-width: 768px) {
  .footer-form .form-control {
    height: 53px;
  }
}

.footer-form textarea.form-control {
  height: 22.8rem;
}

.footer-form .custom-checkbox-group {
  line-height: 2.1rem;
}

.footer-form button {
  padding: 25px 43px 22px;
  margin-top: 5.1rem;
}

.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;
}

.ch {
  position: absolute;
  left: 0;
  bottom: 0;
}

@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: 15px;
  }
}

.form-group-row .form-group:last-child {
  padding-left: 22.5px;
}

@media (max-width: 768px) {
  .form-group-row .form-group:last-child {
    padding-left: 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: 2.8rem;
}

.contact:hover,
.contact:focus {
  text-decoration: none;
  color: var(--white);
}

.tel {
  color: #3091d5;
  font-size: 30px;
  font-family: 'impact';
  margin-bottom: 10px;
}

.mail {
  color: #3091d5;
  font-size: 24px;
  font-family: 'impact';
}

.contact a {
  color: #3091d5;
  display: block;
}

.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: 30px;
  line-height: 36px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: var(--main-theme);
}

.contact-description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  word-wrap: break-word;
}

.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;
}

.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: 16px;
  line-height: 24px;
  font-weight: 400;
}

.modal-header h4 {
  font-size: 24px;
  line-height: 37px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: var(--head-black);
}

.modal-header button {
  border: none;
  background: none;
  font-size: 34px;
  padding: 0;
}

/* root styles start */
html,
body {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  color: var(--black);
  scroll-behavior: smooth;
  width: 100%;
  position: absolute;
  height: 100%;
}

a {
  text-decoration: none;
}



#services-section {
  padding-top: 45px;
  padding-bottom: 96px;
  position: relative;
  z-index: 1;
}

@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-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-size: cover;
  position: relative;
}

#reviews-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

#reviews-section:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
}

#reviews-section .block-header {
  position: relative;
  z-index: 2;
}

#reviews-section>.container {
  padding-top: 105px;
  padding-bottom: 87px;
  z-index: 9;
  position: relative;
}

.testimonial-text img {
  float: left;
}

@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 */


.featurettes-05-item {
  min-height: 584px;
  position: relative;
  border-radius: 15px;
}

.featurettes-05-item1 {
  background: url(../images/backgrounds/feat1.webp);

}

.featurettes-05-item2 {
  background: url(../images/backgrounds/feat2.webp);

}

.featurettes-05-item3 {
  background: url(../images/backgrounds/feat3.webp);

}

.featurettes-05-item1:hover {
  background: linear-gradient(0deg, rgba(15, 82, 129, 0.7), rgba(15, 82, 129, 0.7)), url(../images/backgrounds/feat1.webp);
  min-height: 584px;
  position: relative;
}

.featurettes-05-item2:hover {
  background: linear-gradient(0deg, rgba(15, 82, 129, 0.7), rgba(15, 82, 129, 0.7)), url(../images/backgrounds/feat2.webp);
  min-height: 584px;
  position: relative;
}

.featurettes-05-item3:hover {
  background: linear-gradient(0deg, rgba(15, 82, 129, 0.7), rgba(15, 82, 129, 0.7)), url(../images/backgrounds/feat3.webp);
  min-height: 584px;
  position: relative;
}

.featurettes-05-item .item-text {
  position: absolute;
  bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 15px;

  transition: opacity .3s;

}

.featurettes-05-item .item-text p {
  color: #fff;
  font-size: 16px;
  display: none;
}

.featurettes-05-item:hover p,
.featurettes-05-item:hover h3::after {
  display: block;
}

.featurettes-05-item:hover .item-box {
  display: none;
}

.featurettes-05-item h3 {
  color: #fff;
  font-size: 36px;
  font-family: 'Impact';
}

.featurettes-05-item h3::after {
  content: " ";
  width: 67px;
  height: 3px;
  background: #3091d5;
  margin-bottom: 28px;
  display: block;
  margin-top: auto;
  margin-top: 25px;
  display: none;
}

.block-header_white h2 {
  color: var(--white) !important;
}

.block-header_white h2::before {
  content: " ";
  width: 67px;
  height: 3px;
  background: #3091d5;
  margin-bottom: 28px;
  display: block;
  margin-top: auto;
  margin-top: 25px;
  margin: auto;
  margin-bottom: 50px;
}

.block-header_white2 h2 {
  color: #262626;
  text-align: left;
}

.block-header_white2 h2::after {
  content: " ";
  width: 67px;
  height: 3px;
  background: #3091d5;
  margin-top: 28px;
  display: block;
  margin-top: 50px;
}

.block-header_white3 h2 {
  color: #fff;
  text-align: left;
}


.item-box {
  background-color: #3091d5;
  height: 50px;
  width: 50px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 8px;
  position: absolute;
  bottom: 0;
  right: 0;


  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position: center center;

}

@media (max-width: 1400px) {

  .main-banner .banner-title,
  .call-banner-head h2 {
    font-size: 72px;
  }

  .map .map-box h2 {
    font-size: 44px;
  }
}

.slogan2 {
  display: none;
}

.contacts2 {
  display: none;
}

.socials2 {
  display: none;
}

.abr {
  display: none !important;
}

@media (max-width: 992px) {

  .main-banner .banner-title,
  .call-banner-head h2 {
    font-size: 60px;
    line-height: 62px;
  }

  .banner-text {
    max-width: 400px;
  }

  .map .map-box h2 {
    font-size: 44px;
  }

  .featurettes-05-item1:hover {
    background: linear-gradient(0deg, rgba(15, 82, 129, 0.7), rgba(15, 82, 129, 0.7)), url(../images/backgrounds/feat1md.webp);
    min-height: 360px;
    position: relative;
  }

  .featurettes-05-item1 {
    background: url(../images/backgrounds/feat1md.webp);
  }

  .featurettes-05-item2:hover {
    background: linear-gradient(0deg, rgba(15, 82, 129, 0.7), rgba(15, 82, 129, 0.7)), url(../images/backgrounds/feat2md.webp);
    min-height: 360px;
    position: relative;
  }

  .featurettes-05-item2 {
    background: url(../images/backgrounds/feat2md.webp);
  }

  .featurettes-05-item3:hover {
    background: linear-gradient(0deg, rgba(15, 82, 129, 0.7), rgba(15, 82, 129, 0.7)), url(../images/backgrounds/feat3md.webp);
    min-height: 360px;
    position: relative;
  }

  .featurettes-05-item3 {
    background: url(../images/backgrounds/feat3md.webp);
  }


  .featurettes-05-item {
    min-height: 360px;
    position: relative;
    border-radius: 15px;
  }

  .call-banner {
    padding-top: 280px;
  }

  .block-header_white2 h2::after {
    display: none;
  }

  .block-header_white2 h2 {

    text-align: center;
  }

  #testimonial_carousel {
    text-align: center;
  }

  .testimonials-carousel .carousel-indicators {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }




}

@media (max-width: 1185px) {
  .ch {
    left: -100px;
  }
}

@media (max-width: 991px) {
  .abr {
    display: block !important;
  }

  .hidemd {
    display: none !important;
  }

  .footer-form .socials1 {
    display: none;
  }

  .socials2 {
    display: block;
  }

  .site-rights {
    margin-top: 20px;
    display: block;
  }

  .ch {
    display: none;
  }

  .contacts1 {
    display: none;
  }

  .contacts2 {
    display: block;
  }

  .slogan1 {
    display: none;
  }

  .slogan2 {
    display: block;
    max-width: 300px;

  }

  .footer-form .slogan {
    font-size: 20px;
    padding-top: 0;
  }

  .hide-plan {
    display: none;
  }
}

.test-text-quotes-top {
  display: none;
}

.glsm1 {
  display: none;
}

@media (max-width: 768px) {
  .glsm1 {
    display: block;

  }

  .kkjh {
    margin-bottom: 15px;
  }

  .main-banner .banner-title,
  .call-banner-head h2 {
    font-size: 60px;
    line-height: 62px;
  }

  .main-banner .banner-text {
    display: none;
  }

  .map .map-box h2 {
    font-size: 44px;
  }

  .main-banner {
    padding-bottom: 0;
  }

  .main-banner .banner-caption {
    margin-bottom: -35px;
  }

  .about-us {
    margin-top: 30px;
  }

  .button {
    padding: 30px 100px;
  }

  .featurettes-05-item1:hover {
    background: linear-gradient(0deg, rgba(15, 82, 129, 0.7), rgba(15, 82, 129, 0.7)), url(../images/backgrounds/feat1md.webp);
    min-height: 360px;
    position: relative;
  }

  .featurettes-05-item1 {
    background: url(../images/backgrounds/feat1md.webp);
  }

  .featurettes-05-item2:hover {
    background: linear-gradient(0deg, rgba(15, 82, 129, 0.7), rgba(15, 82, 129, 0.7)), url(../images/backgrounds/feat2.webp);
    min-height: 360px;
    position: relative;
  }

  .featurettes-05-item2 {
    background: url(../images/backgrounds/feat2.webp);
  }

  .featurettes-05-item3:hover {
    background: linear-gradient(0deg, rgba(15, 82, 129, 0.7), rgba(15, 82, 129, 0.7)), url(../images/backgrounds/feat3.webp);
    min-height: 360px;
    position: relative;
  }

  .featurettes-05-item3 {
    background: url(../images/backgrounds/feat3.webp);
  }

  .featurettes-05-item {
    min-height: 360px;
    position: relative;
    border-radius: 15px;
  }

  .call-banner {
    padding-top: 200px;
    margin-top: -132px;
  }

  .call-banner-subhead {
    max-width: 300px;
    line-height: 28px;
  }

  .block-header_white2 h2::after {
    display: none;
  }

  .block-header_white2 h2 {

    text-align: center;
  }

  #testimonial_carousel {
    text-align: center;
  }

  .testimonials-carousel .carousel-indicators {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .slogan1 {
    display: none;
  }

  .slogan2 {
    display: block;
    max-width: 100%;


  }

  .footer-form .slogan {
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contacts1 {
    display: none;
  }

  .contacts2 {
    display: block;
  }

  .ch {
    display: none;
  }

  .footer-form .socials1 {
    display: none;
  }

  .socials2 {
    display: block;
  }

  .abr {
    display: block !important;
  }

  .hidemd {
    display: none !important;
  }

  .site-rights {
    margin-top: 20px;
    display: block;
  }

  .about-us .max-w::after {
    margin-top: 35px;
  }

  #services-section {
    padding-top: 35px;
    padding-bottom: 51px;
  }

  #reviews-section {
    margin-bottom: 50px;
  }

  .map .map-box {
    top: -28px;
    left: 28px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-form button {
    padding: 20px 37px;
    margin-top: 5.1rem;
  }

  .test-text-quotes {
    display: none;
  }

  .test-text-quotes-top {
    display: block;
    margin: auto;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .ch2 {
    display: none;
  }
}

#main-menu .button {
  background: #fff;
  color: #3091d5;
  font-size: 14px;
  padding: 30px 80px;
  display: none;
}

@media (max-width: 576px) {
  .hide-mobile {
    display: none;
  }

  #main-menu {
    width: 100%;
  }

  #main-menu ul {
    margin-top: auto;
  }

  .main-banner .banner-title {
    font-size: 50px;
    line-height: 50px;
    max-width: 220px;
  }

  .call-banner-head h2 {
    font-size: 50px;
    line-height: 50px;
  }

  p {
    font-size: 20px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-banner .banner-text {
    display: none;
  }

  .map .map-box h2 {
    font-size: 44px;
  }

  .main-banner {
    padding-bottom: 0;
  }

  .main-banner .banner-caption {
    margin-bottom: -35px;
  }

  .about-us {
    margin-top: 30px;
  }

  .button {
    padding: 30px 100px;
  }

  .featurettes-05-item1:hover {
    background: linear-gradient(0deg, rgba(15, 82, 129, 0.7), rgba(15, 82, 129, 0.7)), url(../images/backgrounds/feat1md.webp);
    min-height: 360px;
    position: relative;
  }

  .featurettes-05-item1 {
    background: url(../images/backgrounds/feat1md.webp);

  }

  .featurettes-05-item2:hover {
    background: linear-gradient(0deg, rgba(15, 82, 129, 0.7), rgba(15, 82, 129, 0.7)), url(../images/backgrounds/feat2md.webp);
    min-height: 360px;
    position: relative;
    background-size: cover;
  }

  .featurettes-05-item2 {
    background: url(../images/backgrounds/feat2md.webp);
    background-size: cover;
  }

  .featurettes-05-item3:hover {
    background: linear-gradient(0deg, rgba(15, 82, 129, 0.7), rgba(15, 82, 129, 0.7)), url(../images/backgrounds/feat3md.webp);
    min-height: 360px;
    position: relative;
    background-size: cover;
  }

  .featurettes-05-item3 {
    background: url(../images/backgrounds/feat3md.webp);
    background-size: cover;
  }

  .featurettes-05-item {
    min-height: 360px;
    position: relative;
    border-radius: 15px;
  }

  .call-banner {
    padding-top: 170px;
    margin-top: -132px;
  }

  .call-banner-subhead {
    max-width: 300px;
    line-height: 28px;
  }

  .block-header_white2 h2::after {
    display: none;
  }

  .block-header_white2 h2 {

    text-align: center;
  }

  #testimonial_carousel {
    text-align: center;
  }

  .testimonials-carousel .carousel-indicators {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .slogan1 {
    display: none;
  }

  .slogan2 {
    display: block;
    max-width: 100%;


  }

  .footer-form .slogan {
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contacts1 {
    display: none;
  }

  .contacts2 {
    display: block;
  }

  .ch {
    display: none;
  }

  .footer-form .socials1 {
    display: none;
  }

  .socials2 {
    display: block;
  }

  .abr {
    display: block !important;
  }

  .hidemd {
    display: none !important;
  }

  .site-rights {
    margin-top: 20px;
    display: block;
  }

  .about-us .max-w::after {
    margin-top: 35px;
  }

  #services-section {
    padding-top: 35px;
    padding-bottom: 51px;
  }

  #reviews-section {
    margin-bottom: 50px;
  }

  .map .map-box {
    top: -28px;
    left: 28px;
  }

  .ch2 {
    display: none;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-form button {
    padding: 20px 37px;
    margin-top: 5.1rem;
    width: 100%;
  }

  .featurettes-05-item2 {
    background-position: cover;
  }

  .call-banner-inner .button {
    padding: 30px 50px;
    :
  }

  .call-banner {
    padding-bottom: 100px;
  }

  .map .map-box {
    top: -544px;
    left: unset;
    margin: auto;
    position: relative;
    border-radius: 10px;
  }

  .footer {
    text-align: center;
  }

  .site-authors {
    display: block;
  }

  .adv-logo {
    height: 15px;
  }

  #main-menu .button {
    display: block;
  }
}

#gallery {
  background: linear-gradient(to top, transparent 80%, #1b1b1b 20%), linear-gradient(100deg, #fff, #fff);
}


#gallery {
  background: linear-gradient(to top, transparent 80%, #1b1b1b 20%), linear-gradient(100deg, #fff, #fff);
}

#gallery img {
  object-fit: cover;
  border-radius: 15px;
  aspect-ratio: 1/1;
}

#gallery .insta-box img {
  border-radius: 0px;
}

.galsm {
  width: 100%;
  margin-bottom: 15px;
}

.galery-grid .container {
  padding: 0;
}

.insta {
  text-align: center;
  background-color: #3091d5;
  font-size: 14px;
  color: #fff !important;
  font-weight: 600;
  margin-bottom: 15px;
  border-radius: 15px;
  display: flex;
  height: 100%;
}

.insta img {
  margin-bottom: 15px;
  width: 32px;

}

.insta-box {
  width: 115px;
  margin: auto;
}

.pb-15px {
  padding-bottom: 15px;
}

.gallery-item1 img {
  width: 100%;
}

.gallery-item1 {
  margin-bottom: 15px;
}

.insta a {
  color: #fff;
}

.insta-sq {
  cursor: pointer;
}

@media(max-height: 650px) {
  .main-banner {
    padding-bottom: 30px;
  }
}

@media (max-width: 401px) {
  .mbuto_menu {
    display: none;
  }

  .button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .featurettes-05-item:hover p {
    margin-bottom: 0;
  }

  .featurettes-05-item:hover .item-text {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}


.whatsapplink {
  background-color: #00c307;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 33px;
  text-decoration: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99;
  box-shadow: 0 0 0 0 rgba(0, 195, 7, 0.7);
  -webkit-animation: pulse 1.5s infinite;
}

.whatsapplink:hover {
  text-decoration: none;
  color: #fff;
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(0, 195, 7, 0);
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(0, 195, 7, 0);
  }
}


@media(max-height: 650px) {
  .main-banner {
    padding-bottom: 30px;
  }
}

.gallery,
.gallery-item1,
.gallery-item2 {
  width: 100%;
  height: 100%;
}

.gallery-item1 {
  background-position: center !important;
  border-radius: 15px;

}

.gallery {
  padding-bottom: 0;
}

.gallery-item2 {
  background-size: cover !important;
  border-radius: 15px;

}