@import url(./vendor/bootstrap.min.css);
@import url(./vendor/normalize.css);
/* connect fonts */
@import url(./fonts/fontawesome/faces.min.css);
@import url(./fonts/montserrat/faces.css);
@import url(./fonts/bebas_neue/faces.css);
/* page blocks */
.block-header {
  margin-bottom: 15px;
}
.block-header-head h2 {
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  color: #232323;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .block-header-head h2 {
    font-size: 35px;
    line-height: 44px;
  }
  .block-header-head h2 br {
    display: none;
  }
}
.block-header-head.inline h2 span {
  display: inline-block;
  margin-right: 30px;
}
.block-header-head::before {
  content: " ";
  width: 67px;
  height: 5px;
  background: #4bff00;
  margin-bottom: 34px;
  display: block;
}
.block-header-sub {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  color: #ffffff;
  margin-top: 16px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767.98px) {
  .block-header-sub br {
    display: none;
  }
}
.block-header_white {
  color: #ffffff !important;
}
.block-header_white h2 {
  color: #ffffff !important;
}
.block-header_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_centered .block-header-head {
  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;
}
@media (max-width: 767.98px) {
  .block-header {
    margin-bottom: 25px;
  }
}

.button {
  background: #4bff00;
  color: #232323;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  padding: 27px 63px 23px;
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-block;
}
.button i {
  margin-left: 1.8rem;
}
.button:hover, .button:focus {
  text-decoration: none;
  outline: none;
  color: var(--white);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767.98px) {
  .button {
    padding: 21px 43px;
    font-size: 20px;
  }
}

.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-group label {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.custom-checkbox-group label sup {
  color: red;
}

.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;
}
@media (max-width: 575.98px) {
  .custom-checkbox {
    margin-right: 20px;
  }
}

.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: 1px solid #ced4da;
}
.checkmark.error {
  background-color: red;
}

.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;
}

@-webkit-keyframes checkbox {
  from {
    width: 0;
  }
  to {
    width: 19px;
  }
}

@keyframes checkbox {
  from {
    width: 0;
  }
  to {
    width: 19px;
  }
}
.modal {
  font-size: 16px;
}

.modal-header {
  font-size: 24px;
}
.modal-header button {
  border: none;
  width: 30px;
  height: 30px;
  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;
  line-height: 1;
  font-size: 30px;
  padding-top: 4px;
}

.modal-title {
  font-size: 24px;
}

.modal-body {
  font-family: "Montserrat", sans-serif;
}

#services-section {
  background: #ededed;
  padding-top: 75px;
  padding-bottom: 85px;
}
@media (max-width: 767.98px) {
  #services-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#about-section {
  padding-top: 90px;
  padding-bottom: 83px;
}
@media (max-width: 767.98px) {
  #about-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#call-section {
  padding-top: 171px;
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  #call-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #call-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

#supplier-section {
  background: url("../images/backgrounds/services-gray.png") 0 120% no-repeat #757575;
  padding-top: 93px;
  padding-bottom: 73px;
}
@media (max-width: 767.98px) {
  #supplier-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#gallery-section {
  padding-top: 75px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  #gallery-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#contact-form {
  padding-top: 50px;
  background: #4bff00;
}
@media (max-width: 767.98px) {
  #contact-form {
    padding-top: 20px;
  }
}

#footer-section {
  padding-top: 60px;
  padding-bottom: 15px;
}
@media (max-width: 575.98px) {
  #footer-section {
    padding-top: 30px;
  }
}

