@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-semibold-webfont.eot");
  src: url("../fonts/montserrat-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff"), url("../fonts/montserrat-semibold-webfont.ttf") format("truetype"), url("../fonts/montserrat-semibold-webfont.svg#montserratsemi_bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/barlow-condensed-semi-bold.woff") format("woff"), url("../fonts/barlow-condensed-semi-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-regular.eot");
  src: url("../fonts/lato-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular.woff2") format("woff2"), url("../fonts/lato-regular.woff") format("woff"), url("../fonts/lato-regular.ttf") format("truetype");
  font-weight: normal;
  font-weight: normal;
  font-style: normal;
}
/***************************************************************************

VARIABLES

***************************************************************************/
/* Colors */
/* Fonts */
/***************************************************************************

HTML ELEMENTS

***************************************************************************/
body {
  background-color: #ffffff;
  color: #151515;
  font-family: "Poppins", sans-serif;
  min-height: 100vh;
  padding-top: 66px;
}
@media (min-width: 992px) {
  body {
    padding-top: 90px;
  }
}

/* Sections */
section {
  padding: 70px 10px;
}
@media (min-width: 992px) {
  section {
    padding: 100px 0;
  }
}

section.page-title {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 0;
  height: 120px;
  text-align: center;
}
section.page-title .container {
  height: 100%;
  position: relative;
}
section.page-title .container .row {
  height: 100%;
  align-items: center;
}
section.page-title .container .row .col {
  text-align: center;
}
section.page-title .container h1 {
  color: #f15b22;
  margin: 0;
}
section.page-title .container h3 {
  color: #ffffff;
  margin: 0;
}
@media (min-width: 992px) {
  section.page-title {
    height: 240px;
  }
}
section.page-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

section.slider {
  padding: 0;
  margin-top: -66px;
}
@media (min-width: 992px) {
  section.slider {
    margin-top: -90px;
  }
}

section.bg-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.webp section.bg-1 {
  background-image: url("/public/assets/images/background/bg-1.webp");
}

.no-webp section.bg-1, .no-js body section.bg-1 {
  background-image: url("/public/assets/images/background/bg-1.jpg");
}

section.bg-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}

.webp section.bg-2 {
  background-image: url("/public/assets/images/background/bg-map.webp");
}

.no-webp section.bg-2, .no-js body section.bg-2 {
  background-image: url("/public/assets/images/background/bg-map.png");
}

section.products .row > * {
  padding-left: 15px;
  padding-right: 15px;
}
section.products .row > *:last-child {
  margin-bottom: 0;
}

section.gallery .row > * {
  margin-bottom: 30px;
}
section.gallery .row > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  section.gallery .row > * {
    margin-bottom: 0;
  }
}

section.video {
  padding-top: 70px;
}
section.video .row > * > .box.video {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  section.video .row > * > .box.video {
    margin-bottom: 0;
  }
}

/* Headings */
h1, h2, h3, h4, h5 {
  color: #151515;
}

h1, h2, h3, h4 {
  font-family: "Teko", sans-serif;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 992px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 36px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 1.5;
  }
}

@media (min-width: 1200px) {
  h4 {
    font-size: 24px;
    line-height: 1.25;
  }
}

/* Paragraph */
p {
  color: #82847f;
  font-size: 17px;
}
@media (min-width: 992px) {
  p {
    font-size: 16px;
  }
}

/* Anchor element */
a {
  text-decoration: none;
  color: #151515;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #f15b22;
}

