﻿@charset "utf-8";
/* CSS Document */

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #848484;
}

    body * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }



ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

/*
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #000;
}*/




.hid {
    display: none;
}

.master {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    position: relative;
}

.full_container {
    width: 1170px;
    margin: 0 auto;
}

.topHead {
    background: #eaeef1; /* Old browsers */
    background: -moz-linear-gradient(left, #eaeef1 73%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #eaeef1 73%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #eaeef1 73%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef1', endColorstr='#ffffff',GradientType=1 );
    line-height: 50px;
    height: 50px;
}

.ttm-topbar-wrapper {
    line-height: 50px;
    height: 50px;
}

.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    display: inline-block;
    position: relative;
}

.text-left {
    text-align: left !important;
}

.top-contact li {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    color: #232323;
}

.topNewsMar {
    display: inline-block;
    vertical-align: top;
    padding: 0px 35px;
    background: #eb3928;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.text-right {
    text-align: right !important;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

    .social-icons li {
        display: inline-block;
        border: none;
        margin: 0;
        padding: 0px;
        list-style: none;
    }

        .social-icons li a {
            display: block;
            color: #909da6;
            padding: 1px 10px 3px;
            border-left: 1px solid #d0d3d8;
            width: 44px;
            text-align: center;
        }

            .social-icons li a:hover {
                color: #ff3c28;
            }

.ttm-topbar-wrapper .social-icons li {
    margin: 0 5px;
}

    .ttm-topbar-wrapper .social-icons li > a {
        display: block;
        border: none;
        line-height: 25px;
        font-size: 13px;
        font-weight: 500;
        background-color: transparent;
        text-align: center;
        color: #8b8b8b;
    }

    .ttm-topbar-wrapper .social-icons li > a {
        text-align: center;
    }

.ttm-topbar-wrapper .ttm-social-links-wrapper {
    margin: 0;
    position: relative;
    padding-left: 10px;
}

.ttm-topbar-content .topbar-right .list-inline {
    display: inline-block;
    line-height: 50px;
}

.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    display: inline-block;
    position: relative;
}

    .top-contact i {
        margin-right: 9px;
    }

    .top-contact.ttm-highlight-right {
        margin-left: 0px;
        padding-left: 15px;
        position: relative;
    }

        .top-contact.ttm-highlight-right:after {
            /*background: #ff3c28;*/
            border-top: 50px solid #ffb700;
            border-left: 0px solid transparent;
            border-right: 25px solid transparent;
            height: 0;
            width: 225px;
        }

    .top-contact li {
        position: relative;
        z-index: 1;
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
    }

        .top-contact li b {
            font-weight: 600;
            font-family: 'Roboto';
            color: #232323;
            padding-left: 59px;
            font-size: 15px;
        }
/*
.topbar-right .top-contact li:before {
    content: "";
    height: 18px;
    width: 1px;
    background-color: rgba(255,255,255,.09);
    display: block;
    position: absolute;
    right: 0;
    top: 17px;
}
.top-contact.ttm-highlight-right:after {
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    right: 0;
    top: -2px;
    width: 5000px;
    width:auto;
    height: 100%;
}*/
.clr {
    clear: both;
}

.lft {
    float: left;
}

.rit {
    float: right;
}

.gap {
    margin: 50px 0;
}

.redlnk {
    color: #ff3c28 !important;
    font-weight: 500 !important;
}

.loaderDiv {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.4);
    position: fixed;
    z-index: 1000;
    display: none;
}

    .loaderDiv > svg {
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 48%;
    }

.podDiv {
    position: fixed;
    left: 0;
    right: 0;
    margin: 20px auto auto auto;
    width: 90%;
    height: 100%;
    text-align: center;
    background: #fff;
    border: 5px solid #000;
    z-index: 200;
    text-align: center;
    display: none;
    overflow-y: scroll;
   
   
}

.podImgDiv {
    width: 95%;
    /*height: calc(100% - 70px);*/
    height: 100%;
    overflow: auto;
    margin: 50px auto 10px auto;
}

.closPod {
    position: absolute;
    right: 10px;
    top: 10px;
   
}

.header {
    width: 100%;
    padding: 0px 20px;
    height: 116px;
    position: relative;
    margin: 0 auto;
    /*top: 25px;*/
    z-index: 100;
    background: rgba(255,255,255,0);
    -webkit-transition: .5s;
    transition: .5s;
}

.AirwaysLogo {
    width: 240px;
    height: auto;
    margin: 12px 0 0 0;
    float: left;
    cursor: pointer;
}

.OndotLogo {
    width: 155px;
    height: 50px;
    margin: 0 6px 0 0;
    float: right;
}

.menuBtm {
    width: 40px;
    height: auto;
    float: right;
    cursor: pointer;
    margin: 14px 5px 0 0;
    display: none;
}

.mnuicn {
    width: 28px;
    height: 30px;
    float: right;
    padding: 1px 0px;
    cursor: pointer;
}

    .mnuicn:hover {
    }

.ritside {
    width: 175px;
    height: auto;
    margin: 0;
    position: absolute;
    right: 12px;
    top: 40px;
    border-left: 1px solid #232323;
}

    .ritside > div {
        width: 172px;
        height: auto;
        float: right;
    }

.trkbtn {
    width: 155px;
    float: right;
    margin: 0 8px 0 0;
    height: auto;
    border: 1px solid #404856;
    background: rgba(255,255,255,.5);
}


.serchInput {
    width: 125px;
    height: 30px;
    margin: 0;
    padding: 0 5px 0 10px;
    /*background:url(../images/search.png) 98% 3px no-repeat;*/
    background-size: 22px;
    float: left;
    background: none;
    border: none;
    font-weight: 600;
    color: #000;
    font-size: 13px;
}

.contactNo {
    position: absolute;
    right: 82px;
    top: 11px;
    margin: 0;
    padding: 0px;
}

    .contactNo .phoneIcon {
        display: inline-block;
        vertical-align: top;
        font-size: 11px;
        color: #000;
        text-transform: uppercase;
        margin: 0px 8px 0 0;
        border-right: 1px solid #d9dadf;
        padding: 0 13px 0 10px;
    }

        .contactNo .phoneIcon span {
            display: block;
            font-size: 14px;
            color: #000;
            text-transform: initial;
        }

    .contactNo .emailIcon {
        display: inline-block;
        vertical-align: top;
        font-size: 11px;
        color: #000;
        text-transform: uppercase;
        margin: 0px 8px 0 0;
        padding: 0 13px 0 10px;
    }

        .contactNo .emailIcon span {
            display: block;
            font-size: 14px;
            color: #000;
            text-transform: initial;
        }

    .contactNo i {
        font-size: 42px;
    }

    .contactNo span {
        display: inline-block;
        vertical-align: top;
        font-family: 'Roboto';
        font-size: 32px;
        color: #232323;
        font-weight: 600;
    }

.marQuee {
    margin-left: 92px;
    width: 800px;
    height: 50px;
    padding-top: 6px;
}

    .marQuee h4 {
        font-size: 14px;
        color: #000;
    }

    .marQuee p {
        line-height: 18px;
        color: #404856
    }

.mainmenu {
    position: absolute;
    margin: 0;
    color: #fff;
    right: 0px;
    bottom: 0px;
    border-bottom: 50px solid #324554;
    border-left: 25px solid transparent;
    border-right: 0px solid transparent;
    height: 0;
    padding-right: 50px;
}

    .mainmenu > li {
        width: auto;
        height: inherit;
        display: inline-block;
        margin: 0;
        border: 0;
        text-align: center;
        -webkit-transition: .5s;
        transition: .5s;
        box-sizing: border-box;
        position: relative;
    }

        .mainmenu > li > a {
            display: block;
            padding: 25px 18px;
            font-size: 14px;
            color: #9aaab7;
            font-weight: 500;
            font-family: 'Roboto';
            text-transform: uppercase;
            font-weight: 600;
            line-height: 4px;
            text-decoration: none;
            border-right: 1px solid #ccc;
            border-bottom: 0px;
        }

