@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900&display=swap&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #0079c1;
    scroll-behavior: smooth;
}
h1{
    font-family: 'Montserrat', sans-serif;
}
h2{
    font-family: 'Montserrat', sans-serif;
}
h3{
    font-family: 'Montserrat', sans-serif;
}
h4{
    font-family: 'Montserrat', sans-serif;
}
h5{
    font-family: 'Montserrat', sans-serif;
}
h6{
    font-family: 'Montserrat', sans-serif;
}
a{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
a:hover{
    color: #fff;
    text-decoration: none;
}
.start-bg{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    background: linear-gradient(45grad, #0079c1, rgba(0,121,193,0.9), rgba(0,121,193,0.5));
}
.fade-end-bg{
    width: 100%;
    height: 300px;
    background: linear-gradient(rgba(0,121,193,0), #0079c1);
    margin-top: -300px
}
.end-bg{
    width: 100%;
    height: 150px
}
.modal-lg, .modal-xl {
    max-width: 1000px;
}
.block{
    margin-top: 100px;
    margin-bottom: 100px;
}
.service-subtitle{
    cursor: pointer;
}
.pull-right{
    float: right;
}
.logo{
    width: 100px;
}
.navbar-collapse{
    margin-top: -20px;
}
.navbar{
    background-color: transparent;
}
.navbar-nav{
    margin-left: 80px;
}
.navbar .nav-link{
    color: #fff!important;
    font-size: 16px;
    padding-left: 0!important;
    padding-right: 0!important;
    border-bottom: 1px solid transparent;
}
.navbar .nav-item:first-of-type{
    margin-left: 20px;
}
.navbar .nav-item{
    margin-right: 30px;
    position: relative;
}
.btn-fortus{
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    border: 3px solid #f3892b;
    box-shadow: 0 0 10px #f3892b;
}
.modal-btn{
    color: #f3892b;
    font-weight: 700;
}
.btn-fortus:hover{
    color: #fff;
    background: #f3892b;
    border-color: #f3892b;
}
.btn-fortus:focus {
    color: #fff;
    background: #f3892b;
    border-color: #f3892b;
}
.btn-fortus:active{
    color: #fff;
    background: #f3892b;
    border-color: #f3892b;
}
.btn-quote-dots:after{
    content: "";
    position: absolute;
    height: 100px;
    width: 110px;
    top: 25px;
    background-image: url("/assets/images/icons/dots-left-top.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    z-index: -1;

}
.btn-quote{
    width: 200px;
}



.carrier-form-list .list::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(105, 182, 213, 0);
    box-shadow: 0px 0px 0px 5px rgba(105, 182, 213, 0);
    padding-left: 10px;
}

.slider-middle  .dots-right-bottom:before{
    content: "";
    position: absolute;
    height: 100px;
    width: 110px;
    top: -40px;
    left: -40px;
    background-image: url("/assets/images/icons/dots-right-bottom.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center, bottom center;

}






.dots-right-bottom:before{
    content: "";
    position: absolute;
    height: 100px;
    width: 110px;
    top: -50px;
    left: -40px;
    background-image: url("/assets/images/icons/dots-right-bottom.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center, bottom center;

}
.dots-right-top:before{
    content: "";
    position: absolute;
    height: 100px;
    width: 110px;
    top: -10px;
    left: -40px;
    background-image: url("/assets/images/icons/dots-right-top.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center, bottom center;

}
.dots-left-top:after{
    content: "";
    position: absolute;
    height: 100px;
    width: 110px;
    top: -5px;
    right: -40px;
    background-image: url("/assets/images/icons/dots-left-top.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    z-index: -1;

}
.mt-10{
    margin-top: 100px;
}
.mt-7{
    margin-top: 70px;
}
.mt-8{
    margin-top: 80px;
}
.mt-15{
    margin-top: 150px;
}
.mt-18{
    margin-top: 180px;
}
.mt-20{
    margin-top: 300px;
}
.mt-30{
    margin-top: 300px;
}
.exmpl::after{
    box-shadow: inset 3px 3px 10px 0 #000000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}



#head-title{
    font-weight: 100;
}
.slider{
    height: 100vh;
}
.slider-middle{
    height: 70vh;
}
.slider-middle h1{
    font-size: 60px;
}
.slider-middle h2{
    font-size: 35px;
}
.slider-title{
    color: #fff;
    font-weight: 900;
    font-size: 60px;
}

.title-interactive{
    color: #fff;
    text-align: center;
}
.title-interactive .strg{
    font-weight: 800;
}
.slider-play{
    position: absolute;
    bottom: -100px;
    right: 0;
}
.circle-primary{
    width: 500px;
    height: 500px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    padding: 50px;
    margin-top: 100px;
    margin-left: 100px;
    cursor: pointer;
}
.circle-secondary{
    width: 400px;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 50px;
}
.circle-third{
    width: 300px;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    padding: 55px;
    cursor: pointer;
    text-align: center;
}
.circle-third img{
    margin-top: 18px;
}
.f52{
    font-size: 52px;
}
.gradient {
    height: 100vh;
    background: radial-gradient(ellipse at top, #e66465, transparent),
    radial-gradient(ellipse at bottom, #4d9f0c, transparent);
}

.play-circle{
    width: 100px;
    height: 100px;
    border: 3px solid #f3892b;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 0 rgba(243, 137, 43, 0.4);
    animation: pulse 2s infinite;
    display: inline-block;
}
.discore-services-hover:hover{
    animation: pulse_white 2s infinite;
}
.play-circle:hover{
    background-color: #f3892b;
    transition: 0.3s;
}
.home-bg .play-circle{
    margin-top: 40px;
}
.head-arrow-down{
    width: 50px;
    cursor: pointer;
    margin-top: 20px;
}
.circle{
    background-color: rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 50%;
}
.slider .circle{
    padding: 20px;
}
.home-about a{
    float: right;
    width: 200px;
}
.home-about-img{
    border-radius: 50%;
    width: 100%;
    height: 325px;
    object-fit: cover;
    opacity: 0.8
}

.services-links {
    margin-top: 150px;
}
.services-links h6{
    font-weight: 700;
}
.services-links a{
    float: right;
    width: 200px;
}
.home-about-img{
    border-radius: 50%;
    width: 100%;
    height: 325px;
    object-fit: cover;
    opacity: 0.8
}



.home-services .btn-fortus{
    float: right;
    width: 200px;
}
.home-services .hs-dispatch{
    top: 33%;
}
.home-services-img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 50%;
    opacity: 0.8;
}
.services-title{
    position: absolute;
    top: 30%;
    left: 30%;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}
.values-title{
    position: absolute;
    top: 32%;
    left: 30%;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}
.delimiter{
    background-image: url("/assets/images/delimiter.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 600px;
}
.delimiter h1{
    margin-top: 9px;
    font-weight: 900;
    margin-bottom: 0;
}
.mt-380{
    margin-top: 380px;
}
.delimiter span{
    font-size: 12px;
}
.blog{
    background-image: url("/assets/images/blog-img.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 1100px;
}
.partners img{
    width: 200px;
}

footer{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #003c5f;
}
footer input{
    background-color: #375875!important;
    border: none!important;
    padding-left: 50px!important;
    color: #fff!important;
    outline: none!important;
    box-shadow: 0 0 0 transparent!important;
    font-size: 13px;
}
footer input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #f3f3f3!important;
}
footer input::-moz-placeholder { /* Firefox 19+ */
    color: #f3f3f3!important;
}
footer input:-ms-input-placeholder { /* IE 10+ */
    color: #f3f3f3!important;
}
footer input:-moz-placeholder { /* Firefox 18- */
    color: #f3f3f3!important;
}
footer .input-block span{
    position: absolute;
    top: 7px;
    left: 25px;
}
footer hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 1px solid rgba(251, 109, 70, 0.7);
}
.logo-footer{
    width: 100px;
    margin-bottom: 20px;
}
.footer-list{
    margin: 0;
    padding: 0;
}
.footer-list li{
    list-style-type: none;
    padding-top: 20px;
}
.copyright{
    background-color: #031120;
    padding: 20px;
    padding-bottom: 14px;
}
.copyright .rights{
    padding-top: 5px;
}


#videoModal .modal-content{
    background-color: transparent;
    border: none;
}
#quoteModal .modal-content{
    background-color: transparent;
    border: none;
}
#videoModal video{
    border: none!important;
    outline: none!important;
}





input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield;
    width: 100%;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: transparent;
    outline: none;
    padding-left: 15px;
    margin-top: 0px;
    color: #fff;
}

#quoteModal div, textarea, input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#quoteModal .container {
    max-width: 510px;
    min-width: 324px;
    margin: 50px auto 0px;
    background-color: #fff;
    padding: 0;
}
#quoteModal .row {
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0 2.5em;
}
#quoteModal .row.header {
    padding: 1.5em 2.5em;
    border-bottom: 1px solid #ccc;
    background: url(/assets/images/modal-quote.jpg) left -80px;
    color: #fff;
}
.dsolapel{
    background: url(/assets/images/modal-quote.jpg) left -80px !important;
}
#quoteModal .row.body {
    padding: .5em 2.5em 1em;
}
#quoteModal .pull-right {
    float: right;
}
#quoteModal h1 {
    display: inline-block;
    font-weight: 100;
    font-size: 2.8125em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 0 0.1em 0;
    padding: 0 0 0.4em 0;
    text-transform: uppercase;
}
#quoteModal h3 {
    font-weight: 100;
    font-size: 1.25em;
    margin: 1em 0 0.4em 0;
}
#quoteModal form {
    max-width: 100%;
    display: block;
}
#quoteModal form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#quoteModal form ul li {
    margin: 0 0 0.25em 0;
    clear: both;
    display: inline-block;
    width: 100%;
}
#quoteModal form ul li:last-child {
    margin: 0;
    margin-top: 10px;
}
#quoteModal form ul li p {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
#quoteModal form ul li p.right {
    float: right;
}
#quoteModal form ul li .divider {
    margin: 0.5em 0 0.5em 0;
    border: 0;
    height: 1px;
    width: 100%;
    display: block;
    background-color: #4f6fad;
    background-image: linear-gradient(to right, #ee9cb4, #4f6fad);
}
#quoteModal form ul li .req {
    color: #ee9cb4;
}
#quoteModal form label {
    display: block;
    margin: 0 0 0.5em 0;
    color: #293848;
    font-size: 1em;
    margin-bottom: 0;
}
#quoteModal form input {
    margin: 0 0 0.5em 0;
    border: 1px solid #ccc;
    padding: 6px 10px;
    color: #555;
    font-size: 1em;
    height: 40px;
}
#quoteModal form textarea {
    border: 1px solid #ccc;
    padding: 6px 10px;
    width: 100%;
    color: #555;
}
.red{
    color: red;
}
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
    opacity: 0.8;
    -webkit-animation: fadeInBg ease 2s;
    -moz-animation: fadeInBg ease 2s;
    -o-animation: fadeInBg ease 2s;
    -ms-animation: fadeInBg ease 2s;
    animation: fadeInBg ease 2s;
}
.img-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
    opacity: 0.8;
    -webkit-animation: fadeInBg ease 2s;
    -moz-animation: fadeInBg ease 2s;
    -o-animation: fadeInBg ease 2s;
    -ms-animation: fadeInBg ease 2s;
    animation: fadeInBg ease 2s;
}
@keyframes fadeInBg {
    0% {
        opacity:0;
    }
    100% {
        opacity:0.8;
    }
}
@-moz-keyframes fadeInBg {
    0% {
        opacity:0;
    }
    100% {
        opacity:0.8;
    }
}
@-webkit-keyframes fadeInBg {
    0% {
        opacity:0;
    }
    100% {
        opacity:0.8;
    }
}
@-o-keyframes fadeInBg {
    0% {
        opacity:0;
    }
    100% {
        opacity:0.8;
    }
}
@-ms-keyframes fadeInBg {
    0% {
        opacity:0;
    }
    100% {
        opacity:0.8;
    }
}
/* Style the video: 100% width and height to cover the entire window */
#headerbg {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
    opacity: 0.7;
}
#myOverlay {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.home-services .ch-item{
    width: 100%;
    height: 230px;
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(243, 137, 43, 0.6);
        box-shadow: 0 0 0 0 rgba(243, 137, 43, 0.6)
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(123, 81, 157, 0);
        box-shadow: 0 0 0 20px rgba(123, 81, 157, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(123, 81, 157, 0);
        box-shadow: 0 0 0 0 rgba(123, 81, 157, 0)
    }
}
@keyframes pulse_white {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3)
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(123, 81, 157, 0);
        box-shadow: 0 0 0 20px rgba(123, 81, 157, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(123, 81, 157, 0);
        box-shadow: 0 0 0 0 rgba(123, 81, 157, 0)
    }
}

