@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,500,700');
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus,
a:hover {
    outline: 0 solid;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

button:focus {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #c00;
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
    position: relative;
}

h2 {
    font-size: 36px;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 400;
    color: #000000;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
    color: #fff;
}

a {
    color: #fff;
    padding: 10px;
}

.fix {
    overflow: hidden;
}

.relative {
    position: relative;
    overflow: hidden;
}

.absulute {
    position: absolute;
}

.v-center {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.flex-v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-bookmark li {
    display: inline;
}

.social-bookmark li a {
    background: #d7d7d7 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    margin: 0 2px;
    padding-top: 9px;
    text-align: center;
    width: 40px;
}

.social-bookmark li a:hover {
    background: #fc0 none repeat scroll 0 0;
    color: #fff;
}

.inline li {
    display: inline;
}

.inline-block li {
    display: inline-block;
    padding: 5px 15px;
}

.navbar-toggle {
    border: 2px solid #fc0;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background: #fc0 none repeat scroll 0 0;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.border {
    border: 1px solid #ddd;
}

.border-left {
    border-left: 1px solid #ddd;
}

.border-right {
    border-right: 1px solid #ddd;
}

.border-top {
    border-top: 1px solid #ddd;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}


.service-read-more{
    background-color: #cc0000;
    border-radius: 4px;
    text-transform: capitalize;
    color: #ffcc00;
    font-size: 12px;
    padding: 10px 20px;
}
    
.service-read-more:hover{
    background-color: #ffcc00;
    color: #cc0000 ;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.area-title {
    margin-bottom: 10px;
    position: relative;
}

.area-title h2 {
    display: inline-block;
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.area-title h2::before,
.area-title h2::after {
    background: rgba(0, 0, 0, 0) url("img/title-border.png") repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
}

.area-title h2::after {
    background: #fc0 none repeat scroll 0 0;
    height: 4px;
    width: 20px;
}

.section-padding {
    padding: 50px 0;
}

.padding-top {
    padding-top: 100px;
}

.padding-bottom {
    padding-bottom: 100px;
}

.padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.padding-100-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.gray-bg {
    background: #f7f9fc;
}

.deep-gray-bg {
    background: #eff1ff;
}

.dark-bg {
    background: #fc0;
    color: #ffffff;
}

.red-bg {
    background: #fc0;
    color: #ffffff;
}

.blue-bg {
    background: #0083ff;
    color: #ffffff;
}

.soft-blue-bg {
    background: #7db9e8;
    color: #ffffff;
}

.dark-bg .area-title h2 {
    color: #ffffff;
}

/*--------------------------
    2. TOP AREA
---------------------------*/

.top-area {
    height: 100%;
    position: relative;
    width: 100%;
}

.top-area-bg {
    
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-size: cover;
}

.top-area-bg::after {
    background: #fffdf73d;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}


/*---------------------------------
    2.1. SEARCH AND LANGUAGE
----------------------------------*/

.search-and-language-bar {
    margin-left: 20px;
    margin-top: 34px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}

.is-sticky .search-and-language-bar {
    margin-top: 13px;
}

.search-and-language-bar ul li {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 10px;
}

.search-and-language-bar ul li a {
    color: #fff;
    display: block;
}

.search-box {
    position: relative;
}

.search-form {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    top: 72px;
    height: 60px;
    position: absolute;
    right: 0;
    width: 280px;
    display: none;
}

.is-sticky .search-form {
    top: 50px;
}

.search-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 1px solid #fc0;
    color: #333;
    height: 40px;
    left: 11px;
    padding: 10px;
    position: absolute;
    top: 10px;
    width: 77%;
}

.search-form button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fc0;
    color: #fc0;
    font-size: 20px;
    height: 40px;
    padding: 7px 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-form button:hover {
    background: #fc0 none repeat scroll 0 0;
    color: #fff;
}

.select-language select {
    background: #c00;
    border: 0 none;
    color: #fc0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding: 2px 8px;
    font-size: 12px;
}

/*---------------------------------
    2.2 MAINMENU AREA
-----------------------------------*/

.header-top-area {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fc0;
    border-bottom: 6px solid #cc0000;
}

.mainmenu-area {
    
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9999;
    
}

.navbar-header {
    margin-top: 14px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar {
    border-bottom: 0 none;
    border-top: 0 none;
    margin-bottom: 0;
}

.navbar-brand > img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.is-sticky .navbar-brand > img {
    max-width: 60%;
}

ul#nav {
    float: right;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul#nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #cc0000;
    letter-spacing: 1px;
    padding: 42px 15px 30px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

ul#nav li a:hover,
ul#nav li.active a {
    color: #8e2929;
}

ul#nav li ul li a:hover, ul#nav li.active ul li a {
    color: #ffcc00;
}

.is-sticky ul#nav > li > a {
    padding: 22px 15px 15px;
    color: #d40411;
}

.is-sticky .search-and-language-bar ul li a{
    color: #d40411;
}

.is-sticky .search-and-language-bar ul li{
    color: #d40411;
}

.is-sticky .select-language select{
    background-color: #d40411;
    color: #fff;
}

.is-sticky ul#nav li a:hover,
.is-sticky ul#nav li.active a {
    color: #d40411;
}

.is-sticky .navbar-header {
    margin-top: 8px;
}

.is-sticky .mainmenu-area {
    background-color: #fc0;
    border-bottom: 3px solid #cc0000;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    z-index: 99999;
}

.menu-toggle.full {
    border: 1px solid;
    height: 40px;
    letter-spacing: 2px;
    padding-top: 8px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 20px;
    width: 110px;
    color: #fc0 !important;
}


ul#nav li ul a,
.is-sticky ul#nav li ul a {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px;
    padding-left: 15px;
}

/*-----------------------------------
    2.3 WELCOME TEXT AREA
-------------------------------------*/

.welcome-area {
    background: url("img/slider/slide_11.jpg") no-repeat scroll center center;
    color: #ffffff;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 100px;
    width: 100%;
    background-size : cover;
}

