html,
body {
    margin: 0;
    overflow-x: hidden;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

a.a-hover:hover {
    color: #23a7af !important;
}

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

p {
    margin: 0;
    padding: 0;
}

h1,
h1,
h3,
h4,
h5,
h6 {
    margin: 0;
}

img {
    width: 100%;
    height: 100%;
}

.image-width {
    width: 100px;
    height: auto;
}


/*
|--------------------------------------------------------------------------
| Home
|--------------------------------------------------------------------------
*/

.navbar-collapse {
    z-index: 9999;
}

.nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    font-size: 11px;
}

.navbar-brand.abs {
    width: auto !important;
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0;
    z-index: 999999;
}

.header-row {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #707070;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.header-row li a:after {
    float: right;
    position: relative;
    content: " \25CF";
    font-size: 12px;
    margin-left: 20px;
    margin-top: 0px;
    color: #fab702;
}

.slider-object {
    position: relative;
    color: white;
    text-align: center;
}

.text-slider {
    line-height: 60px;
    color: #fff;
    font-family: "Dosis";
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    letter-spacing: 25px;
}

.secondary-button.active {
    background-color: #fab702;
    color: black;
}

.secondary-button {
    background-color: white;
    color: #aaa;
    font-weight: 500;
    font-size: 11px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 3px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
}

.secondary-button:hover {
    background-color: black;
    color: white;
}

.btn-line,
a.btn-line {
    border: solid 1px white;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 3px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
}

.btn-line:after,
a.btn-line:after {
    content: "\2192";
    margin-left: 10px;
    color: #fab702;
}

.color-orange {
    color: #fab702 !important;
}

.separator {
    line-height: 0.5;
    text-align: center;
    margin: 30px 0 30px 0;
}

.separator span {
    display: inline-block;
    position: relative;
}

.separator span:before,
.separator span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    top: 5px;
    width: 300px;
}

.separator span:before {
    right: 100%;
    margin-right: 15px;
}

.separator span:after {
    left: 100%;
    margin-left: 15px;
}

.separator span i {
    font-size: 6px;
    padding: 0;
    margin: 0;
    float: none;
}

.black-separator span:before,
.black-separator span:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.services-height {
    height: 40%;
}

