@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
a {
	color: #c4c4c4;
}
html {
  scroll-behavior: smooth;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.overlay {
  display: none;
  opacity: 0;
}

.blue-btn {
  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: 220px;
  height: 35px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  background: #18A0FB;
  -webkit-box-shadow: 0px 0px 21px rgba(24, 160, 251, 0.7);
          box-shadow: 0px 0px 21px rgba(24, 160, 251, 0.7);
  border-radius: 90px;
  border: 0;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.blue-btn:hover {
  background: #1590e2;
}

.dark-btn {
  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: 220px;
  height: 35px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  background: #1F2533;
  border: 1px solid #18A0FB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 21px rgba(24, 160, 251, 0.7);
          box-shadow: 0px 0px 21px rgba(24, 160, 251, 0.7);
  border-radius: 90px;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.breadcrumbs {
  padding-top: 100px;
  background-color: #1F2533;
}

.breadcrumbs p {
  color: #fff;
  margin: 0;
}

.breadcrumbs p span a {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
}

.breadcrumbs p span .breadcrumb_last {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 .ajax-loader {
  display: none !important;
}

/* Select Styles
================================ */



/* Drop Down Styles
================================ */

.header-info__contact .drop-down {
  list-style: none; 
  margin: 0 auto;
  padding: 0;
  text-align: center;
  -webkit-transition: height 0.3s ease;
          transition: height 0.3s ease;
}

.header-info__contact .drop-down a.nav-button {
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
}

.header-info__contact .drop-down a.nav-button::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-image: url(../img/phone-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.header-info__contact.closed .drop-down a.nav-button:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 5px;
  background-image: url(../img/carrot-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  transform: rotate(0);
  transition: all .3s ease-in-out;
}

.header-info__contact .drop-down a.nav-button:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 5px;
  background-image: url(../img/carrot-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: all .3s ease-in-out;
  transform: rotate(180deg);
}

.header-info__contact .drop-down ul {
  position: absolute;
  right: 0;
}

.header-info__contact.closed .drop-down ul {
  display: none;
}

.header-info__contact .drop-down li a {
  display: block;
  color: #ecf0f1;
  text-decoration: none;
  padding: 10px;
  padding-bottom: 5px;
}

#content-wrap {
  padding-top: 32px;
  background: #1f2533;
}

body.page-template-home #content-wrap {
  padding-top: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 25px 0;
  background: rgba(31, 37, 51, 0.2);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 3;
}

.header.sticky {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(31, 37, 51, 0.7);
}

.header-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  height: 100%;
}

.header-catalog i.icon {
  margin-right: 5px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:nth-of-type(1) > a.mega-menu-link::before {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -20px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/products-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  top: -2px;
}

.header-nav {
  height: 100%;
}

.header-nav ul {
  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;
  height: 100%;
}

.header-nav ul li {
  margin-right: 50px;
}

.header-nav ul li:last-child {
  margin-right: 0;
}

.header-nav ul li a {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
}

#ajaxsearchprores1_1.vertical .item, #ajaxsearchprores1_2.vertical .item, div.asp_r.asp_r_1.vertical .item {
  border: 0;
}

#ajaxsearchprores1_1 .results .asp_nores_header {
  display: block;
  margin-bottom: 10px;
}

#ajaxsearchprores1_1 .results .asp_nores {
  text-align: left;
  background: #1f2533;
  color: #fff;
}

#ajaxsearchprores1_1 .results .asp_nores .asp_keyword {
  padding: 0 !important;
  margin-right: 5px;
  font-size: 12px !important;
  font-weight: normal !important;
}

.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-info__lang {
  margin-right: 15px;
}

