/* ==========================================================================
IMPORT
========================================================================== */
/*
@import "normalize";
@import "locomotive-scroll.min";
*/
/* ==========================================================================
   IMPORT
   ========================================================================== */
/* ==========================================================================
    Boilerplate
    ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


/*! locomotive-scroll v4.1.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-dragging .c-scrollbar, .has-scroll-scrolling .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

/* ==========================================================================
    VARS
    ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
    RESET
    ========================================================================== */
h1, h2, h3, h4, ul, ul li, ol, ol li, p, figure, blockquote, dt, dl, dd {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

input, select {
  outline: none;
  border: none;
}

ul li, ol li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

table {
  border: none;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

a:active, a:visited, a:focus {
  outline: none;
}

* {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* ==========================================================================
    TYPOGRAPHY
    ========================================================================== */
strong {
  font-weight: 500;
}

.title_section {
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 10px;
}
.title_section strong {
  font-style: normal;
  font-weight: 500;
  color: #0036C6;
}
.title_section.center {
  text-align: center;
  flex: 1 1 auto;
  padding: 80px 0;
}

.subtitle_section {
  font-size: 26px;
  color: #42A5F5;
  line-height: 32px;
}
.subtitle_section strong {
  color: #0036C6;
}

p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
  font-weight: 300;
}

.text_intro p {
  font-size: 26px;
  line-height: 32px;
}

/* ==========================================================================
    GENERAL
    ========================================================================== */
body {
  font-family: "Roboto", Arial, sans-serif;
}

.wrapper {
  max-width: 1080px;
  padding: 0 35px;
  margin: 0 auto;
}

.col_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.col_wrap .col {
  width: 50%;
}

.button {
  padding: 0 30px;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  opacity: 0.9;
}
.button.blue {
  background: linear-gradient(180deg, #1565C0 0%, #0036C6 100%);
  color: #fff;
  background-size: 100% 100%;
  transition: 700ms cubic-bezier(0.52, 0.005, 0, 0.995);
}
.button.blue:hover {
  background-size: 400% 600%;
  color: #FFD500;
}

.section {
  padding: 0 0 80px;
}

.blue_section {
  background: #0036C6;
  background: linear-gradient(180deg, #1565C0 0%, #0036C6 100%);
}
.blue_section .title_section {
  color: #fff;
  padding-top: 80px;
}
.blue_section .title_section strong {
  color: #FFD500;
}
.blue_section p {
  color: #fff;
}

.title_wrap .title_intro {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 18px;
  text-transform: uppercase;
  color: #0036C6;
  text-align: center;
}
.title_wrap .title_section {
  text-align: center;
}
.title_wrap p {
  font-size: 26px;
  line-height: 32px;
  text-align: center;
}
.title_wrap p strong {
  font-weight: 400;
}

/*** HEADER ***/
.header {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 115px;
  display: flex;
  justify-content: space-between;
  z-index: 99;
  background: none;
  transition: background 700ms cubic-bezier(0.52, 0.005, 0, 0.995);
}
.header .logo {
  width: 144px;
  height: 48px;
  background: url("../img/logo-white.svg") no-repeat center center/100% 100%;
  margin: 30px;
  display: block;
  text-indent: -9999px;
}
.header nav {
  padding-right: 30px;
  display: flex;
  align-items: center;
}

.navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation ul li {
  margin-left: 40px;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.navigation ul a {
  color: #fff;
}
.navigation ul a.current {
  font-weight: 700;
}
.navigation ul a.nav_button {
  color: #fff;
  background-color: #0036C6;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 40px;
  display: inline-block;
}

.header.bg_active {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 6px 2px rgba(87, 87, 87, 0.1);
}
.header.bg_active .logo {
  background: url("../img/logo.svg") no-repeat center center/100% 100%;
}
.header.bg_active .navigation a {
  color: #333;
}
.header.bg_active a.nav_button {
  color: #fff;
}
.header.bg_active .burger .line {
  background-color: #0036C6;
}
.header.bg_active a.current {
  color: #0036C6;
  font-weight: 700;
}

.burger, .navigation_mobile {
  display: none;
}

.header.bg_active.active .logo, .header.active .logo {
  background: url("../img/logo-white.svg") no-repeat center center/100% 100%;
}
.header.bg_active.active .burger.active .line, .header.active .burger.active .line {
  background-color: #fff;
}
.header.bg_active a.current, .header a.current {
  font-weight: 700;
}

.loader {
  height: 100vh;
  width: 100%;
  background: #0036C6;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  color: #fff;
  font-size: 42px;
  line-height: 72px;
  letter-spacing: 0.5px;
}
.loader .center_elm {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  flex-direction: row;
  display: flex;
  width: 170px;
  height: 104px;
  overflow: hidden;
}
.loader .center_elm span {
  width: 170px;
  height: 104px;
  background: url("../img/logo-white.svg") no-repeat center center/100% 100%;
  display: block;
  text-indent: -9999px;
}

/* ==========================================================================
    INTRO
    ========================================================================== */
.intro {
  height: 85vh;
  width: 100%;
  position: relative;
}

.intro_text {
  position: absolute;
  z-index: 8;
  bottom: 50%;
  left: 10%;
  text-align: left;
  width: 60%;
  max-width: 710px;
  transform: translateY(60%);
}
.intro_text p {
  color: #fff;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 0.5px;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}
.intro_text span {
  display: inline-block;
  margin: 0 8px;
}
.intro_text i, .intro_text em {
  font-style: normal;
  color: #FFD500;
  font-weight: 400;
}
.intro_text .button {
  margin-top: 20px;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #42A5F5;
  opacity: 0.3;
  z-index: 7;
}

.intro_carousel {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0; /*z-index: 7;*/
  z-index: -1;
  object-fit: cover;
  overflow: hidden;
}
.intro_carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================================================
    HOME
    ========================================================================== */
/*** SERVICE ***/
.service_section .button {
  margin: 60px auto 20px;
  display: block;
  max-width: 280px;
  text-align: center;
}

.service_post_wrap {
  display: grid;
  margin-top: 12px;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.service_post {
  display: block;
}
.service_post img {
  width: 100%;
  border-radius: 10px;
}
.service_post a {
  display: block;
}
.service_post p {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #333;
}

.service_post_top {
  position: relative;
}

.service_icon {
  width: 70px;
  height: 70px;
  box-shadow: 0px 4px 6px 2px rgba(87, 87, 87, 0.1);
  position: absolute;
  display: block;
  border-radius: 100%;
  right: 10px;
  bottom: 0;
  transform: translateY(50%);
}
.service_icon.package {
  background: url("../img/icon-package.svg") no-repeat center center #fff;
}
.service_icon.cart {
  background: url("../img/icon-cart.svg") no-repeat center center #fff;
}
.service_icon.packs {
  background: url("../img/icon-packs.svg") no-repeat center center #fff;
}
.service_icon.clean {
  background: url("../img/icon-clean.svg") no-repeat center center #fff;
}

.service_post_title {
  font-size: 20px;
  font-weight: 700;
  color: #0036C6;
  margin-top: 15px;
}

/*** ABOUT ***/
.about_section .side_text p {
  padding-right: 20px;
  font-size: 20px;
  line-height: 24px;
  margin-top: 30px;
}
.about_section .side_text p:first-of-type {
  font-size: 26px;
  line-height: 28px;
  margin-top: 20px;
}
.about_section .side_img {
  margin-top: -110px;
}
.about_section .side_img img {
  box-shadow: 0px 10px 8.9px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 100%;
}

.about_numbers {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}
.about_numbers .numbers_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  align-items: center;
}
.about_numbers .numbers_wrap span {
  font-weight: 500;
  font-size: 100px;
  line-height: 100px;
  display: block;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
  color: #0036C6;
}
.about_numbers .numbers_wrap i {
  max-width: 170px;
  font-style: normal;
}

/*** CLIENTS Gallery ***/
.clients-gallery {
  position: relative;
  padding-bottom: 40px;
}

.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
}

.swiper-scrollbar {
  display: none;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #0036C6;
  opacity: 0.2;
  margin: 0 20px;
}

.swiper-pagination-bullet-active {
  background: #0036C6;
  opacity: 1;
}

/*** CLIENTS List ***/
.clients-name-gallery {
  position: relative;
  padding-bottom: 100px;
}
.clients-name-gallery .swiper-wrapper {
  align-items: center;
}

.cliente_name {
  display: flex;
  height: 100%;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
  color: #42A5F5;
}

/*** QUALITY ***/
.quality_section {
  padding: 0;
}
.quality_section .col_wrap {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.quality_section .title_section {
  padding-top: 67px;
}
.quality_section .side_text {
  width: calc(50% - 120px);
  max-width: 720px;
  padding: 0 0 120px 62px;
}
.quality_section .side_img img {
  object-fit: cover;
}
.quality_section p {
  font-size: 20px;
  line-height: 24px;
  margin-top: 30px;
}
.quality_section p:last-of-type {
  font-size: 26px;
  line-height: 32px;
}
.quality_section p:last-of-type strong {
  color: #FFD500;
}

.title_certifate {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

.certificati {
  display: flex;
}
.certificati li {
  display: inline-block;
  margin-right: 20px;
}

/*** CONTACT ***/
.contact {
  padding-top: 80px;
}

.info_box {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  margin: 50px 0 100px;
}
.info_box h3 {
  font-size: 32px;
  font-weight: 600;
}
.info_box p {
  font-size: 18px;
  line-height: 24px;
}
.info_box .right_box {
  width: 60%;
}
.info_box .left_box {
  padding: 46px 40px;
  width: calc(40% - 80px);
  background: linear-gradient(180deg, #1565C0 0%, #0036C6 100%);
}
.info_box strong {
  font-weight: 600;
}
.info_box i, .info_box a {
  color: #FFD500;
  font-style: normal;
  font-weight: 400;
}
.info_box .map {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================================================
    SERVICES
    ========================================================================== */
.intro_page {
  height: 60vh;
}
.intro_page .intro_text p {
  font-size: 42px;
  line-height: 44px;
  margin-bottom: 15px;
}
.intro_page .intro_text p:nth-of-type(2) {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
}

.post_col {
  padding: 40px 0;
}
.post_col .title_section {
  margin: 10px 0 5px;
  color: #0036C6;
}
.post_col .subtitle_section {
  margin-bottom: 15px;
}
.post_col p {
  color: #333;
}
.post_col p strong {
  color: #000000;
}
.post_col:first-of-type {
  margin-top: 80px;
}
.post_col:nth-child(2n) {
  flex-direction: row-reverse;
}

.two_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.two_col .col {
  flex: 0 0 45%;
  box-sizing: border-box;
  margin: 10px;
}

.img_col {
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}
.img_col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*** FOOTER ***/
.footer {
  background: #000000;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 60px 0;
}
.footer h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 5px 0;
}
.footer p, .footer li, .footer a {
  color: #fff;
  opacity: 0.7;
  font-size: 16px;
  line-height: 26px;
}
.footer ul {
  columns: 2;
}
.footer li {
  line-height: 26px;
}
.footer li a:hover {
  color: #42A5F5;
  opacity: 1;
}

.footer_col:last-of-type p {
  opacity: 1;
}
.footer_col:last-of-type a {
  color: #42A5F5;
}

h3.logo_footer {
  background: url("../img/logo-white.svg") no-repeat center center/100% 100%;
  width: 114px;
  height: 48px;
  display: block;
  text-indent: -9999px;
  margin: 0 0 10px;
}

.footer_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_bottom {
  background: #333;
  padding: 30px 0;
}
.footer_bottom p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.footer_bottom a {
  color: #fff;
  text-decoration: underline;
}
.footer_bottom a:hover {
  color: #42A5F5;
}

/* ==========================================================================
    ABOUT
    ========================================================================== */
.intro_about {
  padding-top: 220px;
}

.about_page {
  background: url("../img/bg-lines.svg") no-repeat top center/100% auto;
  padding-bottom: 10px;
}
.about_page .post_col p:first-of-type {
  font-size: 28px;
  color: #42A5F5;
  line-height: 34px;
  color: #333;
  margin-bottom: 10px;
}
.about_page .post_col p:first-of-type strong {
  color: #000000;
  font-weight: 400;
}
.about_page .about_numbers .numbers_wrap {
  color: #0036C6;
}
.about_page .about_numbers .numbers_wrap span {
  font-weight: 500;
  font-size: 100px;
  display: block;
  text-shadow: -2px -2px 0 #0036C6, 2px -2px 0 #0036C6, -2px 2px 0 #0036C6, 2px 2px 0 #0036C6;
  color: #fff;
}

.post_col.about_team {
  margin-top: 120px;
  flex-direction: row;
}
.post_col.about_team .title_section {
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
}
.post_col.about_team .title_section strong {
  font-weight: 600;
}

/* ==========================================================================
    CLIENTS
    ========================================================================== */
.intro_clients {
  background: url("../img/bg-lines.svg") no-repeat top center/100% auto;
  padding: 80px 0;
}
.intro_clients a {
  color: #0036C6;
  font-weight: 600;
}

.clients_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: center;
  justify-items: center;
  padding: 20px;
}
.clients_grid img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}

.clients_grid_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: center;
  justify-items: center;
  padding: 20px;
}
.clients_grid_list .cliente_name {
  text-align: center;
}

/* ==========================================================================
    JOBS
    ========================================================================== */
.section.page_jobs {
  padding-bottom: 0;
}

.intro_clients.jobs {
  padding-bottom: 20px;
}

.job_grid_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: flex-start;
  padding: 20px;
}
.job_grid_list .job_name {
  color: #0036C6;
  font-size: 32px;
  font-weight: 600;
}
.job_grid_list ul li {
  font-weight: 400;
  margin: 0 0 10px 18px;
  font-size: 18px;
  list-style: disc;
}
.job_grid_list p {
  font-size: 18px;
  font-weight: 400;
}

/* ==========================================================================
    PARALLAX
    ========================================================================== */
.img_parallax {
  position: relative;
  overflow: hidden;
}

.text_card_wrap .col.img_parallax img {
  max-width: none;
  height: 120%;
  position: relative;
  top: -10%;
  object-fit: cover;
}

.img_parallax img {
  max-width: none;
  height: 120%;
  position: relative;
  top: -10%;
  object-fit: cover;
}

.about_img_1 {
  height: 450px;
}

.col_wrap .col.service_img_1 {
  width: 40%;
}

.service_middle_img {
  width: 480px;
  height: 330px;
}

.service_middle_img img {
  left: -8%;
}

.services .service_wrap .col.service_img_3 {
  width: 370px;
}

[data-scroll-class=active] {
  transition: opacity 700ms cubic-bezier(0.52, 0.005, 0, 0.995);
  opacity: 0;
}
[data-scroll-class=active].active {
  opacity: 1;
}

/* ==========================================================================
    COMING SOON
    ========================================================================== */
body.coming_soon {
  background: #0036C6;
  color: #fff;
}
body.coming_soon .logo {
  width: 220px;
  height: 80px;
  background: url("../img/logo-white.svg") no-repeat center center/100% 100%;
  margin: 0 auto 30px;
  display: block;
  text-indent: -9999px;
}
body.coming_soon p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
body.coming_soon strong {
  font-weight: 700;
}
body.coming_soon a {
  text-decoration: underline;
}
body.coming_soon a, body.coming_soon span {
  color: #fff;
}
body.coming_soon h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFD500;
}

.center_elm {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 420px;
  text-align: center;
}

/* ==========================================================================
    404
    ========================================================================== */
.not_found {
  height: 60vh;
  text-align: center;
  background: #000000;
}
.not_found p {
  color: #fff;
  font-size: 24px;
}

.title_notfound {
  font-size: 58px;
  line-height: 72px;
  padding-top: 200px;
  padding-bottom: 5px;
  letter-spacing: 2px;
  color: #fff;
}

/* ==========================================================================
    HELPERS
    ========================================================================== */
.left {
  float: left;
}

.right {
  float: right;
}

.item_desktop {
  display: block;
}

.item_mobile {
  display: none;
}

/* ==========================================================================
    Media Queries
    ========================================================================== */
@media only screen and (max-width: 768px) {
  .intro_text .button {
    margin-top: 25px;
  }
  .intro .center_elm {
    top: 45%;
  }
  .wrapper {
    padding: 0 24px;
  }
  .title_section {
    font-size: 32px;
    line-height: 34px;
  }
  .title_section.center {
    padding: 40px 0;
    font-size: 28px;
    line-height: 30px;
  }
  .blue_section .title_section {
    padding-top: 35px;
  }
  .title_wrap p {
    font-size: 24px;
    line-height: 26px;
  }
  p {
    font-size: 18px;
    line-height: 22px;
  }
  .col_wrap .col {
    width: 100%;
  }
  .button {
    line-height: 58px;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
  }
  .section {
    padding-bottom: 80px;
  }
  .text_card {
    top: 0;
  }
  .text_card_wrap.reverse p {
    margin-left: 0;
  }
  .text_card_wrap p {
    margin-right: 0;
  }
  .img_parallax img {
    top: 0;
    left: 0;
    height: 100%;
  }
  /*** HEADER ***/
  .header {
    height: 80px;
  }
  .navigation {
    flex-direction: column;
  }
  .navigation {
    display: none;
  }
  .burger {
    z-index: 9999;
    text-indent: -9999px;
    display: block;
    position: fixed;
    top: 30px;
    right: 22px;
    width: 40px;
  }
  .burger .line {
    width: 24px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 4px auto;
    transition: 700ms cubic-bezier(0.52, 0.005, 0, 0.995);
  }
  .burger.active .line {
    background-color: #fff;
  }
  .burger.active .line:nth-child(2) {
    opacity: 0;
  }
  .burger.active .line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .burger.active .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .header .navigation ul {
    display: none;
  }
  .nav_mobile {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #1565C0 0%, #0036C6 100%);
    opacity: 0.8;
    backdrop-filter: blur(10px);
    z-index: 9;
  }
  .nav_mobile ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
  }
  .nav_mobile li {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1px;
  }
  .nav_mobile li a {
    color: #fff;
  }
  .header.bg_active a.current {
    color: #FFD500;
  }
  .header .logo {
    width: 110px;
    height: 36px;
    margin: 22px;
    position: relative;
    z-index: 20;
  }
  /* ==========================================================================
      HOME
      ========================================================================== */
  .intro {
    height: 60vh;
  }
  .intro_text {
    width: 80%;
  }
  .intro_text p {
    font-size: 34px;
    line-height: 38px;
    text-align: left;
    font-weight: 400;
  }
  .intro_text i, .intro_text em {
    font-weight: 600;
  }
  .intro_text span {
    margin: 0 5px;
  }
  .service_post_title {
    font-size: 28px;
  }
  .service_post_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .service_section {
    padding-top: 40px;
  }
  .service_section .button {
    margin: 25px auto 0;
  }
  .service_section .title_section {
    display: none;
  }
  /*** ABOUT ***/
  .about_section .side_img {
    margin-top: 24px;
    height: 240px;
  }
  .about_section .side_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about_section .side_text p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
  }
  .about_section .side_text p:first-of-type {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .about_numbers {
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(100% - 80px);
    padding: 0 40px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .about_numbers .numbers_wrap {
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
    justify-content: center;
  }
  .about_numbers .numbers_wrap span {
    font-weight: 500;
    font-size: 70px;
    padding-right: 10px;
  }
  .clients-gallery {
    overflow: hidden;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .quality_section .col_wrap {
    flex-direction: column-reverse;
  }
  .quality_section .side_img {
    height: 250px;
  }
  .quality_section .side_text {
    width: calc(100% - 48px);
    padding: 0 24px;
  }
  .quality_section p {
    font-size: 18px;
    line-height: 22px;
    margin: 15px 0;
  }
  .quality_section p:last-of-type {
    font-size: 24px;
    line-height: 30px;
  }
  .title_certifate {
    margin-top: 40px;
    font-weight: 700;
  }
  /* ==========================================================================
      SERVICES
      ========================================================================== */
  .intro_page .intro_text p {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .intro_page .intro_text p:nth-of-type(2) {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .post_col {
    padding-bottom: 25px;
  }
  .post_col:first-of-type {
    margin-top: 0;
  }
  .post_col .title_section {
    font-weight: 600;
  }
  .post_col .subtitle_section {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .post_col p {
    margin-bottom: 18px;
  }
  .two_col {
    flex-direction: column-reverse;
  }
  .two_col .col {
    flex: 0 0 100%;
    margin: 0;
  }
  .post_col:nth-child(2n) {
    flex-direction: column-reverse;
  }
  /*** CONTACT ***/
  .contact {
    padding-top: 60px;
    background: url("../img/bg-lines-mobile.svg") no-repeat center center/100% 100%;
  }
  .contact .title_section {
    text-align: left;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .contact .title_wrap p {
    text-align: left;
    font-size: 20px;
    line-height: 22px;
  }
  .info_box {
    margin: 20px 0 50px;
  }
  .info_box p {
    font-weight: 400;
  }
  .info_box h3 {
    color: #0036C6;
    font-size: 26px;
    font-weight: 700;
  }
  .info_box strong {
    color: #333;
  }
  .info_box a, .info_box i {
    color: #42A5F5;
    font-weight: 600;
  }
  .info_box {
    flex-direction: column;
    color: #333;
  }
  .info_box .left_box {
    background: none;
    padding: 0;
  }
  .info_box .left_box, .info_box .right_box {
    width: 100%;
  }
  .info_box .right_box {
    height: 280px;
  }
  /* ==========================================================================
      ABOUT
      ========================================================================== */
  .intro_about {
    padding-top: 120px;
  }
  .about_page .post_col p:first-of-type {
    font-size: 26px;
    line-height: 28px;
  }
  .two_col .col.img_col {
    margin-bottom: 10px;
  }
  .post_col.about_team {
    padding-top: 0;
    margin-top: 20px;
  }
  /* ==========================================================================
      CLIENTS
  ========================================================================== */
  .clients_section {
    padding-bottom: 0;
    overflow: hidden;
  }
  .intro_clients {
    padding-top: 60px;
  }
  .clients_grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    gap: 20px;
  }
  .clients_grid_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .clients_grid_list .cliente_name {
    text-align: center;
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .cliente_name {
    font-size: 18px;
    line-height: 24px;
  }
  /* ==========================================================================
      JOBS
      ========================================================================== */
  .job_grid_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    align-items: flex-start;
    padding: 0;
  }
  .job_grid_list .job_name {
    font-size: 28px;
  }
  .job_grid_list ul li {
    font-weight: 400;
    margin: 0 0 5px 10px;
    font-size: 15px;
    list-style: disc;
  }
  .job_grid_list p {
    font-size: 15px;
    font-weight: 400;
  }
  /*** FOOTER ***/
  .footer {
    padding-bottom: 20px;
  }
  .footer_col {
    margin-bottom: 20px;
  }
  .footer_bottom p {
    font-size: 14px;
    line-height: 20px;
  }
  .item_mobile {
    display: block;
  }
  .item_desktop {
    display: none;
  }
}
/*
// Iphone 5
@media only screen and (max-width : 320px) {

}

// Iphone Landscape
@media only screen and (max-height : 375px)  {

}

@media only screen and (min-width : 320px) and (max-width : 480px) {
}


@media only screen and (min-width: 35em) {

}

@media print,
        (-o-min-device-pixel-ratio: 5/4),
        (-webkit-min-device-pixel-ratio: 1.25),
        (min-resolution: 120dpi) {

}
*/
/* ==========================================================================
    Helper classes
    ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
    Print styles
    ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