/* Lists */
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li, ol li {
  display: block;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.pt-70 {
  padding-top: 70px;
}

/***************************************************************************

NAVBAR

***************************************************************************/
.header-top {
  background-color: #666767;
  color: #ffffff;
  font-size: 14px;
  padding: 15px 50px;
  position: relative;
  z-index: 1000;
  border-bottom: 1px solid #666767;
  display: none;
}
@media (min-width: 992px) {
  .header-top {
    display: block;
  }
}
.header-top a {
  color: #ffffff;
}
.header-top a:hover {
  color: #f15b22;
}
.header-top .contact {
  display: none;
}
@media (min-width: 992px) {
  .header-top .contact {
    display: block;
  }
}
.header-top .language {
  margin-right: 30px;
}
.header-top .language a {
  margin-left: 20px;
}
.header-top .social a {
  margin-left: 20px;
  margin-top: 2px;
  font-size: 18px;
}
.header-top .social a:hover {
  text-decoration: none;
  color: #f15b22;
}

.navbar {
  font-family: "Roboto", sans-serif;
  background: #ffffff;
  transition: all 0.5s ease;
  z-index: 1000;
}
@media (min-width: 992px) {
  .navbar {
    padding-left: 50px;
    padding-right: 50px;
    height: 90px;
  }
}
.navbar .navbar-brand {
  padding: 5px 10px;
  margin-right: 0;
  color: #666767;
}
@media (min-width: 992px) {
  .navbar .navbar-brand {
    padding: 10px 0;
  }
}
.navbar .navbar-brand img {
  width: 100px;
  height: auto;
}
@media (min-width: 992px) {
  .navbar .navbar-brand img {
    width: 150px;
  }
}
.navbar .navbar-toggler {
  margin-left: auto;
  border: none;
  flex-grow: 0;
}
.navbar .navbar-toggler .icon-bar {
  width: 22px;
  height: 3px;
  display: block;
  background: #82847f;
  transition: all 0.3s linear;
}
.navbar .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler .icon-bar-1 {
  transform: rotate(45deg) translateX(3px) translateY(2px);
}
.navbar .navbar-toggler .icon-bar-2 {
  position: absolute;
  opacity: 0;
}
.navbar .navbar-toggler .icon-bar-3 {
  transform: rotate(-45deg) translateX(3px) translateY(-2px);
}
.navbar .navbar-toggler.collapsed .icon-bar-1 {
  transform: rotate(0);
}
.navbar .navbar-toggler.collapsed .icon-bar-2 {
  position: static;
  opacity: 1;
}
.navbar .navbar-toggler.collapsed .icon-bar-3 {
  transform: rotate(0);
}
@media (min-width: 992px) {
  .navbar .navbar-toggler.collapsed {
    margin-left: none;
  }
}
.navbar .navbar-collapse {
  position: fixed;
  padding-top: 30px;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100vh;
  background-color: #fff;
  transition: all 0.2s linear;
  border-right: 1px solid #eaeaea;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    position: inherit;
    height: auto;
    background-color: inherit;
    padding: 0;
    border: 0;
  }
}
.navbar .navbar-collapse.show {
  left: 0px;
}
.navbar .nav-item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  /*
  &:last-child {
    a {
      position: relative;
      overflow: hidden;
      display: inline-block;
      font-size: 16px;
      padding: 11px 20px !important;
      line-height: 24px;
      border: 2px solid;
      font-family: $subheading-font;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-align: center;
      cursor: pointer;
      vertical-align: middle;
      user-select: none;
      transition: 250ms all ease-in-out;
      border-radius: 25px;
      color: $black;
      background-color: $highlight;
      border-color: $highlight;
      &:hover {
        color: $white;
        background-color: transparent;
        border-color: $highlight;
      }
      @include xxs {
        font-size: 15px;
        padding: 11px 15px !important;
      }

    }
  }
  */
}
.navbar .nav-item .nav-link {
  color: #666767;
  font-size: 16px;
  font-weight: 500;
}
.navbar .nav-item .nav-link:hover {
  color: #f15b22;
}
@media (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-left: 20px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item.active:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background: #f15b22;
    left: 50%;
    bottom: 15px;
  }
}
.navbar .nav-item.active:last-child:after {
  display: none;
}
@media (min-width: 992px) {
  .navbar .navbar-end {
    width: 150px;
  }
}

.navbar.scrolled {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  /*
    position: sticky;
    top: 0;
  */
}

body.home .header-top {
  background-color: #151515;
}
body.home .navbar {
  background: rgba(0, 0, 0, 0.4);
}
body.home .navbar .navbar-brand {
  color: #ffffff;
}
body.home .navbar .navbar-toggler .icon-bar {
  background: #fff;
}
body.home .navbar .navbar-collapse .nav-item .nav-link {
  color: #82847f;
}
@media (min-width: 992px) {
  body.home .navbar .navbar-collapse .nav-item .nav-link {
    color: #ffffff;
  }
}
body.home .navbar .navbar-collapse .nav-item .nav-link:hover {
  color: #f15b22;
}