.header-info__lang ul::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url(../img/carrot-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.header-info__lang ul select {
  -webkit-appearance: none;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
}

.header-info__lang ul select option {
  padding: 5px;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #1F2533;
}

/* .header-info__lang ul select option[selected] {
  font-size: 14px;
  color: #FFFFFF;
  background-color: #1F2533;
} */

.header-info__lang ul select:focus {
  outline: none;
}

.header-info__contact {
  position: relative;
  text-align: right;
}

.header-info__contact a.strong {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header-info__contact a.strong::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 0;
  background-image: url(../img/phone-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.header-info__contact ul.drop-down {
  position: relative;
}

.header-info__contact.closed span {
  opacity: 1;
}

.header-info__contact span a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FFFFFF;
  text-transform: lowercase;
}

.main-block {
  position: relative;
  padding: 250px 0 200px 0;
  background-color: #1F2533;
  background-image: url(../img/main-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.main-block::after {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #1f2533;
    opacity: 0.8;
}

.main-block img {
  position: relative;
  z-index: 1;
}

.main-block a.blue-btn {
  position: relative;
  margin: 50px auto 0;
  z-index: 1;
}

.services {
  border-bottom: 3px solid #fff;
}

.services-list .row {
  margin-left: 0;
  margin-right: 0;
}

.services-list .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.services-list .col-md-12,
.services-list .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

body.single-services .services-list .container-fluid .row > div:nth-child(odd) {
  border-right: 3px solid #fff;
}

body.single-services .services-list .container-fluid .row > div:nth-child(even) {
  border-right: 0;
}

.services-list .container-fluid .row > div:nth-child(even) {
  border-right: 3px solid #fff;
}

.services-list .container-fluid .row > div:last-child {
  border-right: 0;
}

.services-list__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 50px 5vw;
  background-color: #1F2533;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 3px solid #fff;
}

.services-list__card.first {
  background-image: url(../img/services-image_1.png);
}

.services-list__card.second {
  background-image: url(../img/services-image_2.png);
}

.services-list__card.third {
  background-image: url(../img/services-image_3.png);
}

.services-list__card.fourth {
  height: 100%;
  background-image: url(../img/services-image_4.png);
  border-left: 3px solid #fff;
}

.services-list__card h2 {
  margin: 0;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  color: #FFFFFF;
}

.services-list__card h2 a {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  color: #FFFFFF;
  text-decoration: none;
}

.services-list__card .strong {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #18A0FB;
}

.services-list__card p {
  margin: 0;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.about {
  position: relative;
  padding: 50px 0;
  background-color: #1F2533;
}

.about-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.about-heading h2 {
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 85px;
  color: #FFFFFF;
}

.about-heading img {
  width: 100%;
}

.about-text h4 {
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.about-text p {
  margin: 0;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}

.about-text ul {
  margin-bottom: 20px;
}

.about-text ul li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 65px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
}

.about-text ul li::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  display: block;
  width: 45px;
  height: 40px;
  background-image: url(../img/li-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-text ul li:last-child {
  margin-bottom: 0;
}

.trust {
  position: relative;
  padding: 50px 0 30px 0;
  background-color: #fff;
}

.trust-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.trust-heading h2 {
  margin: 0;
  color: #1F2533;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 85px;
}

.trust-heading__navs ul {
  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;
  margin: 0;
  padding: 0;
}

.trust-heading__navs ul li {
  margin-right: 30px;
}

.trust-heading__navs ul li:last-child {
  margin-right: 0;
}

.trust-slider .slick-slide {
  border-left: 1px solid #cecece;
}

.trust-slider .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 40px;
}

.trust-slider .slick-dots li {
  margin: 0;
}

.trust-slider__item {
  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;
  height: 100px;
}

.trust-slider__item img {
  width: 200px;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog {
  position: relative;
  padding: 50px 0 20px;
  background-color: #1F2533;
}

.blog.blog-page {
  padding: 50px 0;
  border-bottom: 2px solid #fff;
}

.blog.blog-page .blog-slider__item {
  margin: 0;
  margin-bottom: 30px;
}

.blog-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.blog-heading h2 {
  margin: 0;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 85px;
}

.blog-heading__navs ul {
  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;
  margin: 0;
  padding: 0;
}

.blog-heading__navs ul li {
  margin-right: 30px;
}

.blog-heading__navs ul li img {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.blog-heading__navs ul li:last-child {
  margin-right: 0;
}

.blog-slider.slick-slider {
  margin-bottom: 0 !important;
}

.blog-slider .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 30px;
}

.blog-slider .slick-dots li {
  margin: 0;
}

.blog-slider .slick-dots li button::before {
  color: #fff !important;
}

.blog-slider__item {
  position: relative;
  margin: 0 15px;
  padding: 15px;
  border: 1px solid #404b65;
}

.blog-slider__item img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-slider__item h4 {
  min-height: 62px;
  margin: 15px 0;
}

.blog-slider__item h4 a {
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 34px;
  color: #FFFFFF;
  text-decoration: none;
}

.blog-slider__item p {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.blog-nav {
  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;
}

.blog-nav .nav-links {
  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;
}

.blog-nav .nav-links .page-numbers:not(.next) {
  margin: 0 10px;
  color: #8F9299;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.blog-nav .nav-links .page-numbers.current {
  color: #fff;
}

.blog-nav .nav-links .page-numbers.prev {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  background-image: url(../img/arrow-left-circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.blog-nav .nav-links .page-numbers.next {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  background-image: url(../img/arrow-right-circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.blog-nav img {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.contact {
  position: relative;
  background-color: #1F2533;
  overflow: hidden;
}

.contact.contact-page {
  padding-top: 50px;
}

.contact-left h2 {
  margin: 0;
  margin-bottom: 40px;
  font-style: normal;
  font-weight: bold;
  font-size: 65px;
  line-height: 80px;
  color: #FFFFFF;
}

.contact-left form .form-group {
  margin-bottom: 10px;
}

.contact-left form .form-group input.form-control {
  width: 370px;
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 90px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #FFFFFF;
}

.contact-left form .form-group input.form-control:focus {
  outline: none;
}

.contact-left form .form-group input.form-control::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #FFFFFF;
}

.contact-left form .form-group input.form-control:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #FFFFFF;
}

.contact-left form .form-group input.form-control::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #FFFFFF;
}

.contact-left form .form-group input.form-control::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #FFFFFF;
}

.contact-right {
  position: relative;
  height: 100%;
  padding: 30px;
  background: #26334B;
}

.contact-right::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #26334B;
  position: absolute;
  top: 0;
  right: -100%;
}

.contact-right .contact-right__image {
  width: 280px;
  max-width: 100%;
  margin-bottom: 40px;
}

.contact-right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FFFFFF;
}

.contact-right ul li:last-child {
  margin-bottom: 0;
}

.contact-right ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FFFFFF;
}

.contact-right ul li i.icon {
  margin-right: 30px;
}

.routes {
  position: relative;
  background-color: #F2F3F4;
}

.routes h2 {
  margin: 0;
  padding: 30px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  color: #1F2533;
}

.routes iframe {
  width: 100%;
  height: 500px;
}

.footer {
  background-color: #1F2533;
}

.footer-top {
  padding: 40px 0;
  border-bottom: 1px solid #30384d;
}

.footer-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-top ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
}

.footer-copyright {
  padding: 15px 0;
}

.footer-copyright ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
}

.footer-copyright ul li {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
}

.footer-copyright ul li a {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
}

.custom-popup h2 {
  margin: 0;
  margin-bottom: 20px;
}

#thanks-popup h2 {
  text-align: center;
}

#thanks-popup h2 small {
  text-align: center;
}