@keyframes pulse_blue {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 121, 193, 0.6);
        box-shadow: 0 0 0 0 rgba(0, 121, 193, 0.6)
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(123, 81, 157, 0);
        box-shadow: 0 0 0 20px rgba(123, 81, 157, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(123, 81, 157, 0);
        box-shadow: 0 0 0 0 rgba(123, 81, 157, 0)
    }
}


.headbg-title{
    font-size: 50px;
}
.ftiny{
    font-weight: 100;
}
.inl-block{
    display: inline-block;
}
.head-line{
    margin-bottom: 10px;
}
.toparrow-down{
    margin-bottom: -200px;
}
.history-tab{
    width: 14.28%;
    height: 162px;
}
.history-tab .circle{
    padding: 20px;
}
.history-tab .circle p{
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
}
.services-tab-link{
    width: 14.28%;
    height: 162px;
}
.services-tab-link .circle{
    padding: 20px;
}
.services-tab-link .circle p{
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
}
.hover-white:hover{
    background-color: #fff;
    color: #f3892b;
    cursor: pointer;
    transition: 0.4s ease;
    animation: pulse_blue 2s infinite;
}
.history-active{
    background-color: #fff;
    color: #f3892b;
    cursor: pointer;
    transition: 0.4s ease;
    animation: pulse_blue 2s infinite;
}
.company-desc{
    display: none;
}
#desc2014{
    display: flex;
}
.company-values .ch-item{
    height: 420px;
}
.company-values .services-title{
    font-size: 42px;
    font-weight: 800;
    top: 43%;
    left: 30%;
}
.company-values .values-title{
    font-size: 28px;
    font-weight: 800;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.members{
    background-image: none;
}
.f30{
    font-size: 30px!important;
}
.company-values{
    background-image: url("/assets/images/road_bg.png");
    background-size: 100% 100%;
}
.contacts-list .circle{
    padding: 10px;
}
.contacts-list span{
    font-size: 18px;
}
.contacts .slider-middle{
    height: 90vh;
}
.square{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 20px;
}
.contacts input[type="text"]{
    width: 100%;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: transparent;
    outline: none;
    padding-left: 15px;
    margin-top: 20px;
    color: #fff;
}
.contacts input[type="email"]{
    width: 100%;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: transparent;
    outline: none;
    padding-left: 15px;
    margin-top: 20px;
    color: #fff;
}
.contacts input[type="password"]{
    width: 100%;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: transparent;
    outline: none;
    padding-left: 15px;
    margin-top: 20px;
    color: #fff;
}
.contacts textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: transparent;
    outline: none;
    padding-left: 15px;
    padding-top: 5px;
    margin-top: 20px;
    color: #fff;
}
select{
    width: 100%;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: transparent;
    outline: none;
    padding-left: 15px;
    margin-top: 20px;
    color: #fff;
}
input[type="date"]{
    width: 100%;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: transparent;
    outline: none;
    padding-left: 15px;
    margin-top: 0px;
    color: #fff;
}
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    background-color: #003c5f;
    border-radius: 20px!important;
}

