body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #2c3e50;
  width: 100%;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.6;
}

html {
  scroll-behavior: auto !important;
}

p {
  margin-bottom: 1rem;
}
p a {
  text-decoration: underline;
}

a,
a:hover {
  text-decoration: none;
  color: #00c4cc;
}

a {
  text-decoration-skip-ink: none;
}

ol,
ul {
  padding-left: 23px;
  line-height: 1.6;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5 {
  font-family: "Khand", sans-serif;
  line-height: 1.15;
}

.h1,
h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  color: #2c3e50;
}

.h2,
h2 {
  font-size: 50px;
  font-weight: 400;
}

.h3,
h3 {
  font-size: 30px;
  font-weight: 500;
}

.h4,
h4 {
  font-size: 30px;
  font-weight: 400;
}

.h5,
h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}

.h6,
h6 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #2c3e50;
}

.z-1 {
  z-index: 1;
}

.z-5 {
  z-index: 5;
}

.point-events-none {
  pointer-events: none;
}

.text-primary {
  color: #00c4cc !important;
}

.description {
  line-height: 1.4;
  font-size: 26px;
  font-weight: 300;
}

.preview {
  font-size: 18px;
}

.info {
  font-size: 14px;
}

.step {
  height: 42px;
  width: 42px;
  display: block;
  border-radius: 50%;
  font-size: 24px;
  color: #00c4cc;
  text-align: center;
  line-height: 42px;
  margin: 0;
  border: 2px solid #00c4cc;
}

.table {
  text-align: center;
  color: #2c3e50;
}
.table thead th {
  padding: 20px 10px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Khand", sans-serif;
}
.table tbody tr td:first-child {
  text-align: left;
}
.table tbody td {
  padding: 15px 10px;
}

nav.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.menu ul li {
  list-style: none;
}
nav.menu ul li a {
  color: #2c3e50;
  text-decoration: underline;
}
nav.menu ul li a:hover {
  color: #00c4cc;
  text-decoration: none;
}
nav.menu.main-menu > ul > li {
  display: inline-block;
  padding: 0 25px 0 20px;
}
nav.menu.main-menu > ul > li > a {
  font-weight: 500;
  padding-bottom: 50px;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
}
nav.menu.main-menu > ul > li > a:hover, nav.menu.main-menu > ul > li > a:hover span,
nav.menu.main-menu > ul > li > a > strong {
  color: #00c4cc;
}
nav.menu.main-menu > ul > li > a.active:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  background: #00c4cc;
}
nav.menu.main-menu > ul > li.active > a > span {
  color: #00c4cc;
}
nav.menu.main-menu > ul > li.has-children > a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M0.919922 0.999999L4.91992 5L8.91992 1" stroke="%232c3e50" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: cover;
  margin-left: 10px;
  transition: transform 0.3s;
}
nav.menu.main-menu > ul > li:hover > a:after {
  transform: rotate(180deg);
}
nav.menu.main-menu > ul > li.has-children:hover > ul {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s, 0s, 0.3s;
}
nav.menu.main-menu > ul > li.has-children > ul {
  background: #fff;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.15);
  flex-wrap: wrap;
  width: 100%;
  height: 550px;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: calc((100% - 1500px) / 2);
  padding-right: calc((100% - 1500px) / 2);
  margin: 0 auto;
  text-align: left;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 95%;
  z-index: 10;
  border: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all ease 0.2s;
}
nav.menu.main-menu > ul > li.has-children > ul li {
  margin-bottom: 15px;
}
nav.menu.main-menu > ul > li.has-children > ul li.submenu-title > a {
  font-family: "Khand", sans-serif;
  text-decoration: none;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  color: #00c4cc;
}
nav.menu.main-menu > ul > li.has-children > ul li.submenu-title > ul {
  margin-top: 20px;
}
nav.menu.footer-menu > ul {
  display: flex;
  justify-content: space-between;
}
nav.menu.footer-menu > ul > li > a {
  font-family: "Khand", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
  border: 0 !important;
  color: #00c4cc;
}
nav.menu.footer-menu > ul > li > a:hover {
  color: #00c4cc;
  text-decoration: none;
}
nav.menu.footer-menu > ul li {
  margin-bottom: 15px;
}
nav.menu.footer-menu > ul li ul li a:hover {
  color: #00c4cc;
  border-color: #00c4cc;
  text-decoration: none;
}
nav.menu.footer-menu > ul a {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all ease 0.2s;
}