/*.mainmenu > li > a:hover {
                color: #fff;
            }*/


.active {
    background-color: #d90000;
    color: #fff;
}

.subMnu {
    min-width: 200px;
    height: auto;
    /*max-height:240px;
    overflow-y:scroll;*/
    position: absolute;
    margin: 0px 0 0 0;
    display: none;
    -webkit-transition: .5s;
    transition: .5s;
}

    .subMnu:before {
        content: '';
        width: 4px;
        height: 100%;
        background: #f00;
    }

    .subMnu > li {
        display: block;
        vertical-align: top;
        text-align: left;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .subMnu > li > a {
            font-size: 14px;
            color: #fff;
            display: block;
            padding: 13px 10px;
            background: #232323;
            border-bottom: 1px solid #636363;
            text-decoration: none;
        }

            .subMnu > li > a:hover {
                color: #fff;
                background: #ff3c28;
                border-bottom: 1px solid #ff3c28;
            }
/*.subMnuSelect, .subMnu > li:hover {
        background: #404856;
        color: #fff;
    }*/

.mainmenu > li:hover > .subMnu {
    display: block;
}

.selectMnu > a {
    border-bottom: 2px solid #404856;
}

.loginSec {
    position: fixed;
    width: 320px;
    height: 100%;
    right: -320px;
    top: 0;
    background: #fff;
    padding: 20px 28px;
    z-index: 999;
    box-shadow: 0px 0px 8px #232323;
}

a.closeLogin {
    font-family: 'Roboto';
    font-size: 20px;
    color: #232323;
    text-align: right;
    font-weight: 600;
}

.loginbox {
    height: 400px;
    top: 50%;
    margin-top: -200px;
    position: absolute;
}

    .loginbox a img {
        width: 90%;
    }

    .loginbox h3 {
        font-family: 'Roboto';
        font-size: 20px;
        color: #232323;
        text-align: center;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 13px;
    }

.loginInput {
    position: relative;
}

    .loginInput .glyphicon {
        position: absolute;
        padding: 15px;
        color: #fff;
        background-color: #ff3c28;
        margin-left: 1px;
        pointer-events: none;
    }

    .loginInput select {
        height: 46px;
        border-radius: 5px;
        margin-bottom: 1em;
        border: 1px solid gray
    }

.ttdesign {
    height: 46px;
    border-radius: 5px;
    margin-bottom: 1em;
    border: 1px solid gray;
    padding-left: 4em !important;
}

.submitLogin {
    display: block;
    padding: 8px 12px;
    text-align: center;
    font-family: 'Roboto';
    font-size: 14px;
    color: #fff;
    background: #ff3c28;
    width: 140px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    margin: 18px 0px 20px;
    width: 100%;
}

    .submitLogin:hover {
        background: #404856;
        color: #fff;
    }

a.trackBtn {
    text-decoration: none;
}

#trackShipment {
    cursor: pointer;
    position: relative;
    padding-left: 0px;
}

    #trackShipment li {
        padding-left: 0px;
        /*background: url(../images/shipment-arrow.png) no-repeat 0 -1px;*/
    }

.trackSec {
    position: absolute;
    width: 360px;
    background: #fff;
    padding: 20px 28px;
    z-index: 999;
    box-shadow: 0px 5px 8px #232323;
    right: 33px;
    top: 51px;
    border-top: 3px solid #ff3c28;
    display: none;
}

    .trackSec p {
        font-family: 'Roboto';
        font-size: 14px;
        color: #232323;
        margin: 10px 0 2px;
    }

    .trackSec label.radio-inline {
        font-family: 'Roboto';
        font-size: 14px;
        color: #232323;
        margin: 0px 8px 6px 0;
    }

    .trackSec .trackInp {
        margin: 0;
        border-radius: 0px;
        border: 1px solid #ccc;
        height: 46px;
        color: #232323;
    }

    .trackSec span {
        font-family: 'Roboto';
        font-size: 11px;
        color: #232323;
        display: block;
    }
/*.selectMnu:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background: #404856;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    overflow: hidden;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100% !important;
}

.item.active img {
    transition: transform 5000ms linear 0s;
    transform: scale(1.05, 1.05);
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}



@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}




/*----content Area Start here----*/
.contentArea {
    margin: 0px;
    padding: 0px;
}

.padd40 {
    padding: 40px 0;
}

.padd20 {
    padding: 10px 10px 30px 0;
}

.marL15 {
    margin-left: 15px !important;
}

.brd {
    border: 1px solid #d8dcdf;
}

.boxbrd {
    border: 1px solid #d8dcdf;
    padding: 20px;
}

.contentArea p {
    font-size: 14px;
    color: #747d9e;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 16px;
}

.contentArea h3 {
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 33px;
    color: #2f363e;
    font-weight: 900;
    padding: 10px 0;
}

    .contentArea h3 span {
        display: block;
        font-size: 14px;
        color: #747d9e;
        font-weight: 500;
        line-height: 26px;
    }

.contentArea span.b-line {
    position: relative;
    width: 60px;
    height: 3px;
    background: #ff3c28;
    display: block;
    margin: 0 auto 35px 0;
}

.basicSer {
    margin: 0px 0 32px 0;
    padding: 0px;
    /*border: 1px solid #d8dcdf;*/
}

    .basicSer h5 {
        font-family: 'Roboto';
        text-transform: uppercase;
        font-size: 22px;
        color: #29333f;
        font-weight: 900;
        padding: 16px 20px;
        background: #d8dcdf;
    }

    .basicSer p {
        font-size: 14px;
        color: #747d9e;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 16px;
    }

.serContent {
    padding: 20px;
    border: 1px solid #d8dcdf;
    margin-bottom: 32px;
}

    .serContent h4 {
        font-family: 'Roboto';
        text-transform: uppercase;
        font-size: 22px;
        color: #29333f;
        font-weight: 900;
        padding: 10px 0;
    }

    .serContent h5 {
        font-family: 'Roboto';
        text-transform: uppercase;
        font-size: 18px;
        color: #29333f;
        font-weight: 700;
        padding: 10px 0;
    }

    .serContent p {
        font-size: 14px;
        color: #747d9e;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .serContent a {
        font-size: 14px;
        color: #000;
        font-weight: 500;
        line-height: 22px;
        text-decoration: none;
    }

        .serContent a:hover {
            color: #ff3c28;
        }

a.readMore {
    display: block;
    padding: 12px 12px;
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
    color: #fff;
    background: #ff3c28;
    width: 140px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    margin: 28px 0px 60px;
}

a:hover.readMore {
    background: #404856;
}

.aboutSec {
    overflow: hidden;
    position: relative;
}

.parallax {
    background-size: cover;
}

.figure {
    position: absolute;
    height: 100%;
    float: left;
    background: url(../images/aboutbg.jpg) no-repeat;
    background-attachment: initial;
    /*background-attachment: fixed;*/
    -webkit-background-size: cover;
    background-size: cover;
    width: 50%;
    width: calc(50% - 31px);
    -webkit-width: calc(50% + 31px);
}

.transport-king {
    width: 50%;
    width: calc(50% + 31px);
    -webkit-width: calc(50% + 31px);
    float: right;
    position: relative;
}