.wizard-step{
    display: none;
    animation: fade_in_show 0.5s
}
.wizard-step:first-of-type{
    display: flex;
}
@keyframes fade_in_show {
    0% {
        opacity: 0;
        transform: scale(0)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}
#step-success{
    text-align: center!important;
}
#step-success img{
    width: 150px;
}

.checkbox {
    padding-left: 10px;
    margin-top: 20px;
}
.checkbox label {
    display: inline;
    vertical-align: middle;
    position: relative;
    padding-left: 0px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #ed1b24;
    border-color: #ed1b24;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f3892b;
    border-color: #f3892b;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox.checkbox-sm label::before {
    width: 30px;
    height: 30px;
    top: -13px;
}
.checkbox.checkbox-sm label::after {
    width: 30px;
    height: 30px;
    padding-left: 4px;
    font-size: 20px;
    left: 1px;
    top: -13px;
}
.checkbox.checkbox-sm label {
    padding-left: 18px;
    top: 13px;
}
.checkbox.checkbox-md label::before {
    width: 34px;
    height: 34px;
    top: -17px;
}
.checkbox.checkbox-md label::after {
    width: 34px;
    height: 34px;
    padding-left: 4px;
    font-size: 24px;
    left: 1px;
    top: -18px;
}
.checkbox.checkbox-md label {
    padding-left: 22px;
    top: 17px;
}
.checkbox.checkbox-lg label::before {
    width: 46px;
    height: 46px;
    top: -28px;
}
.checkbox.checkbox-lg label::after {
    width: 46px;
    height: 46px;
    padding-left: 4px;
    font-size: 36px;
    left: 1px;
    top: -31px;
}
.checkbox.checkbox-lg label {
    padding-left: 34px;
    top: 32px;
}