/* navbar styles start */
.navbar {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding-right: 0;
  padding-left: 0;
  padding-top: 27px;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .navbar {
    padding-top: 15px;
  }
  .navbar > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .navbar {
    padding-top: 0;
  }
}
.navbar.scrolled {
  background-color: #161616;
  -webkit-box-shadow: 0px 0px 13px -2px black;
          box-shadow: 0px 0px 13px -2px black;
  overflow: hidden;
  padding-bottom: 22px;
  padding-top: 24px;
}
@media (max-width: 767.98px) {
  .navbar.scrolled {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.navbar.scrolled .navbar-toggler span {
  background-color: #ffffff;
}
.navbar.scrolled .header-phone, .navbar.scrolled .header-email {
  color: #4bff00 !important;
}
.navbar.scrolled .header-menu-part a {
  color: #ffffff;
}
.navbar.scrolled .header-contact {
  margin-bottom: 20px;
  display: none;
}
@media (max-width: 767.98px) {
  .navbar.scrolled .header-contact.header-phone {
    display: block;
    margin: 0;
    margin-right: 28px;
  }
}
@media (max-width: 575.98px) {
  .navbar.scrolled .header-contact.header-phone {
    font-size: 24px;
  }
}
.navbar.scrolled .site-logo img, .navbar.scrolled .site-logo-scroll img {
  height: 45px;
}
.navbar .header-phone {
  font-size: 24px;
  line-height: 25px;
  color: #4bff00;
}
.navbar .header-phone i {
  font-size: 19px;
  margin-right: 5px;
}
.navbar .header-email {
  font-size: 24px;
  line-height: 25px;
  color: #4bff00;
}

.navbar-toggler {
  border: none;
  padding: 29px 28px;
  position: relative;
  z-index: 0;
  display: none;
}
.navbar-toggler span {
  display: block;
  width: 27px;
  height: 2px;
  background: #fff;
  margin-bottom: 7px;
}
.navbar-toggler span:last-child {
  margin-bottom: 0;
}
.navbar-toggler:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767.98px) {
  .navbar-toggler {
    display: block;
  }
}

.header-menu-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-menu-part.left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header-menu-part.left ul li {
  margin-right: 44px;
}
@media (max-width: 991.98px) {
  .header-menu-part.left ul li {
    margin-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .header-menu-part.left ul {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-menu-part.left a {
    display: none;
  }
}
.header-menu-part.right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header-menu-part.right ul li {
  margin-left: 44px;
}
@media (max-width: 991.98px) {
  .header-menu-part.right ul li {
    margin-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .header-menu-part.right ul {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-menu-part.right a {
    margin-bottom: 0;
    margin-right: 28px;
  }
  .header-menu-part.right a span {
    display: none;
  }
  .header-menu-part.right a i {
    font-size: 30px;
  }
}
.header-menu-part ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu-part ul li a {
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  color: #ffffff;
}
.header-menu-part .header-contact {
  margin-bottom: 35px;
}

.site-logo, .site-logo-scroll {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
@media (max-width: 575.98px) {
  .site-logo img, .site-logo-scroll img {
    height: 45px;
  }
}

.site-logo-scroll {
  opacity: 0;
  padding-top: 0;
}

#main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/backgrounds/menu.png") 17% 62% no-repeat #161616;
  color: #232323;
  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 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 13px -2px #000000;
          box-shadow: 0px 0px 13px -2px #000000;
}
#main-menu.collapse:not(.show) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
#main-menu .navbar-toggler {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 76px;
  height: 76px;
  top: 0;
  right: 0;
  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;
}
#main-menu .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#main-menu .navbar-toggler span {
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -1px;
}
#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 .header-phone {
  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;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 40px;
  padding-top: 10px;
  font-size: 36px;
  line-height: 1;
}
#main-menu .header-phone span {
  display: block;
}
#main-menu .header-phone i {
  font-size: 28px;
}

.nav-link {
  font-weight: 500;
  font-size: 32px;
  color: #ffffff;
}