/***************************************************************************

FOOTER

***************************************************************************/
footer .footer-top {
  padding: 60px 0 30px 0;
  background: #151515;
}
footer .footer-top p {
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 10px;
}
footer .footer-top a {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  color: #ffffff;
}
footer .footer-top a:hover {
  color: #f15b22;
}
@media (min-width: 992px) {
  footer .footer-top {
    padding: 80px 0 30px 0;
  }
}
footer .footer-bottom {
  background: #151515;
  color: #ffffff;
  padding: 30px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
footer .footer-bottom a {
  color: #f15b22;
}
footer .footer-bottom a:hover {
  color: #f5f5f5;
}

/***************************************************************************

CAROUSEL SLIDER

***************************************************************************/
/* Carousel base class */
.carousel .carousel-item {
  min-height: calc(100vh - 0px);
  /* Since positioning the image, we need to help out the caption */
}
.carousel .carousel-item .slide-bg {
  height: 100vh;
}
.carousel .carousel-item .square-block {
  display: block;
  position: absolute;
  width: 90%;
  height: 70%;
  left: 5%;
  top: 15%;
  z-index: 2;
  padding: 20px;
  border: 25px solid #f15b22;
  /*transform: matrix(1, 0, 0, 1, 0, 0);*/
}
@media (min-width: 992px) {
  .carousel .carousel-item .square-block {
    width: 440px;
    height: 580px;
    left: 20%;
    top: 15%;
  }
}
.carousel .carousel-item .carousel-caption {
  top: 20%;
  margin-bottom: 0;
  z-index: 10;
}
@media (min-width: 992px) {
  .carousel .carousel-item .carousel-caption {
    left: 25%;
    width: 50%;
  }
}
.carousel .carousel-item .carousel-caption h1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
}
@media (min-width: 768px) {
  .carousel .carousel-item .carousel-caption h1 {
    font-size: 60px;
  }
}
.carousel .carousel-item .carousel-caption h1, .carousel .carousel-item .carousel-caption h2, .carousel .carousel-item .carousel-caption h3 {
  color: #ffffff;
}
.carousel .carousel-item .carousel-caption p {
  color: #ffffff;
  font-size: 16px;
}
@media (min-width: 992px) {
  .carousel .carousel-item .carousel-caption p {
    font-size: 18px;
  }
}
.carousel .carousel-item .carousel-caption .btn {
  margin-bottom: 0;
}
.carousel .carousel-control-prev, .carousel .carousel-control-next {
  display: none;
}
@media (min-width: 992px) {
  .carousel .carousel-control-prev, .carousel .carousel-control-next {
    display: block;
    width: 60px;
    height: 60px;
    background: #f15b22;
    opacity: 1;
    position: absolute;
  }
}
.carousel .carousel-control-prev {
  left: auto;
  top: auto;
  right: 90px;
  bottom: 20px;
}
.carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: none;
}
.carousel .carousel-control-prev .carousel-control-prev-icon:before {
  font-size: 30px;
}
.carousel .carousel-control-next {
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
}
.carousel .carousel-control-next .carousel-control-next-icon {
  background-image: none;
}
.carousel .carousel-control-next .carousel-control-next-icon:before {
  font-size: 30px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: calc(100vh - 139px);
  min-height: 600px;
}
@media (min-width: 992px) {
  .carousel-item {
    height: 770px;
  }
}

.slider-scale-effect .slide-bg {
  width: 100%;
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 8.5s ease-out;
  transform: scale(1.08);
}
.slider-scale-effect .slide-bg:after {
  /* opacity overlay*/
  display: none;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
}
@media (min-width: 992px) {
  .slider-scale-effect .slide-bg {
    height: 770px;
    background-position: top center;
  }
  .slider-scale-effect .slide-bg:after {
    display: none;
  }
}

.slider-scale-effect .carousel-item:nth-child(1) .slide-bg {
  transform-origin: 0 0;
}

.slider-scale-effect .carousel-item:nth-child(1).active .slide-bg {
  transform: scale(1);
}

.slider-scale-effect .carousel-item:nth-child(2) .slide-bg {
  transform: scale(1);
  transform-origin: 100% 100%;
}

.slider-scale-effect .carousel-item:nth-child(2).active .slide-bg {
  transform: scale(1.08);
}

.slider-scale-effect .carousel-item:nth-child(3) .slide-bg {
  transform-origin: 50% 50%;
}