.radio {
    padding-left: 10px;
}
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #ed1b24;
}
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #ed1b24;
}
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #ed1b24;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f3892b;
}
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f3892b;
}
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f3892b;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}

.radio.radio-sm label::before {
    width: 30px;
    height: 30px;
    top: -13px;
}
.radio.radio-sm label::after {
    width: 22px;
    height: 22px;
    padding-left: 4px;
    font-size: 20px;
    left: 4px;
    top: -9px;
}
.radio.radio-sm label {
    padding-left: 18px;
    top: 13px;
}
.radio.radio-md label::before {
    width: 34px;
    height: 34px;
    top: -17px;
}
.radio.radio-md label::after {
    width: 26px;
    height: 26px;
    padding-left: 4px;
    font-size: 24px;
    left: 4px;
    top: -13px;
}
.radio.radio-md label {
    padding-left: 22px;
    top: 17px;
}
.radio.radio-lg label::before {
    width: 46px;
    height: 46px;
    top: -28px;
}
.radio.radio-lg label::after {
    width: 36px;
    height: 36px;
    padding-left: 4px;
    font-size: 36px;
    left: 5px;
    top: -23px;
}
.radio.radio-lg label {
    padding-left: 34px;
    top: 32px;
}






.contacts button{
    margin-top: 20px;
}
::-webkit-input-placeholder {
    color: #fff;
}
.contacts input::-ms-input-placeholder {
    color: #fff;
}
.contacts input::placeholder {
    color: #fff;
}
.contacts-map{
    margin-bottom: 100px;
    text-align: center;
}
.f20{
    font-size: 20px!important;
}
.f14{
    font-size: 14px!important;
}
.contacts-map .place-map{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.contacts-map .place{
    text-align: center;
    height: 170px;
    padding-top: 55px;
}
.mb-10{
    margin-bottom: 100px;
}
.faq{
    margin-bottom: 150px;
}
.faq .square{
    padding: 10px;
    text-align: center;
}
.faq .hover-filter{
    cursor: pointer;
    font-weight: 700;
}
.faq .hover-filter:hover{
    background-color: #fff;
    color: #f3892b;
    transition: 0.2s ease-in-out;
}
.faq .active-filter{
    background-color: #fff;
    color: #f3892b;
}
.faq .faq-title{
    font-size: 28px;
    color: #f3892b;
}
.dots-text-dots:before{
    content: "";
    position: absolute;
    height: 100px;
    width: 110px;
    background-image: url(/assets/images/icons/dots-left-top.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    z-index: -1;
    bottom: -50px;
    right: -50px;
}
.home-about .dots-text-dots:before{
    bottom: 0px;
}
.services-links .dots-text-dots:before{
    bottom: 0px;
}
.why-join .values-title{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.why-join .col-md-6{
    padding: 0px 40px 20px 40px;
}
.why-join .col-md-6 .ch-item {
    height: 370px;
}
.benefits{
    margin-top: 150px;
}
.benefits .circle{
    padding: 10px;
}
.benefits .num{
    width: 20px;
    height: 20px;
    font-weight: 900;
    padding-left: 7px;
}
.pull-left{
    float: left;
}
.oportunes{
    background-image: none;
    height: 100%;
    margin-bottom: 150px;
}
.blog-page{
    background-image: none;
    height: 100%;
    margin-bottom: 150px;
}
.blog-single{
    margin-bottom: 100px;
}
.blog-date{
    font-size: 21px;
    padding-left: 10px;
}
.blog-share{
    margin-top: 10px;
    margin-bottom: 10px;
}
.quote .slider-middle{
    height: 100vh;
}
.dots-right-top-quote:before{
    content: "";
    position: absolute;
    height: 100px;
    width: 110px;
    background-image: url(/assets/images/icons/dots-right-top.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    bottom: -55px;
    left: -50px;
}
.page-head{
    height: 100vh;
    padding-top: 180px;
}
.page-head .dots-bottom-close:before{
    content: "";
    position: absolute;
    height: 100px;
    width: 110px;
    background-image: url(/assets/images/icons/dots-right-top.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    top: 350px;
    left: -40px;
}
.page-head .circle{
    padding: 20px;
}
.page-head .contacts-list  .circle {
    padding: 10px;
}
.contacts-form{
    margin-top: -30px;
}
.offices-title{
    margin-top: 100px;
}
#servicesModal{
    width: 100%;
    height: 100vh;
    background-color: #0079c1;
    position: fixed;
    top: 0;
    z-index: 9;
    display: none;
    animation: fade_in_show 0.8s
}
#servicesModal .col-md-4{
    text-align: center;
}
#servicesModal .col-md-4 a{
    float: none;
}
#servicesModal .block{
    padding-top: 20px;
    width: 100%;
}
.active:after{
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    background-image: url(/assets/images/icons/circle.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    top: -6px;
    left: -20px;
    z-index: -1;
}

.dots-bottom-close-carrier{
    margin-top: 100px;
}
.carrier-benefits .num{
    padding: 0;
}
.benefits-icons{
    width: 20px;
}
#servicesModal .services-title {
    top: 29%;
    left: 32%;
}
.services-bg{
    width: 100%;
    height: 325px;
    background-image: url(/assets/images/services-img.png);
}
.services-links .services-tab{
    display: flex;
    justify-content: center;
    text-align: center;
}
.services-links .services-tab h6{
    font-weight: 800;
    margin-top: 10px;
}
.services-links .services-tab .circle{
    padding: 10px;
    font-weight: 800;
}
.services-links .services-tab .serv-prew {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-links .services-link {
    cursor: pointer;
}
.services-active{
    background-color: #fff!important;
    color: #f3892b;
    animation: pulse 2s infinite;
}
.services-desc{
    display: none;
}
.services-desc:first-of-type{
    display: flex;
}
#desc-fulltrack{
    display: flex;
}
.error404{
    padding-top: 0!important;
    display: flex;
    align-items: center;
    text-align: center;
}
.title404{
    font-size: 150px;
    font-weight: 900;
}
.footer-contact-img{
    width: 20px;
}
footer .contacts-list span {
    font-size: 14px;
}
.pull-none{
    float: none!important;
}
.company-values .val-item h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.why-join .val-item h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.close-services{
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    visibility: hidden;
}
.close-services img{
    width: 50px;
}
.carrier-form-list ul{
    margin: 0;
    padding: 0;
}
.carrier-form-list ul li{
    list-style-type: none;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 25px;
    cursor: pointer;
}
.carrier-form-list ul li::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: 0px 0px 0px 5px rgba(105, 182, 213, 0);
    padding-left: 10px;
}
.carrier-form-list ul li:first-of-type{
    padding-top: 0px;
}
.carrier-form-list .active-list{
    color: #fff;
    font-size: 20px;
}
.carrier-form-list .complete-list::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(243, 137, 43, 0.9);
    box-shadow: 0px 0px 0px 5px rgba(243, 137, 43, 0.6);
    padding-left: 10px;
}
.carrier-form-list .active-list::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #69b6d5;
    box-shadow: 0px 0px 0px 5px rgba(105, 182, 213, 0.5);
    padding-left: 10px;
}
.w-45{
    width: 45%;
}
.w-25{
    width: 25%;
}
.dots-bottom-close-carrier:after {
    content: "";
    position: absolute;
    height: 100px;
    width: 110px;
    bottom: 0px;
    background-image: url(/assets/images/icons/dots-left-top.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    right: -40px;
}
.start-carrier{
    margin-top: 50px;
}
.controls-carrier{
    display: none;
}
.become-carrier .f30{
    padding-right: 50px;
}
.dots-bottom-close-sevices{
    margin-top: 105px;
    padding-left: 50px;
    padding-right: 50px;
}
.dots-bottom-close-sevices:after {
    content: "";
    position: absolute;
    height: 100px;
    width: 110px;
    background-image: url(/assets/images/icons/dots-right-top.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    left: -40px;
    bottom: -50px;
}
.serv-mar{
    margin-bottom: 150px;
}
.mt-10{
    margin-top: 100px!important;
}
.mt-7{
    margin-top: 70px!important;
}
.pl1{
    padding-left: 1px!important;
}
.pl2{
    padding-left: 2px!important;
}
.pl3{
    padding-left: 3px!important;
}
.pl4{
    padding-left: 4px!important;
}
.pl5{
    padding-left: 5px!important;
}
.pl6{
    padding-left: 6px!important;
}
.pl7{
    padding-left: 7px!important;
}
.pl8{
    padding-left: 8px!important;
}
.pl9{
    padding-left: 9px!important;
}
.pl10{
    padding-left: 10px!important;
}
.pl11{
    padding-left: 11px!important;
}
.pl12{
    padding-left: 12px!important;
}
.pl13{
    padding-left: 13px!important;
}
.pl14{
    padding-left: 14px!important;
}
.pl15{
    padding-left: 15px!important;
}
.pr100{
    padding-right: 100px;
}
.p5{
    padding: 5px;
}
.wzc-scroll{
    height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.wzc-scroll::-webkit-scrollbar {
    width: 0.5em;
}
.wzc-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.05);
}
.wzc-scroll::-webkit-scrollbar-thumb {
    background-color: #69b6d5;
    outline: 1px solid slategrey;
    border-radius: 10px;
}
#sig-canvas {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}
.sign_canv {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: default;
}
.blog-date{
    position: absolute;
    top: 350px;
    font-size: 24px;
    display: block;
}
.mobile-bdate{
    display: none;
}
.new-quote{
    display: none;
}
.company-history{
    display: flex;
    justify-content: center;
    text-align: center;
}
.desc-active{
    display: flex!important;
}
.company-values h5{
    padding: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    height: auto;
}
.company-values .ch-item{
    cursor: default;
}
.content-center{
    display: flex;
    justify-content: center;
    text-align: center;
}
.pl17{
    padding: 17px;
    padding-top: 0px;
    padding-bottom: 10px;
}
#jobAplyModal{
    background-color: rgba(3, 17, 32, 0.9);
}
#jobAplyModal .modal-content{
    background-color: transparent;
    margin-top: 50px;
}
.chose-file{
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    margin-top: 0!important;
    padding-right: 25px;
    padding-left: 25px;
}
.chose-file:hover{
    color: #fff;
}
.tel-link{
    font-size: 18px;
}
.mt-320{
    margin-top: 320px;
}
.btn-aplyjob{
    width: 65%;
}
.company-values .ch-info{
    display: flex;
    align-items: center;
}
@keyframes fade-in {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}
.main-navigation:hover:after{
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    background-image: url(/assets/images/icons/circle.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    top: -6px;
    left: -20px;
    z-index: -1;
    animation-name: zoominoutsinglefeatured;
    animation-duration: 0.5s;
}

.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.3);
}
#scroll_anchorn{
    margin-bottom: 100px;
}
.table{
    margin-top: 10px;
    color: #fff!important;
}
.table input{
    margin: 0!important;
}
#copy_all span{
    border-bottom: 1px solid #fff;
}
#copy_all_insurance span{
    border-bottom: 1px solid #fff;
}
.become-carrier input{
    margin-top: 0!important;
}
.become-carrier select{
    margin-top: 0!important;
}
.insurance-notes{
    height: 70px!important;
}
label{
    padding-left: 0px;
    margin: 0;
    margin-top: 10px;
}
.red{
    color: #f3892b;
}