.nav-link:focus,
.nav-link:hover {
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* navbar styles end */
/* main-banner styles start */
.main-banner {
  height: 100%;
  color: #ffffff;
  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: 74px;
  position: relative;
}
@media (max-width: 767.98px) {
  .main-banner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 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;
}
.main-banner .banner-text {
  font-size: 30px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 24px;
  text-align: center;
}
.main-banner .banner-text span {
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .main-banner .banner-text {
    font-size: 25px;
    line-height: 34px;
  }
}
@media (max-width: 767.98px) {
  .main-banner .banner-text {
    font-size: 20px;
    line-height: 29px;
  }
}
@media (max-width: 575.98px) {
  .main-banner .banner-text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .main-banner .banner-text {
    display: none;
  }
}
.main-banner .banner-title {
  font-size: 80px;
  line-height: 70px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .main-banner .banner-title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767.98px) {
  .main-banner .banner-title {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 575.98px) {
  .main-banner .banner-title {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .main-banner .banner-title {
    font-size: 60px;
    line-height: 60px;
  }
}
.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;
}
@media (max-width: 991.98px) {
  .main-banner .scroll-info {
    display: none;
  }
}

/* main-banner styles end  */
.featurette {
  overflow: hidden;
  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;
}
@media (max-width: 767.98px) {
  .featurette {
    margin-bottom: 25px;
  }
}

.featurette-info {
  height: 320px;
  position: relative;
}
@media (max-width: 767.98px) {
  .featurette-info {
    height: 320px;
  }
}
.featurette-info.service-2 {
  height: 477px;
}
@media (max-width: 767.98px) {
  .featurette-info.service-2 {
    height: 320px;
  }
}
.featurette-info.service-3 {
  height: 395px;
}
@media (max-width: 767.98px) {
  .featurette-info.service-3 {
    height: 320px;
  }
}
.featurette-info:hover .featurette-text-inner {
  opacity: 1;
}
.featurette-info:hover .featurette-info-data {
  -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;
}
.featurette-info:hover .featurette-title {
  color: #232323;
}
.featurette-info:hover .featurette-description {
  opacity: 1;
}

.featurette-image {
  position: relative;
  height: 100%;
}
.featurette-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.featurette-image img {
  width: 100%;
  opacity: 0;
}

.featurette-text {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  border-radius: 10px;
}
.featurette-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  background-color: rgba(0, 0, 0, 0.4);
}

.featurette-text-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/backgrounds/services.png");
  background-color: rgba(75, 255, 0, 0.8);
  background-position: 80% 75%;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.featurette-info-data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--bs-gutter-x);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  z-index: 2;
}

.featurette-title {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.featurette-description {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  text-transform: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding-top: 15px;
  color: #2b2b2b;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/*columned content styles start */
.columned-content .block-text {
  font-family: "Montserrat", sans-serif;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.column-image {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.column-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399.98px) {
  .column-image img {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .column-image img {
    aspect-ratio: 2/1;
  }
}
@media (max-width: 1399.98px) {
  .column-image {
    max-height: 100%;
    height: 100%;
  }
}

.image-label {
  position: absolute;
  bottom: -12px;
  right: 0;
  background: url("../images/backgrounds/services.png") 0 0 no-repeat;
  background-size: contain;
  width: 170px;
  height: 45px;
}

/*columned content styles end */
/* call to us banner style start */
.call-banner {
  color: var(--white);
  background: url("../images/backgrounds/call-us.jpg") 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .call-banner {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}
.call-banner.covered {
  position: relative;
}
.call-banner.covered::before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 255, 0, 0.8);
}
.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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.call-banner-head:before {
  content: " ";
  width: 67px;
  height: 5px;
  background: #232323;
  margin-bottom: 34px;
  display: block;
}
.call-banner-head h2 {
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .call-banner-head h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767.98px) {
  .call-banner-head h2 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .call-banner-head h2 {
    font-size: 60px;
  }
}
.call-banner-subhead {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 26px;
  text-transform: none;
  text-align: center;
}
@media (max-width: 991.98px) {
  .call-banner-subhead {
    font-size: 25px;
    line-height: 34px;
  }
}
@media (max-width: 767.98px) {
  .call-banner-subhead {
    font-size: 20px;
    line-height: 29px;
  }
}
.call-banner-button .button {
  padding: 25px 85px 23px;
  background: none;
  border: 2px solid #232323;
}
@media (max-width: 767.98px) {
  .call-banner-button .button {
    padding: 20px 85px 18px;
  }
}

/* call to us banner style end */
/* icon labels styles start */
.icon-labels .section-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icon-labels .button {
  margin: 0 auto;
}

.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: 767.98px) {
  .icon-blocks {
    padding-top: 25px;
  }
}
@media (max-width: 575.98px) {
  .icon-blocks {
    -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;
  }
}

.icon-block {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  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);
  overflow: hidden;
}
.icon-block-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.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;
  margin-top: 23px;
}
.lightwidget-gallery img {
  width: 100%;
}
@media (max-width: 767.9px) {
  .lightwidget-gallery {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0;
  }
}
@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 */
footer {
  background: #161616;
}