.about-us {
    background: #394650;
    padding: 80px 0px 85px 89px;
}

.description {
    max-width: 515px;
}

.heading span {
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: #6d7c88;
    text-transform: uppercase;
    letter-spacing: -0.1px;
}

.about-us h3 {
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 33px;
    color: #fff;
    font-weight: 900;
    padding: 10px 0;
}

    .about-us h3 span {
        display: block;
        font-size: 14px;
        color: #51687a;
        font-weight: 500;
        line-height: 26px;
    }

.about-us span.b-line {
    position: relative;
    width: 60px;
    height: 3px;
    background: #ff3c28;
    display: block;
    margin: 0 auto 35px 0;
}

.transport-king .about-us p {
    width: 530px;
}

.testimonial-section {
    background: #f0f4f7;
    width: 100%;
    min-height: 209px;
}

.custom-blockquote {
    bottom: 43px;
    padding: 0;
    position: absolute;
    left: 89px;
    border: 0;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.spanish {
    font-size: 18px;
    width: 511px;
    padding: 17px 10px 27px 20px;
    margin-bottom: 36px;
    position: relative;
    background-color: #ff3c28 !important;
}

    .spanish:after {
        border-left: 8px solid #ff3c28;
        border-right: 8px solid transparent;
        border-top: 11px solid #ff3c28;
        border-bottom: 11px solid transparent;
        content: "";
        position: absolute;
        left: 0px;
        bottom: -22px;
    }

    .spanish::after {
        border-color: #ff3c28 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff3c28 !important;
    }

    .spanish p {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 16px;
    }

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

    blockquote footer::before, blockquote small::before, blockquote .small::before {
        content: "";
    }

.mission h5 {
    font-family: 'Roboto';
    font-size: 20px;
    color: #404856;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px;
}

.mission span {
    text-transform: uppercase;
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

.blogSec span.b-line {
    margin: 0 auto 35px auto !important;
}

.blogImg {
    position: relative;
}

    .blogImg span {
        position: absolute;
        right: 0px;
        bottom: 0px;
        background: #ff3c28;
        padding: 6px 13px;
        font-family: 'Roboto';
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 18px;
    }

.blogSec .serContent span {
    font-family: 'Roboto';
    font-size: 11px;
    color: #404856;
    text-transform: uppercase;
}

    .blogSec .serContent span pre {
        font-family: 'Roboto';
        font-size: 11px;
        color: #404856;
        text-transform: uppercase;
        display: inline-block;
        background-color: #fff;
        border: none;
        border-radius: 0px;
        margin: -2px 0 0 30px;
        vertical-align: middle;
    }
/*----content Area end here----*/


/* carousel start here*/
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px 0px 0px;
}

.carousel-inner > .item.active {
    background: none !important;
}

#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

    #quote-carousel .carousel-control.left {
        left: -12px;
    }

    #quote-carousel .carousel-control.right {
        right: -12px !important;
    }

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

    #quote-carousel .carousel-indicators li {
        background: #c0c0c0;
    }

    #quote-carousel .carousel-indicators .active {
        background: #333;
    }

#quote-carousel img {
    width: 250px;
    height: 100px;
}

.item blockquote {
    padding: 20px;
    margin: 0;
    border-left: none;
}

    .item blockquote img {
        margin-bottom: 10px;
    }

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        display: block;
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 22px;
        color: #cfdde6;
    }

    .item blockquote h4 {
        font-family: 'Roboto';
        font-size: 18px;
        color: #404856;
        text-transform: uppercase;
        font-weight: 900;
        margin-bottom: 5px;
    }

    .item blockquote h6 {
        font-family: 'Roboto';
        font-size: 18px;
        color: #acb6bf;
        text-transform: uppercase;
        font-weight: 900;
        margin-bottom: 0px;
    }

@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 50px;
        padding: 0 0px 30px 0px;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }

        #quote-carousel .carousel-indicators li {
            display: inline-block;
            margin: 0px 5px;
            width: 15px;
            height: 15px;
        }

            #quote-carousel .carousel-indicators li.active {
                margin: 0px 5px;
                width: 20px;
                height: 20px;
            }
}
/* carousel end here*/




/*Form Wizard*/
.bs-wizard {
    margin: 40px 0;
}

.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard .active {
        background: none;
    }

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #212121;
            font-size: 18px;
            margin-bottom: 5px;
            text-transform: uppercase;
        }

        .bs-wizard > .bs-wizard-step .active-stepnum {
            color: #ff3c28;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #324554;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #ff3c28;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 17px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #324554;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }

.tab-content .active {
    background: none !important;
}

.nav-tabs > li.active {
    background: none !important;
}

    .nav-tabs > li.active > a {
        color: #fff !important;
        background-color: #324554 !important;
        border: 1px solid #324554 !important;
    }

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.wizardSec h4 {
    color: #fff;
    font-size: 16px;
    padding: 15px;
    background: #ff3c28;
    text-transform: uppercase;
}

.wizardSec table {
    border: 1px solid #dedede;
    border-top: none;
}

    .wizardSec table th {
        background: #f1f1f1;
        color: #212121;
        border: 1px solid #dedede;
        border-top: none;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .wizardSec table td {
        color: #212121;
        border: 1px solid #dedede;
        border-top: none;
    }
/*END Form Wizard*/






.banner {
    width: 100%;
    height: 695px;
    float: left;
    overflow: hidden;
    position: relative;
}

#bannerImg {
    width: 100%;
    height: inherit;
    overflow: hidden;
    margin: 0 0 0 0;
    position: absolute;
    background: #2f9bd0;
}

    #bannerImg li {
        width: 100%;
        height: inherit;
        position: absolute;
    }

        #bannerImg li:nth-child(1) {
            background: url(../images/bnr1-bg.jpg) center no-repeat;
        }

        #bannerImg li:nth-child(2) {
            background: url(../images/banr2.jpg) center no-repeat;
        }

        #bannerImg li:nth-child(3) {
            background: url(../images/banr3.jpg) center no-repeat;
        }

        #bannerImg li:nth-child(4) {
            background: url(../images/banr4.jpg) center no-repeat;
        }

.plain {
    width: 20%;
    margin: 550px auto;
    position: absolute;
    left: -1950px;
}

