 .topbar {
    background-color: #fff;
    height: 30px;
    border-bottom: 3px solid rgb(188, 45, 30);
    box-shadow: inset 8px 1px 8px #cccccc;
    border-radius: 2px;
}

    .topbar img {
        position: relative;
        top: -37px;
    }

    .topbar .btn.btn-danger {
        font-family: 'Open Sans', sans-serif;
        background: #bc2d1e;
        color: white;
        font-weight: 600;
        font-size: 11px;
        padding: 0px 4px;
        border-radius: 4px;
        margin-left: 60px;
        position: relative;
        top: 9px;
    }

    .topbar:after {
        background: #fff;
        height: 37px;
        width: 37px;
        content: "";
        position: absolute;
        right: -25px;
        -webkit-transform: rotate(120deg);
        top: 3px;
        border-bottom: 3px solid rgb(188, 45, 30);
    }

    .topbar .key {
        position: relative;
        top: 9px;
        left: 43px;
        display: inline-block;
    }

    .topbar:before {
        background: #fff;
        height: 37px;
        width: 37px;
        content: "";
        position: absolute;
        left: -25px;
        -webkit-transform: rotate(-120deg);
        top: 3px;
        border-bottom: 3px solid rgb(188, 45, 30);
    }

.flag-img {
    display: inline-block;
    position: relative;
    top: 0px !important;
}

.topbar a {
    color: #bc2d1e;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif !important;
    padding: 13px 5px;
}

    .topbar a:hover {
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
    }

.topbar .contact_no {
    position: relative;
    top: -10px;
    margin-right: 50px;
}


.site-branding {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 259px;
    z-index: 999;
    top: -10px;
}

    .site-branding .site-title {
        margin: 0;
    }

.site-title a {
    height: 0;
    overflow: hidden;
    display: block;
    padding-top: 170px;
    width: 258px;
    background: url(../img/top-logo.png) center no-repeat;
    background-size: contain;
}

.tracking {
    background: rgb(255, 255, 255);
    padding: 8px 8px 0 8px;
    text-align: center;
    border: 2px solid rgb(188, 45, 30);
    margin-top: 200px;
    margin-bottom: 20px;
    -webkit-box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.6);
    box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.6);
}

.track-details {
    border: 1px solid #1f425d;
    margin: 3px;
}

    .track-details .left-contant {
        border-right: 1px solid #1f425d;
        margin: 0px;
        line-height:;
    }

    .track-details .list-inline {
        margin-bottom: 0px;
    }

        .track-details .list-inline li {
            margin-right: 30px;
        }

    .track-details, .track-details h3, .track-details h4, .track-details ul li {
        color: #000;
        font-size: 13px;
    }

        .track-details h3 {
            padding: 8px 0px 8px 0px;
            margin: 0px;
            line-height: 18px;
        }

        .track-details .list-inline li {
            margin: 13px 0px 8px 0px;
        }

.drop-container.well {
    background: #f1f0f0;
    margin-bottom: 0px;
    display: -webkit-box;
}

.drop-container h3 {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .tracking {
        margin-top: 200px;
    }

    .track-details .list-inline > li {
        display: block !important;
        text-align: left;
    }

    .track-details .left-contant {
        border-right: none;
    }

    .list-inline > li {
        display: block;
        text-align: center;
    }

    .menu-curve ul li {
        font-size: 23px !Important;
    }

    .menu-curve > ul:before {
        border-bottom: 32px solid transparent !important;
        border-left: 33px solid #bc2129 !important;
        border-top: 0 solid transparent;
        content: "";
        position: absolute;
        right: -33px;
        top: 0;
    }

    .menu-curve > ul:after {
        border-bottom: 32px solid transparent !Important;
        border-right: 33px solid #1f425d;
        border-top: 0 solid transparent;
        content: "";
        left: -33px;
        position: absolute;
        top: 0;
    }
}

header.entry-header {
    position: relative;
    /* background: rgb(187, 45, 30); */
    width: 38%;
    padding: 2px 0 1.4px 0;
    text-align: right;
    /* -webkit-box-shadow: -2px 2px 6px 0px rgba(50, 50, 50, 0.4); */
    -moz-box-shadow: -2px 2px 6px 0px rgba(50, 50, 50, 0.4);
    /* box-shadow: -2px 2px 6px 0px rgba(50, 50, 50, 0.4); */
}

    header.entry-header:after {
        left: 100%;
        top: 50%;
        border: solid rgba(0, 0, 0, 0);
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(187, 45, 30, 0);
        border-left-color: rgb(187, 45, 30);
        border-width: 14.6px;
        margin-top: -14.6px;
    }