.custom-popup .is-close {
  top: 0 !important;
  color: #1F2533 !important;
}

.custom-popup .is-close svg {
  -webkit-filter: none;
          filter: none;
}

.fancybox__content .is-close {
  top: 0 !important;
  color: #1F2533 !important;
}

.fancybox__content .is-close:focus {
  outline: none !important;
}

.fancybox__content .is-close svg {
  -webkit-filter: none;
          filter: none;
}

.custom-popup form .form-group {
  margin-bottom: 10px;
}

.custom-popup form .form-group input.form-control {
  width: 370px;
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #141414;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 90px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #141414;
}

.custom-popup form .form-group input.form-control:focus {
  outline: none;
}

.custom-popup form .form-group input.form-control::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #141414;
}

.custom-popup form .form-group input.form-control:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #141414;
}

.custom-popup form .form-group input.form-control::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #141414;
}

.custom-popup form .form-group input.form-control::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #141414;
}

.custom-popup form .form-group textarea.form-control {
  width: 370px;
  height: 125px;
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #141414;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #141414;
}

.custom-popup form .form-group textarea.form-control:focus {
  outline: none;
}

.custom-popup form .form-group textarea.form-control::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #141414;
}

.custom-popup form .form-group textarea.form-control:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #141414;
}

.custom-popup form .form-group textarea.form-control::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #141414;
}