.welcome-text h1 {
    color: #ffffff;
    font-size: 48px;
    letter-spacing: 5px;
    line-height: 1.3;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.welcome-text h4 {
    font-size: 20px;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.home-button {
    margin-top: 60px;
    height: auto !important;
}

.home-button a {
    border: 2px solid;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 2px;
    padding: 12px 30px;
    text-transform: uppercase;
}

.home-button a:last-child {
    margin-left: 20px;
}

.home-button a:hover {
    background: #fc0 none repeat scroll 0 0;
    border-color: #fc0;
    color: #ffffff;
}

.home-mockup > img {
    max-width: 50%;
}

/*------------------------------
    2.4 WELCOME SLIDER AREA
--------------------------------*/

.welcome-slider-area {
    height: 100%;
    position: relative;
    z-index: 9;
}

.welcome-slider-area.owl-carousel div:not(.owl-controls) {
    height: 100%;
}

.welcome-single-slide {
    z-index: 9;
    position: relative;
}

.welcome-single-slide:before {
    background:#21212100;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.welcome-slider-area .welcome-text {
    color: #FFFFFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 100px;
}

.welcome-text h4 {
    margin-bottom: 30px;
}

.welcome-text h2 {
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
}

.welcome-slider-area.home-button {
    height: auto !important;
}

.owl-item.active .welcome-single-slide .welcome-text h1 {
    -webkit-animation: 1s ease 0.5s normal both 1 running fadeInUp;
    animation: 1s ease 0.5s normal both 1 running fadeInUp;
}

.owl-item.active .welcome-single-slide .welcome-text p {
    -webkit-animation: 1s ease 0.8s normal both 1 running fadeInUp;
    animation: 1s ease 0.8s normal both 1 running fadeInUp;
}

.owl-item.active .welcome-single-slide .home-button {
    -webkit-animation: 1s ease 1s normal both 1 running fadeInUp;
    animation: 1s ease 1s normal both 1 running fadeInUp;
}

.slider-bg-one {
    background: url(img/slider/slide_11.jpg) no-repeat scroll center center / cover;
}

.slider-bg-two {
    background: url(img/slider/slide_12.jpg) no-repeat scroll center center / cover;
}

.slider-bg-three {
    background: url(img/slider/slide_13.jpg) no-repeat scroll center center / cover;
}

.slider-bg-four {
    background: url(img/slider/slide_14.jpg) no-repeat scroll center center / cover;
}

.welcome-slider-area.owl-carousel .owl-nav > div {
    
    display: inline-block;
    font-size: 30px;
    height: 40px;
    margin: 0 5px;
    padding-top: 5px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.welcome-slider-area.owl-carousel .owl-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    height: 100px;
}

.welcome-slider-area.owl-carousel .owl-nav > .owl-prev{
    left: 0px;
    position: absolute;
    width: auto;
    height: auto;
    padding: 20px 40px;
    
}
.welcome-slider-area.owl-carousel .owl-nav > div > .fa{
    font-size: 58px;
    color: #ffffff9e;
}
.welcome-slider-area.owl-carousel .owl-nav > div:hover > .fa{
    color: #fff;
}


.welcome-slider-area.owl-carousel .owl-nav > .owl-next{
    right: 0px;
    position: absolute;
    width: auto;
    height: auto;
    padding: 20px 40px;
}


.welcome-slider-area.owl-carousel .owl-nav > div:hover {
    color: #fff;
}

/* ----------------------------
    3. BLOG AREA
------------------------------ */

.single-blog {
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 7px #ddd;
    box-shadow: 0 3px 7px #ddd;
    overflow: hidden;
}
.single-blog img{
    max-width: 100%
}
.blog-details {
    background: #fff none repeat scroll 0 0;
    padding: 30px 20px;
    position: relative;
}

.blog-meta {
    background: #d40411 none repeat scroll 0 0;
    border-radius: 0 50px 50px 0;
    font-size: 24px;
    height: 50px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 70px;
}

.blog-meta a {
    color: #fff;
    display: block;
    height: 100%;
    padding-top: 13px;
    width: 100%;
}

.blog-details h3 {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.read-more {
    background: #c00 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fc0;
    display: inline-block;
    height: 40px;
    padding: 10px 25px;
    text-align: center;
    width: 140px;
    cursor: pointer;
}

.read-more:focus {
    background: #fc0;
    color: #fff;
}

.read-more:hover {
    background: #fc0;
    color: #fff;
}

.blog-details h3 a {
    color: #d40411;
}

.blog-details h3 a:hover,
.blog-details h3 a:focus {
    color: #fc0;
}

/* ----------------------------
    4. ABOUT AREA
------------------------------ */

.quote-form-area {
    background: #eef1f5 none repeat scroll 0 0;
    padding: 30px 20px;
}

.quote-form input {
    margin-bottom: 10px;
}

.quote-form .width-full input {
    border: 0 none;
    padding: 10px;
    width: 100%;
}

.quote-form .width-half input {
    border: 0 none;
    padding: 10px;
    width: 47%;
}

.quote-form textarea {
    border: 0 none;
    height: 120px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}


.quote-form button {
    background: #5d6b82 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 2px;
    padding: 7px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 3px;
    position: relative;
}
.quote-form button .fa {
    font-size: 26px;
}
.quote-form button:hover {
    background: #fc0;
    color: #fff;
}

.about-content h2 {
    margin-bottom: 30px;
}

.about-content a {
    display: inline-block;
    margin-top: 20px;
    background-color: #cc0000;
    border-radius: 6px;
    text-transform: capitalize;
        padding: 10px 15px;
}

.about-content a:hover {
    color: #fc0;
}

.about-content a i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.about-content a:hover i {
    padding-left: 10px;
}

.about-count {
    margin-top: 80px;
}

.single-about-count {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 30px 20px 20px;
    text-align: center;
    text-transform: capitalize;
    width: 33.33%;
}

.single-about-count h4 {
    color: #fc0;
    font-size: 24px;
    font-weight: 800;
}

/* -----------------------------
    5. SERVICE AREA
------------------------------- */

.service-content h2 {
    font-size: 32px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}

.service-content h2::after {
    border-bottom: 1px dashed rgb(243, 156, 18);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}

.service-catalouge-content-area {
    background: rgba(0, 0, 0, 0) url("img/service/service-cargo-bg.png") no-repeat scroll center center / contain;
    position: relative;
}

.catalouge-content {
    background: #fffffff0 none repeat scroll 0 0;
    color: #fff;
    padding: 30px;
}

.catalouge-content h3 {
    color: #c00;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}

.catalouge-content h3::after {
    border-bottom: 1px dashed;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.catalouge-content .read-more:hover,
.catalouge-content .read-more:focus {
    background: #fc0  none repeat scroll 0 0;
    color: #cc0000;
}

.catalouge-content ul {
    margin-top: 40px;
}

.catalouge-content ul li {
    margin-bottom: 15px;
}

.catalouge-content ul li i {
    margin-right: 15px;
}

/* ---------------------------
    6. SERVIE BOTTOM AREA
----------------------------- */

.service-bottom-area {
    position: relative;
}

.service-bottom-area-bg {
    background: rgba(0, 0, 0, 0) url("img/service/service-area-bg.jpg") repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
        background-size: cover;
}

.service-bottom-area-bg::after {
    background: #f5f7f9 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 47% !important;
}

.single-service {
    margin-bottom: 50px;
    padding-left: 80px;
    position: relative;
}

.service-list .single-service:last-child {
    margin-bottom: 0;
}

.service-icon-hexagon {
    left: -43px;
    position: absolute;
    top: -25px;
}

.hex {
    background: #f5f7f9 none repeat scroll 0 0;
    border-radius: 1em / 3.5em;
    display: inline-block;
    height: 5.2em;
    margin: 1em 4.61538em 1em auto;
    position: relative;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 150ms ease-in-out 0s;
    transition: all 150ms ease-in-out 0s;
    width: 4em;
}

.hex:before,
.hex:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: '';
}

.hex:before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.hex:after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.service-icon {
    background: #c00 none repeat scroll 0 0;
    bottom: 7px;
    color: #fff;
    font-size: 24px;
    height: 60px;
    padding-top: 18px;
    position: absolute;
    right: 11px;
    text-align: center;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 34px;
    z-index: 1;
}

.service-icon::before,
.service-icon::after {
    background: #c00 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.service-icon::before {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.service-icon::after {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.service-icon i {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.service-details h4 {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-service:hover .service-details h4 {
    color: #fc0;
}

.single-service:hover .service-icon,
.single-service:hover .service-icon::before,
.single-service:hover .service-icon::after {
    background: #fc0 none repeat scroll 0 0;
}

/* ----------------------------
    7. PROMO AREA
----------------------------- */

.promo-top-area {
    background: rgba(0, 0, 0, 0) url("img/promo/promo_top_bg.png") no-repeat scroll right 5% bottom 50% / 40% auto !important;
}

.single-promo {
    margin-bottom: 50px;
    padding: 20px 20px 20px 80px;
    position: relative;
}

.promo-area .row > div.col-lg-4 .single-promo:last-child {
    margin-bottom: 0;
}

.promo-icon {
    background: #fc0 none repeat scroll 0 0;
    border-radius: 50%;
    color: #c00;
    font-size: 24px;
    height: 65px;
    left: 0;
    padding-top: 21px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 65px;
}

/* -----------------------------
    8. PROMO BOTTOM AREA
----------------------------- */

.promo-bottom-area {
    position: relative;
}

.promo-botton-area-bg {
    background: rgba(0, 0, 0, 0) url("img/promo/promo_bottom_bg.jpg") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.promo-botton-area-bg::after {
    background: #022b594d none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}

.promo-bottom-area h2 {
    color: #fff;
    font-size: 26px;
    text-shadow: 4px 2px 10px #afafaf;
}

.promo-bottom-content .read-more {
    background: #c00 none repeat scroll 0 0;
    font-weight: bold;
    height: auto;
    letter-spacing: 1px;
    padding: 14px;
    text-transform: uppercase;
    width: 180px;
    color: #fff;
    box-shadow: 0px 0px 10px 0px #989696;
}

.promo-bottom-area .read-more:hover,
.promo-bottom-area .read-more:focus {
    background: #fff none repeat scroll 0 0;
    color: #c00;
    box-shadow: 2px 3px 1px #c00;
}

/*-----------------------------
    9. TESTMONIAL AREA
-------------------------------*/

.client-photo-list .item {
    border-radius: 50%;
    overflow: hidden;
    margin: 10px 0;
}

.client-photo-list .owl-carousel .owl-item.active.center .item {
    -webkit-box-shadow: 0 0 0 5px #fc0;
    box-shadow: 0 0 0 5px #fc0;
    position: relative;
    z-index: 999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.client-photo-list {
    margin-bottom: 40px;
}

.client-details-content .item {
    padding-top: 70px;
    position: relative;
}

.client-details-content .item::after {
    color: #5d6b82;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 60px;
    height: 60px;
    left: 50%;
    line-height: 1;
    opacity: 0.5;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
}

.client-details-content .item q {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 37px;
}

.client-details-content .item h3 {
    margin-bottom: 10px;
}

.client_nav span {
    background: #5d6b82 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 40px;
    left: 50px;
    opacity: 0;
    padding-top: 3px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    cursor: pointer;
}

.client_nav span:hover {
    background: #fc0;
}

.client_nav span.fa.testi_next {
    left: auto;
    right: 50px;
}

.testmonial-area:hover .client_nav span {
    left: 0;
    opacity: 1;
}

.testmonial-area:hover .client_nav span.testi_next {
    left: auto;
    right: 0;
}

/* -----------------------------
    10. FOOTER AREA
------------------------------- */

.footer-top-area {
    padding: 40px 0px 25px;
}

.footer-area h2,
.footer-area h3 {
    color: #d40411;
    font-weight: 500;
    text-transform: uppercase;
}

.subscribe-content h2 {
    line-height: 1;
    margin-bottom: 0px;
}

.subsriber-form {
    height: 60px;
    position: relative;
}

.subsriber-form input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #363;
    height: 100%;
    padding: 10px;
    width: 22%;
}

.subsriber-form button {
    background: #c00 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    height: 100%;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 27%;
}

.subsriber-form button:hover {
    background: #fff none repeat scroll 0 0;
    color: #fc0;
}

/* ----------------------------
    11. FAQS AREA
------------------------------- */

.faqs-list h3 {
    margin-bottom: 30px;
}

.faqs-list h3 span {
    color: #c00;
}

.faqs-list #accordion .panel-title {
    padding-left: 50px;
    position: relative;
    text-transform: capitalize;
    color: #c00 !important;
}

.faqs-list #accordion .panel-title i {
    background: #c00  none repeat scroll 0 0;
    height: 30px;
    left: 0;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
    color: #fc0 !important;
}

.faqs-list #accordion .panel-title i::after {
    content: "";
    height: 12px;
    left: 35%;
    margin-left: -1.5px;
    margin-top: -6px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 3px;
    color: #c00 !important;
}

.faqs-list #accordion .active .panel-title i::after {
    opacity: 1;
    ;
}

.faqs-list #accordion .panel,
.faqs-list #accordion .panel.active {
    border-bottom: 0 none;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    background-color: transparent !important;
}

.panel-body {
    border: 0 none !important;
}

.panel-heading,
.panel-body {
    padding-left: 0;
}

/* -----------------------------
    12. ABOUT DETAILS CONTENT AREA
-------------------------------- */

.about-details-menu {
    margin-bottom: 50px;
    text-align: center;
}

.about-details-menu li {
    display: inline-block;
    margin: 0 5px;
}

.about-details-menu li a {
    border: 1px solid #efefef;
    display: block;
    font-size: 18px;
    padding: 12px 20px;
    text-transform: uppercase;
}

.about-details-menu li.active a {
    background: #fc0 none repeat scroll 0 0;
    border-color: #fc0;
    color: #fff;
}

.about-history-content {
    margin-bottom: 50px;
}

.about-history-content h3 {
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.about-history-content h3::after {
    border-bottom: 1px dashed #fc0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}

.about-history-content ul {
    margin-top: 20px;
}

.about-history-content ul li {
    margin-bottom: 5px;
}

.about-history-content.history-list {
    position: relative;
}

.about-history-content.history-list::after {
    background: #e4e4e4;
    content: "";
    height: 100%;
    left: 80px;
    position: absolute;
    top: 0;
    width: 5px;
}

.single-history {
    margin-bottom: 50px;
    padding-left: 125px;
    position: relative;
}

.single-history .history-year {
    font-size: 18px;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 0;
    width: 85px;
}

.single-history .history-year::before,
.single-history .history-year::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 30px;
    position: absolute;
    right: -12px;
    top: 0;
    width: 30px;
    z-index: 9;
}

.single-history .history-year::after {
    background: #fc0;
    height: 10px;
    right: -2px;
    top: 9px;
    width: 10px;
}

/* ------------------------------
    13. REPORT AREA
------------------------------ */

.annual-reports > div {
    margin-bottom: 50px;
}

.annual-reports > div:last-child {
    margin-bottom: 0px;
}

.annual-reports-content h4 {
    margin-bottom: 30px;
}

.annual-reports-content ul {
    margin-top: 30px;
}

.annual-reports-content ul li {
    margin-bottom: 10px;
}

.annual-reports-content ul li i {
    color: #fc0;
    margin-right: 10px;
}

/* ----------------------------
    14. TEAM AERA
-------------------------------- */

.single-team {
    text-align: center;
    margin-bottom: 30px;
    padding: 1px;
}

.team-list div > .col-lg-4:last-child .single-team {
    margin-bottom: 0;
}

.single-team .member-image img {
    width: 358px;
    height: 358px;
}

.member-details {
    -webkit-box-shadow: 0 0 1px;
    box-shadow: 0 0 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
}

.member-social-bookmark {
    background: #5d6b82 none repeat scroll 0 0;
    border-radius: 5px;
    margin-top: 25px;
    padding: 15px 0;
}

.member-social-bookmark .social-bookmark li a {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    padding-top: 8px;
}

.member-social-bookmark .social-bookmark li a:hover {
    background: #fc0 none repeat scroll 0 0;
}

/* -----------------------------
    15. SERVICE TWO 
------------------------------ */

.single-service-two {
    padding: 30px 20px 30px 100px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-icon-two {
    border-right: 1px solid #ddd;
    color: #fc0;
    font-size: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 80px;
}

.single-service-two:hover {
    background: #fc0 none repeat scroll 0 0;
    color: #fff;
}

.single-service-two:hover .service-icon-two,
.single-service-two:hover h4 {
    color: inherit;
}

/* ----------------------------
    16. SERVICE THREE
------------------------------ */

.single-service-three {
    border: 1px solid #eef2f4;
    -webkit-box-shadow: 0 0 10px #eef2f4;
    box-shadow: 0 0 10px #eef2f4;
    margin-bottom: 30px;
    padding: 30px 20px 30px 80px;
    position: relative;
    min-height: 250px;
}

.single-service-three h4 {
    color: #fc0;
}

.service-icon-three {
    border-right: 1px solid #ddd;
    color: #fc0;
    font-size: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 60px;
}

/*------------------------------
    17. CONTACT AREA
-------------------------------*/

.contact-address {
    margin-bottom: 50px;
}

.contact-address a {
    color: #585858;
}

.contact-address a:hover {
    color: #fc0;
}

.contact-area .form-control {
    border-radius: 0;
    margin-bottom: 30px;
    min-height: 40px;
}

.contact-area button {
    background: #fc0 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 10px 40px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact-area button:hover {
    background: #d40411 none repeat scroll 0 0;
    color: #fff;
}

/*------------------------------
    18. FOOTER AREA
-------------------------------*/

.footer-area {
    color: #d40411;
    position: relative;
    z-index: 9;
    border-top: 5px solid #d40411;
}

.footer-area::after {
    background: rgba(0, 0, 0, 0) url("img/footer-map-bg.png") no-repeat scroll center center / 90% auto;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.footer-border {
    background: rgba(0, 0, 0, 0) url("img/footer-border.png") repeat-x scroll center center;
    height: 1px;
    margin-top: 50px;
}

.single-footer-widget {

}

.single-footer-widget,
.single-footer-widget a {
    color: #000;
}

.footer-email a{
 padding: 0px;   
}

.single-footer-widget a:hover {
    color: #c00;
}

.single-footer-widget h3 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.single-footer-widget h3::after {
    border-bottom: 1px dashed #d40411;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}

.single-footer-widget.footer-about ul {
    margin-top: 30px;
}

.single-footer-widget.footer-about ul li {
    margin-bottom: 10px;
}

.single-footer-widget.footer-about ul li i {
    border-right: 1px solid;
    position: absolute;
    width: 30px;
}

.single-footer-widget.twitter-widget ul li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.single-footer-widget.twitter-widget ul li .twitter-icon {
    color: #c00;
    left: 0;
    position: absolute;
}

.single-footer-widget.list-widget ul li {
    letter-spacing: 1px;
    margin-bottom: 7px;
    position: relative;
}

.single-footer-widget.list-widget ul li::before {
    content: "\f0a4";
    display: inline-block;
    font-family: fontawesome;
    margin-right: 15px;
}

.single-footer-widget.instafeed-widget li {
    float: left;
    margin-bottom: 2%;
    margin-right: 2%;
    width: 31.33%;
}

.btm-text {
    position: relative;
    display: inline-block;
    padding-left: 50px;
}

.footer-bottom-area .footer-border {
    margin: 0;
}

.footer-copyright-area {
    padding: 30px 0;
}

.footer-copyright p {
    margin-bottom: 0;
    margin-top: 15px;
    margin-top: 10px;
}

.footer-copyright a.footer-logo {
    border-bottom: 2px solid;
    display: block;
    margin-bottom: 5px;
    margin-right: 10px;
    max-width: 300px;
    padding-bottom: 10px;
}

.footer-copyright a {
    color: #c00;
    padding: 0px;
}
.footer-copyright a:hover {
    color: #000;
}

.footer-social-bookmark .social-bookmark li a {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-radius: 50%;
    color: #d40411;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    margin: 0 2px;
    padding-top: 3px;
    text-align: center;
    width: 30px;
}

.footer-social-bookmark .social-bookmark li a:hover {
    background: #c00;
    color: #fff;
}

/*------------------------------
    19. SCROLL TO TOP
-------------------------------*/

a.scrolltotop {
    background: #c00 none repeat scroll 0 0;
    bottom: 20px;
    color: #ffffff;
    display: none;
    font-size: 20px;
    height: 40px;
    padding-top: 9px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 99;
    border-radius: 5px;
}

a.scrolltotop:hover {
    -webkit-box-shadow: 0 0 0 0 #272727;
    box-shadow: 0 0 0 0 #272727;
    background: #272727;
}

/*-----------------------------------
    20. WELCOME SLIDER AREA
-------------------------------------*/

.home-two .single-blog {
    margin-top: -244px;
}

.home-two .welcome-area {
    padding-bottom: 200px;
}

.home-two .blog-area.blog-bottom .single-blog {
    margin-top: 0;
}

.home-four .about-area.section-padding {
    padding-bottom: 50px;
}

.home-four .promo-top-area.section-padding {
    background: inherit;
    padding-bottom: 50px;
}

.home-four .service-bottom-area-bg {
    background: rgba(0, 0, 0, 0) url("img/service/service-area-bg-2.jpg") repeat scroll 0 0;
}

.top-area.single-page {
    height: 500px;
}

.single-page .top-area-bg::after {
    opacity: 0.7;
}

.single-page .welcome-text h2 {
    margin-bottom: 10px;
}

.page-location li {
    display: inline-block;
}

.page-location li a {
    color: #fff;
    display: block;
    padding: 0 10px;
}

/* ----------------------------------
    21. BLOG PAGE
------------------------------------- */

.blog-page .single-blog {
    border-radius: 0;
    margin-bottom: 50px;
}

.blog-page .single-blog .post-date {
    margin-bottom: 20px;
    margin-top: -10px;
}

.blog-page .single-blog .post-date a i {
    margin-right: 10px;
}

.blog-page .single-blog .post-date a:hover {
    color: #fc0;
}

.blog-page .blog-image img {
    width: 100%;
}

.pagination li a {
    border-radius: 0;
    color: #666;
    padding: 10px 20px;
}

.pagination li a:hover,
.pagination li.active a,
.pagination li a:focus {
    background: #fc0 none repeat scroll 0 0;
    color: #fff;
    border-color: #fc0;
}

.single-sidebar-widget {
    -webkit-box-shadow: 0 3px 7px #ddd;
    box-shadow: 0 3px 7px #ddd;
    margin-bottom: 50px;
    padding: 20px;
}

.single-sidebar-widget h4::after {
    border-bottom: 1px dashed #fc0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}

.single-sidebar-widget h4 {
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.widget_search form {
    border: 1px solid #ddd;
    height: 40px;
    position: relative;
    width: 100%;
}

.widget_search form input {
    border: 0 none;
    height: 100%;
    left: 0;
    padding: 8px 40px 8px 8px;
    position: absolute;
    top: 0;
    width: 100%;
}

.widget_search form button {
    background: #5d6b82 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
}

.widget_search form button:hover,
.tagcloud a:hover {
    background: #fc0 none repeat scroll 0 0;
    color: #fff;
    border-color: #fc0;
}

.widget_categories li {
    margin: 5px 0;
    position: relative;
}

.widget_categories li::before {
    content: "\f105";
    display: inline-block;
    font-family: fontawesome;
    margin-right: 10px;
}

.single-sidebar-widget li a:hover {
    color: #fc0;
}

.single-sidebar-widget {
    -webkit-box-shadow: 0 3px 7px #ddd;
    box-shadow: 0 3px 7px #ddd;
    margin-bottom: 50px;
    padding: 20px;
}

.widget_recent_entries li {
    margin-bottom: 15px;
    overflow: hidden;
}

.tagcloud a {
    border: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 9px;
    margin-right: 5px;
    padding: 5px 10px;
    text-transform: capitalize;
}

blockquote {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 0 none;
    font-size: 16px;
    font-style: italic;
    line-height: 1.7em;
    position: relative;
    padding: 20px 30px;
    text-transform: capitalize;
    z-index: 1;
}

blockquote::after,
blockquote::before {
    content: "\f10d";
    font-family: fontawesome;
    font-size: 50px;
    height: 50px;
    left: 0;
    line-height: 1;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: -1;
}

blockquote::before {
    bottom: 0;
    content: "\f10e";
    left: auto;
    right: 8px;
    top: auto;
}

.share-button,
.comments-area,
.comments-form-area {
    -webkit-box-shadow: 0 3px 7px #ddd;
    box-shadow: 0 3px 7px #ddd;
    margin-bottom: 50px;
    padding: 20px;
}

.comments-area h4,
.comments-form-area h4 {
    margin-bottom: 30px;
}

.comments-area ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 90px;
    position: relative;
}

.comments-area ul li:nth-child(2n) {
    margin-left: 80px;
}

.comments-area ul li .comments-author-thumb {
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 80px;
}

.half-width input {
    border: 1px solid #ddd;
    margin-bottom: 14px;
    padding: 10px;
    width: calc(50% - 10px);
}

.comment-form textarea {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}

.comment-form button {
    background: #5d6b82 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.comment-form button:hover {
    background: #fc0 none repeat scroll 0 0;
}

/*-------------------------------
    22. SERVICE PAGE
-------------------------------*/

.service-image {
    margin-bottom: 40px;
}

.service-image img {
    width: 100%;
}

.service-details-text {
    margin-bottom: 50px;
}

.service-menu h4 {
    background: #fc0 none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
}

.service-menu ul {
    border: 1px solid #ddd;
}

.service-menu > ul li {
    border-top: 1px dashed #ddd;
    display: block;
    margin-top: -1px;
}

.service-menu ul li a {
    display: block;
    padding: 10px 20px;
}

.service-menu ul li a i {
    float: right;
}

.service-menu ul li a:hover {
    color: #fc0;
}

/*------------------------------
    23. 404 ERROR PAGE
-------------------------------*/

.error-content img {
    margin-bottom: 40px;
}

.error-content h3 {}

.error-content h2,
.error-content h3 {
    letter-spacing: 1px;
    text-transform: capitalize;
}

.error-area .read-more {
    width: auto;
}




.home-tracking-form{
   z-index: 20;
    top: 500px;
    left: 0px;
    right: 0px;
    position: absolute;
    background-color :transparent;
    }
.home-tracking-form form{
    width: 806px;
    margin: auto;
}

.home-tracking-form form .width-full{
    margin: 0px;
}
.home-tracking-form form strong{
    display: inline-block;
    padding-right: 40px;
    font-size: 28px;
    font-weight: 300;
    line-height: 43px;
    position: relative;
    top: 5px;
    color: #fff;
    text-shadow: 1px 1px 2px #716f6f;
}

.home-tracking-form form #tracknumber{
        display: inline-block;
        width: 400px;
        margin: 0px;
        border-radius: 5px;
        outline: 0px;
        border: 3px solid #d40411;
}
.home-tracking-form form #tracknumberbtn{
     display: inline-block;
     width: 50px;
     text-transform: capitalize;
     background-color: #fc0;
     color: #c00;
     border: 3px solid #fc0;
     padding-right: 30px;
     
}

.stellarnav ul ul {
    top: 72px;
    width: 220px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #ddd;
    left: -40px;
    border-radius: 5px;
}
.header-logo{
    width: 220px;
}

.top-logo-a{
    width: 320px;
}

.top-logo-img{
    margin: 0px !important;
    max-width: 100%;
}

.client-list .single-client img{
    width: 65px;
    margin: auto;
}
.downlods-box .downlods-box-content{
    width: 80%;
    display: inline-block;
    float: left;
}
.downlods-box .downlods-box-img{
    width: 20%;
    display: inline-block;
    float: right;
}



/*===========================  Tracking Parcel Information Styles End  ============================

.parcel-info-box{
    width: 100%;
    min-height: 800px;
}

 .main-tracking-heading{
            margin: 0px;
padding: 14px;
background-color: #ffcc00;
color: #FFF;
font-size: 18px;
margin: 20px 0px 0px 0px;
     font-family: 'Roboto', sans-serif  !important;
        }
        .status-box{
            line-height: 0px;
            text-align: center;
            overflow: hidden;
            height: 80px;
            background-color: #fbd334;
        } 
        .dark-status-bar{
            width: 40%;
            display: inline-block;
            transform: skew(-40DEG);
            background-color: #ef8026;
            position: relative;
            left: -4%;
            height: 80px;
            top: -79px;
        }
        .dark-status-bar p{
        color: #ffffff;
        text-transform: uppercase;
        transform: skew(40DEG);
        height: 80px;
        line-height: 80px;
        font-size: 16px;
        }
        
        
         .status-bar-light-1st{
            width: 44%;
            display: inline-block;
            background-color: #ffcc00;
            transform: skew(-40DEG);
            position: relative;
            left: -5%;
            padding: 0px 0px;
            height: 80px;
            top: -79px;
        }
         .status-bar-light-1st p{
       color: #d40411;
       transform: skew(40DEG);
       height: 80px;
       line-height: 80px;
       font-size: 16px;
       }
        .status-bar-light-2nd{
            width: 14%;
            display: inline-block;
            background-color: #fbd334;
            transform: skew(-40DEG);
            position: relative;
            left: -2%;
            padding: 0px 0px;
            height: 80px;
        }
        .status-bar-light-2nd p{
            color: #d40411;
            transform: skew(40DEG);
            height: 80px;
            line-height: 80px;
        }
        
       
        .scheduled-delivery{
         margin-top: 8px;
        }
        .last-location{
         padding: 10px 40px;
         float: right;
        }
        
        .scheduled-delivery p{
        margin:0px;
        color: #3a3838;
        }
        .last-location p{
        margin:0px;
        color: #3a3838;
}


.mob-row-close{
    display: none;
}
.shp-td-row-cont{
    width: 100%;
}

.shp-td-row-cont:nth-child(odd){
    background-color: #cbcbcb33;
}
.shp-td-row-cont:nth-child(even){
    background-color: #ffcc0080;
}

		.sh-hd{
			float: left;
			background-color: #ffcc00;
			padding: 14px 10px;
			text-align: left;
			color: #c00;
            font-family: 'Roboto', sans-serif ;font-weight: bold;
		}
        
        .shipping-thd{
            height: 52px;
            clear: both;
            background-color: #ffcc00;
        }
        .shipping-thd2{
            display: none;
        }   
        .shp-td-row{
            height: 40px;
            clear: both;
        }
		.sh-hd-ind{
			width: 5%;
		}
		.sh-hd-location{
			width: 20%;
		}
		.sh-hd-date{
			width: 15%;
		}
		.sh-hd-time{
			width: 15%; 
		}
		.sh-hd-activity{
			width: 38%;
		}
		
		.sh-hd-piece {
        width: 5%;
        text-align:center;
        }
		.sh-td{
			float: left;
padding: 0px 10px;
text-align: left;
font-family: 'Roboto', sans-serif ;
color: #3a3838;
line-height: 40px;
		}
		
		.sh-td-ind{
			width: 5%;
			text-align: center;
		}
        
        .sh-td-location{
			width: 20%;
		}
		.sh-td-date{
			width: 15%;
		}
        
		.sh-td-time{
			width: 15%; 
		}
		.sh-td-activity{
			width: 38%;
		}
		
		.sh-td-piece{
			width: 5%;
			text-align:center;
		}
        
        
       
        .track-det-numb h4{
            font-family: 'Roboto', sans-serif !important;
    font-size: 28px;
    padding: 15px 0px;
    color: #2d2814;
        }
        
	
*/
/*===========================Tracking Parcel Information Styles End============================*/
.footer-euro-exchange .Wtopmenu2 a{
        font-size: 11px;
    }
    

.home-tracking-form tracking-number-txt{
     position: relative;
    top: -4px;
}
    
.home-tracking-form #tracknumber{
    position: relative;
    top: -7px;
}

.home-tracking-form #tracknumberbtn{
    position: relative;
    height: 49px;
}

.home-tracking-form #tracknumberbtn i{
position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

@media screen and (max-width:1280px){
    
    .status-box{
		
	height: 68px;
	position: relative;
	overflow: visible;
	}	
	.dark-status-bar{
		
	position: absolute;
	transform: initial;
	height: 100%;
	left: 0px;
	width: 25%;
	top: 0px;
	}
	.dark-status-bar p{
		
	transform: initial;
	height: 100%;
	line-height: 68px;
	margin: 0px;
	}
	.status-bar-light-1st{
		
	width: 50%;
	position: static;
	height: 100%;
	transform: initial;
	left: 25%;
	}
	.status-bar-light-1st p{
		
	transform: initial;
	height: 100%;
	line-height: 68px;
	}
	.status-bar-light-2nd{
		
	transform: initial;
	position: absolute;
	height: 100%;
	right: 0px;
	left: 75%;
	width: 25%;
	}
	.status-bar-light-2nd p{
		
	transform: initial;
	height: 100%;
	line-height: 68px;
	}
    
    .footerbx{
        width: 50%;
    }

		
.custom-container{
	width: 96%;
	margin: 0px 2%;
}

    .welcomecontent{
        width: 100%;
    }
    .welcomeimg{
        display: none;
    }
	.hometabpanelwrapper{
		top: 40px;
	}
     .navbar-inverse .navbar-nav > li > a {
    padding: 0px 20px;
    font-size: 14px;
    line-height: 86px;
} 


.home-tracking-form form {
    width: 808px;
    width: 100%;
    text-align: center;
    margin: auto;
}
}

@media screen and (max-width:1100px){
    .top-logo-img{
        width: 272px;
        margin: 7px 0px !important;
    }
    .top-logo-a{
        width: auto;
    }
}
@media screen and (max-width:1024px){
    .home-tracking-form form #tracknumber {
        width: 300px;
        border: 3px solid #d40411;
    }
    .home-tracking-form form strong{
        position: relative;
        top: 3px;
    }
    .home-tracking-form{
        top: 420px;
    }
    .welcome-slider-area .welcome-text{
        padding-top: 0px;
    }
}
@media screen and (max-width:992px){
    
    .status-bar-light-1st {
    position: absolute;
    }
    
    #mainmenu-area-sticky-wrapper{
     height:auto !important;   
    }

    .service-details p{
        color: #9c9c9c;
    }
    .promo-top-area {
        background: none !important;
    }
    
    .service-bottom-area-bg::after {
    background: #ffffffed none repeat scroll 0 0;
    width: 100% !important;
    }
    .footer-copyright .copyrights{
        text-align: center;
    }
    .social-bookmark-footer {
        text-align: center !important;
    }
    .footer-euro-exchange .Wtopmenu2{
        float: left;
    }
    
    .single-footer-widget h3 {
    margin-bottom: 12px;
    padding-bottom: 10px;
    }
    
    .single-footer-widget {
    margin-bottom: 22px;
    overflow: hidden;
    min-height: 282px;
    }
    
    .home-tracking-form form #tracknumber {
        width: 300px;
    }
    .home-tracking-form form strong{
        position: relative;
        top: 3px;
    }
    .home-tracking-form{
        top: 332px;
    }
    .search-and-language-bar {
        margin-top: 33px;
        display: none;
    }
    ul#nav li a{
        font-size: 12px;
    }
    .top-logo-img {
        width: 240px;
    }
    .welcome-slider-area.owl-carousel .owl-nav > .owl-prev {
    left: 0px;
    position: absolute;
    width: 60px;
    height: 26px;
    padding: 1px 22px 0px 22px;
    line-height: 18px;
    }
    .welcome-slider-area.owl-carousel .owl-nav > .owl-next {
    right: 0px;
    position: absolute;
    width: 60px;
    height: 26px;
    padding: 1px 22px 0px 22px;
    line-height: 18px;
    }
    .welcome-slider-area.owl-carousel .owl-nav > div > .fa {
    font-size: 16px;
    }
     .welcome-text h1 {
    font-size: 28px !important;
    padding: 0px 80px;
    }
    
    .track-det-numb h4 {
    font-size: 30px;
    }
    .status-box{
		height: 136px;
	}	
	.dark-status-bar{
		
	height: 68px;
	width: 50%;
	}
	.dark-status-bar p{
		
	}
	.status-bar-light-1st{
		
	height: 68px;
	top: 68px;
	width: 100%;
	left: 0px;
	}
	.status-bar-light-1st p{
		
	}
	.status-bar-light-2nd{
		
	height: 68px;
	width: 50%;
	left: 50%;
	background-color: #FBFBFB;
	}
	.status-bar-light-2nd p{
		
	}


   
    
    .navbar-inverse .navbar-nav > li > a {
    padding: 0px 15px;
    }
        .hometabpanelwrapper {
	   top: 30px;
    }
   .sh-hd-activity {
        width: 32%;
    }
    .sh-td-activity {
        width: 32%;
    }
    .sh-hd-piece {
    width: 12%;
}
.sh-td-piece {
    width: 12%;
}
     
      
}
@media screen and (max-width:850px){

}
@media screen and (max-width:769px){
    
   .shp-td-row {
        height: initial; 
    }
    
   
    
    
    .small-banner.home-tracking-form form strong{
        color: #d40411;
    }
    
    .small-banner {
    transform: translate(0%,0%) !important;
    position: static  !important;
    margin-bottom: 0px !important;
    padding: 30px 20px 40px 20px !important;
    }
    
    .menu-toggle.full{
        top: 22px;
    }
    
    .welcome-slider-area.owl-carousel .owl-controls .owl-dots{
        display : none !important;
    }
    
    h2{
        font-size:28px;
    }
    .area-title h2{
        font-size:28px !important;
    }
    .service-content h2 {
    font-size: 22px !important;
    }
    .h3, h3 {
    font-size: 18px;
    }
    .promo-icon{
        top: 20px;
    }
    .single-promo {
    margin-bottom: 0px;
    }
    .home-tracking-form {
        top: 50%;
        transform: translate(-50%,-50%);
        left: 50%;
    }
    .top-area {
    height: 386px !important;
    }
    .padding-top {
    padding-top: 50px;
    }
    .welcome-single-slide {
    z-index: 9;
    position: relative;
    background-size: 100% 100% !important;
    background-position: initial !important;
}

    #parcel-info-box{
     padding: 0px 10px;   
    }
    
    .quote-form-area{
        width: 400px;
        margin: auto;
    }
    .home-tracking-form form strong{
        padding: 0px;
        font-size: 20px;
        top: 0px;
    }
    .home-tracking-form form #tracknumber {
        width: 74%;
    }
    .home-tracking-form form #tracknumberbtn{
        width: 25%;
        margin: 3px 0px;
    }
    
    #main-nav{
            margin-top: 20px;
    }
    
    ul#nav li a
    {
    padding: 12px 15px 12px 15px  !important;
        
    }
    ul#nav > li > a
    {
        border: 0px;
    }
    ul#nav li ul a, .is-sticky ul#nav li ul a {
        border-bottom: 1px solid #efc931;
    }
    ul#nav li li a {
        background: #e4b90e;
        color: #000;
    }
    ul#nav li li a:hover {
    color: #e51c1d;
    }
    .mainmenu-area{
        border: 0px;
    }
    ul#nav li a{
        color: #e51c1d;
    }
    ul#nav {
    width: 100%;
    max-height:initial !important;
    overflow: visible !important;
    overflow-x: visible !important;
    background-color: #ffcc00;
    }
    .stellarnav  ul  ul{
        left: 0px !important;
        top: 0px !important;
    }
   
    .is-sticky .navbar-brand > img {
        max-width: 74%;
        margin: 10px 0px !important;
    }
   
    .search-and-language-bar{
     display: none;
    }
    .navbar {
    min-height: 80px;
    }
    .navbar-header{
        margin-top: 0px;
    }
    .menu-toggle.full{
        padding: 8px !important;
        height: 40px;
        line-height: 24px;
        color: #c00 !important;
    }
    .top-logo-img {
    margin: 13px 0px !important;
    }
    .track-det-numb h4 {
        font-size: 24px;
    }
        .status-box{
            height: 88px;
	}	
	.dark-status-bar{
		
	height: 44px;
	}
	.dark-status-bar p{
		
	line-height: 44px;
	font-size: 14px;
	}
	.status-bar-light-1st{
		
	height: 44px;
	top: 44px;
	}
	.status-bar-light-1st p{
		
	line-height: 44px;
	font-size: 14px;
	margin: 0px;
	}
	.status-bar-light-2nd{
		

	height: 44px;
	}
	.status-bar-light-2nd p{
		
	line-height: 44px;
	margin: 0px;
	}


    
   
     .copyr{
     width: 100%;
        text-align: center; margin: 0px;
    }
    
     .home-map-sec{
         height: 350px !important;
    }
    .home-map-sec iframe{
        height: 350px !important;
    }
    
    
    .news-container {
    padding: 78px 0px;
    }
    
    .home-5steps-h2{
    padding: 88px 0px;
    font-size: 34px;       
    }
    
   
    #home5stepbox {
    height: 320px;
    }
    
    .four-icons {
     padding: 5px 0px; 
    }
    .one-main-icon i {
    font-size: 50px;
        line-height: 120px;
    }
    .one-icon-box {
    width: 25%;
    height: 170px;
    }
    .one-icon-box .icon-name {
    line-height: 44px;
    font-size: 18px;    
    }
    .navbar-inverse .navbar-brand{
        height: auto;
    }
    
    .navbar-inverse .navbar-nav > li > a {
    line-height: 40px;
}
	.navbar-nav {
    width: 100%;
        margin: 0px;
	}
   .logo-img-cont {
    
    display: none;
}
    .navbar-cont-div {
    width: 100%;
    }
    .navbar-toggle {
    margin: 0px 0px;
    top: 20px;
    }
    .hometab-custom-container{
        width: 100% !important;
        margin: 0px;
    }
    .hometabpanelwrapper {
        position: static;
    top: 40px;
    padding: 10px;
    background-color: #ffcc00;
    width: 100% ;
}
    
    div.hometabpanel.panel.with-nav-tabs.panel-default ul.nav.nav-tabs li {
    margin-right: 0.33%;
    width: 33%;
    }
    }

