@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900,700,600,300,200);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
:root {
    --image-sider-height: 100vh;
    --headerHeight: 90px;
}

.image-slider ul {
    top: 0px;
}

.header {
    z-index: 1;
    background-color: rgba(255, 255, 255, 0);
    top: 80px;
    border-radius: 3px;
}

.nav ul a {
    color: #ffffff;
    /*color: #1b1b1b;*/
    font: 600 13px 'Montserrat';
    padding: 0px 10px;
}

.nav ul {
    margin: 0px;
    top: 16px;
    position: relative;
}

.nav ul li {
    overflow: hidden;
    position: relative;
    line-height: 50px;
}

.nav ul li.active::after {
    background: #AF2735;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}

.slide-caption h1 {
    color: #ffffff;
    font: 700 44px 'Montserrat';
    text-transform: uppercase;
}

.slide-caption p {
    color: #ffffff;
    font: 100 20px / 28px 'Source Sans Pro';
    max-width: 500px;
}

.Btn {
    padding: 8px 25px;
    background-color: #b22335;
    border-radius: 3px;
    color: #ffffff;
    font: 400 13px 'Montserrat';
    display: inline-block;
    margin: 7px 0px;
    cursor: pointer;
}

.thinBtn {
    line-height: 13px;
    max-height: 27px;
}

.info-sec {
    background-color: #ffffff;
    padding: 35px 23px;
    color: #333333;
    font: 300 14px / 22px 'Source Sans Pro';
}

.info-sec strong {
    color: #333333;
    font: 600 14px 'Source Sans Pro';
    display: block;
    margin-bottom: 10px;
}

.footer-holder strong {
    color: #f5f5f5;
    font: 700 20px / 24px 'Source Sans Pro';
    margin-bottom: 29px;
    display: block;
}

.gray-bg {
    background: #eeeeee;
}

.service-card {
    margin-top: 20px;
    /*    margin-top: -208px;*/
    -webkit-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    overflow: hidden;
}

.service-card img {
    display: block;
}

.service-card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.24);
    margin-top: -150px;
    /*    margin-top: -220px;*/
}

.readmore {
    background-color: #016db6;
    color: #eeeeee;
    float: right;
    font: 300 13px/13px "fontawesome", "Source Sans Pro";
    margin-top: -33px;
    padding: 10px 13px;
    position: relative;
    right: -1px;
    z-index: 1;
    -webkit-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
}

.readmore:hover {
    background: #0883DA;
}

a {
    cursor: pointer;
    outline: 0px;
    text-decoration: none;
}

.worldwide {
    color: #333333;
    font: 300 22px / 22px 'Source Sans Pro';
}

.welcome-text {
    background-color: #ffffff;
    margin-top: -80px;
    color: #333333;
    font: 400 14px / 22px 'Source Sans Pro';
    text-align: justify;
    padding: 0px 25px 0px 25px;
}

.welcome-text p {
    padding: 8px 0px;
}

.welcome-head {
    font: 200 39px / 53px 'Source Sans Pro';
    text-transform: uppercase;
    text-align: left;
}

.welcome-head strong {
    font: 700 39px / 53px 'Source Sans Pro';
    display: block;
    text-align: left;
}

.welcome-text img {
    margin-top: 15px;
}

.features {
    background: url(images/336767246.jpg) no-repeat center center #293952;
    height: 686px;
    margin-top: -80px;
}

.sec-head {
    color: #ffffff;
    font: 200 26px / 53px 'Source Sans Pro';
    text-transform: uppercase;
    text-align: center;
    margin: 60px 0px 30px;
}

.sec-head strong {
    color: #ffffff;
    font: 700 39px / 53px 'Source Sans Pro';
    background: url(../../images/Shape-3-copy.png) top center no-repeat;
    display: block;
}

.feature-box {
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, 0.19);
    color: #dbdbdb;
    font: 400 14px / 21px 'Source Sans Pro';
    text-align: center;
    padding-top: 50px;
    min-height: 278px;
}

.feature-box strong {
    color: #ffffff;
    font: 600 15px 'Source Sans Pro';
    margin: 25px 0px;
    display: block;
}

.ico {
    background: url(../../images/Layer-5.png) no-repeat;
    width: 55px;
    height: 54px;
    display: block;
    margin: 0px auto;
    display: block;
}

.clock {
    background-position: 5px top;
}

.parce {
    background-position: -296px top;
}

.umbrela {
    background-position: -595px top;
}

.man {
    background-position: -895px top;
}