header.entry-header {
    position: relative;
    /* background: rgb(187, 45, 30); */
    width: 38%;
    padding: 2px 0 1.4px 0;
    text-align: right;
    /* -webkit-box-shadow: -2px 2px 6px 0px rgba(50, 50, 50, 0.4); */
    -moz-box-shadow: -2px 2px 6px 0px rgba(50, 50, 50, 0.4);
    /* box-shadow: -2px 2px 6px 0px rgba(50, 50, 50, 0.4); */
    margin-top: 150px;
    margin-bottom: 50px;
}

    header.entry-header:after {
        left: 91%;
        top: 50%;
        border: solid rgba(0, 0, 0, 0);
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(187, 45, 30, 0);
        border-right-color: rgb(255, 255, 255);
        border-width: 14.6px;
        margin-top: -14.6px;
    }

h1.entry-title {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: rgb(188, 45, 30);
    text-align: center;
    background: rgb(187, 45, 30);
    display: inline-table;
    padding: 0 23px 0 33px;
    left: -15px;
    line-height: 23px;
    margin: 0px;
}

    h1.entry-title a {
        font-weight: bolder;
        color: rgb(255, 255, 255);
    }

        h1.entry-title a:hover {
            text-decoration: none;
        }

    h1.entry-title:before {
        left: -9.6%;
        top: 53%;
        border: solid rgba(0, 0, 0, 0);
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(187, 45, 30, 0);
        border-right-color: rgb(187, 45, 30);
        border-width: 12px;
        margin-top: -12.7px;
        z-index: 999;
    }

    h1.entry-title:after {
        left: 91%;
        top: 50%;
        border: solid rgba(0, 0, 0, 0);
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: rgb(255, 255, 255);
        border-width: 12.9px;
        margin-top: -12.9px;
        z-index: 999;
    }



.social {
    padding: 32px 0;
    -moz-box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
    -webkit-box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
    box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
}

.sub-social div {
    width: 16.66%;
    float: left;
    text-align: center;
}

.social-col a {
    height: 0;
    overflow: hidden;
    display: block;
    padding-top: 58px;
    width: 58px;
    margin: 0 auto;
}

.facebook a {
    background: url(../img/facebook.png) center no-repeat;
    background-size: contain;
}

.google a {
    background: url(../img/google.png) center no-repeat;
    background-size: contain;
}

.twitter a {
    background: url(../img/twitter.png) center no-repeat;
    background-size: contain;
}

.linkedin a {
    background: url(../img/linkedin.png) center no-repeat;
    background-size: contain;
}

.yahoo a {
    background: url(../img/yahoo.png) center no-repeat;
    background-size: contain;
}

.sub-social .blog a {
    background: url(../img/blog.png) center no-repeat;
    background-size: contain;
}

.footer-banner {
    border-top: 5px solid rgb(188,45,30);
    -moz-box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
    -webkit-box-shadow: inset 0 8px 8px -8px rgb(105, 104, 104), inset 0 -8px 8px -8px rgb(105, 104, 104);
    box-shadow: inset 0 8px 8px -8px rgb(105, 104, 104), inset 0 -8px 8px -8px rgb(105, 104, 104);
    padding: 6px 0;
    border-bottom: 8px solid rgb(188,45,30);
    text-align: center;
}

.social {
    border-top: 5px solid #bc2d1e;
    border-bottom: 5px solid #bc2d1e;
}

footer {
    border-top: 5px solid #1f425d;
    padding: 4px 0;
}

    footer ul li a {
        color: #bc2d1e;
        font-size: 14px;
        text-decoration: none;
        font-weight: bolder;
    }

        footer ul li a:hover {
            text-decoration: none;
            color: #bc2d1e;
        }

    footer ul li {
        margin-left: 40px;
    }

.sub-social div {
    width: 16.66%;
    float: left;
    text-align: center;
}

.track-header {
    margin-bottom: 50px;
}

    .track-header h3 {
        font-size: 29px;
        font-weight: bold;
        color: #bc2d1e;
    }

    .track-header img {
        display: block;
        margin-right: 20px;
    }

.drop-container table {
    background: #fff;
}
/* 4. Header */