@media screen and (max-width:600px){
    
    .top-area {
    height: 340px !important;
    }
   
   .home-tracking-form {
    transform: translate(0%,0%);
    position: static;
    margin-bottom: 0px !important;
    }
    .home-tracking-form form strong{
        line-height: 26px;
        color: #c00;
        text-shadow: 1px 1px 2px #efeeee;
    }
    .quote-form-area{
        padding : 30px 20px 40px 20px;
    }
    .footer-area h2, .footer-area h3 {
        font-size: 28px;
    }
    
    .subsriber-form button {
        font-size: 12px;
    }
    
    
    .track-det-numb h4 {
    }
        .status-box{
	}	
	.dark-status-bar{
		
	}
	.dark-status-bar p{
		
	}
	.status-bar-light-1st{
		
	}
	.status-bar-light-1st p{
		
	}
	.status-bar-light-2nd{
		

	}
	.status-bar-light-2nd p {
    font-size: 12px;
}


     .formal-detail h4{
        font-size: 18px;
    }
    
    .formal-detail h3{
        font-size: 16px;
    }
    .formal-detail p{
        font-size: 14px;
    }
   
    
    
    
    .formal-detail{
        padding: 5px;
       
    }
    
    .formal-main-heading h1{
        font-size: 30px;
        width: 100%;
    }
    .formal-main-heading{
        border: none !important;
    }
    
    #mainfooter{
        margin-top: 0px;
    }
    #mainfooter .custom-container{
        border-top: 0px !important;
    }
    .footerbx h4 {
    font-size: 20px;
    margin-bottom:  14px;
}
    
    .fthd-bottom-border {
    height: 2px;
    width: 100%;
    }
    .fthd-top-border{
        width: 25%;
    }
     .footerbx{
        width: 100%;
          margin: 5px 0px;
    }
    
    
    .news-container {
    padding: 38px 0px;
    }
  
    
    #home5stepbox {
    height: 242px;
    }
    
    .home-5steps-h2 {
    padding: 64px 0px;
    font-size: 28px;
    }
    
    .home-5steps-btn {
    background-color: #FFF;
    color: #f60;
    padding: 10px 30px;
}
    .welcomecontent{
        background-image: none !important;
        background-color: #FFF;
    }
    .welcomemsgcont{
        height: auto;
        clear: both;
        
    }
    .company_head_16
    {
        margin: 10px 0px;
    }
    .welcomecontent br{
        display: none;
    }
    .welcomecontent p{
        margin-bottom: 5px;
    }
    .one-icon-box{
        width: 50%;
        height: 192px;
    }
    
    .one-main-icon i {
    font-size: 78px;
    line-height: 138px;
    }
    
    .rotate-plus{
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: 0.3s;
    }
    
    .shipping-thd{
        display: none;
    }
    .shipping-thd2{
        display: block;
        float: left;
background-color: #ffcc00;
padding: 14px 10px;
text-align: left;

font-weight: bold;
    }
    .shipping-thd2 h3{
        color: #d40411;
        font-family: 'Roboto', sans-serif ;
        margin: 0px;
        text-align: center;
        font-size: 18px;
    }
    .mob-row-close{
    display: block;
}
    .mob-row-close h4{
        display: inline-block;
        width: 100%;
        text-align: left;
        color: #3a3838;
    }
    .mob-row-close i{
        display: inline-block;
        float: right;
        font-size: 18px;
        color: #3a3838;
        transition: 0.3s;
    }
    
    .shp-td-row {
        height: initial; 
    }
    
    .shp-td-row-cont:nth-child(odd) .sh-td-ind{
    text-align: center;
    background-color: #fbde6e;
    color: #cc0000;
    }    
    
    
    
     .shp-td-row-cont:nth-child(even) .sh-td-ind{
     text-align: center;
    background-color: #e6e3e3;
    
    }    
    
      
    .sh-td-ind{
            width: 100%;
            padding-left: 25px !important;
            font-weight: bolder;
    }
    
    .sh-td{
        line-height: 28px;
        padding: 0px;
    }
    .sh-td-location::before{
            content: "Location: ";
            font-weight: bold;
            padding-left: 25px;
    }