nav.mobile-menu {
  display: block;
  position: fixed;
  right: 0;
  width: 280px;
  max-width: 100%;
  height: 100%;
  padding: 0 15px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  z-index: 99;
  transform: translate3d(111%, 0, 0);
  transition: all ease 250ms;
}
nav.mobile-menu ul li {
  margin: 15px 0;
}
nav.mobile-menu ul li a {
  font-family: "Khand", sans-serif;
  font-weight: 600;
  font-size: 22px;
  text-decoration: none;
}
nav.mobile-menu ul li .button-custom {
  font-size: 16px;
  padding: 16px 25px;
}

.button-custom {
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  min-width: 180px;
  text-align: center;
  font-size: 18px;
  padding: 21px 25px;
  vertical-align: top;
  font-weight: 500;
  line-height: 18px;
  transition: all ease 0.5s;
  background: none;
  border: 0;
  position: relative;
}
.button-custom.button-custom-main {
  background: #00c4cc;
  color: #fff;
}
.button-custom.button-custom-main:hover {
  background: #41D2D5;
}
.button-custom.button-custom-outline {
  border: 1px solid #00c4cc;
  color: #00c4cc;
}
.button-custom.button-custom-outline:hover {
  background: #00c4cc;
  color: #fff;
}
.button-custom.button-custom-outline:hover svg path {
  fill: #fff;
}
.button-custom.button-xl {
  font-size: 18px;
  padding: 24px 30px;
  min-width: 200px;
}

.button-menu {
  position: absolute;
  top: 12px;
  right: 0;
  width: 70px;
  height: 70px;
  background: none;
  border: 0;
  z-index: 999;
  transition: all ease 0.5s;
}
.button-menu .hamburger {
  width: 100%;
  height: 100%;
  text-align: center;
}
.button-menu .hamburger svg {
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.button-menu .hamburger svg path {
  fill: none;
  stroke: #2c3e50;
  stroke-width: 24px;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
}
.button-menu .hamburger svg path#top, .button-menu .hamburger svg path#bottom {
  stroke-dasharray: 240px 950px;
}
.button-menu .hamburger svg path#middle {
  stroke-dasharray: 240px 240px;
  transition: all 0.3s ease;
}

body.menu-open .hamburger svg path#top,
body.menu-open .hamburger svg path#bottom {
  stroke-dashoffset: -650px;
}
body.menu-open .hamburger svg path#middle {
  stroke: transparent;
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}

.social-links {
  position: relative;
}
.social-links a {
  display: inline-block;
  width: 28px;
  height: 28px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.social-links a:hover {
  color: #00c4cc;
}

.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
}
.slider .slides {
  display: flex;
  transition: transform 0.5s ease;
}
.slider .slide {
  min-width: 100%;
}
.slider button {
  position: absolute;
  bottom: 0px;
  display: block;
  height: 50px;
  width: 50px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  background: #00c4cc;
}
.slider button:hover {
  background: #41D2D5;
}
.slider .prev {
  border-radius: 5px 0 0 5px;
  left: 0px;
}
.slider .next {
  border-radius: 0 5px 5px 0;
  left: 50px;
}

.invert .content,
.invert .content-holder *,
.invert .title a,
.invert .date,
.invert .description,
.invert .info,
.invert .preview,
.invert .table *,
.invert .title {
  color: #fff;
}

.bg-primary {
  background: #00c4cc !important;
}

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

.bg-dark {
  background: #082D51 !important;
}

.form-field {
  margin-bottom: 20px;
}

.form-label {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.form-control {
  border-radius: 4px;
}

header.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1950px;
  margin: 0 auto;
  padding: 20px 0 0;
  background: #fff;
  border-bottom: 1px solid #f9f9fb;
  z-index: 99;
  backface-visibility: hidden;
  transition: all 0.8s ease-in-out;
}
header.main-header.sticky {
  position: fixed;
  animation: slide-up 0.7s;
}
header.main-header .logo {
  display: inline-block;
  margin: 20px 0;
}
header.main-header .logo svg {
  width: 170px;
  height: 50px;
}
header.main-header nav.menu {
  margin-top: 33px;
}
header.main-header .button-holder {
  position: absolute;
  right: 20px;
  top: 26px;
}
header.main-header .partners-logo {
  margin-top: 15px;
}

main.main-content {
  padding-top: 125px;
  max-width: 1920px;
  min-height: 800px;
  margin: 0 auto;
}

.useful-pages {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.useful-pages .useful-page {
  color: #2c3e50;
  text-decoration: underline;
  position: relative;
  line-height: 1.2;
}
.useful-pages .useful-page .title {
  font-size: 18px;
}
.useful-pages .useful-page .info {
  font-size: 14px;
}
.useful-pages .useful-page:not(:last-child):after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: -15%;
  background: #e1e1e1;
}