.cloud {
    width: 200%;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.txt1 {
    width: 534px;
    height: auto;
    margin: 25px 0 0 10px;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 10px #777;
    padding: 30px;
}

    .txt1 h1 {
        font-size: 42px;
        font-weight: 800;
        margin: 0;
        padding: 0 32px 0 0;
        color: #252525;
        font-family: 'Roboto';
    }

    .txt1 h3 {
        font-size: 42px;
        font-weight: 800;
        margin: 0;
        padding: 0;
        color: #dcdcdc;
        font-family: 'Roboto';
    }


    .txt1 p {
        color: #232323;
        font-size: 18px;
        line-height: 30px;
        margin: 10px 0 0 0;
    }

.txt2 {
    width: 534px;
    height: auto;
    margin: 25px 0 0 10px;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 10px #777;
    padding: 30px;
}

    .txt2 h1 {
        font-size: 42px;
        font-weight: 800;
        margin: 0;
        padding: 0 32px 0 0;
        color: #252525;
        font-family: 'Roboto';
    }

    .txt2 h3 {
        font-size: 42px;
        font-weight: 800;
        margin: 0;
        padding: 0;
        color: #dcdcdc;
        font-family: 'Roboto';
    }


    .txt2 p {
        color: #232323;
        font-size: 18px;
        line-height: 30px;
        margin: 10px 0 0 0;
    }



.prev {
    width: 45px;
    height: 45px;
    text-transform: uppercase;
    background: rgba(255,255,255, .3);
    border: 3px solid #fff;
    border-radius: 25px;
    padding: 4px;
    text-align: center;
    margin: 0;
    left: 30px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: .5s;
    transition: .5s;
}

    .prev:before {
        content: '';
        width: 35px;
        height: 3px;
        background: #fff;
        float: left;
        top: 18px;
        left: -35px;
        position: absolute;
    }

.next {
    width: 45px;
    height: 45px;
    text-transform: uppercase;
    background: rgba(255,255,255, .3);
    border: 3px solid #fff;
    border-radius: 25px;
    padding: 4px;
    text-align: center;
    margin: 0;
    right: 30px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: .5s;
    transition: .5s;
}

    .next:before {
        content: '';
        width: 35px;
        height: 3px;
        background: #fff;
        float: left;
        top: 18px;
        right: -35px;
        position: absolute;
    }


    .next:hover, .prev:hover {
        background: rgba(255,255,255, 1);
    }

.Xnext:hover:before {
    background: #ff3c28;
}

.Xprev:hover {
    color: #ff3c28;
}

    .Xprev:hover:before {
        background: #ff3c28;
    }


.bullet {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

    .bullet li {
        width: 15px;
        height: 15px;
        border: 2px solid #fff;
        border-radius: 8px;
        display: inline-block;
        margin: 0 4px;
        cursor: pointer;
        box-shadow: 0 3px 10px rgba(0,0,0,.3);
    }

        .bullet li:hover, .bulAct {
            background: #fff;
        }

.strt {
    clear: both;
    color: #fff;
    text-transform: uppercase;
    margin: 5px 0;
    font-size: 14px;
}

    .strt:after {
        content: url(../images/strt-ero.png);
        position: absolute;
        margin: 0 auto;
        bottom: -20px;
        left: 0;
        right: 0;
    }


.services {
    width: 33%;
    height: auto;
    float: left;
    margin: 0;
    padding: 30px;
}

.services-right-video {
    width: 33%;
    height: auto;
    float: left;
    margin: 0;
    padding: 30px;
}

    .services-right-video > h2 {
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 15px 0;
        padding: 0;
        font-family: 'Roboto';
        color: #404856;
    }

.imgSlider {
    width: 33%;
    height: auto;
    float: left;
    margin: 0;
    padding: 30px;
    border-right: 1px solid #ddd;
    height: 386px;
}

    .imgSlider > h2 {
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 15px 0;
        padding: 0;
        font-family: 'Roboto';
        color: #404856;
    }



@media (min-width: 320px) and (max-width: 600px) {
    .services {
        width: 100%;
    }

    .services-right-video {
        width: 100%;
    }
}

.services > ul {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
}

    .services > ul > li {
        width: 33.33%;
        padding: 10px 30px;
        float: left;
    }

        .services > ul > li > h1 {
            font-size: 30px;
            font-weight: 500;
            text-transform: uppercase;
            margin: 0 0;
            padding: 0;
            font-family: 'Roboto';
            color: #404856;
        }

        .services > ul > li > h2 {
            font-size: 20px;
            font-weight: 300;
            text-transform: uppercase;
            margin: 0 0 15px 0;
            padding: 0;
            font-family: 'Roboto';
            color: #404856;
        }

        .services > ul > li > p {
            line-height: 25px;
        }

a.readmore {
    padding: 8px 10px;
    font-size: 13px;
    background: #ff3c28;
    color: #fff;
    margin: 10px 0 0 0;
    display: inline-block;
    width: 120px;
    text-align: center;
    border-radius: 16px;
}

a:hover.readmore {
    background: #404856;
    text-decoration: none;
}

.submitBtn {
    width: 150px !important;
    height: 40px !important;
    margin: 10px 0 0 0 !important;
    float: left;
}

.readmore a, .submitBtn {
    text-transform: uppercase;
    border: 1px solid rgba(0,0,0,0);
    color: #fff;
    background: #ff3c28;
    padding: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}

    .readmore a:hover, .submitBtn:hover {
        background: #404856;
        border: 1px solid rgba(0,0,0,1);
        color: #fff;
    }

.ser-icn {
    width: auto;
    height: 72px;
    margin: 0 auto;
}

.help {
    width: 100%;
    height: 465px;
    float: left;
    background: url(../images/help-bg.jpg) center no-repeat;
    padding: 0 75px;
}

    .help .redbar {
        visibility: hidden;
    }

.brnchBtn {
    border: 1px solid #9E9E9E;
    border-radius: 0px;
    width: 126px;
    text-align: center;
}

.redbar {
    width: 4px;
    height: 270px;
    background: #ff3c28;
    margin: 0 40px;
    position: relative;
    float: left;
    display: none;
}

    .redbar:after {
        content: '';
        width: 16px;
        height: 16px;
        border-radius: 9px;
        position: absolute;
        bottom: 0;
        left: -6px;
        background: #ff3c28;
    }

.help h1 {
    width: auto;
    height: auto;
    font-size: 55px;
    font-family: 'Roboto';
    font-weight: 900;
    margin: 45px 30px;
    color: #fff;
    float: right;
    text-transform: uppercase;
    line-height: 35px;
    text-align: right;
}

    .help h1 span {
        font-size: 14px;
        font-weight: 300;
        text-transform: none;
        color: #dad9d9;
    }


.help ul {
    width: 46%;
    height: auto;
    float: right;
    margin: 0 0 0 30px;
    text-align: center;
}

    .help ul > li {
        width: 148px;
        height: auto;
        margin: 0 20px;
        color: rgba(255,255,255,.5);
        display: inline-block;
        vertical-align: top;
        text-align: center;
        font-size: 15px;
        position: relative;
        -webkit-transition: .5s;
        transition: .5s;
        cursor: pointer;
    }

.circle {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px auto;
    border-radius: 70px;
    border: 2px solid rgba(255,255,255,.3);
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

.help ul > li.gapdot {
    width: 8%;
    height: 140px;
    background: url(../images/dot.png) center center no-repeat;
    display: inline-block;
}





.help ul > li:nth-child(1) .circle {
    background: url(../images/quote.png) center top no-repeat;
}

.help ul > li:nth-child(2) .circle {
    background: url(../images/book.png) center top no-repeat;
}

.help ul > li:nth-child(3) .circle {
    background: url(../images/shipment.png) center top no-repeat;
}

.help ul > li:nth-child(7) .circle {
    background: url(../images/tracker.png) center top no-repeat;
}

.help ul > li:nth-child(9) .circle {
    background: url(../images/time.png) center top no-repeat;
}


.help ul > li:hover .circle {
    background-position: center bottom;
    border-color: #ff3c28;
}

.help ul > li:hover {
    color: rgba(230,56,37,1);
}



.airways {
    width: 100%;
    height: 660px;
    margin: 0;
    padding: 0;
    float: left;
    overflow: hidden;
}

.lori {
    width: 795px;
    height: auto;
    margin: 100px 0 0 0;
    float: left;
}

.airwaysRit {
    width: 550px;
    height: auto;
    margin: 200px 0 0 100px;
    float: left;
}


    .airwaysRit > h1 {
        font-size: 55px;
        font-weight: 900;
        text-transform: uppercase;
        margin: 15px 0;
        padding: 0;
        font-family: 'Roboto';
        color: #ff3c28;
    }

    .airwaysRit > h2 {
        font-size: 20px;
        font-weight: 400;
        margin: 0 0 15px 0;
        padding: 0;
        font-family: 'Roboto';
        color: #404856;
    }

    .airwaysRit > p {
        font-size: 16px;
        line-height: 25px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
    }


.servicesMnu {
    width: 100%;
    height: 700px;
    float: left;
    margin: 0;
    background: url(../images/map-bg.png) center no-repeat;
    position: relative;
}

    .servicesMnu .side1 {
        width: 28%;
        margin: 70px 0 0 12%;
        float: left;
    }

    .servicesMnu h2 {
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 15px 0;
        padding: 0;
        font-family: 'Roboto';
        color: #000;
    }

    .servicesMnu h1 {
        font-size: 54px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 15px 0;
        padding: 0;
        font-family: 'Roboto';
        color: #ff3c28;
    }


    .servicesMnu .side1 > ul {
        width: 250px;
        height: auto;
        float: left;
        bottom: 70px;
        position: absolute;
    }

        .servicesMnu .side1 > ul > li {
            width: 100%;
            height: 32px;
            float: left;
            font-size: 32px;
            font-weight: 500;
            margin: 10px 0;
            padding: 0;
            font-family: 'Roboto';
            color: #000;
        }


.whitbar1 {
    width: 4px;
    height: 260px;
    background: #000;
    margin: 0 0 0 40%;
    position: absolute;
    float: left;
}

    .whitbar1:after {
        content: '';
        width: 16px;
        height: 16px;
        border-radius: 9px;
        position: absolute;
        bottom: 0;
        left: -6px;
        background: #000;
    }

.weight-converter-bnr {
    width: 100%;
    height: 450px;
    float: left;
    background: url(../images/banr2.jpg) center no-repeat;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
}


.whitbar2 {
    width: 4px;
    height: 260px;
    background: #000;
    margin: 0 0 0 40%;
    position: absolute;
    float: left;
    bottom: 0;
}

    .whitbar2:after {
        content: '';
        width: 16px;
        height: 16px;
        border-radius: 9px;
        position: absolute;
        top: 0;
        left: -6px;
        background: #000;
    }


.content {
    width: 60%;
    height: inherit;
    float: right;
    margin: 0;
}

    .content h1 {
        font-size: 100px;
        text-align: center;
        font-weight: 700;
        margin: 50px auto;
        padding: 0;
        font-family: 'Roboto';
        color: rgba(255,255,255,.05);
    }

.barimg {
    width: 510px;
    height: auto;
    margin: 0 auto;
}

.news > h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 0;
    font-family: 'Roboto';
    color: #404856;
}


.news h3 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 8px 0 0;
    padding: 0;
    font-family: 'Roboto';
    color: #121212;
}

.news h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0 0 0;
    padding: 0;
    font-family: 'Roboto';
    color: #404856;
}