.sh-td-date::before{
content: "Date & Time: ";
font-weight: bold;
margin-right: 5px;
padding-left: 25px;
}

.sh-td-activity::before{
    content: "Activity: ";
     font-weight: bold;
    padding-left: 25px;
}
    .sh-td-piece::before{
    content: "Piece: ";
     font-weight: bold;
    padding-left: 25px;
}
    
    .sh-td-location{
           width: 100%;
}
.sh-td-date{
          width: auto;
padding-right: 5px;
}
.sh-td-time{
			width: auto;
padding: 0px;
		}
.sh-td-activity{
     width: 100%;
}
.sh-td-piece{
     width: 100%;
     text-align:left;
}
    
  .last-location{
      float:none;
  }  
   .last-location p{
      text-align:center;
  }  
    
}

@media screen and (max-width:500px){
    
    .subsriber-form{
        height:40px;
    }
    .subsriber-form button {
    font-size: 10px;
    }
    .footer-area h2, .footer-area h3 {
    font-size: 22px;
    }
    .status-bar-light-1st {
        
        position: absolute;
    }
    
    .welcome-area{
        padding-top:60px;
    }
    
    .top-area {
        height: 250px !important;
    }
    .header-top-area{
        position:relative;
    }
    .quote-form-area {
        margin-bottom: 0px;
        margin-top: 66px;
    }
    .small-banner{
        margin-top: 60px !important;
    }
    .area-title h2, .service-content h2, h2 {
        
            font-size: 28px;
    }
    
    .blog-details h3 {
        
        font-size: 28px;
    }
    
    .promo-icon {
        
        margin-top: 25px;
    }
    
    
    .padding-top {
    padding-top: 40px;
}
    
    
    .col-single-blog{
     width: 100%;   
    }
    
    .navbar {
    height: 60px;
    min-height: 60px;
    }
    
    .col-single-footer-widget{
     width: 100%;   
    }
    
    .status-bar-light-1st p {
        color: #6d5a0d;
    }
    
    .quote-form-area{
        width: 100%;
    }
    
    .top-logo-img {
        width: 180px;
    }
    .menu-toggle.full{
        top: 15px;
        padding: 4px !important;
        height: 32px;
    }
    .top-logo-img{
        margin : 10px 0px !important
    }
    .track-det-numb h4 {
            font-size: 14px;
    }
        .status-box{
	height: 132px;
	}	
	.dark-status-bar{
		
	width: 100%;
	}
	.dark-status-bar p{
		
	}
	.status-bar-light-1st{
		
	}
	.status-bar-light-1st p{
		
	}
	.status-bar-light-2nd{
		

	top: 88px;
	width: 100%;
	left: 0px;
	}
	.status-bar-light-2nd p{
		background-color: #ffefb2;
        color: #ef8026;
	}
    .formal-main-heading {
    width: 100%;
    }
    
     .home-map-sec{
         height: 300px !important;
    }
    .home-map-sec iframe{
        height: 300px !important;
    }
    
    #home5stepbox {
    height: 214px;
    }
    
    #carousel-example-generic2 .carousel-control{
        display: none;
    }
    
    .home-5steps-btn {
    background-color: #FFF;
    color: #f60;
    padding: 6px 24px;
    font-size: 16px;
}
    
    .home-5steps-h2 {
    font-size: 22px;
    }
      
    .welcomecontent {
    max-height: inherit;
    }
    
    .company_head_16 {
    margin: 5px 0px;
    font-size: 24px;
    }
    .welcomecontent p {
    margin-bottom: 2px;
    }
    .one-icon-box {
    width: 100%;
    }
	
	
	
}