.read-more {
    line-height: 50px;
    text-align: center;
    display: block;
    color: #838383;
    font: 400 14px / 50px 'Source Sans Pro';
    -webkit-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    opacity: 0;
    text-indent: 30px;
}

.read-more i {
    color: #db0f31;
    margin-right: 5px;
}

.feature-box:hover .read-more {
    opacity: 1;
    text-indent: 0px;
}

.invert,
.invert strong {
    color: #333333;
}

.testimonial-box {
    border: 1px solid #DDDDDD;
    padding: 60px 40px 40px;
    text-align: center;
    color: #777777;
    font: 400 19px / 28px 'Source Sans Pro';
    margin: 30px 1px;
}

.testimonial-box span {
    color: #777777;
    font: italic 13px / 28px 'Source Sans Pro';
    text-align: center;
    display: block;
    margin-top: 20px;
}

.quotation {
    background: rgba(0, 0, 0, 0) url("../../images/quote.png") repeat scroll 0 0;
    display: block;
    height: 60px;
    margin: -90px auto 30px;
    position: relative;
    width: 60px;
    z-index: 1;
}

.test-control {
    text-align: right;
    margin-top: -60px;
}

.test-control a {
    background: url(../../images/control.png) no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.leftb {
    background-position: left top;
}

.rightb {
    background-position: right top !important;
}

.footer {
    background-color: #1a2536;
    color: #81919b;
    font: 400 16px / 24px 'Source Sans Pro';
}

.footer span {
    margin: 10px 0px;
    display: block;
}

.footer hr {
    background: rgba(108, 127, 140, 0.22);
    border-color: rgba(108, 127, 140, 0.22);
}

.footer .ql a {
    color: rgba(112, 187, 250, 0.5);
    font: 400 15px / 37px 'Source Sans Pro';
    display: list-item;
    list-style: none;
    border-bottom: rgba(108, 127, 140, 0.22) 1px solid;
    text-decoration: none;
}

.social-media a {
    color: #4c7fab;
    font: 400 20px / 24px 'FontAwesome';
    margin-right: 30px;
    display: inline-block;
}

.footer a:hover {
    color: #7AB0DC;
}

.copyright {
    background-color: #181a1e !important;
    color: #81919b;
    font: 300 13px / 24px 'Source Sans Pro';
}

.sub-header {
    height: 378px;
    background-position: center top !important;
}

.company-profile {
    background: url(../../images/company-profile.jpg) no-repeat;
}

.air-head {
    background: url(../../images/159359465.jpg) no-repeat;
}

.inland {
    background: url(../../images/350092247.jpg) no-repeat;
}

.warehouse {
    background: url(../../images/271495238.jpg) no-repeat;
}

.header-bottom {
    background-color: #EEEEEE;
    min-height: 45px;
    line-height: 45px;
    color: #333333;
}

.sub-header-text {
    background: rgba(0, 0, 0, 0) url("../../images/Shape3.png") no-repeat scroll center bottom;
    bottom: -146px;
    color: #ffffff;
    font: 700 44px "Montserrat";
    padding: 0 0 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.right-sec {
    border-left: 1px solid rgba(108, 127, 140, 0.22);
    padding: 0px 0px 0px 20px;
}

.para-title {
    color: #314176;
    font: 700 17px / 22px 'Source Sans Pro';
    margin-top: 20px;
}


/*.right-sec p {
    color: #333333;
    font: 300 14px / 25px 'Source Sans Pro';
    padding: 10px 0 10px;
    text-align: justify;
}*/

.right-sec p {
    color: #333333;
    font: 400 14px / 25px 'Open Sans';
    padding: 10px 0 10px;
    text-align: justify;
}

.service-link strong {
    color: #314176;
    font: 700 17px / 22px 'Source Sans Pro';
    display: block;
    text-transform: uppercase;
    background: #EEEEEE none repeat scroll 0 0;
    max-width: 237px;
    padding: 20px 0 20px 22px;
    position: relative;
}

.service-link strong::after {
    border-color: transparent transparent #EEEEEE #EEEEEE;
    border-style: solid;
    border-width: 30px 13px;
    content: "";
    position: absolute;
    right: -26px;
    top: 1px;
}

.service-link {
    padding-bottom: 5px;
    position: relative;
}

.service-link ul li,
.service-link ul li a {
    font: 400 16px "Source Sans Pro", "FontAwesome";
    color: #0084f9;
    list-style: none;
    padding-left: 5px;
}

.service-link ul li {
    padding: 16px 0px 16px 22px;
    border-bottom: 1px solid rgba(108, 127, 140, 0.22);
}

.service-link ul li span {
    border: 1px solid;
    border-radius: 50%;
    height: 18px;
    margin-right: 10px;
    padding: 1px 0 0 1px;
    text-align: center;
    width: 18px;
}

.form-controll {
    font: 400 14px / 39px "Open Sans";
}

input[type="text"],
textarea,
select {
    border: 0px;
    border-bottom: 2px solid #c2c2c2;
    resize: none !important;
    padding-left: 0px !important;
}

textarea {
    min-height: 60px !important;
}

.address strong {
    font: 700 22px / 39px "Source Sans Pro";
    color: #AF2735;
    display: block;
}

.address {
    color: #333333;
    font: 300 14px /25px "Source Sans Pro";
    text-align: center;
    border: 1px solid rgba(108, 127, 140, 0.22);
    margin-top: 20px;
    padding: 20px 10px;
    min-height: 190px;
}

.chk-box input {
    display: none;
}

div.no-pad-left {
    padding-left: 0px !important;
}

div.no-pad-right {
    padding-right: 0px !important;
}

.nav li:hover {
    background: #B2BCC8 none repeat scroll 0 0;
    border-radius: 3px;
}

.listing {
    margin: 20px 0px;
}

.listing li {
    float: left;
    width: 50%;
    color: #333333;
    font: 400 14px/21px "Open Sans";
    padding: 10px 0px 10px 0px;
    list-style: none;
    padding-left: 26px;
    box-sizing: border-box;
    position: relative;
}

.listing li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 4px;
    position: absolute;
}

.banner {
    margin: 15px 0px;
    border: 1px solid #EEEEEE;
    padding: 8px;
    text-align: center;
}

.box {
    border: 1px solid #eeeeee;
    color: #333333;
    font: 300 14px/25px "Source Sans Pro";
    margin: 5px 0px;
    display: block;
}

.separator-v {
    border-left: 1px solid #eeeeee;
}

.box:after,
.box:before,
.row-tr:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.row-tr {
    border-bottom: 1px solid #eeeeee;
}

.box .row-tr:last-child {
    border-bottom: 0px !important;
}

.row-tr div,
.box > div:nth-child(1) {
    padding: 3px 8px !important;
}

.box b {
    font-size: 20px;
    font-weight: 700;
}

.web-logo {
    line-height: 90px;
}

.show-s {
    display: none;
}

.image-slider li img {
    width: 100vw;
}

a[href^="tel:"] {
    color: #0883DA;
}

.for-device {
    display: none;
}

@media (max-width:1199px) {
    .nav ul li a {
        padding: 0 4px;
        font-size: 11.5px;
    }
    .service-card {
        margin-top: 0px !important;
    }
    .ctpat {
        width: 230px !important;
    }
}

@media (max-width:1024px) {
    .service-card img,
    .welcome-text img {
        width: 100%;
    }
    .info-sec strong {
        font-size: 12px;
    }
    .info-sec {
        min-height: 114px;
    }
    .features {
        min-height: 686px;
        height: unset;
        background-size: cover;
    }
    .feature-box {
        min-height: 236px;
        height: unset;
        margin-bottom: 20px;
    }
    .service-link ul li,
    .service-link ul li a {
        font-size: 14px;
    }
    .image-slider {
        max-height: 588px;
    }
}

@media (max-width:991px) {
    .header {
        top: 10px !important;
    }
    .loginBtn {
        display: none;
    }
    .for-device {
        display: block;
    }
    .nav ul li a {
        color: #333;
    }
}

@media (max-width:768px) {
    .service-card,
    .service-card:hover {
        margin-top: 10px;
    }
    .feature-box {
        min-height: 257px;
        height: unset;
        margin-bottom: 20px;
    }
    .footer-holder strong {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .right-sec {
        border: 0px;
        padding: 0px;
    }
    .image-slider {
        overflow: visible !important;
    }
    .nav ul li {
        line-height: normal;
    }
    .image-slider li img {
        /*        height: 100vw;*/
        width: auto;
    }
    .image-slider,
    .image-slider > ul > li {
        height: 100vw;
    }
}

@media (max-width:640px) {
    .image-slider,
    .image-slider > ul > li {
        height: 640px;
    }
    .header {
        top: 10px;
    }
    .worldwide {
        line-height: 30px;
    }
    .worldwide * {
        text-align: center;
    }
    .test-control {
        text-align: center;
        margin-top: inherit;
    }
    .nav-btn {
        margin: 27px 9px 9px;
    }
    .sub-header-text {
        bottom: -66px;
    }
}

@media (max-width:360px) {
    .header-bottom,
    .header-bottom .right,
    .copyright .left,
    .copyright .right {
        text-align: center;
    }
    .header-bottom strong:after {
        content: '';
        clear: both;
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        width: 0;
    }
    .sub-header-text {
        font-size: 9vw;
    }
    .no-pad-right,
    .no-pad-left {
        padding: 0px !important;
    }
    .show-s {
        display: block;
    }
}


/*developer*/

.refreshbutton {
    background-image: url(../../images/refresh.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 32px;
    height: 26px;
    border-style: none;
    cursor: pointer;
    background-color: Transparent !important;
    -webkit-filter: none !important;
    filter: none !important;
}

.error {
    border-color: #ff0000 !important;
}

.asterisk {
    color: red;
}

.msg {
    background: #c6ffd1 none repeat scroll 0 0;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #B6D6B8;
    font-size: 13px;
    font-weight: 600;
    color: #2E7A44;
}

.ajax__calendar td,
.ajax__calendar_title {
    line-height: normal;
}

.popup-slide {
    background: url(../../images/bulb.png) no-repeat #ffffff;
    background-position: 20px 25px;
    border: 1px solid #d7d7d7;
    border-radius: 10px 0 0 10px;
    padding: 10px;
    position: fixed;
    width: 470px;
    z-index: 1;
    right: -414px;
    cursor: pointer;
    top: 440px;
    -webkit-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}

.popup-slide:hover {
    right: 0px;
}

.popup-slide .text {
    margin-left: 80px;
    font: 300 12px/18px "open sans";
    z-index: 2;
}

.popup-slide .text h4 {
    padding: 5px 0px 10px;
}

#rel-pos {
    display: none;
}

#rel-pos.popup-slide {
    left: 0;
    position: inherit;
    top: 0;
    width: auto;
    box-sizing: content-box;
    margin-bottom: 15px;
}

.loginBtn {
    position: absolute;
    right: 10px;
    z-index: 1;
}

@media (max-width: 767px) {
    #fixed-pos {
        display: none;
    }
    #rel-pos {
        display: block;
    }
}