.custom-popup form .form-group textarea.form-control::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #141414;
}

.custom-popup form .blue-btn {
  margin: 20px auto 0;
}

.single-blog {
  padding: 50px 0;
  background-color: #1F2533;
}

.single-blog h2 {
  margin: 0;
  margin-bottom: 30px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 65px;
}

.single-blog h3,
.single-blog h4,
.single-blog h5,
.single-blog h6 {
  margin: 0;
  margin-bottom: 30px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
}

.single-blog .single-thumbnail img {
  width: 100%;
  height: 360px;
  -o-object-fit: center;
    object-fit: cover;
  -o-object-position: center;
    object-position: center;
}

.single-blog .single-content p {
  margin: 0;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.services-single {
  position: relative;
  padding-top: 50px;
  background-color: #1F2533;
}

.services-single__image img {
  width: 100%;
  height: 85px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.services-single__gallery h2 {
  max-width: 556px;
  margin: 0;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  color: #FFFFFF;
}

.services-single__gallery .blog-heading__navs {
  display: none;
  margin-bottom: 20px;
}

.services-single__gallery .blog-heading__navs ul li img {
  width: 20px;
  height: 20px;
}

.services-single__content .wp-block-columns .wp-block-column .wp-block-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.services-single__content .wp-block-columns .wp-block-column p {
  margin: 0;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.single-blog__content .wp-block-columns .wp-block-column .wp-block-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
}

.single-blog__content .wp-block-columns .wp-block-column p,
.single-blog__content p  {
  margin: 0;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #FFFFFF;
}

.single-blog__content p a {
	color: #b5b5f9;
}

.single-blog__content ol,
.single-blog__content ul {
	margin-bottom: 30px;
	padding-left: 30px;
}

.single-blog__content ul {
	list-style: inherit;
}

.single-blog__content ol li,
.single-blog__content ul li {
	font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
}

.services-single__content {
  margin-top: 50px;
  margin-bottom: 30px;
}

.services-single__content h2,
.services-single__content h3,
.services-single__content h4,
.services-single__content h5,
.services-single__content h6 {
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
}

.services-single__content ul {
  margin: 15px 0;
  padding-left: 15px;
}

.services-single__content ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: underline;
}

.services-single__content ol li {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: underline;
}

.services-single__content ul li::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50px;
}

.services-single__content ul li:last-child {
  margin-bottom: 0;
}

.services-single__content p {
  margin: 0;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.services-single__content p a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: underline;
}

.services-single__content .price {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #18A0FB;
}

.services-single .services-slider {
  padding: 5px;
  border: 1px solid #31394c;
}

.services-single .services-slider .slick-prev {
  left: -40px;
}

.services-single .services-slider .slick-prev::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/arrow-left-circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.services-single .services-slider .slick-next {
  right: -40px;
}

.services-single .services-slider .slick-next::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/arrow-right-circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.services-single .services-slider .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}

.services-single .services-slider .slick-list .slick-slide {
  margin: 0 5px;
}

.services-single .services-slider__item {
  position: relative;
}