.news p {
    font-size: 14px;
    margin: 12px 0 20px;
    padding: 0;
    font-family: 'Roboto';
    color: #868686;
    font-weight: 400;
}

.nwsH {
    background: #f3f3f3;
    padding: 5px;
}

    .nwsH span {
        font-weight: 400 !important;
        line-height: 18px;
        display: inline-block;
        font-size: 17px;
    }

.mousePoint {
    cursor: pointer;
}



.footer {
    width: 100%;
    height: auto;
    /*background: #404856 url(../images/map-bg2.png) center no-repeat;*/
    background: #252525;
    padding: 50px 130px 20px 130px;
    float: left;
}

    .footer .getQuote {
        padding: 0px;
        margin: 0px;
        position: relative;
    }

        .footer .getQuote input {
            background: #232323;
            border: 1px solid #747474;
            padding: 40px;
            font-size: 28px;
            font-weight: 100;
            font-family: 'roboto';
            border-radius: 0;
        }

        .footer .getQuote span {
            position: absolute;
            right: 14px;
            top: 19px;
        }

            .footer .getQuote span button {
                font-family: 'Roboto';
                font-size: 16px;
                color: #fff;
                text-transform: uppercase;
                background: #ff3c28;
                border: none;
                padding: 10px 30px;
                border-radius: 23px;
            }

    .footer h5 {
        font-family: 'Roboto';
        font-size: 20px;
        color: #fff;
        text-transform:uppercase;
        font-weight: 300;
        padding: 10px 0;
    }

    .footer span.b-line {
        position: relative;
        width: 60px;
        height: 2px;
        background: #ff3c28;
        display: block;
        margin: 0 auto 15px 0;
    }

    .footer p {
        font-family: 'Roboto';
        font-size: 14px;
        color: #fff;
        font-weight: 300;
        padding: 10px 0;
        line-height: 22px;
        word-break:break-word;
    }

    .footer ul.popularCate {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .footer ul.popularCate li {
        }

            .footer ul.popularCate li a {
                display: block;
                padding: 12px 10px;
                border-bottom: 1px solid #464646;
                text-transform: uppercase;
            }

                .footer ul.popularCate li a:hover {
                    color: #fff;
                    text-decoration: none;
                    border-bottom: 1px solid #fff;
                }

    .footer p.contDet {
        font-family: 'Roboto';
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 5px;
    }

        .footer p.contDet span {
            font-family: 'Roboto';
            font-size: 23px;
            color: #fff;
            font-weight: 900;
            margin-bottom: 5px;
            display: block;
        }

    .footer .newSignup {
        position: relative;
    }

        .footer .newSignup input {
            background: #333;
            color: #7b7663;
            border: none;
            border-radius: 0px;
            padding: 28px 20px;
        }

        .footer .newSignup i {
            position: absolute;
            right: 14px;
            color: #ff3c28;
            top: 22px;
        }



.bottmLogo {
    width: 204px;
    height: auto;
    float: left;
    margin: 0 55px 0 0;
}

ul.socialMedia {
    margin: 20px 0 0 0px;
    padding: 0px;
    list-style: none;
}

    ul.socialMedia li {
        display: inline-block;
        vertical-align: top;
        width: 38px;
        text-align: center;
        margin: 0 4px 0 0;
    }

        ul.socialMedia li a {
            display: block;
            padding: 4px 10px;
            margin: 0;
            color: #fff;
            font-size: 22px;
            border-radius: 20px;
            background: #252525;
            border: 2px solid #fff;
            width: 42px;
        }

            ul.socialMedia li a:hover {
                background: #fff;
                color: #343a46;
            }

.BottamAb {
    width: calc(70% - 210px);
    position: relative;
    float: left;
}

.BottamCont {
    width: 24%;
    float: right;
}

    .BottamCont p {
        margin: 20px 0 0 0;
        line-height: 30px;
        color: #ccc;
    }

    .BottamAb h1, .BottamCont h1 {
        width: 100%;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
        padding: 10px 0;
        font-family: 'Roboto';
        color: #fff;
        border-bottom: 1px solid #59606c;
    }


.BottamAb ul {
    width: 30%;
    height: auto;
    float: left;
    margin: 25px 1% 0 2%;
}

.BottamAb li {
    width: 100%;
    height: 30px;
    font-family: 'Roboto';
    color: #ccc;
    text-transform: uppercase;
    cursor: pointer;
}

    .BottamAb li:before {
        content: '\00af';
        width: 20px;
        height: 30px;
        float: left;
        line-height: 26px;
    }

    .BottamAb li:hover {
        color: #fff;
    }

.btmSel, .BottamCont span {
    color: #f7c93f;
}


.copy {
    width: 100%;
    background: #2b2b2b;
    border-top: 1px solid #232323;
    height: 52px;
    padding: 20px;
}

    .copy p {
        font-family: 'Roboto';
        font-size: 13px;
        color: #fff;
    }

    .copy ul {
        margin: 0px;
        padding: 0px;
    }

        .copy ul li {
            display: inline-block;
            vertical-align: top;
        }

            .copy ul li a {
                display: block;
                font-family: 'Roboto';
                font-size: 13px;
                color: #fff;
                padding: 0px 10px;
            }

a#podLink {
    font-family: 'Roboto';
    font-size: 16px;
    color: #fff;
    border-radius: 23px;
    padding: 13px 23px;
    background: #ff3c28;
}

    a#podLink:hover {
        text-decoration: none;
        border: 1px solid #ff3c28;
    }

.top20 {
    top: 20px !important;
}




.inner-bnr {
    width: 100%;
    height: 450px;
    float: left;
    background: url(../images/inner-ser.jpg) center no-repeat;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
}

.inner-bnr-pro {
    width: 100%;
    height: 450px;
    float: left;
    background: url(../images/inner-abt.jpg) center no-repeat;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
}

.inner-bnr-ser {
    width: 100%;
    height: 450px;
    float: left;
    background: url(../images/inner-ser1.jpg) center no-repeat;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
}

.inner-bnr-net {
    width: 100%;
    height: 450px;
    float: left;
    background: url(../images/inner-net.jpg) center no-repeat;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
}

.inner-bnr-dest {
    width: 100%;
    height: 450px;
    float: left;
    background: url(../images/inner-dest.jpg) center no-repeat;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
}

.inner-bnr-pinCode {
    width: 100%;
    height: 450px;
    float: left;
    background: url(../images/inner-pinCode.jpg) center no-repeat;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
}

.inner-bnr-branch {
    width: 100%;
    height: 450px;
    float: left;
    background: url(../images/inner-branch.jpg) center no-repeat;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
}

.inner-bnr-trafic {
    width: 100%;
    height: 450px;
    float: left;
    background: url(../images/inner-trafic.jpg) center no-repeat;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
}

.inner-bnr-video {
    width: 100%;
    height: 450px;
    float: left;
    background: url(../images/inner-video.jpg) center no-repeat;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
}

.inner-bnr-photo {
    width: 100%;
    height: 450px;
    float: left;
    background: url(../images/inner-photo.jpg) center no-repeat;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
}

.inner-bnr-news {
    width: 100%;
    height: 450px;
    float: left;
    background: url(../images/inner-news.jpg) center no-repeat;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
}

.inner-bnr-download {
    width: 100%;
    height: 450px;
    float: left;
    background: url(../images/inner-download.jpg) center no-repeat;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
}

.inner-bnr-fest {
    width: 100%;
    height: 450px;
    float: left;
    background: url(../images/inner-fest.jpg) center no-repeat;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
}

.inner-bnr-hr {
    width: 100%;
    height: 450px;
    float: left;
    background: url(../images/inner-hr.jpg) center no-repeat;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
}


.inner-bnr-txt {
    width: auto;
    height: auto;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    text-align: center;
    right: 24px;
    color: #9ed3ff;
}

    .inner-bnr-txt h1 {
        font-size: 48px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0px;
        padding: 0;
        font-family: 'Roboto';
        color: #fff;
        text-shadow: 0 0 7px rgba(0,0,0,.5);
    }

    .inner-bnr-txt p {
        display: none;
    }

        .inner-bnr-txt p span {
            margin: 15px 0;
            font-size: 16px;
            font-weight: 500;
            margin: 0px;
            padding: 0;
            color: #FFF;
        }

.innerDiv {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 75px;
    margin: 0 0 70px 0;
    background: url(../images/leftContactBg.png) no-repeat 0 0;
}

    .innerDiv h1 {
        width: 100%;
        height: auto;
        font-size: 55px;
        font-family: 'Roboto';
        font-weight: 900;
        margin: 70px 0 60px 0;
        color: #404856;
        text-align: left;
        float: left;
        text-transform: uppercase;
        line-height: 35px;
    }

.inrcontent {
    width: auto;
    height: auto;
    float: right;
    line-height: 26px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto';
}

    .inrcontent p {
        margin: 10px 0;
        font-weight: 500;
        color: #404856;
        font-family: 'Roboto';
    }

    .inrcontent h2 {
        margin: 12px 0;
        font-weight: 700;
        font-size: 42px;
        font-family: 'Roboto';
        float: left;
        text-transform: uppercase;
        color: #232323;
    }


.Lside {
    width: calc(100% - 600px);
}

.LsideFul {
    width: calc(100% - 90px);
}

.rit-img {
    float: right;
    margin: 50px 0 0 20px;
    width: 480px;
}

.ulN li {
    list-style: decimal;
    margin: 0 0 0 20px;
}


.ser-tab {
    margin: 50px 0 0 0;
}


.tabnav li {
    background: #ededed;
    color: #404856;
    float: left;
    height: 45px;
    font-weight: 500;
    margin: 0 1px;
    padding: 0;
    display: inline-block;
    list-style: none;
    text-align: center;
    line-height: 45px;
}

.tabcontent li {
    width: 100%;
    height: inherit;
    float: left;
    padding: 10px 5px;
    display: inline-block;
    list-style: none;
    text-align: justify;
    position: relative;
}






.selectedTab {
    background: #ff3c28 !important;
    color: #fff !important;
}





.tblDiv {
    width: 100%;
    background: #404856;
    overflow-x: auto;
    color: #404856;
}

    .tblDiv td {
        background: #fff;
        padding: 8px;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
    }

.growthTb tr td {
    text-align: center;
    color: #404856;
    text-transform: capitalize;
    border: 1px solid #404856
}

.addInfo {
    border: 1px solid #b3b3b3;
    padding: 15px 20px;
    height: 225px;
}

.addInfo h4 {
    padding: 5px 15px 5px 0px;
    font-size: 22px;
    color: #ff3c28;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

.addInfo p {
    font-size: 14px;
    color: #777;
    margin-bottom: 0px;
    padding: 0px;
    line-height: 20px;
}

.addInfo i {
    padding-top: 11px;
    width: 12px;
    color: #f97000;
}

.addInfo p b {
    font-weight: 700;
    color: #000;
    font-size: 15px;
}



.haderTb td {
    background: #404856;
    color: #fff !important;
    font-weight: 400;
}







.container {
    width: 100%;
    max-width: 854px;
    min-width: 440px;
    background: #fff;
    margin: 0 auto;
}

.extramar {
    margin: 30px auto;
}

/*  VIDEO PLAYER CONTAINER
 		############################### */
.vid-mark {
    width: 100%;
    height: auto;
    padding: 10px;
    background: url(../images/vid-icn-1.png) 0 0 no-repeat, url(../images/vid-icn-2.png) 0 bottom no-repeat, url(../images/vid-icn-3.png) right bottom no-repeat, url(../images/vid-icn-4.png) right top no-repeat;
}

.vid-container {
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px;
    height: 0;
    background: url(../images/ldr.gif) center no-repeat;
    background-size: 120px 20px;
    border-bottom: 1px solid #404856;
}

.Img-container {
    position: relative;
    padding: 0;
    height: 450px;
    background: url(../images/ldr.gif) center no-repeat;
    background-size: 120px 20px;
    border-bottom: 1px solid #404856;
    text-align: center;
    overflow: hidden;
}

#map {
    position: relative;
    padding: 0;
    height: auto;
    background: url(../images/ldr.gif) center no-repeat;
    background-size: 120px 20px;
    text-align: center;
}

    #map li {
        display:;
    }

.Img-container > img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}



.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*  VIDEOS PLAYLIST 
 		############################### */



.vid-list-container {
    width: 92%;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 4%;
    border-bottom: 1px solid #404856;
}

.vid-list {
    width: 1000px;
    position: relative;
    top: 0;
    left: 0;
}