.fancy-header {
    float: left;
    position: relative;
    width: 100%;
    z-index: 999;
}

.top-sec {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    padding-bottom: 65px;
    /* position: relative; */
    width: 100%;
}

.top-bar {
    float: left;
    height: 5px;
}

.cargo-time {
    color: #727272;
    float: left;
    font-family: lato;
    font-size: 12px;
    margin: 15px 0;
    font-weight: 800;
}

    .cargo-time > i {
        margin-right: 10px;
    }

.connect-us {
    float: right;
    margin: 15px 0;
}

    .connect-us > span {
        color: #727272;
        float: left;
        font-family: lato;
        font-size: 12px;
        font-weight: 600;
    }

.social-btn {
    float: left;
    list-style: outside none none;
    margin: 0 0 0 15px;
    padding: 0;
}

    .social-btn > li {
        float: left;
        padding: 0 5px;
        position: relative;
    }

        .social-btn > li:first-child {
            padding-left: 0;
        }

        .social-btn > li:last-child {
            padding-right: 0;
        }

        .social-btn > li > a {
            background: #0079a1 none repeat scroll 0 0;
            color: #9e9595;
            float: left;
            margin: 0 0 0 15px;
            font-size: 18px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            width: 35px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
        }

.extra-links {
    color: #727272;
    float: right;
    font-family: roboto;
    font-size: 11px;
    margin: 15px 0 15px 25px;
}

    .extra-links a {
        color: #727272;
        display: inline-block;
        margin: 0 9px;
        font-family: lato;
        font-weight: 800;
    }

.logo-menu-sec {
    float: left;
    margin-top: -65px;
    position: relative;
    width: 100%;
}

.logo-menu {
    background: #bc2129 none repeat scroll 0 0;
    box-shadow: 0 13px 10px rgba(0, 0, 0, 0.2);
    float: left;
    padding: 20px 45px;
    position: relative;
    width: 100%;
}

    .logo-menu:before {
        background: #1f425d none repeat scroll 0 0;
        content: "";
        height: 100%;
        position: absolute;
        right: 100%;
        top: 0;
        width: 0;
    }

    .logo-menu:after {
        background: #1f425d none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 100%;
        position: absolute;
        top: 0;
        width: 0;
    }

.logo {
    float: left;
    width: 30%;
}

    .logo > a {
        float: left;
    }

    .logo img {
        float: left;
    }

.quick-contact {
    float: left;
    width: 70%;
}

    .quick-contact > ul {
        float: right;
        list-style: outside none none;
        margin: 10px 0;
        padding: 0;
    }

        .quick-contact > ul > li {
            float: left;
            margin-right: 45px;
            padding-left: 60px;
            position: relative;
            width: auto;
        }

            .quick-contact > ul > li:first-child {
                margin-right: 90px;
            }

            .quick-contact > ul > li:last-child {
                margin-right: 0;
                padding-left: 0;
            }

    .quick-contact li > img {
        color: #fff;
        font-size: 35px;
        left: 0;
        position: absolute;
        top: 0;
    }

.header2 .quick-contact li > i {
    color: #373535;
}

.quick-contact li:hover > i {
    opacity: 0.5;
}

.quick-contact li > i {
    color: #fff;
    font-size: 40px;
    left: 0;
    position: absolute;
    top: 0;
}

.quick-contact span {
    color: #ffffff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
}

.quick-contact li > p {
    display: inherit;
    float: none;
    font-size: 11px;
    line-height: 15px;
    margin-top: 4px;
    width: auto;
}

.quick-contact > ul > li > .theme-btn {
    padding: 13px 35px;
    background: #1a1a1a;
}