.slider-scale-effect .carousel-item:nth-child(3).active .slide-bg {
  transform: scale(1);
}

.about img {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .about img {
    margin-top: 0;
  }
}

/*

PAGE BOXES

*/
.box h3.pre_title {
  color: #f15b22;
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 26px;
}
.box h3.pre_title:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #f15b22;
  position: absolute;
  bottom: 9px;
  right: -50px;
}
@media (min-width: 992px) {
  .box h3.pre_title {
    font-size: 32px;
  }
  .box h3.pre_title:after {
    bottom: 16px;
  }
}
.box h2.title {
  font-size: 40px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .box h2.title {
    font-size: 52px;
  }
}
.box h3.subtitle {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 20px;
  color: #f15b22;
}
.box .lead_text, .box .lead_text p {
  color: #151515;
  font-weight: 600;
}
.box .image img {
  padding: 0;
  margin: 0;
  border: 10px solid #f15b22;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.box.section-title {
  margin-bottom: 30px;
}
.box.section-title h3.pre_title:before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #f15b22;
  position: absolute;
  bottom: 9px;
  left: -50px;
}
@media (min-width: 992px) {
  .box.section-title h3.pre_title:before {
    bottom: 16px;
  }
}

.box.service {
  border: 10px solid #eaeaea;
  background: #ffffff;
  padding: 20px;
  height: 100%;
}
@media (min-width: 992px) {
  .box.service {
    padding: 30px;
  }
}
.box.service .service-box-title {
  position: relative;
  padding-left: 25px;
}
.box.service .service-box-title h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
}
.box.service .service-box-title:before {
  content: "";
  display: block;
  height: 70px;
  width: 5px;
  background-color: #f15b22;
  position: absolute;
  left: 0;
  top: 0;
}
.box.service .subtitle {
  margin-top: 15px;
}
.box.service .service-box-content {
  margin-top: 25px;
  /* padding-top: 30px; */
}

.box.team {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .box.team {
    margin-bottom: 0;
  }
}
.box.team .pre_title:after {
  display: none;
}
.box.team img {
  margin-bottom: 20px;
}
.box.team h3.title {
  margin-bottom: 0;
  font-size: 32px;
}
.box.team .subtitle h4 {
  color: #f15b22;
  margin-bottom: 20px;
  font-size: 24px;
}

.box.product-category {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #eaeaea;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.box.product-category:hover {
  border-color: #f15b22;
}
.box.product-category:hover .title h3 {
  color: #f15b22;
}
.box.product-category .image {
  border-bottom: 1px solid #f5f5f5;
}
.box.product-category .image img {
  box-shadow: none;
  border: none;
}
.box.product-category .title h3 {
  transition: all 0.3s ease-in-out;
  padding: 10px 20px 0 20px;
  margin-bottom: 0;
}
.box.product-category .description {
  padding: 0 20px 15px 20px;
  color: #151515;
}

.box.product {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #eaeaea;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.box.product:hover {
  border-color: #f15b22;
}
.box.product:hover .content .name h3 {
  color: #f15b22;
}
.box.product .image {
  border-bottom: 1px solid #f5f5f5;
}
.box.product .image img {
  box-shadow: none;
  border: none;
}
.box.product .content {
  padding: 20px;
}
.box.product .content .name h3 {
  transition: all 0.3s ease-in-out;
  line-height: 1.2em;
  margin-bottom: 0;
}
.box.product .content .short_description p {
  margin-bottom: 0;
}

.box.product-details .product-image {
  margin-bottom: 20px;
}
.box.product-details .product-image img {
  width: 100%;
  height: auto;
}
.box.product-details .name h3 {
  color: #f15b22;
}
.box.product-details .short_description p {
  color: #f15b22;
  font-weight: 600;
}
.box.product-details .text-head {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 30px;
}
.box.product-details .text-label {
  font-weight: 600;
}
.box.product-details .product-table {
  width: 100%;
  color: #82847f;
  text-align: center;
  border-spacing: 2px;
  border-collapse: separate;
  font-size: 15px;
}
.box.product-details .product-table th, .box.product-details .product-table td {
  padding: 5px;
}
.box.product-details .product-table tbody th {
  font-weight: 400;
}
.box.product-details .product-table tbody > tr:nth-of-type(odd) > * {
  background-color: #eaeaea;
}
.box.product-details .product-table tbody > tr:nth-of-type(even) > * {
  background-color: #ffffff;
}