.services-single .services-slider__item img {
  width: 100%;
  height: 185px;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-sub {
  position: relative;
  padding-top: 50px;
  background-color: #1F2533;
  border-bottom: 3px solid #fff;
}

.services-sub .services-list__card {
  height: 100%;
  padding: 50px 5vw;
}

.services-sub .services-list__card.last {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services-sub .services-list__card.last p {
  text-align: center;
}

/* Page not found */
.error-page {
  display: flex;
  align-items: center;
  height: calc(100vh - 64px);
  /* padding-top: 220px; */
}

.error-page h1 {
  margin: 0;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 150px;
  text-align: center;
  color: #FFFFFF;
}

.error-page h1 span {
  display: block;
  font-size: 56px;
}

.error-page p {
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
}

.error-page a.blue-btn {
  width: 240px;
  height: 50px;
  margin: 30px auto 0;
}

.search-page {
  padding: 100px 0;
}

.search-page .page-header h1.page-title {
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
}

.search-page .page-header h1.page-title span {
  font-weight: 700;
}

.search-page .search-card {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #404b65;
}

.search-page .search-card .search-card__desc {
  margin-left: 30px;
}

.search-page .search-card .search-card__desc h2.entry-title {
  margin: 0;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.search-page .search-card .search-card__desc h2.entry-title a {
  color: #FFFFFF;
  text-decoration: none;
}

.search-page .search-card .search-card__desc .entry-summary p {
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

@media screen and (max-width: 1200px) {
  #header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 5px 0px 5px;
  }
  .about-heading h2,
  .trust-heading h2,
  .blog-heading h2,
  .contact-left h2,
  .routes h2 {
    font-size: 55px;
    line-height: 70px;
  }
  .header-catalog i.icon {
    margin-right: 10px;
  }
  .header-nav ul li {
    margin-right: 25px;
  }
  .header-info__lang {
    margin-right: 10px;
  }
  .header-info__contact .drop-down a.nav-button {
    font-size: 16px;
  }
  .header-info__contact a.strong {
    font-size: 16px;
  }
  .header-info__contact span a {
    font-size: 12px;
  }
  .services-list__card {
    padding: 50px 5vw;
  }
  .trust-slider__item img {
    width: 130px;
  }
  .contact-right ul li {
    margin-bottom: 15px;
  }
  .contact-right ul li i.icon {
    margin-right: 20px;
  }
  .contact-right ul li,
  .contact-right ul li a {
    font-size: 16px;
  }
  .services-single .services-slider__item img {
    height: 150px;
  }
}

@media screen and (max-width: 992px) {
  .about-heading h2,
  .trust-heading h2,
  .blog-heading h2,
  .contact-left h2,
  .routes h2 {
    font-size: 40px;
    line-height: 50px;
  }
  #header .hc-nav-trigger {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header .hc-offcanvas-nav .nav-container {
    background: #1F2533;
  }
  #header .hc-nav-trigger span,
  #header .hc-nav-trigger span::before,
  #header .hc-nav-trigger span::after {
    height: 2px;
    background: #fff;
    border-radius: 50px;
  }
  #header .hc-nav-trigger.toggle-open span::after {
    -webkit-transform: rotate(-90deg) translate3d(-8px, 0, 0);
    transform: rotate(-90deg) translate3d(-8px, 0, 0);
  }
  #header .hc-nav-trigger.toggle-open span::before {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }
  #header .hc-nav-trigger span::before {
    top: 8px;
  }
  #header .hc-nav-trigger span::after {
    top: -8px;
  }
  #hc-nav-1 .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link+a {
    border: 0;
  }
  #hc-nav-1 .nav-parent .nav-next {
    margin-top: -1px;
    border: 0;
    border-top: 1px solid #33363b;
    border-bottom: 1px solid #33363b;
    border-radius: 0;
  }
  .hc-offcanvas-nav a.nav-next:before {
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background: #33363b;
  }
  #hc-nav-1 li.nav-parent .nav-item-link:not(:last-child) {
    margin-right: 40px;
  }
  #hc-nav-1 .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
    border-top: 1px solid #33363b;
  }
  #hc-nav-1 .nav-item-link {
    padding: 15px;
    border-bottom: 1px solid #33363b;
    border-radius: 0;
  }
  #hc-nav-1 .nav-back a {
    border-top: 1px solid #33363b;
    border-bottom: 1px solid #33363b;
    border-radius: 0;
  }
  #hc-nav-1 .nav-close-button {
    background: transparent;
    border: 0;
  }
  #hc-nav-1 .nav-close-button span {
    background-image: url(../img/close-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
  }
  #hc-nav-1 .nav-close-button span::before,
  #hc-nav-1 .nav-close-button span::after {
    display: none;
  }
  .overlay {
    display: block;
    opacity: 1;
  }
  .header-catalog {
    display: none;
  }
  .header-search {
    width: 100%;
  }
  .services-list__card h2 {
    font-size: 24px;
  }
  .about-text h4 {
    margin-bottom: 20px;
    font-size: 21px;
  }
  .about-text p {
    font-size: 16px;
    line-height: 25px;
  }
  .blog-slider__item h4 {
    font-size: 24px;
  }
  .footer-top ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-top ul li {
    margin-bottom: 15px;
  }
  .footer-top ul li:last-child {
    margin-bottom: 0;
  }
  .services-single__gallery h2 {
    font-size: 40px;
  }
  .services-single .services-slider .slick-next {
    right: -30px;
  }
  .services-single .services-slider .slick-prev {
    left: -30px;
  }
  .error-page h1 {
    font-size: 120px;
  }
  .error-page h1 span {
    font-size: 40px;
  }
  .error-page p {
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .about-heading h2,
  .trust-heading h2,
  .blog-heading h2,
  .contact-left h2,
  .routes h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .services-list__card {
    text-align: center;
  }
  .services-list__card .dark-btn {
    margin: 0 auto;
  }
  .services-list__card.fourth {
    border-left: 0;
  }
  .about-heading {
    margin-bottom: 20px;
  }
  .about-heading img {
    display: none;
  }
  .contact-left {
    padding-bottom: 50px;
  }
  .contact-right::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #26334B;
    position: absolute;
    top: 0;
    left: -100%;
  }
  .single-blog .single-thumbnail {
    margin-bottom: 30px;
  }
  .services-single__image {
    margin-bottom: 30px;
  }
  .services-single__image img {
    width: auto;
  }
  .services-single__gallery h2 {
    font-size: 34px;
  }
  .services-single__gallery .blog-heading__navs {
    display: flex;
  }
  .services-single__content .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
  }
  .services-single__content .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
  .search-page .search-card {
    flex-direction: column;
  }
  .search-card .post-thumbnail img {
    width: 100%;
    margin-bottom: 15px;
    object-fit: cover;
  }
  .search-page .search-card .search-card__desc {
    margin-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .main-block {
    height: 100vh;
    padding: 0;
  }
  .main-block .container {
    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;
    height: 100%;
  }
  .main-block img {
    width: 100%;
    max-width: 100%;
    padding: 0 50px;
  }
  .trust-heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .trust-heading h2 {
    margin-bottom: 20px;
  }
  .blog-heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-heading h2 {
    margin-bottom: 20px;
  }
  .blog-slider__item {
    margin: 0;
  }
  .contact-left form .form-group input.form-control {
    width: 100%;
  }
  .contact-right {
    padding: 30px 0;
  }
  .footer-copyright ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-copyright ul li {
    margin-bottom: 15px;
  }
  .footer-copyright ul li:last-child {
    margin-bottom: 0;
  }
  .services-single__gallery h2 {
    font-size: 28px;
  }
  .error-page h1 {
    font-size: 100px;
  }
  .error-page h1 span {
    font-size: 28px;
  }
}

@media screen and (max-width: 375px) {
  .about-text h4 {
    font-size: 18px;
  }
  .about-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .about-text ul li {
    padding-left: 50px;
    font-size: 14px;
    line-height: 20px;
  }
  .about-text ul li::before {
    width: 35px;
    height: 30px;
  }
  .trust-slider__item img {
    width: 170px;
  }
  .trust-slider .slick-slide {
    border: 0;
  }
  .services-single__gallery h2 {
    font-size: 24px;
  }
  .error-page h1 span {
    font-size: 24px;
  }
  .error-page h1 {
    font-size: 80px;
  }
  .error-page p {
    font-size: 14px;
    line-height: 22px;
  }
}
/*# sourceMappingURL=main.css.map */