@media screen and (max-width:400px){
    
    .welcome-area {
    padding-top: 0px;
    }
    
    .is-sticky .navbar-brand > img {
    max-width: 80%;
    margin: 6px 0px !important;
    }
    
    .welcome-slider-area.owl-carousel .owl-controls {
    position: absolute;
    top: 50%;
    height: 30px;
    transform: translateY(-50%);
    }
    
    .top-area {
    height: 200px !important;
    }
    
    .home-tracking-form form #tracknumber {
    width: 60%;
    }
    .home-tracking-form form #tracknumberbtn {
    width: 30%;
    text-align: center;
    }
    .welcome-text h1{
        font-size: 20px !important;
    }
    .menu-toggle.full {
    padding: 4px 8px !important;
    height: 28px;
    line-height: 19px;
    font-size: 12px;
    top: 18px;
    }
    .track-det-numb h4 {
    }
        .status-box{
	}	
	.dark-status-bar{
		
	}
	.dark-status-bar p{
		
	}
	.status-bar-light-1st{
		
	}
	.status-bar-light-1st p{
		
	}
	.status-bar-light-2nd{
		

	}
	.status-bar-light-2nd p{
		
	}

    
    
    .nav-tabs h4{
        font-size: 16px;
    }
    
    .home-map-sec{
         height: 200px !important;
    }
    .home-map-sec iframe{
        height: 200px !important;
    }
    
    #carousel-example-generic2 .newstitle{
        font-size: 18px;
    }
    
    #carousel-example-generic2 .newsdetail {
    text-align: center;
    font-size: 13px;
    color: #FFF;
}
    .news-container {
    padding: 14px 0px;
}
    
}

@media screen and (max-width:360px){
    
  

.nav-tabs h4 {
    font-size: 13px;
}
}

.small-banner{
    top: 356px !important;
}


@media screen and (max-width: 1200px) and (min-width: 769px) {
  .container {
    width: 96%;
    margin: auto;
}
}
.copyrights{
    text-align:left;
}
.social-bookmark-footer{
    text-align:right;
}
.footer-euro-exchange{
    
}
.footer-euro-exchange .Wtopmenu2 tr:nth-child(even) td {
    background-color: #fc0 !important;
    padding-bottom: 10px;
    padding-top: 10px;;
}
.footer-euro-exchange .Wtopmenu2 tr:nth-child(odd) td {
    background-color: #ffcc00 !important;
}

.footer-euro-exchange .Wcol2a a  , .footer-euro-exchange .Wcol2 a{
    text-decoration: none;
    color: #d7120f;
}
.skiptranslate{
    display: none;
}
#google_translate_element2{
    display: none;
}
body{
    top: 0px !important;
}
.select-language{
    outline: 0px !important;
}
#parcel-info-box{
    max-width:1170px;
}