@media (max-width: 667px) {
    .slide-caption h1 {
        font: 700 38px 'Montserrat';
    }
    .slide-caption {
        top: 55%;
    }
    .no-pad-right,
    .no-pad-left {
        padding: 0 !important;
    }
    .sub-header-text {
        font-size: 30px;
    }
    .copyright * {
        text-align: center;
    }
}

@media (max-width: 375px) {
    .listing li {
        float: none;
        width: 100%;
    }
}

@media (max-width: 1366px) {
    .service-card {
        margin-top: 20px;
    }
}

@media (max-width: 320px) {
    .web-logo img {
        width: 229px;
    }
}

.contentscroll {
    max-height: 140px;
}

.feedback {
    bottom: 0;
    position: fixed;
    right: 150px;
    z-index: 2;
}

.help {
    bottom: 0;
    position: fixed;
    right: 10px;
    z-index: 2;
}

.feedback-btn {
    background: #0883DA;
    width: 91px;
    padding: 2px 12px;
    color: #fff;
    margin-left: auto;
    cursor: pointer
}

.help-btn {
    background: #B22335;
    width: 106px;
    padding: 2px 12px;
    color: #fff;
    margin-left: auto;
    cursor: pointer
}

.help-btn a {
    color: #ffffff;
}

.form-body {
    background: #eeeeee;
    padding: 20px 15px;
    width: 280px;
    border-radius: 10px 0 0 0;
    display: none;
}

.feedback.active .form-body {
    display: block;
}


/*.stars input[type='radio'] {
    display: none;
}
   .stars {
       display:inline;
   }
    .stars label:before {
        content: '\f006';
        width: 10px;
        height: 10px;
        font:400 16px 'fontAwesome';
    }
     .stars:hover label:before{
         content: '\f005';
         cursor:pointer;
         color:#EF9F00;
    } 
    .stars label:hover ~ label:before{
       content: '\f006';
       color:#333;
    }
 .stars input[type="radio"]:checked + label:before{
     content: '\f005';
     color:#EF9F00;
 }*/

@media (max-width: 414px) {
    .feedback {
        right: 5px;
    }
    .help {
        left: 5px;
        right: inherit;
    }
}

@media (max-width: 568px) {
    .form-body {
        padding-bottom: 0px !important;
    }
    .form-body .form-controll:nth-child(3),
    .form-body .form-controll:nth-child(4) {
        padding-bottom: 0px !important
    }
}