.contact-section {
  color: #ffffff;
  overflow-x: hidden;
  position: relative;
}
.contact-section .container {
  position: relative;
  z-index: 2;
  --bs-gutter-x: 35px;
}
@media (max-width: 767.98px) {
  .contact-section .container {
    --bs-gutter-x: 30px;
  }
}
.contact-section .row {
  --bs-gutter-x: 35px;
}
@media (max-width: 767.98px) {
  .contact-section .row {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 991.98px) {
  .contact-section {
    background-size: auto;
  }
}
.contact-section .block-header h2 {
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
}
.contact-section .block-header h2 span {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .contact-section .block-header h2 {
    padding-top: 0px;
    font-size: 40px;
  }
}
.contact-section .block-header-sub {
  font-size: 18px;
  line-height: 30px;
  color: #232323;
}
@media (max-width: 767.98px) {
  .contact-section .block-header-sub br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .contact-section {
    padding-top: 0px;
  }
}

.form {
  font-size: 14px;
  line-height: 22px;
  max-width: 682px;
  width: 100%;
  margin-top: 91px;
  font-family: "Montserrat", sans-serif;
}
.form .button {
  background: #4bff00;
  font-family: "Bebas", sans-serif;
  border: none;
  color: #232323;
  padding: 25px 80px 22px;
  font-size: 24px;
  line-height: 1;
  margin-top: 27px;
  margin-bottom: 21px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .button i {
  margin-left: 19px;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .form .button {
    padding: 21px 43px;
    font-size: 20px;
  }
}
.form .error {
  color: red;
}
.form .annotation {
  color: #4bff00;
}
@media (max-width: 767.98px) {
  .form {
    margin-top: 60px;
  }
}

.form-header h2 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 33px;
  font-family: "Bebas", sans-serif;
  color: #ffffff;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .form-header h2 {
    margin-bottom: 15px;
  }
}

.form-group label {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
.form-group label sup {
  color: red;
}

.form-control {
  height: 70px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 0;
  border: none;
}
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea.form-control {
  height: 160px;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 991.98px) {
  .contact-panes .col-12 {
    margin-bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .contact-panes .col-12 {
    margin-bottom: 30px;
  }
}

.contact-pane {
  background: none;
  color: #232323;
  padding: 38px 40px;
  font-size: 16px;
  line-height: 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1140px) {
  .contact-pane {
    padding: 22px 19px;
  }
}
@media (max-width: 575.98px) {
  .contact-pane {
    padding: 0;
  }
}
.contact-pane .pane-icon {
  height: 50px;
}
.contact-pane .pane-icon svg path {
  fill: #161616;
}
.contact-pane .pane-header {
  font-size: 30px;
  line-height: 100%;
  font-weight: 300;
  color: #232323;
  margin-bottom: 4px;
}
.contact-pane .pane-header span {
  font-weight: 600;
}
.contact-pane .pane-body {
  padding-top: 4px;
  color: #25660a;
  font-size: 20px;
  line-height: 24px;
}
.contact-pane .pane-body.address {
  text-align: center;
}
.contact-pane .pane-body a {
  color: #25660a;
  text-decoration: none;
}
.contact-pane .pane-body a.email {
  font-size: 18px;
}
.contact-pane .pane-body strong {
  font-weight: 600;
}
.contact-pane .pane-body .big {
  font-size: 24px;
  line-height: 1;
}
.contact-pane .pane-body .big strong {
  font-weight: 700;
}
.contact-pane .pane-body .socials {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-pane .pane-body .socials li {
  margin-bottom: 11px;
}
.contact-pane .pane-body .socials li a {
  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;
  font-size: 18px;
  line-height: 1;
  color: #232323;
  width: 41px;
  height: 41px;
  background: #25660a;
  border-radius: 50%;
}
.contact-pane .pane-body .socials li a i {
  color: #ffffff;
}

.owner-info {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
  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;
  color: #ffffff;
}
.owner-info .copyright {
  text-align: center;
}
@media (max-width: 575.98px) {
  .owner-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.site-authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-authors a {
  color: #ffffff;
}
.site-authors img {
  height: 17px;
  margin-top: 2px;
}

/* root styles start */
html,
body {
  font-family: "Bebas", sans-serif;
  color: #232323;
  scroll-behavior: smooth;
  position: absolute;
  width: 100%;
  height: 100%;
}

.container, .container-fluid {
  --bs-gutter-x: 3rem;
}
@media (max-width: 1320px) {
  .container, .container-fluid {
    max-width: 100%;
  }
}

.row {
  --bs-gutter-x: 30px;
}
.row > * {
  --bs-gutter-x: 30px;
}

/* root styles end */