.box.gallery-category {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.box.gallery-category .image img {
  box-shadow: none;
  border: none;
}
.box.gallery-category .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
}
.box.gallery-category .content .content-inner {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
}
.box.gallery-category .content .content-inner .title h3 {
  color: #ffffff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.box.gallery-category:hover {
  background-color: #f15b22;
}
.box.gallery-category:hover .content .content-inner .title h3 {
  color: #f15b22;
}

.contact-form textarea {
  height: 200px;
}
@media (min-width: 992px) {
  .contact-form textarea {
    height: 160px;
  }
}

.box.contact {
  border: 10px solid #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  padding: 30px;
  background-color: #00173c;
  background-position: center;
  background-size: cover;
}
.box.contact h3 {
  color: #f15b22;
}
.box.contact p {
  color: white;
}
@media (min-width: 992px) {
  .box.contact {
    margin-top: 107px;
  }
}

.webp .box.contact {
  background-image: url("/public/assets/images/background/bg-contact.webp");
}

.no-webp .box.contact {
  background-image: url("/public/assets/images/background/bg-contact.png");
}

/* GALLERY */
.gamma-gallery li .gamma-description p {
  display: none;
}

/*

BUTTONS

*/
.btn {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  border-radius: 0;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.btn-style-1 {
  background: #f15b22;
  color: #ffffff;
  padding: 15px 30px;
}
.btn-style-1:hover {
  background: #f15b22;
  color: #ffffff;
}

.btn-style-2 {
  background: #151515;
  color: #ffffff;
  padding: 10px 20px;
}
.btn-style-2:hover {
  background: #f15b22;
  color: #ffffff;
}
.btn-style-2 i {
  font-weight: 300;
  margin-right: 10px;
}

.btn-style-3 {
  background: #151515;
  color: #ffffff;
  padding: 15px 21px;
}
.btn-style-3:hover {
  background: #f15b22;
  color: #ffffff;
}

.back-button {
  display: block;
  font-size: 20px;
  width: 60px;
  height: 60px;
  background-color: #f15b22;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .back-button {
    margin-left: 0;
    margin-right: 0;
  }
}
.back-button:hover {
  background-color: #e05010;
  color: #ffffff;
}
.back-button i {
  margin-top: 20px;
}

/* CONTACT */
.contact-form {
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .contact-form {
    margin-bottom: 0;
  }
}
.contact-form .row > * {
  padding-left: 10px;
  padding-right: 10px;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form .btn {
  margin-top: 15px;
}

.form-group label {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  pointer-events: none;
  text-align: left;
  z-index: 9;
  transition: 0.25s;
  will-change: transform;
  transform: translateY(-50%);
  transition: 250ms all ease-in-out;
}

.form-group label.not-empty {
  display: none !important;
}

.form-group label.focus {
  opacity: 0;
}

.form-group.has-error .form-control {
  border-color: red;
}

.form-group .help-block {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  margin-left: 10px;
}

.form-control {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 12px 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #a1a1a1;
  background-color: #ffffff;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.3s ease-in-out;
  border: 1px solid #f5f5f5;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #eaeaea;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.contact-list > li {
  padding: 24px 0;
  border-bottom: 1px solid #e7e7e7;
}

.contact-list .contact-list-title {
  font-family: var(--heading-font);
  font-size: 21px;
  font-weight: 700;
  color: var(--main-black);
}

.contact-list * + .contact-list-content {
  margin-top: 15px;
}

.contact-list .contact-list-content {
  position: relative;
  padding-left: 30px;
}

.contact-list .contact-list-content .icon {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 24px;
}

.icon {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}

.contact-list .icon {
  color: var(--highlight-color);
}

.pricing-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 25px 0 25px 0;
  border-bottom: 1px solid #e7e7e7;
}
@media (min-width: 992px) {
  .pricing-item {
    padding: 25px 20px 25px 20px;
  }
}

.pricing-item h5 {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 20px;
}

.pricing-body h4 {
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 2px;
}

.pricing-body > * + * {
  margin-top: 9px;
}

.pricing-value h4 {
  font-weight: 400;
  margin-top: 10px;
  color: var(--highlight-color);
}

.pricing-value p {
  color: var(--highlight-color);
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */