html {
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
}
body {
        font-family: 'Montserrat', sans-serif;
        font-size: 0.875rem;
        font-weight: 400;
}
img{
        max-width: 100%;
}
/*------------------------------------------*/
/*   LINK SETTINGS
/*------------------------------------------*/
a, button[type="submit"], input[type=text] {
        color: #333;
        text-decoration: none;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
}
a:hover {
        color: #666;
        text-decoration: none;
}
a:focus {
        outline: none;
        text-decoration: none;
}
/*------------------------------------------*/
/*    Transition Effect For Different Elements
/*------------------------------------------*/
.top-bar-right, .icon-box-1, .icon-box-1 .text,
.navbar-brand{
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
}
/*------------------------------------------*/
/*    Main Navigatio Style
/*------------------------------------------*/
.navbar-brand{
        width: 240px;
}
.navbar{
        padding: 0 15px;
}
.navbar-expand-md .navbar-nav .nav-item,
.navbar-expand-lg .navbar-nav .nav-item{
        padding: 0 .19rem 1rem;
}
.navbar-expand-md .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link{
        padding: 0.6rem 0.70rem;
        border-radius: 3px;
        font-weight: 700;
        transition: all .3s;
}
.navbar-nav .active .nav-link,
.navbar-nav .active .nav-link:hover,
.navbar-nav .nav-link:hover{
        background: rgba(255,255,255, 0.302);
}

.navbar-nav .nav-link{
        color: #fff;
        font-size: 0.875rem;
        text-transform: uppercase;
        padding: 16px 15px;
        font-weight: 600;
        display: block !important;
}
.dropdown-menu {
        padding: 0;
        min-width: 200px;
        background: #FFF;
        margin: 0;
        border: 0;
        border-radius: 5px;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1) !important;
}
@media (min-width: 768px) {
        .show > .dropdown-menu {
                display: block;
        }
}
.dropdown-menu:after{
        position: absolute;
        top: -7px;
        left: 20px;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7px 7px 7px;
        border-color: transparent transparent #FFF transparent;
}

.dropdown-menu li > .dropdown-menu:after{
        display: none;
}
.dropdown-menu a,
.dropdown-menu li > a{
        font-size: 0.75rem;
        padding: 16px 15px;
        text-transform: capitalize;
        color: #565656;
        border-bottom: 1px solid #cccccc;
        text-decoration: none;
        font-weight: 600;
}
.dropdown-menu li:last-child > a{
        border: none;
}
.dropdown-item.active,
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-menu > li.show > a{
        color: #ff3514;
        text-decoration: none;
        background-color: transparent;
}
.navbar-toggler-icon {
        background-image: url(../images/download.svg);
}

.dropdown-item-icon {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        font-size: 0.8125rem;
        min-width: 1rem;
        max-width: 1rem;
        margin-right: .5rem;
}

/*------------------------------------------*/
/*    Heading Style
/*------------------------------------------*/
.heading-main{
        color:#ff3514;
        font-size: 2.25rem;
        font-weight: 400;
        text-align: center;
        margin-bottom: 70px;
}
.heading-main span{
        color: #06163a;
        text-transform: uppercase;
        padding-bottom: 5px;
        display: block;
        font-size: 0.875rem;
        font-weight: 700;
}
.heading-left-border{
        color: #717171;
        padding: 0.55rem 1.2rem;
        border-left: 2px solid #ff3514;
        margin-bottom: 35px;
        font-weight: 600;
}
.parallax-head.heading-main span{
        color: #FFF;
}
/*------------------------------------------*/
/*    Typography
/*------------------------------------------*/

/* Header H5 */
h5.h5-xs { font-size: 0.875rem; }   /* 14px */
h5.h5-sm { font-size: 1rem; }       /* 16px */
h5.h5-md { font-size: 1rem; }       /* 16px */
h5.h5-lg { font-size: 1.125rem; }   /* 18px */
h5.h5-xl { font-size: 1.25rem; }    /* 20px */

/* Header H4 */
h4.h4-xs { font-size: 1rem; }       /* 16px */
h4.h4-sm { font-size: 1.125rem; }   /* 18px */
h4.h4-md { font-size: 1.125rem; }   /* 18px */
h4.h4-lg { font-size: 1.25rem; }    /* 20px */
h4.h4-xl { font-size: 1.5rem; }     /* 24px */

/* Header H3 */
h3.h3-xs { font-size: 1rem; }       /* 16px */
h3.h3-sm { font-size: 1.125rem; }   /* 18px */
h3.h3-md { font-size: 1.125rem; }   /* 18px */
h3.h3-lg { font-size: 1.25rem; }    /* 20px */
h3.h3-xl { font-size: 1.5rem; }     /* 24px */

/* Header H2 */
h2.h2-xs { font-size: 1rem; }       /* 16px */
h2.h2-sm { font-size: 1.125rem; }   /* 18px */
h2.h2-md { font-size: 1.125rem; }   /* 18px */
h2.h2-lg { font-size: 1.25rem; }    /* 20px */
h2.h2-xl { font-size: 1.5rem; }     /* 24px */

/* Font Weight = fw */
.fw-3{ font-weight: 300; }
.fw-4{ font-weight: 400; }
.fw-5{ font-weight: 500; }
.fw-6{ font-weight: 600; }
.fw-7{ font-weight: 700; }

/*------------------------------------------*/
/*    Props Images
/*------------------------------------------*/
.img-business-man{
        position: absolute;
        bottom: -100px;
        left: 0;
}
.forklift-image{
        position: absolute;
        bottom: 0;
        left: -110%;
}

/*------------------------------------------*/
/*    About Page Style
/*------------------------------------------*/
.about-bg{
        background-image: url(../images/map-bg.png);
        background-repeat: no-repeat;
        background-position: 100% -73%;
        border-radius: 5px;
        overflow: hidden;
}
.bg-with-text{
        background: url(../images/bg-text.jpg) no-repeat center right;
        background-size: cover;
        border-radius: 5px;
        text-align: center;
        color: #FFF;
        font-size: 1.125rem;
        padding: 0 1.5rem;
        font-weight: 300;
        line-height: 2;
}
.video-popup{
        padding: 11rem 0;
        margin-bottom: -100px;
        background: url(../images/popup_bg.jpg) no-repeat center center;
        text-align: center;
        overflow: hidden;
        color: #FFF;

        border-radius: 10px;
}

.video-popup a{
        color: #FFF;
}
.img-icon img{
        max-width: 100px;
        border-radius: 50%;
        box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
        border: 5px solid #FFF;
        margin-right: 25px;
}
.img-icon h3{
        font-size: 1.25rem;
    color: rgb(6, 22, 58);
}
.img-icon h3 span{
        display: block;
        font-size: 1rem;
        color: #424242;
}

.bordered-img{
        box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
        border: 10px solid #FFF;
}

/*------------------------------------------*/
/*    Client Testimonials
/*------------------------------------------*/
#home-client-testimonials {
        margin-top: -30px;
}
#home-client-testimonials .item{
        padding: 30px;
}
.client-testimonial{
        box-shadow: 0px 8px 37px 0px rgba(0, 0, 0, 0.14);
        padding: 40px 20px;
}
.client-testimonial-icon{
        width: 100px;
        overflow: hidden;
        margin-right: 20px;
        position: relative;
}
.client-testimonial-icon:after{
        position: absolute;
        bottom: -5px;
        left: 50%;
        content: "\efcd";
        font-size: 36px;
        font-family: IcoFont;
        color: #FFF;
        line-height: 0.833;
        z-index: 1;
        transform: translateX(-50%);
}
.client-testimonial-icon img{
        opacity: 0.5;
}
.client-inner-content{
        font-size: 0.875rem;
        color: rgb(159, 159, 159);
        line-height: 1.571;
}
.client-inner-content .blockquote-footer,
.client-inner-content .blockquote-footer cite{
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        color: #06163a;
        line-height: 1.375;
}
.client-testimonials-bg{
        background-image: url(../images/bg_2.jpg);
        background-repeat: no-repeat;
        padding: 3rem;
        text-align: center;
        color: #FFF;
        overflow: hidden;
}
.client-testimonials-bg .owl-carousel .owl-nav button.owl-prev,
.client-testimonials-bg .owl-carousel .owl-nav button.owl-next{
        color: #FFF;
}
.client-testimonials-bg .client-inner-content,
.client-testimonials-bg .client-inner-content .blockquote-footer,
.client-testimonials-bg .client-inner-content .blockquote-footer cite{
        color: #FFF;
}
/*------------------------------------------*/
/*    Blog Styles
/*------------------------------------------*/
.blog-warp{
        text-align: center;
        font-size: 14px;
        color: #424242;
        line-height: 1.714;
}
.blog-warp:hover img{
        opacity: 0.7;
        transform: translateY(-3px);
}
.blog-warp img{
        margin-bottom: 15px;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
}
.blog-warp h4 a{
        font-size: 1.125rem;
        color: #06163a;
        line-height: 1.2;
}
.blog-warp h4 a:hover{
        color: #ff3514;
}
.meta-box{
        margin-bottom: 15px;
        font-size: 0.8125rem;
}
.meta-box span{
        margin: 0 10px;
}
.meta-box a{
        color: #ff3514;
}

.blog-list-footer ul li{
        margin-bottom: 30px;
}
.blog-list-footer ul li:last-child{
        margin: 0;
}
.post-thumb{
        width: 80px;
        margin-right: 25px;
}
.post-text a{
        color: #ff3514;
}
.comment-box{
        font-size: 0.75rem;
}
.comment-box a{
        color: #06163a;
}
.comment-box a:hover{
        color: #ff3514;
}
.comment-box span{
        padding-right: 15px;
}
.comment-box span i{
        padding-right: 5px;
}
.comment-box span:last-child{
        padding: 0;
}

/*------------------------------------------*/
/*    Blogs Pages Start
/*------------------------------------------*/
.blog-list [class*="col-"]{
        margin-bottom: 40px;
}
.sidebar-spacer{
        padding-left: 1.5rem;
}
.widget-wrap{
        margin-bottom: 60px;
}
.blog-list-categories a{
        padding: 0.5rem 1.45rem;
        display: block;
        font-size: 1rem;
        color: #717171;
        position: relative;
        z-index: 1;
        border-left: 1px solid #eae6e6;
}
.blog-list-categories a:hover{
        color: #ff3514;
        padding: 0.5rem 1.45rem 0.5rem 1.75rem;
}
.blog-list-categories a:after{
        position: absolute;
        width: 0;
        height: 100%;
        background: #ff3514;
        content: "";
        left: 0;
        top: 0;
        z-index: -1;

        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
}
.blog-list-categories a:hover:after,
.blog-list-categories li.active a:after{
        width: 2px;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
}

/* Blog Standard */
.blog-standard{
        margin-bottom: 70px;
}
.blog-standard:last-child{
        margin-bottom: 0;
}

.theme-pagination .page-item .page-link{
        border-radius: 3px !important;
        margin-right: 12px;
        color: #28324c;
        border-color: #ececec;
        background: #fafafa;
}

.theme-pagination .page-item.active .page-link,
.theme-pagination .page-item .page-link:hover {
        z-index: 1;
        color: #fff;
        background-color: #ff3514;
        border-color: #ff3514;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link{
        background: #ebebeb;
        border-color: #ebebeb;
}

/* Blog Single */
.tags a{
        display:inline-block;
        color:#1f2d37;
        padding:0.7rem 1.9rem;
        font-weight: 500;
        background:#fafafa;
        margin:0 10px 8px 0;
        border: 1px solid #ececec;

        border-radius:40px;
        -moz-border-radius:40px;
        -webkit-border-radius:40px;
}
.tags a:hover{
        background:#ff3514;
        color:#FFF;
}
.share-this a{
        display: inline-block;
        color: #FFF;
        width: 28px;
        height: 28px;
        text-align: center;
        background: red;
        align-items: center;
        display: flex;
        margin-left: 7px;
        justify-content: center;
}
.share-this a.ff{
        background: #627aad;
}
.share-this a.tw{
        background: #4d9ed8;
}
.share-this a.ln{
        background: #2f75ae;
}
.author-box{
        border: 1px solid #ececec;
        padding: 2rem
}
.thumb{
        width: 90px;
        margin-right: 30px;
}
.border-style{
        margin-bottom: 15px;
        border-bottom: 1px solid #e9e9e9;
        padding: 0 0 10px 0;
}

.commnets-reply .thumb{
        box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
        border: 4px solid #FFF;
}

/*------------------------------------------*/
/*    Contact Map Styles
/*------------------------------------------*/
.map-bg{
        position: relative;
}
.map-shadow{
        border-style: solid;
        border-width: 4px;
        border-color: rgb(255, 255, 255);
        border-radius: 7px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 7px 46px 0px rgba(0, 0, 0, 0.1);
        margin-bottom: -120px;
}
.map-shadow #map-holder{
        height: 350px !important;
}
#map-holder, #map-holder-contact{
        margin:0;
        background:#FFF;
        padding:0;
        height: 400px;
}
#map_extended{
        height: 100%;
        left: 0;
        line-height: inherit;
        position: relative;
        top: 0;
        width: 100%;
}
#map_extended img {
        max-width: inherit;
}
#map_extended .gm-style div {
        font: 13px/20px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
#map_extended .gmap_marker address {
        width: 300px;
}
#map_extended .gmap_marker address > div {
        width: 100%;
        display: inline-block;
}
#map_extended .gmap_marker address div div {
        float: right;
        width: 70%;
}
#map_extended .gmap_marker address div div:first-child {
        width: 30%;
        float: left;
}
/*------------------------------------------*/
/*    Contact Page Style
/*------------------------------------------*/
.contact-details {
        position: absolute;
        top: 50%;
        left: 7%;
        z-index: 99;
        background: #FFF;
        padding: 2.5rem 1.15rem;
        color: #333;
        border-radius: 3px;
        transform: translateY(-50%);
}
.contact-details h4{
        font-size: 16px;
        font-weight: 600;
        color: rgb(6, 22, 58);
        line-height: 1.714;
}
.contact-details p {
        color: #9b9b9b;
}
.contact-details a {
        font-size: 14px;
        color: rgb(6, 22, 58);
}
.contact-details i{
        color: #ff3514;
        font-size: 24px;
        top: 4px;
        padding-right: 10px;
        display: inline-block;
        position: relative;
}
.contact-details.standard{
        position: relative;
        left: auto;
        top: auto;
        padding: 0;
        transform: none;
}
.contact-full-shadow{
        box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.06);
        padding-bottom: 250px;
}
.contact-map-bg{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
}
.contact-map-bg.option{
        left: auto;
        top: 50%;
        transform: translate(0%,-50%);
}
.contact-detail-shadow{
        border-radius: 8px;
        background-color: #FFF;
        box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.14);
        padding: 3rem;
}
.contact-detail-shadow .items{
        margin-bottom: 20px;
}
.contact-detail-shadow h4{
        font-size: 0.875rem;
        color: #111111;
        margin-bottom: 15px;
}
.contact-detail-shadow i {
        color: #ff3514;
        font-size: 1.25rem;
        margin-right: 15px;
}
.contact-detail-shadow a{
        text-decoration: underline;
}
.free-quote-form.contact-page{
        margin-bottom: 0;
        margin-top: -140px;
}
.free-quote-form.contact-page .rounded-field input[type="text"],
.free-quote-form.contact-page .rounded-field input[type="email"],
.free-quote-form.contact-page .rounded-field select,
.free-quote-form.contact-page .rounded-field textarea,
.contact-page-option.free-quote-form .rounded-field input[type="text"],
.contact-page-option.free-quote-form .rounded-field input[type="email"],
.contact-page-option.free-quote-form .rounded-field select,
.contact-page-option.free-quote-form .rounded-field textarea {
        background-color: #fafafa;
}
.contact-detail-shadow.no-shadow{
        padding: 0;
        background: transparent;
        box-shadow: none;
}
.free-quote-form.contact-page-option{
        margin-bottom: 0;
        background: transparent;
        box-shadow: none;
        padding: 0;
}

/*------------------------------------------*/
/*    Request Page
/*------------------------------------------*/
.request_pag_img{
        min-height: 400px;
}
.request_popup{
        max-width: 1170px;
        border-radius: 10px;
        overflow: hidden;
}
.request_popup .modal-content{
        border: none;
        border-radius: 10px;
        overflow: hidden;
}
.request_popup .close{
        position: absolute;
        opacity: 1;
        color: #ff3514;
        top: 15px;
        right: 15px;
        z-index: 99;
        text-shadow: none;
}
.request_popup .close:hover{
        transform: rotate(360deg);
}
.request_popup .bg-img-7{
        background-image: url(../images/bg_8.jpg);
}
.center-head {
        color: #202120;
        padding: 0;
        text-transform: uppercase;
        font-size: 0.875rem;
        font-weight: lighter;
        margin: 10px 0 30px;
        text-align: center;
        position: relative;
}
.center-head:after {
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        border-bottom: 1px solid #ccc;
        top: 50%;
        /* margin-top: -1px; */
        z-index: 9;
}
.center-head span {
        display: inline-block;
        padding: 0 20px;
        position: relative;
        z-index: 99;
        font-weight: 600;
}
/*------------------------------------------*/
/*    Pricing Table Style
/*------------------------------------------*/
.pricing-table{
        text-align: center;
        background: #fafafa;
        padding: 4rem 2rem;
}
.pricing {
        position: relative;
        font-size: 2.25rem;
        font-weight: 600;
        color: #ff3514;
        padding: 35px 15px 0;
        display: inline-block;
}
.pricing sup{
        font-size: 50%;
        color: #232323;
        padding: 0 0 0 4px;
}
.pricing-table ul li{
        padding: 10px 0;
        font-size: 1rem.
}
.pricing-table .service-icon {
        width: 105px;
        height: 105px;
        font-size: 2.825rem;
        margin-top: 10px;
}
.best-seller{
        background: #FFF;
        border-style: solid;
        border-width: 1px;
        border-color: rgb(255, 53, 20);
        box-shadow: 0px 0px 52px 0px rgba(28, 28, 28, 0.09);
}
/*------------------------------------------*/
/*    Footer Style
/*------------------------------------------*/
.modal-open,
.fade.show{
        padding: 0 !important;
}
footer{
        font-size: 0.875rem;
        color: rgb(155, 155, 155);
        line-height: 1.714;
}
.logo-footer{
        width: 155px;
        margin-bottom: 25px;
}

.footer-heading{
        font-size: 0.875rem;
        color: #06163a;
        line-height: 1.714;
        margin-bottom: 20px;
}
footer .social-icons{
        font-size: 20px;
        color: rgb(6, 22, 58);
        text-transform: uppercase;
        line-height: 1.2;
}
footer .social-icons a{
        padding-right: 10px;
}
footer .social-icons a:hover{
        color: #ff3514;
}
.copyright-wrap{
        margin-top: 70px;
        color: #FFF;
        font-size: 0.75rem;
}
.copyright-wrap a,
.copyright-links a:hover{
        color: #ff3514;
}
.copyright-wrap span{
        padding: 0 9px;
}
.copyright-links a{
        color: #FFF;
}

/*------------------------------------------*/
/*    On Scroll Header Animaion
/*------------------------------------------*/
.header-fullpage{
        padding-right: 0 !important;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
}
@media (min-width: 991.99px) {
        .header-fullpage.fixed{
                background: rgba(6,22,58,0.8) !important;
                padding-bottom: 15px;
        }
        .header-fullpage.fixed .top-bar-right{
                height: 0px;
                overflow: hidden;
                opacity: 0;
                border: 0;
                padding: 0;
        }
        .header-fullpage.fixed.top-transparent{
                padding-bottom: 0;
        }
}
.header-fullpage.fixed .navbar-brand {
        width: 140px;
        padding: 1rem;
}
.header-fullpage.fixed.navbar-expand-md .navbar-nav .nav-item,
.header-fullpage.fixed.navbar-expand-lg .navbar-nav .nav-item{
        padding-top: 1rem;
}

/* Header With Top Bar Transparent */
.top-transparent nav{
        background: #FFF !important;
}
.top-transparent.fixed nav{
        box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
}
.top-transparent .navbar-expand-md .navbar-nav .nav-item,
.top-transparent .navbar-expand-lg .navbar-nav .nav-item{
        padding: 1rem 0.19rem;
}
.top-transparent .navbar-brand {
        background: transparent !important;
        padding: 1.5rem 0;
        width: 130px;
        margin: 0;
}
.top-transparent .top-bar-right{
        color: #FFF;
        padding: 0;
}
.top-transparent .lang-toggle {
        padding: 0.5rem 0;
}
.top-transparent .lang-toggle a{
        color: #FFF;
}
.top-transparent .lang-toggle a:hover{
        color: #ff3514;
}
.top-transparent.header-fullpage.fixed .navbar-brand {
        width: 120px;
        padding: 1rem 0;
}
.top-transparent .navbar-nav .nav-link {
        color: #888888;
}
.top-transparent .navbar-nav .active .nav-link,
.top-transparent .navbar-nav .active .nav-link:hover,
.top-transparent .navbar-nav .nav-item:hover > a,
.top-transparent .navbar-nav .nav-link:hover{
        background: #f4f4f4;
        color: #ff3514;
}
.top-transparent .navbar-nav .active .nav-link{
        color: #ff3514;
}
.top-transparent .navbar-toggler {
        padding: 0;
        color: red;
}
.top-transparent .navbar-toggler .icon-bar {
        background-color: #999;
}
.top-border{
        background: #FFF;
}
.top-border .top-bar-right{
        color: #1f1f1f !important;
        background: #FFF;
        border-bottom: 4px solid #fafafa;
}
.top-border .top-bar-right i{
        color: #ff3514;
}
.top-border .lang-toggle a.btn {
        background: #F4f4f4;
}

.top-transparent.top-border .lang-toggle a{
        color: #333;
}
/* Header With Top Bar Transparent */

/* Header With Top Bordered */
.bordered-nav .top-bar-right {
        padding: 1rem 0;
        color: #FFF;
}
.bordered-nav.top-transparent nav {
        background: transparent !important;
}
.bordered-nav .navbar .bdr-nav{
        border-width: 1px 0 0 0;
        border-style: solid;
        border-color: rgba(255,255,255,.2);
        padding-top: 1rem;
}
.bordered-nav .navbar-brand{
        background: transparent;
        padding: 0;
}
.bordered-nav .navbar-expand-md .navbar-nav .nav-item,
.bordered-nav .navbar-expand-lg .navbar-nav .nav-item{
        padding: 0.49rem .19rem 1rem;
}
.bordered-nav .top-text{
        margin-right: 1.5rem;
}
.top-text small{
        display: block;
}
.bordered-nav .top-text a{
        color: #FFF;
}
.top-text a:hover{
        text-decoration: underline;
}
.bordered-nav.header-fullpage.fixed .navbar-brand {
        padding: 0;
}
.bordered-nav.header-fullpage.fixed {
        padding: 0.2rem 0;
}
.bordered-nav.header-fullpage.fixed .navbar .bdr-nav {
        border-width: 0;
        border-style: solid;
        border-color: rgba(255,255,255,.2);
        padding-top: 0;
}
@media (min-width: 991.99px) {
        .bordered-nav .request-btn a#search_home {
                font-size: 1.125rem;
                color: #FFF;
                padding-right: 0;
                padding-top: 0;
        }
}
/* Header With Top Bordered */

/* Header With Logo On Top */
.header-logo-top .navbar-brand {
        padding: 0.8rem 0;
}
.header-logo-top.top-border .top-bar-right {
        border: none;
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 99;
}

.header-logo-top.top-transparent nav {
        background: #fafafa !important;
}
.header-logo-top .top-text{
        margin-right: 2rem;
}
.header-logo-top.top-transparent .lang-toggle {
        padding-top: 0;
}
.header-logo-top.top-transparent .navbar-nav .active .nav-link,
.header-logo-top.top-transparent .navbar-nav .active .nav-link:hover,
.header-logo-top.top-transparent .navbar-nav .nav-item:hover > a,
.header-logo-top.top-transparent .navbar-nav .nav-link:hover {
        background: #06163a;
        color: #FFF;
}
 .header-logo-top .header-fullpage{
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
 }
.header-logo-top .header-fullpage.fixed{
        padding-bottom: 0;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);

        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
}
/* Header With Logo On Top */

/*------------------------------------------*/
/*    Top Bar Right Elements
/*------------------------------------------*/
.top-bar-right{
        padding: 0.9rem 0 0 0;
}
.request-btn a{
        border-radius: 4px;
        padding: 0.6rem 1rem;
        color: #06163a;
        font-weight: 600;
}
.top-bar-right .social-icons{
        margin: 0 .5rem
}
.top-bar-right .social-icons a{
        color: #f1fbff;
        font-size: 1.3rem;
        margin: 0 .4rem;
        transition: all .3s;
        text-decoration: none;
}
.top-bar-right .social-icons a:hover{
        color: #ff3514;
}
.lang-toggle{
        padding-bottom: 10px;
}
.lang-toggle a.btn{
        background: #FFF;
        font-size: 0.875rem;
        border: none;
        border-radius: 0;
        padding: 0.4rem 0.9rem;
        border-radius: 3px;
}
.lang-toggle a.dropdown-toggle:after{
        display: none;
}
.lang-toggle .dropdown-menu{
        min-width: 150px;
        padding: 10px 0;
        border-radius: 3px;
}
.lang-toggle .dropdown-menu a{
        padding: 0.4rem 0.9rem;
        border: none;
        font-size: 0.875rem;
        color: #333;
        text-transform: capitalize;
}
.request-btn a#search_home{
        font-size: 1.125rem;
        color: #ff3514;
}
/* Top Bar Right Elements */

/*------------------------------------------*/
/*    Sub Pages
/*------------------------------------------*/
.sub-page{
        box-shadow: 20px 18px 76px 20px rgba(100, 0, 0, 0.3);
        position: relative;
        z-index: 99;
        margin-top: 10px;
        margin-bottom: 20px;
}
/* Container Services Page   */


/*------------------------------------------*/
/*    Container Services Page
/*------------------------------------------*/
.container-services{
        background-image: url(/images/backgrounds/container_services.jpg);
}
/* Container Services Page   */
/*------------------------------------------*/
/*    Warehousing Page
/*------------------------------------------*/
.warehousing{
        background-image: url(/images/backgrounds/warehousing.jpg);
}
/* Warehousing Page   */
/*------------------------------------------*/
/*    3pl Page
/*-------e-----------------------------------*/
.tpl{
        background-image: url(/images/backgrounds/3pl.jpg);
}
/* About Us Page   */
/*------------------------------------------*/
/*    About Us Page
/*-------e-----------------------------------*/
.about-us{
        background-image: url(/images/backgrounds/oz_map_background.jpg);
}
/* About Us Page   */

/*------------------------------------------*/
/*    Standard Pages Styling
/*------------------------------------------*/
.standard-head{
        background-image: url(/images/backgrounds/pagehead_bg.jpg);
        background-repeat: no-repeat;
        padding: 7rem 0;
        background-position: center center !important;
}
.standard-head .breadcrumb{
        background: transparent;
        color: #FFF;
        padding: 0;
        font-size: 0.875rem;
        font-weight: 600;
}
.standard-head .breadcrumb a,
.standard-head .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active{
        color: #FFF;
}
.standard-head .breadcrumb-item+.breadcrumb-item::before {
        top: 1px;
        position: relative;
}
.standard-head h1{
        color: #e61f00;
        text-transform: uppercase;
        margin-top: 1.3rem;
}
.standard-description{
        padding: 0.75rem 1.5rem;
        color: #FFF;
        border-left: 2px solid #ff3514;
        max-width: 50%;
        margin-top: 15px;
}
/* Standard Page End */

/*------------------------------------------*/
/*    Video Popup Style
/*------------------------------------------*/
.video-icon{
        position:absolute;
        left:50%;
        margin:-35px 0 0 -35px;
        top:50%;
}
.video-box {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9990000;
        display: none;
        position: fixed;
        overflow: hidden;
        background-color: #000000;
}
.video-box iframe {
        float: left;
        width: 100%;
        height: 100%;

        -webkit-border: 0;
        -moz-border: 0;
        -o-border: 0;
        border: 0;
}
.video-box .close-video {
        top: 17px;
        left: 17px;
        width: 50px;
        height: 50px;
        color: #ffffff;
        font-size: 25px;
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        position: absolute;
        background-color: #59585b;

        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;

        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}
.video-box .close-video:hover {
        color: #21252b;
        background-color: #ffffff;
}
/*------------------------------------------*/
/*    Footer Widgets
/*------------------------------------------*/
.footer-widget-menu ul li{
        padding: 0px 0 14px 0;
}
.footer-widget-menu ul li *{
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
}
.footer-widget-menu ul li a span{
        text-decoration: underline;
}
.footer-widget-menu ul li a i{
        padding: 0 10px 0 0;
        color: #ff3514;
        text-decoration: none !important;
}
.footer-widget-menu ul li a:hover i{
        padding: 0 10px;
}
.footer-widget-contact i{
        color: #99a0a3;
        font-size: 24px;
        margin-top: 4px;
}
.footer-widget-contact a{
        color: #ff3514;
}
.footer-widget-tweet i{
        color: #99a0a3;
        margin-right: 18px;
}
.footer-widget-tweet .btn-theme{
        background: #1c95de;
        font-size: 13px;
        margin-top: 30px;
}
.footer-widget-tweet .btn-theme i{
        margin: 0;
        color: #FFF;
}
/*------------------------------------------*/
/*    Miscellenours
/*------------------------------------------*/
#body-content{
        overflow-y: hidden;
}
.bs-docs-grid .col-md-1 span,
.bs-docs-grid .col-md-2 span,
.bs-docs-grid .col-md-3 span,
.bs-docs-grid .col-md-4 span,
.bs-docs-grid .col-md-5 span,
.bs-docs-grid .col-md-6 span,
.bs-docs-grid .col-md-4 span,
.bs-docs-grid .col-md-8 span,
.bs-docs-grid .col-md-9 span,
.bs-docs-grid .col-md-10 span {
        background-color: #f4f4f4;
        display: block;
        line-height: 40px;
        margin-bottom: 20px;
        min-height: 40px;
        font-size: 0.775rem;
        text-align: center;
}
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
        right: auto;
        bottom: auto;
}
.cbp-l-grid-work .cbp-item-wrapper,
.cbp-l-grid-mosaic-projects .cbp-item-wrapper {
        background: #FFF;
        padding: 10px;
        box-shadow: none;
        text-align: center;
        border: none;
}
.cbp-l-grid-work-title,
.cbp-l-grid-work-desc{
        display: none;
}
.gallery-link{
        position: absolute;
        z-index: 999;
        right: -70px;
        top: -2px;

        background: #ff3514;

        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;

}

.gallery-link a{
        padding: 10px 15px;
        display: inline-block;
}
.gallery-link a:hover{
        color: #000;
}
.cbp-item-wrapper:hover .gallery-link{
        right: -3px;
}

label.error {
        font-size: 12px;
        color: #F00;
        font-weight: 300;
        padding: 0;
        margin: 10px 0 0 0;
}