footer.main-footer {
  padding: 70px 0 0;
  background: #082d51;
}

.footer-logo {
  max-width: 120px;
  margin-bottom: 10px;
}

.footer-bottom .h4 {
  font-size: 20px;
  line-height: 20px !important;
}

.factors-section .content-holder {
  border-left: 1px solid #E1E1E1;
  min-height: 600px;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1560px;
  }
  .button-menu {
    display: none;
  }
  footer.main-footer,
  header.main-header {
    max-width: 1920px;
  }
  .py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  section.estimate-form-section .results {
    margin-top: 400px;
    margin-left: -50px;
  }
  .banner-image {
    top: -20%;
  }
}
@media (min-width: 1200px) {
  input.form-control {
    height: 56px;
  }
  nav.menu.main-menu > ul > li.has-children > ul {
    display: flex !important;
  }
  header.main-header .button-holder {
    position: absolute;
    right: 20px;
    top: 26px;
  }
  .position-xl-absolute {
    position: absolute;
  }
  .button-menu {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .h1, h1 {
    font-size: 55px;
  }
  .h2, h2 {
    font-size: 40px;
  }
  .description {
    font-size: 20px;
  }
  .preview {
    font-size: 16px;
  }
  .button-custom.button-xl {
    font-size: 17px;
    padding: 15px 25px;
    min-width: 135px;
  }
  header.main-header .partners-logo img {
    max-height: 55px;
  }
  .py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  section.estimate-form-section .results {
    margin-top: 400px;
    margin-left: -100px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  body {
    font-size: 15px;
    line-height: 1.5;
  }
  .h1, h1 {
    font-size: 50px;
  }
  h2.h1 {
    font-size: 45px;
  }
  .form-label {
    font-size: 13px;
  }
  .factors-section .content-holder {
    min-height: 630px;
  }
  .estimate-decor {
    max-width: 800px;
    max-height: 600px;
  }
  section.estimate-form-section .results {
    margin-left: -50px;
  }
  header.main-header nav.menu:before {
    content: "";
    z-index: -1;
    height: 54px;
    width: 2000px;
    max-width: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #eeeef1;
    border-bottom: 1px solid #eeeef1;
  }
  header.main-header {
    position: absolute;
    padding: 15px 0 0;
  }
  header.main-header nav.menu {
    margin: 15px 0 0;
    padding: 0;
  }
  nav.menu.main-menu > ul > li > a {
    padding: 18px 0;
  }
  nav.menu.main-menu > ul > li {
    padding: 0 50px 0 0;
  }
  nav.menu.main-menu > ul > li > a.active:before {
    bottom: 51px;
  }
  header.main-header .column-logo {
    width: 40%;
    order: 1;
  }
  header.main-header .column-menu {
    width: 100%;
    order: 3;
  }
  header.main-header .column-partners {
    width: 60%;
    order: 2;
  }
  header.main-header .partners-logo {
    margin-top: 10px;
  }
  header.main-header .button-holder {
    top: 10px;
    right: inherit;
    margin-left: 50px;
    position: relative;
  }
  main.main-content {
    padding-top: 155px;
  }
  .useful-pages .useful-page .image-holder {
    width: 35px;
  }
  .useful-pages .useful-page .title {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .useful-pages .useful-page:not(:last-child):after {
    content: none;
  }
  .banner-image {
    max-width: 95%;
    margin-top: 5%;
  }
}
@media (max-width: 1200px) {
  main.main-content {
    padding-top: 100px;
    width: 100%;
    overflow: hidden;
    transition: opacity ease 0.5s;
    min-height: auto;
  }
  body.menu-open {
    height: 100%;
    background: #000;
  }
  body.menu-open main.main-content {
    opacity: 0.4;
    background: #fff;
  }
  body.menu-open header.main-header nav.menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: all;
  }
  .py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-5.intro-section {
    padding-bottom: 0 !important;
  }
  .banner-image {
    max-width: 100%;
    top: 15%;
  }
  .useful-pages .useful-page {
    width: 50%;
    float: left;
  }
  header.main-header {
    position: absolute;
    padding: 0 0 10px;
  }
  header.main-header .column-menu {
    order: 3;
  }
  header.main-header .button-holder {
    position: relative;
    margin-left: 60px;
    margin-right: 40px;
    right: 20px;
    top: 26px;
  }
  header.main-header nav.menu {
    position: fixed;
    box-shadow: -50px 50px 50px rgba(255, 255, 255, 0.25);
    background-repeat: repeat;
    pointer-events: none;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all ease 0.3s;
    margin: 0;
    width: 350px;
    max-width: 100%;
    right: 0;
    top: 100px;
    height: 100%;
    overflow: auto;
    padding-bottom: 150px;
    z-index: 999;
  }
  nav.menu.main-menu > ul > li.has-children.row-menu.industries > ul:before, nav.menu.main-menu > ul > li.has-children:hover > a:after, nav.menu.main-menu > ul > li.has-children > a:after, nav.menu.main-menu > ul > li > a.active:before {
    content: none;
  }
  nav.menu.main-menu > ul > li {
    display: block;
    margin: 0;
    position: relative;
  }
  nav.menu.main-menu > ul > li > a {
    padding: 20px 25px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
  }
  nav.menu.main-menu > ul > li.has-children > ul li {
    opacity: 1;
    display: block;
    margin-bottom: 0;
    transform: translateX(0);
  }
  nav.menu.main-menu > ul > li.has-children > ul li > a {
    padding: 8px 25px;
    display: block;
  }
  nav.menu.main-menu > ul > li.has-children > ul li.submenu-title > a {
    display: block;
    padding: 20px 25px;
    font-family: "Roboto", sans-serif;
    color: #2c3e50;
    border-bottom: 1px solid #ddd;
    text-transform: none;
    font-size: 16px;
  }
  nav.menu.main-menu > ul > li.has-children.row-menu > ul {
    padding: 15px 0;
  }
  nav.menu.main-menu > ul > li {
    padding: 0;
  }
  nav.menu.main-menu > ul > li.has-children > ul {
    padding: 0;
    height: auto;
    visibility: visible;
    opacity: 1;
    position: relative;
    pointer-events: all;
    box-shadow: none;
  }
  nav.menu.main-menu ul li.has-children {
    transition: none;
  }
  nav.menu.main-menu > ul > li:first-child {
    border-top: 1px solid #ddd;
  }
  nav.main-menu .has-children .arrow {
    cursor: pointer;
    border: 0;
    height: 60px;
    text-align: center;
    padding: 0;
    width: 56px;
    border-radius: 0;
    top: 0;
    right: 0;
    color: #2c3e50;
    border-left: 1px solid #ddd;
    background: 0 0;
    display: block;
    position: absolute;
    font-size: 20px;
    line-height: 56px;
  }
  nav.menu.main-menu > ul > li.has-children.on:hover > a, nav.menu.main-menu > ul > li.has-children.on > a, nav.menu.main-menu > ul > li.has-children > ul li.has-children.on > a {
    color: #00c4cc;
  }
  nav.menu.main-menu > ul > li.has-children:hover > a, nav.menu.main-menu > ul > li > a:hover {
    color: #2c3e50;
  }
  nav.main-menu .has-children .arrow:after {
    content: "\f107";
    font-family: "fontAwesome", sans-serif;
    display: inline-block;
  }
  nav.main-menu .has-children .arrow:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #fff;
    left: 0;
    position: absolute;
    top: 2px;
  }
  nav.menu.main-menu > ul > li.has-children > ul li.submenu-title > ul {
    margin-top: 0;
    padding: 10px 0;
  }
  nav.main-menu .has-children .has-children .has-children ul {
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 0;
  }
  nav.main-menu .has-children .has-children .arrow:after {
    content: "+";
  }
  nav.main-menu .has-children .has-children.on .arrow:after {
    content: "\f106";
  }
  nav.main-menu .has-children.on > .arrow:after {
    content: "-";
  }
  nav.menu.main-menu > ul > li.has-children.row-menu > ul > li {
    display: block;
    width: 100%;
    padding-right: 0;
    float: none;
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0s;
  }
  nav.menu.main-menu > ul > li > a.active {
    color: #00c4cc;
    border-left: 3px solid #00c4cc;
  }
  nav.main-menu .has-children ul {
    display: none;
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 992px) {
  .table {
    font-size: 14px;
  }
  .table thead th {
    font-size: 16px;
  }
  table tbody tr td img {
    max-width: 20px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .h1, h1 {
    font-size: 50px;
  }
  .h2, h2 {
    font-size: 34px;
  }
  .description {
    font-size: 20px;
  }
  nav.menu.footer-menu > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
  }
  .useful-pages .useful-page .title {
    font-size: 14px;
  }
  .table {
    font-size: 13px;
  }
  .table tbody tr td:first-child {
    padding-left: 0;
  }
  table tbody tr td img {
    max-width: 20px;
  }
  .table thead th {
    font-size: 14px;
  }
  .table thead th:first-child {
    width: 150px;
  }
}

/*# sourceMappingURL=main.css.map */