.vid-item {
    display: block;
    width: 148px;
    height: 130px;
    float: left;
    margin: 8px;
    padding: 0;
}

.thumb {
    /*position: relative;*/
    overflow: hidden;
    height: 84px;
}

    .thumb img {
        width: 100%;
        position: relative;
        top: -13px;
    }

.vid-item .desc {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.vid-item:hover {
    background: #eee;
    cursor: pointer;
}

.arrows {
    position: relative;
    width: 100%;
}

.arrow-left {
    color: #fff;
    position: absolute;
    background: url(../images/gallery-icon-2.png) -100px -75px no-repeat;
    padding: 15px;
    left: 0px;
    top: -90px;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
}

.arrow-right {
    color: #fff;
    position: absolute;
    background: url(../images/gallery-icon-2.png) -110px -105px no-repeat;
    ;
    padding: 15px;
    right: 0px;
    top: -90px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
}

.arrow-left:hover {
    background-position: -110px -75px;
}

.arrow-right:hover {
    background-position: -100px -105px;
}




.dwnUL {
    width: calc(100% - 60px);
    height: auto;
    float: left;
    margin: 30px;
}

    .dwnUL p {
        margin: 0;
    }

    .dwnUL li {
        width: 100%;
        height: auto;
        float: left;
        margin: 0 0 50px 0;
        border-bottom: 1px dotted #f00;
    }

.dwnbt {
    margin: 10px auto;
}


.network {
    width: 100%;
    height: auto;
    margin: 20px 0;
    border: solid #404856;
    border-width: 1px 0 0 0;
    padding: 15px 0;
    float: left;
}


.optLst {
    width: 200px;
    height: 35px;
    background: none;
    border: 1px solid #9E9E9E;
    float: right;
}

.shipmentForm {
    width: 450px;
    height: auto;
    float: left;
    margin: 0;
}

    .shipmentForm label {
        width: 100%;
        height: auto;
        margin: 10px 0;
        float: left;
    }

        .shipmentForm label input {
            width: 50%;
            height: 35px;
            float: right;
            border: 1px solid #9E9E9E;
            padding: 5px;
            border-radius: 5px;
        }

.submitBtn {
    width: 100%;
    height: auto;
    margin: 10px 0;
    float: left;
    text-align: center;
    border: solid #ff3c28;
    border-width: 1px 0 0 0;
}

    .submitBtn input {
        width: 100px;
        height: 35px;
        background: #404856;
        border: none;
        color: #fff;
        margin: 10px auto;
        font-family: 'Roboto';
        cursor: pointer;
        text-transform: uppercase;
        font-size: 18px;
        border-radius: 5px;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .submitBtn input:hover {
            background: #ff3c28;
        }





.trackUL, .dtlUL {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    float: left;
}



    .trackUL li {
        width: 33.3%;
        height: 40px;
        float: left;
        margin: 0;
        font-weight: 400;
        color: #9E9E9E;
        font-size: 16px;
        text-align: center;
        position: relative;
    }

        .trackUL li:before {
            content: '';
            width: 98%;
            height: 3px;
            border-radius: 5px;
            background: #9E9E9E;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

        .trackUL li:after {
            content: '';
            width: 22px;
            height: 12px;
            border-radius: 6px;
            background: #9E9E9E;
            position: absolute;
            bottom: -4px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

.actTrack {
    color: #4CAF50 !important;
    font-weight: 500 !important;
}

    .actTrack:before, .actTrack:after {
        background: #4CAF50 !important;
    }


.dtlUL li {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0 30px;
    font-weight: 400;
    color: #9E9E9E;
    font-size: 16px;
    text-align: center;
    position: relative;
}

    .dtlUL li span:first-child {
        float: left;
        color: #404856;
        width: 130px;
        text-align: left;
    }

    .dtlUL li span:last-child {
        float: left;
        margin: 0 0 0 15px;
        color: #404856 !important;
        font-size: 14px;
        font-weight: 600;
    }

.movementTrack {
    margin: 50px 0 0 0;
}

#trkTbl {
    border: 1px solid #000;
    font-size: 16px;
}

    #trkTbl td {
        text-align: left !important;
        padding: 7px 10px !important;
    }

    #trkTbl tr:nth-child(n+2) td {
        text-align: left !important;
        padding: 7px 10px !important;
        border-bottom: 1px solid #cacaca;
        line-height: 22px;
    }

.trkTblDt {
    background: #ececec !important;
    font-weight: 400;
    color: #404856;
    font-weight: 500 !important;
}

.growthTb { }

.growthTb span.text-danger { font-size: 20px; }

.form {
    margin: 100px 50px;
}

    .form li > div {
        width: 500px;
        height: auto;
        float: left;
        margin: 5px 0;
        font-size: 15px !important;
    }

    .form label {
        width: 80px;
        height: 35px;
        float: left;
        font-weight: 500;
    }

    .form input, .form textarea {
        width: 350px;
        height: 35px;
        float: left;
        margin: 0 0 0 10px;
    }

    .form textarea {
        height: 150px !important;
    }




.pagingUl {
    width: auto;
    margin: 30px 0 0 0;
    float: right;
}

    .pagingUl li {
        min-width: 34px;
        height: 34px;
        float: left;
        margin: 5px;
        text-align: center;
        border-radius: 25px;
        color: #000;
        font-weight: 500;
        cursor: pointer;
        font-size: 15px;
        border: 2px solid #ff3c28;
    }

.actpg {
    background: #ff3c28;
    color: #fff !important;
}

.backPg {
    background: url(../images/ero-L.png) center no-repeat;
}

.nextPg {
    background: url(../images/ero-R.png) center no-repeat;
}

.backPg, .nextPg {
    width: 35px;
    height: 35px;
    margin: 3px;
    padding: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: none;
}

    .backPg:hover, .nextPg:hover {
        color: #ffc80a;
    }



.srchJson {
    width: 400px;
    height: 35px;
    float: left;
    margin: 15px 0;
}

    .srchJson input {
        width: 270px;
        height: 35px;
        float: left;
        border: 1px solid #9E9E9E;
        padding: 5px;
    }

    .srchJson select {
        width: 120px;
        height: 35px;
        float: right;
        border: 1px solid #9E9E9E;
        padding: 5px;
    }



.address {
    width: 300px;
    height: auto;
    position: absolute;
    background: #fff;
    border: 2px solid #404856;
    border-radius: 5px;
    padding: 5px;
    z-index: 10;
    display: none;
}

#txt {
    overflow: auto;
    max-height: 200px;
    color: #404856;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto';
}

.closAdrs {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}

area:focus {
    border: none;
    outline-style: none;
    -moz-outline-style: none;
}


.clock_container {
    float: left;
    margin-right: 2px;
    width: 110px;
    position: relative;
    margin: 0px 10px;
}

.clock_container .lbl {
    font-size: 10px;
    color: #FF3C28;
    line-height: 22px;
    background: url(../images/clock_label.png) no-repeat;
    text-align: center;
    height: 27px;
    width: 108px;
    margin: 0 auto;
    font: 13px verdana;
    padding-top: 2px;
}

.clockHolder {
    width: 100px;
    margin: 0 auto;
    position: relative;
}

.clock {
    margin-left: 0;
}

.sec {
    display: block;
    position: absolute;
}

.min {
    display: block;
    position: absolute;
}

.hour {
    display: block;
    position: absolute;
}

.rotatingWrapper {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0px;
}

.digital {
    font-weight: bold;
    font-size: 14px;
    color: #444444;
    text-align: center;
}