.contacts input{
    margin-top: 0!important;
}
.contacts select{
    margin-top: 0!important;
}
.contacts textarea{
    margin-top: 0!important;
}
#step3-wzc input:disabled{
    background-color: rgba(255, 255, 255, 0.3);
}
.hidden{
    display: none;
}
.underline{
    border-bottom: 1px solid #212121;
}
.cotract-page{
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 40px 100px;
    margin-bottom: 50px;
    color: #212121;
    min-height: 1100px;
    display: block;
    position: relative;
}
.cotract-page .cpage{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.cotract-page a{
    color: #212121;
}
.cotract-page .table td{
    color: #212121;
    border: 1px solid rgba(33, 33, 33, 0.5) !important;
    width: 16%;
}
.cotract-page .table-bordered {
    border: 1px solid rgba(33, 33, 33, 0.5) !important;
}
.cotract-page #table-append {
    width: 25px;
    float: right;
    margin-top: -10px;
    cursor: pointer;
}
.w50px{
    width: 50px!important;
}
.w100px{
    width: 100px!important;
}
.w150px{
    width: 150px!important;
}
.w200px{
    width: 200px!important;
}
.w250px{
    width: 250px!important;
}
.w300px{
    width: 300px!important;
}
.dispatching-contract{
    padding-top: 150px!important;
    height: 100%!important;
}
.dispatching-contract .contract-logo{
    width: 100px;
}
.dispatching-contract input{
    border: 0!important;
    border-bottom: 1px dashed #212121!important;
    display: inline!important;
    border-radius: 0!important;
    color: #212121!important;
    height: 25px!important;
    background-color: rgba(229, 237, 134, 0.2)!important;
}