.menu-curve {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 99;
}

    .menu-curve > ul {
        background: #bc2129 none repeat scroll 0 0;
        display: inline-block;
        float: none;
        list-style: outside none none;
        margin: 0;
        padding: 0px 70px;
        position: relative;
    }

        .menu-curve > ul:before {
            border-bottom: 57px solid transparent;
            border-left: 33px solid #bc2129;
            border-top: 0 solid transparent;
            content: "";
            position: absolute;
            right: -33px;
            top: 0;
        }

        .menu-curve > ul:after {
            border-bottom: 57px solid transparent;
            border-right: 33px solid #bc2129;
            border-top: 0 solid transparent;
            content: "";
            left: -33px;
            position: absolute;
            top: 0;
        }

        .menu-curve > ul > li {
            float: left;
            font-family: inherit;
            margin-left: 30px;
            padding-left: 27px;
            position: relative;
            font-size: 40px;
            font-weight: 700;
            color: #ffffff;
        }

            .menu-curve > ul > li > a {
                color: #ffffff;
                float: left;
                position: relative;
                padding: 15px 0 16px;
            }

                .menu-curve > ul > li > a:before {
                    background: #d4d4d4 none repeat scroll 0 0;
                    content: "";
                    height: 6px;
                    left: -27px;
                    margin-top: -3px;
                    position: absolute;
                    top: 50%;
                    width: 6px;
                }

            .menu-curve > ul > li:hover > a:before {
                opacity: 0;
                -webkit-transform: translateX(30px);
                -moz-transform: translateX(30px);
                -ms-transform: translateX(30px);
                -o-transform: translateX(30px);
                transform: translateX(30px);
            }

            .menu-curve > ul > li > a:after {
                content: "";
                height: 6px;
                left: -27px;
                margin-top: -3px;
                opacity: 0;
                position: absolute;
                top: 50%;
                -webkit-transform: translateX(30px);
                -moz-transform: translateX(30px);
                -ms-transform: translateX(30px);
                -o-transform: translateX(30px);
                transform: translateX(30px);
                width: 6px;
            }

            .menu-curve > ul > li:hover > a:after {
                opacity: 1;
                -webkit-transform: translateX(0px);
                -moz-transform: translateX(0px);
                -ms-transform: translateX(0px);
                -o-transform: translateX(0px);
                transform: translateX(0px);
            }

            .menu-curve > ul > li:first-child {
                margin: 0;
            }

.quick-contact li:hover > img {
    opacity: 0.5;
}

/* Dropdown */

nav > ul > li ul {
    background: rgba(239,239,239,.95) none repeat scroll 0 0;
    border: 3px solid #d1d1d1;
    border-top: 4px solid;
    left: 0;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 150%;
    visibility: hidden;
    width: 250px;
}

nav > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