.contactAddress .icon {
    display: block;
    float: left;
    margin-right: 10px;
    height: 36px;
    color: #00b0ff;
    text-align: center;
    line-height: 20px;
    vertical-align: top;
    margin: -9px 10px 0 0;
}
.height56 {
    height:56px !important;
}



@media (max-width: 1024px) {
    .full_container { width:96%; }
    .marQuee { width: 480px; }
    .header { height:98px; }
    .top-contact { height:50px; }
    .mainmenu { padding-right: 0px; border-bottom: 36px solid #324554; right:0px; }
    .mainmenu > li {}
    .mainmenu > li > a { font-size: 12px; padding: 18px 13px; }
    .aboutSec { display: none; }
    .addInfo { height: 332px; word-break: break-all; }
}
@media (max-width: 768px) {
    .topHead { line-height:40px; height:40px; }
    .marQuee { width: 320px; height:40px; margin-left:50px; }
    .topNewsMar { padding:0 15px; }
    .social-icons li a { width:30px; height:44px; }
    .menuBtm { width: 30px; }
    .mainmenu > li { padding:0px; border-bottom:1px solid #9aaab7; }
    .mainmenu > li > a { padding:20px; }
    .subMnu > li > a { font-size:12px; padding:10px; }
    .trackBtn img { width:auto; height:38px; }
    .ttm-topbar-content .topbar-right .list-inline { line-height:38px; }
    .contactNo { display:none; }
    .AirwaysLogo { margin:0 0 0 15px !important; }
    .header { height: 78px; }
    .contentArea h3 { font-size:20px; }
    .basicSer h5, .serContent h5 { font-size:15px; }
    .contentArea p, .serContent p, .footer p { font-size: 13px; }
    .contentArea h3 { font-size: 14px; }
    .footer h5 { font-size:16px; }
    .footer .getQuote input { padding:28px; font-size:23px; }
    .footer .getQuote span { right: 7px; top: 8px; }
    .footer ul.popularCate { margin-bottom:10px; }
    .footer ul.popularCate li a { padding:7px 10px; font-size:12px; }
    .inrcontent { font-size: 15px; }
    .ulN { margin-bottom:30px !important; }
    .inner-bnr-pro, .inner-bnr-ser, .inner-bnr-net, .inner-bnr-branch, .inner-bnr-pinCode, .inner-bnr-trafic, .inner-bnr-video, .weight-converter-bnr, .inner-bnr-photo, .inner-bnr-news, .inner-bnr-download, .inner-bnr, .inner-bnr-fest, .inner-bnr-hr, .inner-bnr-dest {
        height: 350px;
    }
    .inner-bnr-txt h1 { font-size: 36px; }
    .inrcontent h2 { font-size: 32px; }
    .formType { width:48% !important; }
    .formType input, .formType select { height: 40px !important; padding: 8px !important; }
    .nwsH span { font-size: 15px; }
    .tblDiv { width:99%; }
    .haderTb h3 { font-size: 18px; }    
    .growthTb span.text-danger { font-size: 16px; }
    .addInfo { height:212px; margin-bottom:20px; }
    .addInfo h4 { font-size: 16px; }
    .addInfo p { font-size: 13px; }
    .loginbox h3 { font-size:18px; }
    .ttdesign { height:36px; font-size:13px; }
    .loginInput select { height:36px; font-size:13px; }
    .loginInput .glyphicon { padding:10px;}
    .loginbox { top:28%; }
    .submitLogin { font-size:13px; }
}

@media (max-width: 414px) {
    .top-contact { height: 44px; }
    .ttm-topbar-content .rit { float:none; }
    .marQuee { width:186px; }
    .top-contact li { height:40px; }
    .social-icons li a { height:40px; padding-top:4px; }
    #trackShipment { position: absolute;right: 27px; top: 54px; z-index: 999;}
    .trackSec {top: 95px;}
    .marQuee h4 { font-size:12px; }
    .marQuee p { font-size:11px; }
    .header { padding: 0 10px; height:65px; }
    .AirwaysLogo { width:138px !important; margin:0px !important; }
    .menuBtm { width:30px; }
    .padd40 { padding:0px; }
    .contentArea span.b-line { margin:0 auto 15px 0; }
    .banner { margin-bottom:15px; }
    .serContent { margin-bottom:0px; margin-top:15px; }
    img.lft.padd20 { padding-bottom: 0; }
    .footer .getQuote span { top: 13px; }
    .footer .getQuote span button, a#podLink { font-size:12px; padding:8px 20px; }
    .copy { height:80px; }
    .copy .lft { float:none; margin:0 auto; text-align:center; }
    .copy ul.rit { float:none; margin:0 auto; text-align:center;}
    .inrcontent { font-size: 14px; }
    .tblDiv td { font-size: 14px; }
    .gap { margin: 36px 0; }
    .inner-bnr-pro, 
    .inner-bnr-ser, 
    .inner-bnr-net, 
    .inner-bnr-branch, 
    .inner-bnr-pinCode, .inner-bnr-trafic, .inner-bnr-video, .weight-converter-bnr, .inner-bnr-photo, .inner-bnr-news, .inner-bnr-download, .inner-bnr, .inner-bnr-fest, .inner-bnr-hr, .inner-bnr-dest {
        height: 190px;
    }
    .inner-bnr-txt h1 { font-size: 28px; }
    .inrcontent h2 { font-size: 24px; }
    .nwsH span { font-size: 14px; }
    .haderTb h3 { font-size: 14px; }
    .loginSec { width: 260px; padding:15px; }
    .loginbox { top: 40%; height:320px; margin-top:-160px; position:relative; }
}

@media (max-width: 375px) {
    .topHead { height:36px; }
    .top-contact { height: 35px; }
    .top-contact li { height: 36px; }
    .topNewsMar { padding:0 7px; height:36px; }
    .marQuee { width: 160px; height:36px; margin-left:33px; }
    .social-icons li a { width: 25px; height: 35px; }
    .trackBtn img { width: auto; height: 29px; background: none; border-radius: 3px; }
    #trackShipment { position: absolute; z-index: 998; right: 54px; top: 48px; }
    .trackSec { top: 84px; width:268px; right: 54px; padding:10px 18px; }
    #trackShipment li { margin-top: 0px; margin-right: 0px; padding-right:0px; }
    .inrcontent { font-size: 12px; }
    .tblDiv td { font-size: 12px; }
    .businessEnqForm { padding:24px !important; }
    .formType { width: 100% !important; margin-left: 0 !important; }    
    .nwsH span { font-size: 13px; } 
    .growthTb span.text-danger { font-size: 15px; }
}

@media (max-width: 320px) {
    .inner-bnr-pro, 
    .inner-bnr-ser, 
    .inner-bnr-net, 
    .inner-bnr-branch, 
    .inner-bnr-pinCode, 
    .inner-bnr-trafic, 
    .inner-bnr-video, .weight-converter-bnr, .inner-bnr-photo, .inner-bnr-news, .inner-bnr-download, .inner-bnr, .inner-bnr-fest, .inner-bnr-hr, .inner-bnr-dest {
        height: 134px;
    }
    .inner-bnr-txt h1 { font-size: 18px; }
    .inrcontent h2 { font-size: 16px; }
    .gap { margin: 20px 0; }
    .copy p { font-size:12px; }
    .copy ul li a{ font-size:12px; padding:0 5px; }
    .top-contact li { padding-right:6px; }
    .marQuee { width:148px; }
    #trackShipment { right:48px; } 
    .trackSec { top: 85px; width: 230px; padding:10px 20px; right:48px; }
    .nwsH span { font-size: 12px; }
    .haderTb h3 { font-size: 13px; } 
    .growthTb span.text-danger { font-size: 13px; }
}