.or_delimiter {
    overflow: hidden;
    text-align: center;
}
.or_delimiter:before,
.or_delimiter:after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.or_delimiter:before {
    right: 0.5em;
    margin-left: -50%;
}
.or_delimiter:after {
    left: 0.5em;
    margin-right: -50%;
}

.mobile-block{
    display: none;
}
.mobile-company .accordion-head{
    display: flex;
    justify-content: center;
}
.mobile-company .accordion-head::before {
    display: inline;
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 142px;
    position: absolute;
    transform: rotate(90deg);
}
.mobile-company .first-head:before{
    content: '';
    width: 0px;
}
.mobile-company .accordion-head .accordion-circle{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f3892b;
    text-align: center;
    font-weight: 900;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.mobile-company .accordion-border{
    margin-top: -50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.mobile-company .card-body{
    padding-top: 70px;
}

.mobile-company .accordion-img {
    position: relative;
    /*
    border: 1px solid #0079c1;
    box-shadow: inset 0px 0px 5px 5px #0079c1;
    */
}
.mobile-company .accordion-img img {
    display: block;
    width: 100%;
    position: relative;
    z-index: -1;
    border: 1px solid #0079c1;
    margin-bottom: 20px;
}

.mobile-company .accordion-item{
    margin-bottom: 70px;
}

.submit-dispatch{
    background-color: rgba(255, 255, 255, 0.8);
    color: #212121;
}
.submit-dispatch button{
    background-color: #f3892b;
    color: #fff;
}
#servicesModal .hs-dispatch {
    top: 33%;
}
.hidden-sign{
    width: 100%!important;
    height: 0px!important;
    border: none!important;
    color: transparent!important;
    resize:none!important;
    overflow: hidden!important;
}




@media (min-width: 992px){
    .services-tab .col-md-2 {
        width: 14.28%;
        max-width: 14.28%;
        flex: 0 0 14.28%;
        min-width: 14.28%;
    }
}






























