nav > ul > li ul li {
    border-bottom: 1px solid #d6d6d6;
    font-size: 14px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    nav > ul > li ul li:last-child {
        border-bottom: 0;
    }

    nav > ul > li ul li::before {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 30%;
        left: -3px;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 3px;
    }

    nav > ul > li ul li:hover::before {
        height: 100%;
        opacity: 1;
    }

    nav > ul > li ul li a {
        color: #444;
        display: block;
        font-size: 12px;
        padding: 15px 27px;
        position: relative;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav > ul > li ul li:hover > a {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }

    nav > ul > li ul li > ul {
        background: rgba(247, 246, 245, 0.95) none repeat scroll 0 0;
        left: 130%;
    }

    nav > ul > li ul li.menu-item-has-children > a:before {
        color: #a6a6a6;
        content: "\f105";
        font-family: fontawesome;
        font-size: 13px;
        position: absolute;
        right: 27px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav > ul > li ul li > ul {
        top: 0;
    }

    nav > ul > li ul li:hover > ul {
        left: 100%;
        opacity: 1;
        top: 0;
        visibility: visible;
    }

/* 5. Sticky Header */

header.sticky .logo-menu:before {
    width: 100%;
}

header.sticky .logo-menu:after {
    width: 100%;
}

header.stick {
    position: fixed;
    top: 0;
}

header.sticky {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 999;
}

    header.sticky .logo img {
        max-width: 140px;
    }

    header.sticky .connect-us {
        margin: 15px 0;
    }

    header.sticky .quick-contact > ul > li {
        padding-left: 50px;
    }

    header.sticky .extra-links {
        margin: 15px 0 15px 25px;
    }

    header.sticky .cargo-time {
        margin: 15px 0;
    }

    header.sticky .logo-menu-sec {
        margin-top: -62px;
    }

    header.sticky .logo-menu {
        box-shadow: none;
        padding: 10px 60px;
    }

    header.sticky .menu-curve > ul > li > a {
        padding: 7px 0;
    }

    header.sticky .menu-curve > ul:before,
    header.sticky .menu-curve > ul:after {
        border-bottom-width: 40px;
    }

/* 6. Resposnive Menu */

.responsive-header {
    display: none;
    float: left;
    position: relative;
    width: 100%;
    z-index: 999;
}

.responsive-top-bar {
    background: #efefef none repeat scroll 0 0;
    float: left;
    width: 100%;
}

.responsive-quick-contact {
    background: #121212 none repeat scroll 0 0;
    float: left;
    width: 100%;
}

    .responsive-quick-contact .quick-contact {
        width: 100%;
    }

        .responsive-quick-contact .quick-contact > ul {
            float: left;
            width: 100%;
        }

            .responsive-quick-contact .quick-contact > ul > li {
                margin-right: 0;
                width: 50%;
            }

.responsive-header .quick-contact > ul > li:last-child {
    padding-left: 60px;
}

.responsive-quick-contact .quick-contact > ul > li > p {
    line-height: 20px;
}

.responsive-quick-contact .quick-contact span {
    width: 100%;
}

.responsive-nav {
    background: #1f425d none repeat scroll 0 0;
    float: left;
    padding: 30px 0;
    width: 100%;
}

.responsive-logo {
    float: left;
}

    .responsive-logo .logo {
        width: auto;
    }

.responsive-btn {
    background: #121212 none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    margin: 12px 0;
    text-align: center;
    width: 35px;
}

.responsive-menu {
    background: #1c1c1c none repeat scroll 0 0;
    height: 100%;
    padding: 30px 0 !important;
    position: fixed;
    right: -330px;
    top: 0;
    width: 270px;
    z-index: 999999999;
}

    .responsive-menu.slidein {
        right: 0;
    }

    .responsive-menu .responsive-popup-btns {
        float: left;
        margin-bottom: 40px;
        width: 100%;
    }

        .responsive-menu .responsive-popup-btns > li {
            color: #ffffff;
            padding-left: 20px;
            padding-right: 0;
            width: auto;
        }

            .responsive-menu .responsive-popup-btns > li > a:before {
                display: none;
            }

            .responsive-menu .responsive-popup-btns > li > a {
                border: 0 none;
                color: #fff;
                float: none;
                font-size: 11px;
                font-weight: 700;
                line-height: initial;
                margin-left: 10px;
                padding: 0;
                text-transform: uppercase;
            }

            .responsive-menu .responsive-popup-btns > li > i {
                float: left;
                font-size: 10px;
                height: 18px;
                line-height: 18px;
                text-align: center;
                width: 19px;
            }

    .responsive-menu ul {
        float: left;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .responsive-menu ul li {
            float: left;
            padding: 0 20px;
            position: relative;
            width: 100%;
        }

            .responsive-menu ul li a {
                border-bottom: 1px solid #3a3a3a;
                color: #cdcdcd;
                float: left;
                font-family: lato;
                font-size: 13px;
                line-height: 20px;
                padding: 10px 20px;
                position: relative;
                width: 100%;
            }

        .responsive-menu ul ul {
            display: none;
        }

        .responsive-menu ul li a:before {
            background-color: #cdcdcd;
            content: "";
            height: 3px;
            left: 7px;
            position: absolute;
            top: 20px;
            width: 3px;
        }

        .responsive-menu ul li.menu-item-has-children > a:after {
            color: #cdcdcd;
            content: "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡";
            font-family: fontawesome;
            position: absolute;
            right: 30px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .responsive-menu ul li.active > a {
            margin-bottom: 10px;
            padding: 12px 20px;
        }

            .responsive-menu ul li.active > a:before {
                left: 11px;
                top: 21px;
            }

        .responsive-menu ul li.menu-item-has-children.active > a:after {
            -webkit-transform: rotateX(180deg) translateY(50%);
            -moz-transform: rotateX(180deg) translateY(50%);
            -ms-transform: rotateX(180deg) translateY(50%);
            -o-transform: rotateX(180deg) translateY(50%);
            transform: rotateX(180deg) translateY(50%);
        }

.close-btn {
    background: #121212 none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    margin: 0 20px 30px;
    text-align: center;
    width: 35px;
}

/* 7. Theme Btn */

.theme-btn {
    color: #fff;
    float: left;
    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    overflow: hidden;
    padding: 15px 39px;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
}

.calculate-shipping-form a {
    background: #ffb400 !important;
}

    .calculate-shipping-form a:hover {
        background: #000 !important;
    }

.theme-btn > i {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

/* 8. Slider */

.main-slider {
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
}

.slide-btn:hover {
    border-color: transparent !important;
    color: #ffffff !important;
}

    .slide-btn:hover > i {
        color: #ffffff;
    }

    .slide-btn:hover:before {
        color: #ffffff;
    }

.slide-icon:before {
    color: #ffffff;
    content: "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€¹Ã…â€œ";
    font-family: fontawesome;
    font-size: 12px;
    left: 20px;
    position: absolute;
}

.slide-btn:before {
    font-size: 13px;
}


/* 10. Simple Services1 */

.services1 {
    float: left;
    padding: 85px 0;
    width: 100%;
}

.simple-services1 {
    float: left;
    position: relative;
    width: 100%;
}

.service-box1 {
    float: left;
    position: relative;
    width: 100%;
}

    .service-box1 > img {
        float: left;
        margin-bottom: 5px;
        margin-right: 20px;
    }

    .service-box1 > i {
        color: #8b8c8d;
        float: left;
        font-size: 40px;
        margin-bottom: 5px;
        margin-right: 20px;
    }

    .service-box1 > h5 {
        color: #4e4e4e;
        float: none;
        font-family: lato;
        font-size: 33px;
        font-weight: 800;
    }

    .service-box1 > span {
        font-family: raleway;
        font-size: 13px;
        font-weight: 700;
    }

/* 11. Fancy Services */

.fancy-service {
    float: left;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

    .fancy-service:before {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.6;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    .fancy-service:hover:before {
        opacity: 0.9;
    }

    .fancy-service > img {
        width: 100%;
        z-index: -1;
    }

    .fancy-service:hover > img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.service-detail {
    left: 0;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

    .service-detail > span {
        float: left;
        font-family: lato;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.3px;
        margin-top: 50px;
        width: 100%;
    }

.fancy-service:hover .service-detail > span {
    margin-top: 0;
}

.sticky .quick-contact li > img {
    top: 7px;
    width: 26px;
}

.service-detail h3 {
    color: #ffffff;
    float: left;
    font-size: 24px;
    font-weight: 800;
    margin-top: 9px;
    width: 100%;
}

.service-detail > h5 {
    color: #ffffff;
    float: left;
    font-size: 13px;
    font-weight: 500;
    margin-top: 14px;
    width: 100%;
}

.service-detail > i {
    color: #fff;
    float: left;
    font-size: 70px;
    position: relative;
    text-align: center;
    width: 100%;
}

.service-detail .theme-btn {
    background: #3d3c3b;
    border: 1px solid transparent;
    display: inline-block;
    float: none;
    margin-top: 0;
    opacity: 0;
    padding: 0;
    font-size: 11px;
    font-weight: 700;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

    .service-detail .theme-btn:hover {
        border-color: #fff;
    }

.fancy-service:hover .service-detail .theme-btn {
    margin-top: 34px;
    opacity: 1;
    padding: 11px 22px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.fancy-service:hover .service-detail {
    padding-bottom: 55px;
}

    .fancy-service:hover .service-detail > i {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .fancy-service:hover .service-detail > span {
        color: #FFF;
    }

/* 12. Headings */

.heading {
    float: left;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    width: 100%;
}

    .heading > span {
        float: left;
        font-family: raleway;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase;
        width: 100%;
    }

        .heading > span i {
            margin-right: 5px;
        }

    .heading > h2 {
        float: left;
        font-size: 34px;
        font-weight: 800;
        margin-bottom: 15px;
        padding-bottom: 25px;
        position: relative;
        text-transform: uppercase;
        width: 100%;
    }

        .heading > h2:before {
            background: rgba(0, 0, 0, 0) url(../images/heading-before.png) repeat scroll 0 0;
            bottom: 0;
            content: "";
            height: 12px;
            left: 50%;
            max-width: 100%;
            position: absolute;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 87px;
        }

    .heading > p {
        color: #555555;
        padding: 0 400px;
    }

.container .heading > p {
    padding: 0 250px;
}
/* Heading 2 */

.heading2 {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

    .heading2 > span {
        float: left;
        font-family: raleway;
        font-size: 11px;
        margin-bottom: 10px;
        font-weight: 600;
        width: 100%;
    }

    .heading2 > h3 {
        color: #fff;
        float: left;
        font-size: 18px;
        font-weight: 700;
        width: 100%;
    }

section {
    margin-bottom: 54px;
    position: relative;
}

footer p {
    color: #000;
    line-height: 21px;
    padding: 8px 0px 0px 0px;
}
.btnTrack {
    background-color: #bc2129;
    color: #ffffff !important;
}

.quick-contact p a{
    color: #fff;
}