section {
    padding: 90px 0 90px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "Dosis", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

h3 {
    margin-top: 0;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h1 {
    font-size: 28px;
    margin: 0;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 300;
}

.padding-10 {
    padding: 10%;
}

.slider-image-small {
    width: 100%;
    height: auto;
}

.slider-clients-container .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-images-container .slider-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.slick-slider {
    display: flex;
    justify-content: center;
}

.slick-dots li {
    width: auto;
    height: auto;
}

.slider-project-images-container .slick-dots {
    bottom: -50px;
}

.slider-images-container .slick-dots {
    bottom: 0;
    top: 85%;
    color: #e2e1e19d;
    z-index: 4;
    width: auto;
}

.slick-dots .slick-active {
    color: white;
}

.slick-dots-title {
    padding: 0 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.slick-dotted.slick-slider {
    margin: 0;
}

.arrow-product-left {
    position: absolute;
    left: 5%;
    width: 56px;
    height: 56px;
    margin-top: 10%;
    background-image: url(../images/arrow-product-left.svg);
    background-position: center;
    cursor: pointer;
    z-index: 5;
}

.arrow-product-right {
    position: absolute;
    right: 5%;
    width: 56px;
    height: 56px;
    margin-top: 10%;
    background-image: url(../images/arrow-product-right.svg);
    background-position: center;
    cursor: pointer;
    z-index: 5;
}

.right-arrow {
    position: absolute;
    top: 83%;
    left: 10%;
    width: 56px;
    height: 56px;
    background-image: url(../images/left-arrow.png);
    cursor: pointer;
    z-index: 5;
}

.left-arrow {
    position: absolute;
    top: 83%;
    right: 10%;
    width: 56px;
    height: 56px;
    background-image: url(../images/right-arrow.png);
    cursor: pointer;
    z-index: 5;
}

.social-media {
    position: absolute;
    display: inline-flex;
    top: 78%;
    left: -6%;
    width: auto;
    height: auto;
}

.line {
    width: 56px;
    margin: 10px;
    height: 1px;
}

.blue-box {
    top: 50%;
    right: -50px;
    background-color: #1992d6;
    color: white;
    padding: 15px 20px;
    position: fixed;
    display: inline-flex;
    z-index: 999;
}

.round-box {
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    margin: 10px;
    background-color: #7fe871;
    color: white;
    padding: 7px 10px;
    border-radius: 20px;
}

.primary-button {
    background-color: white;h
    color: #1992d6;
    line-height: 1;
    font-size: 13px;
    padding: 15px;
    border: 1px solid #0092d6;
    border-radius: 8px;
}

.product-tunnel-image {
    position: absolute;
    left: 0;
    width: 10%;
    height: auto;
}

.service-tunnel-image {
    position: absolute;
    right: 0;
    width: 20%;
    height: auto;
}

.tunnel-image {
    position: absolute;
    left: 0;
    height: auto;
    width: 6%;
}

.zIndex {
    z-index: 10;
    position: relative;
}

.csr-tunnel-image {
    position: absolute;
    left: 0;
    width: 50%;
    height: auto;
}

.line-obj {
    width: 100%;
    height: 1px;
    background-color: #1992d6;
}

.line-grey {
    background-color: #e0e0e0;
}

.active-line-obj {
    width: 50%;
    height: 5px;
    background-color: #1992d6;
}

#map {
    width: 100%;
    height: 500px;
    /* filter: grayscale(1) */
}

.banner-background {
    color: black;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.h-500 {
    height: 500px;
}

.h-345 {
    height: 345px;
}

.absolute-bottom {
    position: absolute;
    bottom: 70px;
    left: 20%;
}

.background-contain {
    background-size: contain;
}

.background-lightgrey {
    background-color: #fafafa;
}

.small-border {
    float: none;
    margin: 15px 0 15px 0;
    background: #fab702;
    width: 50px;
    height: 1px;
}


/*
|--------------------------------------------------------------------------
| End Home
|--------------------------------------------------------------------------
*/

.about-slider-item {
    /* width: auto !important; */
    text-align: center;
}


/* .about-slider-item p {
    width: 180px !important;
} */

.about-slider-item>img {
    margin: 0 auto;
}


/** image overlay ***/

.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 90%;
    left: 15px;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}


/* end imageoverlay */


/*--------------------------------------- project overlay-----------------------------------*/

.project {
    position: relative;
    overflow: hidden;
}

.project .project-overlay {
    background: rgba(250, 250, 250, 0.9);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.project:hover .project-overlay {
    opacity: 1;
}

.project-image {
    width: 100%;
}

.project-details {
    position: absolute;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.project:hover .project-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.project-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.project-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}


/*---------------------------------------end project overlay-----------------------------------*/


/*
|--------------------------------------------------------------------------
| Common
|--------------------------------------------------------------------------
*/

.font-large {
    font-size: 20px;
}

.font-xlarge {
    font-size: 3em;
}

.font-regular-14 {
    font-size: 14px;
}

.font-11 {
    font-size: 11px;
}

.text-bold {
    font-weight: bold;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.margin-auto {
    margin: 0 auto;
}

.no-background {
    background-color: transparent;
}

.background-primary-color {
    background-color: #121921 !important;
}

.bg-black {
    background-color: black;
}

.bg-dark-grey {
    background-color: #2c2c2c !important;
}

.dim-background {
    background-color: #343a40;
    border: 1px solid #707070;
    color: #a4b2bf;
    font-size: 16px;
}

.image-50 {
    width: 50px;
    height: auto;
}

.image-70 {
    width: 70px;
    height: auto;
}

.image-width {
    width: 100px;
    height: auto;
}

.logo-width {
    width: 150px;
    height: auto;
}

.flag-small {
    width: 30px;
    height: 25px;
}

.icon-small {
    width: 30px;
    height: auto;
}

.footer-icon-small {
    width: 20px;
    height: 20px;
}

img.contain {
    object-fit: contain;
}

img.cover {
    object-fit: cover;
}

.picture-wrapper {
    position: relative;
}

.picture-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
}

.padding-top-110 {
    padding-top: 110px;
}

.picture-wrapper.padding-top-25 {
    padding-top: 25%;
}

.picture-wrapper.padding-top-40 {
    padding-top: 40%;
}

.picture-wrapper.padding-top-55 {
    padding-top: 55%;
}

.picture-wrapper.padding-top-60 {
    padding-top: 60%;
}

.picture-wrapper.padding-top-65 {
    padding-top: 65%;
}

.picture-wrapper.padding-top-70 {
    padding-top: 70%;
}

.picture-wrapper.padding-top-75 {
    padding-top: 75%;
}

.picture-wrapper.padding-top-90 {
    padding-top: 90%;
}

.box-shadow {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.05);
}

.box-container {
    border: 1px black solid;
    border-radius: 8px;
    padding: 5px 10px;
    width: auto;
    height: fit-content;
    text-align: center;
}

.border-radius-15 {
    border-radius: 15px;
}

.switcher-button-container {
    background-color: #f1f3f5;
    width: 100%;
    padding: 5px 10px;
}

.switcher-button {
    width: 50%;
}

.border-button {
    border-right: 1px #d6d6d6 solid;
}

.border-orange-3 {
    border-bottom: 3px solid #fab702;
}

.bg-orange {
    background-color: #fab702;
}

.border-blue-bottom {
    border-bottom: 1px solid #1992d6;
}

.border-bottom {
    border-bottom: 1px #e5e5e5 solid;
}

.border-bottom-dim {
    border-bottom: 1px #343a40 solid;
}

.border-top {
    border-top: 1px #e5e5e5 solid;
}

.switcher-button-container .active {
    color: #219245;
}

.cursor-pointer {
    cursor: pointer;
}

.gray-color {
    color: gray;
}

.circle-background {
    padding: 7px;
    width: 30px;
    height: 30px;
}

.circle-background.active {
    background-color: #f1f3f5;
    border-radius: 16px;
}

.placeholder-blue::placeholder {
    color: #1992d6 !important;
}

.text-lightgrey {
    color: #a4b2bf;
}

.text-blue {
    color: #1992d6 !important;
}

.text-grey {
    color: #606060;
}

.text-white {
    color: white !important;
}

.cover-background {
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
    background-blend-mode: luminosity;
}

.background-overlay {
    background-color: black;
    opacity: 0.7;
}

.background-white {
    background-color: white;
}

.d-grid {
    display: grid;
}

.align-center {
    align-items: center;
}

.contain {
    object-fit: contain;
}

.align-end {
    text-align: end;
}

.rotate-right {
    transform: rotate(90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    /* Internet Explorer */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate-left {
    transform: rotate(-90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.margin-auto {
    margin: 0 auto;
}

.vertically-centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    background-color: white;
}

.input-text {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    margin: 10px 0;
    color: #767676;
    background-color: #f5f5f5;
    border: 1px solid #767676;
}

.footer-input-text {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    margin: 2px 0;
    border-radius: 8px;
    color: white;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
}

.footer-input-text::placeholder {
    color: white;
    opacity: 1;
    /* Firefox */
}

.footer-input-text:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

.footer-input-text::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.footer-button {
    color: white;
    border: 1px solid #ffffff;
    border-radius: 8px;
    background-color: #1992d6;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
}

.subscribe {
    background-color: #1992d6;
    color: white;
    padding: 11px;
    margin-left: -7px;
    text-transform: uppercase;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    border: 1px solid #1992d6;
}

.justify-content-start {
    justify-content: start !important;
}

.margin-auto-vertically {
    margin: auto 0;
}

.width-30 {
    width: 30%;
}


/*
|--------------------------------------------------------------------------
| End Common
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| Product
|--------------------------------------------------------------------------
*/

.box-product {
    box-shadow: 0 0 10px 5px #f8f8f8;
    padding: 60px 15px;
}

.box-product>h3 {
    position: absolute;
    top: 8%;
    left: 13%;
}

.on-hover-info {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 92%;
    height: 79%;
    z-index: 999;
    top: 0;
    left: 15px;
    padding: 20px 30px;
    opacity: 0;
}

.on-hover-info:hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.on-hover-info ul {
    list-style: inside;
}


/*
|--------------------------------------------------------------------------
| End Product
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| slider in news details
|--------------------------------------------------------------------------
*/

.hidden {
    display: none !important;
}

.slider-images-item-container .slick-dots li button:before {
    font-size: 7px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border: 1px solid #fab702;
    content: "•";
    text-align: center;
    /* opacity: .25; */
    border-radius: 15px;
    color: white;
}

.slider-images-item-container .slick-dots li.slick-active button:before {
    color: #fab702;
    font-size: 8px;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
}

.slider-images-item-container .slick-dots li button {
    width: 8px;
    height: 8px;
}


/*
|--------------------------------------------------------------------------
| End slider in news details
|--------------------------------------------------------------------------
*/

@media (min-width: 768px) {
    .navbar-brand.abs {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .font-xlarge{
        font-size: 2em;
    }
    .text-slider{
        letter-spacing: 10px;
    }
    .slider-images-container .slider-image{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .pd-sm-0{
        padding:0 !important;
    }
    .step-nav {
        height: 50px!important;
        margin: 0 auto 0px!important;
    }
    .step-nav .step.first {
        width: 90px!important;
    }
    .step-nav .step .radial-progress {
        width: 50px!important;
        height: 50px!important;
    }
    .step-nav .step .radial-progress .circle .mask {
        clip: rect(0px, 50px, 50px, 0px)!important;
    }
    .step-nav .step .radial-progress .circle .mask,
    .step-nav .step .radial-progress .circle .fill,
    .step-nav .step .radial-progress .circle .shadow {
        width: 50px!important;
        height: 50px!important;

    }
    .step-nav .step .radial-progress .inset {
        display: none;
    }
    .step-nav .step p {
        width: 50px!important;
        height: 50px!important;
        line-height: 50px!important;
        font-size: 5px!important;
    }
    .step-nav .step {
        width: 70px!important;
        height: 50px!important;
    }
    .copy-holder{
        width: 100%!important;
        height: 100%!important;
        font-size: 11px!important;
    }
}


@media (max-width: 426px) {}