@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Saira:400,500,600,700,800');
body {
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
    overflow-x: hidden;
    font-family: 'Saira', sans-serif;
    line-height: 22px;
    -webkit-overflow-scrolling: touch;
}
::selection {
    background: #087dc2;
    color: #FFF;
}
::-moz-selection {
    background: #087dc2;
    color: #FFF;
}
a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
.fl-w {
    float: left;
    width: 100%;
    position: relative;
}
/*------------------------------*/
/* TOP PART */
/*------------------------------*/
.sticky {
    position: fixed !important;
    top: 0;
    width: 100% !important;
    z-index: 999999 !important;
}
.top-part {
    width: 100%;
    background: rgba(255,255,255,1.0);
    padding: 0 40px;
    position: absolute;
    z-index: 10;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}
.top-part img {
    padding: 12px 0px;
}
.menu-list-part {
    margin: 0;
    float: right;
}
.menu-list-part li {
    float: left;
    list-style: none;
    padding: 0;
    position: relative;
}
.menu-list-part li a {
    margin: 0px 0px;
    padding: 40px 17px 10px 17px;
    color: #464d67;
    font-weight: 700;
    font-size: 12px;
    position: relative;
    border-left: 1px solid rgba(0,0,0,1.00);
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.menu-list-part li a:hover {
    color: #ee0910;
}
.menu-list-part li:nth-child(8) a {
    border-right: 1px solid rgba(0,0,0,1.00);
}
.menu-list-part li:first-child a::before {
    position: absolute;
    content: '';
    width: 35px;
    height: 30px;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/menu-list-icon.png) -15px -5px;
}
.menu-list-part li:nth-child(2) a::before {
    position: absolute;
    content: '';
    width: 35px;
    height: 30px;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/menu-list-icon.png) -66px -5px;
}
.menu-list-part li:nth-child(3) a::before {
    position: absolute;
    content: '';
    width: 35px;
    height: 30px;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/menu-list-icon.png) -125px -5px;
}
.menu-list-part li:nth-child(4) a::before {
    position: absolute;
    content: '';
    width: 35px;
    height: 30px;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/menu-list-icon.png) -178px -5px;
}
.menu-list-part li:nth-child(5) a::before {
    position: absolute;
    content: '';
    width: 35px;
    height: 30px;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/menu-list-icon.png) 158px -5px;
}
.menu-list-part li:nth-child(6) a::before {
    position: absolute;
    content: '';
    width: 35px;
    height: 30px;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/blog-icon.png) center center;
}
.menu-list-part li:nth-child(7) a::before {
    position: absolute;
    content: '';
    width: 35px;
    height: 30px;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/menu-list-icon.png) 99px -5px;
}
.menu-list-part li:nth-child(8) a::before {
    position: absolute;
    content: '';
    width: 35px;
    height: 30px;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/menu-list-icon.png) 49px -5px;
}
.top-contact-part {
    position: relative;
    margin-top: -72px;
    z-index: 10;
    padding: 13px 40px;
    background: rgba(28,34,57,0.40);
    border-top: 1px solid rgba(255,255,255,0.40);
}
.top-contact-part h4 {
    font-size: 14px;
    color: rgba(255,255,255,1.00);
    font-weight: 600;
    margin: 5px 5px;
}
.top-contact-part h4 i {
    font-size: 15px;
    font-weight: bold;
    border: 2px solid rgba(255,255,255,1.00);
    padding: 8px;
    border-radius: 100%;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fa.fa-phone.top-ph-icon {
    padding: 8px 9.7px;
    border-radius: 100%;
}
.top-contact-part h4:hover i {
    background-color: #FFF;
    color: #000;
}
.top-social-icon li {
    float: left;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.top-social-icon li i {
    padding: 8px 8.5px;
    border: 2px solid rgba(255,255,255,1.00);
    border-radius: 50px;
    margin-left: 5px;
    color: rgba(255,255,255,1.00);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
}
.top-social-icon li:hover i {
    background-color: #FFF;
    color: #000;
}
.fa.fa-twitter.twitter {
    padding: 8px 8.7px;
}
.fa.fa-facebook.fa {
    padding: 8px 11px;
}
.fa.fa-google-plus.g-plus {
    padding: 8px 6.2px;
}
.fa.fa-youtube {
    padding: 8px 9px;
}
.fa.fa-linkedin.link {
    padding: 8px 9.5px;
}
.btn.top-call-btn {
    margin-top: 5px;
    padding: 8px 50px;
    font-weight: bold;
    font-size: 14px;
    color: #ee0910;
    background-color: rgba(255,255,255,1.00);
    border-radius: 50px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn.top-call-btn:hover {
    color: #FFF;
    background-color: #ee0910;
}
.services-menu {
    position: absolute;
    top: 73px;
    left: 50%;
    margin: 0;
    padding: 10px 30px;
    width: 100%;
    transform: translateX(-50%);
    background-color: rgba(255,255,255,0.99);
    border: 2px solid rgba(215,215,215,1.00);
    z-index: 1000;
    display: none;
}
.services-menu-2 {
    display: block;
}
.menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}
.btn.car-shipping-tips-btn {
    margin: 10px 0px;
    padding: 0;
    font-size: 20px;
    width: 100%;
    font-weight: 600;
    text-align: center;
    border-radius: 0px;
    border: 7px solid rgba(0,0,0,0.20);
}
.btn.car-shipping-tips-btn h3 {
    margin: 10px 0;
    display: block;
    font-size: 20px;
    font-weight: 600;
}
/*----- Tabs -----*/
.tabs {
    position: relative;
}
/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
    display: block;
    clear: both;
    content: '';
}
.tab-links {
    padding: 20px;
    border-right: 1px solid rgba(0,0,0,0.30);
}
.tab-links li {
    margin: 0 0 5px 0;
    float: left;
    width: 100%;
    list-style: none;
}
.tab-links li:nth-child(2) {
    margin: 0px;
}
.tab-links a {
    padding: 5px 0px 5px 40px;
    width: 100%;
    display: block;
    font-size: 13px;
    color: #0e0e0e;
    line-height: 18px;
    font-weight: 500;
    transition: all linear 0.15s;
    position: relative;
}
.tab-links a:before {
    position: absolute;
    content: '\f0da';
    top: 3px;
    left: 0;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    height: 20px;
    width: 25px;
    border: 1px solid #ee0910;
    border-radius: 3px;
    font-family: 'FontAwesome';
}
.tab-links a:hover {
    color: #ee0910;
    text-decoration: none;
}
li.active a, li.active a:hover {
    color: #ee0910;
    text-decoration: none;
}
/*----- Content of Tabs -----*/
.tab-content {
    border-radius: 5px;
    max-width: 760px;
    margin: 0 auto;
    padding: 10px;
}
.tab {
    display: none;
}
.tab.active {
    display: block;
}
.tab-conten iframe {
    border: 1px solid rgba(0,0,0,0.50);
}
/*----- Tabs -----*/









.states-menu {
    position: absolute;
    top: 73px;
    left: 50%;
    margin: 0;
    padding: 10px 30px;
    width: 100%;
    transform: translateX(-50%);
    background-color: rgba(255,255,255,0.99);
    border: 2px solid rgba(215,215,215,1.00);
    z-index: 1000;
    display: none;
}
.states-menu-2 {
    display: block;
}
/*----- Tabs -----*/
.statestabs {
    position: relative;
}
/*----- Tab Links -----*/
/* Clearfix */
.states-tab-links:after {
    display: block;
    clear: both;
    content: '';
}
.states-tab-links {
    padding: 20px 0px;
    border-right: 1px solid rgba(0,0,0,0.30);
}
.states-tab-links li {
    margin: 0 0 5px 0;
    width: 100%;
    float: left;
    list-style: none;
}
.states-tab-links li:nth-child(2) {
    margin: 0px;
}
.states-tab-links a {
    padding: 5px 0px 5px 40px;
    width: 100%;
    display: block;
    font-size: 13px;
    color: #0e0e0e;
    line-height: 18px;
    font-weight: 500;
    transition: all linear 0.15s;
    position: relative;
}
.states-tab-links a:before {
    position: absolute;
    content: '\f0da';
    top: 3px;
    left: 0;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    height: 20px;
    width: 25px;
    border: 1px solid #ee0910;
    border-radius: 3px;
    font-family: 'FontAwesome';
}
.states-tab-links a:hover {
    color: #ee0910;
    text-decoration: none;
}
li.active a, li.active a:hover {
    color: #ee0910;
    text-decoration: none;
}

/*----- Content of Tabs -----*/
















@media (max-width:1199px) {
    .menu-list-part li a {
        padding: 40px 4px 10px 4px;
        font-size: 12px;
    }
    .top-contact-part h4 {
        font-size: 11px;
    }
    .fa.fa-phone.top-ph-icon {
        padding: 5px 6.5px;
    }
    .top-contact-part h4 i {
        padding: 5px;
    }
    .top-social-icon li {
        padding: 6px 2px!important;
    }
    .fa.fa-twitter.twitter {
        padding: 5px 5px!important;
    }
    .fa.fa-facebook.fa {
        padding: 5px 8px!important;
    }
    .fa.fa-google-plus.g-plus {
        padding: 5px 3.5px!important;
    }
    .fa.fa-youtube {
        padding: 5px 6px!important;
    }
    .fa.fa-linkedin.link {
        padding: 5px 5.5px!important;
    }
    .btn.top-call-btn {
        padding: 5px 50px;
    }
}

@media (max-width:991px) {
    .menu-list-part {
        margin: 0;
        display: none;
        float: right;
    }
}

@media (max-width:480px) {
    .top-part {
        width: 100%;
        background: rgba(255,255,255,1.0);
        padding: 5px 20px;
        position: relative;
        z-index: 10;
        border-bottom: 1px solid rgba(0,0,0,0.10);
    }
}
/*------------------------------*/
/* MENULIST & LOGO PART */
/*------------------------------*/


/*------------------------------*/
/* BANNER PART */
/*------------------------------*/

.banner-part {
    position: relative;
}
.l-and-m-part {
    margin: 0px;
    padding: 0px;
    position: relative;
    background: #FFF;
    float: left;
    width: 100%;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.20);
}
.l-and-m-part::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    content: '';
    background-color: rgba(243,243,243,1.00);
}
.l-and-m-part img {
    margin: 0 auto;
    position: relative;
    padding: 10px 0px;
}
.container.banner-body {
    top: 180px;
    position: absolute;
    left: 50%;
    text-align: right;
    transform: translate(-50%);
        -webkit-transform: translate(-50%);
    z-index: 10;
    display: block;
}
.banner-form-part {
    float: left;
    width: 100%;
    margin: 60px 0px 20px 0px;
    padding: 20px 25px;
    background-color: rgba(0,0,0,0.50);
}
.banner-content-part h1 {
    margin: 0;
    padding: 15px 0px;
    font-size: 45px;
    color: #FFF;
    font-weight: bold;
    text-align: right;
    width: 100%;
    text-transform: uppercase;
    line-height: 50px;
}
.banner-content-part h1 span {
    display: block;
    padding-top: 10px;
}
.banner-content-part h3 {
    margin: 5px 0px;
    padding: 8px 0px;
    font-size: 20px;
    color: #FFF;
    line-height: 30px;
    font-weight: bold;
    text-align: right;
    width: 100%;
    text-transform: uppercase;
}
.btn.banner-btn {
    margin: 10px 0px;
    padding: 8px 35px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 50px;
    background-color: #FFF;
}
.btn.banner-btn:hover {
    background-color: #FFF;
    color: #000;
}
.form-group-banner {
    margin: 15px 0px;
    padding: 0px;
    display: inline-block;
}
.form-group-banner li {
    margin: 10px 0px 10px 0px;
    float: left;
    width: 190px;
}
.form-group-banner li:first-child input {
    width: 450px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.form-control.banner-form {
    line-height: 45px;
    /*padding: 24px 30px 24px 15px;*/
    height: 50px;
    color: #e8cd0a;
    border-radius: 0px;
    border: 1px solid rgba(255,255,255,1.00);
    font-size: 13px;
    text-transform: uppercase;
    background-color: rgba(255,255,255,0.10);
}
.btn.form-btn {
    padding: 14px 51px;
    color: #FFF;
    background-color: #ee0910;
    border-radius: 0px;
    border: 1px solid rgba(255,255,255,1.00);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    font-weight: 600;
}
.btn.form-btn:hover {
    background-color: #1c2239;
    color: #FFF;
}
.well {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    display: none;
    margin: 0;
}
#fadeandscale {
    width: 300px;
    height: 200px;
}
#fadeandscale h2 {
    margin: 5px 0 20px 0;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: #ee0910;
}
.popup_visible #fadeandscale {
    width: 700px;
    height: 100%;
    border-radius: 0px;
}
#fadeandscale_wrapper {
    padding: 20px;
}
.form-control.get-a-q-form {
    margin: 6px 0px;
    padding: 6px 10px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 0px;
    font-size: 13px;
}
.btn.get-a-quote-btn {
    padding: 9px 30px;
    border: none;
    color: #FFF;
    background-color: #1c2239;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 0px;
}
.btn.get-a-q-form-btn {
    padding: 9px 30px;
    border: none;
    color: #FFF;
    background-color: #ee0910;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 0px;
}

@media (max-width:1199px) {
    .container.banner-body {
        top: 100px;
        left: 0;
        transform: translate(0%);
        width: 100%;
        text-align: center;
    }
    .banner-content-part h1 {
        font-size: 30px;
        line-height: 35px;
        padding: 5px 0px;
        text-align: center;
    }
    .banner-content-part h1 span {
        display: initial;
        padding-top: 10px;
    }
    .banner-content-part h3 {
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
    }
}

@media (max-width:991px) {
    .form-group-banner li:first-child input {
        width: 400px;
    }
    .form-control.banner-form {
        padding: 18px 30px 18px 15px;
    }
    .btn.form-btn {
        padding: 8.5px 51px;
    }
    .container.banner-body {
        top: 100px;
    }
    .banner-content-part h1 {
        font-size: 30px;
        line-height: 35px;
        padding: 0px;
        text-align: center;
    }
    .banner-content-part h1 span {
        display: initial;
        padding-top: 10px;
    }
    .banner-content-part h3 {
        font-size: 16px;
        margin: 0px;
        text-align: center;
        text-transform: uppercase;
    }
}

@media (max-width:480px) {
    .container.banner-body {
        display: none;
    }
}
/*------------------------------*/
/* BANNER PART */
/*------------------------------*/


/*------------------------------*/
/* OVERVIEW PART */
/*------------------------------*/

.c-overview-part {
    margin: 0;
    padding: 70px 0px;
}
.c-overview-part h2 {
    margin: 20px 0px;
    font-size: 40px;
    padding-left: 50px;
    color: #1c2239;
    font-weight: 600;
}
.c-overview-part p {
    margin: 20px 0px;
    padding-left: 50px;
    font-size: 15px;
    text-align: justify;
    color: #1c2239;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
}
.btn.overview-btn {
    padding: 10px 40px;
    color: #FFF;
    margin-left: 50px;
    background-color: #ee0910;
    border-radius: 50px;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn.overview-btn:hover {
    background-color: #1c2239;
    color: #FFF;
}
.overview-body {
    margin: 10px 0px;
    position: relative;
    padding-top: 12px;
    padding-bottom: 30px;
}
.overview-body::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 360px;
    width: 70%;
    background: transparent;
    border: 5px solid rgba(0,0,0,0.10);
}
.overview-body .embed-responsive {
    margin: 15px 0px 0px 0px;
}
.mission-part {
    margin: 20px 0;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}
.mission-part h3 {
    margin: 20px 0px;
    font-size: 30px;
    color: #000c34;
    font-weight: 600;
}
.mission-part p {
    margin: 5px 0px !important;
    font-size: 15px;
    color: #1c2239;
    text-align: left;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
}
.mission-list {
    margin: 10px 0 20px 0;
    padding: 0px;
    text-align: left;
    float: left;
    width: 100%;
}
.mission-list li {
    margin: 5px 0;
    padding: 0 0 0 25px;
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    position: relative;
    color: #1c2239;
    font-weight: 400;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}
.mission-list li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: url(../images/conclusion-right.png) center center no-repeat;
}

/* ABOUT US PART */

@media (max-width:1199px) {
    .c-overview-part h2 {
        margin: 15px 0px;
        font-size: 35px;
    }
    .overview-body::before {
        height: 375px;
    }
    .overview-body .embed-responsive {
        margin: 48px 0px 0px 0px;
    }
    .c-overview-part p {
        line-height: 22px;
    }
}

@media (max-width:991px) {
    .c-overview-part {
        padding: 20px 0px;
    }
    .c-overview-part h2 {
        margin: 15px 0px;
        font-size: 35px;
    }
    .overview-body {
        padding-bottom: 10px;
    }
    .overview-body::before {
        height: 305px;
        width: 100%;
    }
    .overview-body .embed-responsive {
        margin: 48px 0px 0px 0px;
    }
    .c-overview-part p {
        line-height: 22px;
        padding-right: 40px;
    }
}

@media (max-width:480px) {
    .c-overview-part h2 {
        margin: 15px 0px;
        font-size: 25px;
        padding: 0px 20px;
    }
    .overview-body {
        padding-bottom: 10px;
    }
    .overview-body::before {
        height: 360px;
        width: 100%;
    }
    .overview-body .embed-responsive {
        margin: 48px 0px 0px 0px;
    }
    .c-overview-part p {
        line-height: 22px;
        padding: 0px 20px;
        text-align: justify;
    }
    .btn.overview-btn {
        margin-left: 20px;
    }
}

@media (max-width:320px) {
    .overview-body::before {
        height: 490px;
        width: 100%;
    }
}
.i-p-part {
    margin: 0;
    padding: 20px 0px;
    background-color: #e5e5e5;
}
.i-p-body {
    margin: 20px 0px;
    padding: 20px 30px;
    text-align: center;
    background: rgba(255,255,255,1.00);
    border: 10px solid rgba(180,180,180,0.50);
}
.i-p-body img {
    width: 150px;
}
.i-p-body h2 {
    margin: 10px 0px;
    font-size: 25px;
    color: #000c34;
}
.i-p-body p {
    margin: 5px 0px;
    font-size: 15px;
    color: #1c2239;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
}
.what-make-us-part {
    margin: 0px;
    padding: 50px 0px;
    background: #000c34;
    text-align: center;
}
.what-make-us-part h2 {
    margin: 10px 0px;
    font-size: 25px;
    color: #FFF;
}
.what-make-us-part p {
    margin: 20px 0px;
    font-size: 15px;
    color: #D7D7D7;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
}
.btn.what-make-us-btn {
    padding: 8px 36px;
    font-size: 13px;
    margin-bottom: 10px;
    color: #FFF;
    background-color: #ee0910;
    border-radius: 50px;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn.what-make-us-btn:hover {
    color: #000;
    background-color: #FFF;
}
.e-and-r-part {
    margin: 0;
    padding: 50px 0px;
}
.e-and-r-part h2 {
    margin: 0 auto;
    margin-bottom: 50px;
    font-size: 35px;
    width: 40%;
    text-align: center;
    padding: 10px 0px;
    color: #000c34;
    border: 2px double #000c34;
}
.e-and-r-part h3 {
    margin: 20px 0 13px 0;
    font-size: 25px;
    font-weight: 600;
    color: #000c34;
}
.e-and-r-part p {
    margin: 5px 0px;
    font-size: 15px;
    color: #1c2239;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
}
.btn.e-and-r-btn {
    padding: 8px 36px;
    color: #FFF;
    margin-top: 15px;
    background-color: #ee0910;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn.e-and-r-btn:hover {
    background-color: #000c34;
    color: #FFF;
}
.what-we-ship-part {
    margin: 0px;
    padding: 50px 0px;
    background: url(../images/about-us/what-we-ship-bg.jpg);
    background-size: cover;
    text-align: center;
}
.what-we-ship-part h2 {
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 35px;
    width: 40%;
    padding: 10px 0px;
    color: #000c34;
    border: 2px double #000c34;
}
.what-we-ship-part p {
    margin: 5px 0px;
    font-size: 15px;
    color: #4e515f;
    line-height: 24px;
    font-weight: 500;
}
.btn.what-we-ship-btn {
    padding: 8px 36px;
    font-size: 13px;
    margin-bottom: 10px;
    color: #FFF;
    background-color: #ee0910;
    border-radius: 50px;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.car-shiping-cost-part {
    margin: 0px;
    padding: 50px 0px;
    text-align: center;
}
.car-shipping-body {
    margin: 0;
    padding: 30px 0;
    text-align: center;
    border: 8px solid rgba(180,180,180,0.50);
}
.car-shiping-cost-part h2 {
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 35px;
    width: 50%;
    padding: 10px 0px;
    color: #000c34;
    border: 2px double #000c34;
}
.car-shiping-cost-part p {
    margin: 20px 0px;
    font-size: 15px;
    color: #1c2239;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
}
.btn.what-we-ship-btn {
    padding: 8px 36px;
    font-size: 13px;
    margin-bottom: 10px;
    color: #FFF;
    background-color: #ee0910;
    border-radius: 50px;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* ABOUT US PART */



/*------------------------------*/
/* OVERVIEW PART */
/*------------------------------*/

/*------------------------------*/
/* CAR SHIPPING PART */
/*------------------------------*/
.car-shipping-part {
    margin: 0px;
    padding: 40px 0 0 0;
    background: url(../images/car-shipping-bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-top: 5px solid rgba(0,0,0,0.50);
    border-bottom: 5px solid rgba(255,255,255,0.80);
}
.car-shipping-part h2 {
    margin: 20px 0px;
    font-size: 40px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.car-shipping-part p {
    margin: 20px 0px;
    font-size: 16px;
    color: #e6e6e6;
    text-align: center;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
}
.c-s-body {
    margin: 10px 0px;
    background: #1c2239;
    border: 1px solid rgba(255,255,255,1.00);
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.car-shipping-part a:hover .c-s-body {
    background-color: #ee0910;
}
.c-s-body img {
    width: 25%;
    float: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.c-s-body .text {
    float: left;
    width: 60%;
}
.c-s-body .text h4 {
    margin: 30px 0 0 20px;
    font-size: 20px;
    color: #FFF;
}
.btn.c-s-p-btn {
    margin: 0 20px;
    padding: 10px 30px;
    color: #FFF;
    width: 300px;
    height: 80px;
    border: 1px solid rgba(255,255,255,1.00);
    border-radius: 10px;
    font-weight: 600;
    background: #1c2239;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn.c-s-p-btn:hover {
    background-color: #ee0910;
    color: #FFF;
}
.c-s-logos-bg {
    background: rgba(255,255,255,0.95);
    margin-top: 40px;
    position: relative;
}
.c-s-logos-bg h2 {
    margin: 30px 0px 20px 0;
    font-size: 40px;
    color: #ee0910;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.c-s-logos-bg img {
    margin: 25px 0px;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.10);
}
.c-s-logos-btn-1 {
    padding: 5px 8px;
    background-color: #1c2239;
    color: #FFF;
    font-size: 20px;
    position: absolute;
    top: 62%;
    left: 100px;
    z-index: 1;
    border: none;
}
.c-s-logos-btn-2 {
    padding: 5px 8px;
    background-color: #1c2239;
    color: #FFF;
    font-size: 20px;
    position: absolute;
    top: 62%;
    z-index: 1;
    right: 100px;
    border: none;
    float: right;
}
.c-s-logos-bg-2 {
    background: rgba(248,248,248,1.00);
    margin-top: 40px;
    padding: 20px 10px 40px 10px;
    position: relative;
}
.c-s-logos-bg-2 h2 {
    margin: 20px 0px 20px 0;
    font-size: 30px;
    color: #ee0910;
    display: block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width:1199px) {
    .car-shipping-part {
        margin: 0px;
        padding: 20px 0 0 0;
    }
    .car-shipping-part h2 {
        margin: 20px 0 20px 0;
        font-size: 35px;
    }
    .c-s-body .text h4 {
        margin: 24px 0 0 20px;
        font-size: 17px;
    }
    .c-s-logos-btn-2 {
        top: 60%;
    }
}

@media (max-width:480px) {
    .car-shipping-part {
        margin: 0px;
        padding: 20px 0 0 0;
    }
    .c-s-body .text {
        float: left;
        width: auto;
    }
    .car-shipping-part h2 {
        margin: 20px 0 20px 0;
        font-size: 25px;
    }
    .c-s-body .text h4 {
        margin: 34px 0 0 20px;
        font-size: 16px;
    }
    .car-shipping-part p {
        margin: 20px 0px;
        font-size: 13px;
        color: #e6e6e6;
        text-align: center;
        line-height: 22px;
        font-weight: 500;
    }
    .c-s-logos-btn-1 {
        top: 60%;
    }
    .c-s-logos-btn-2 {
        top: 60%;
    }
}

@media (max-width:320px) {
    .c-s-logos-bg {
        padding-bottom: 50px;
    }
    .c-s-body .text h4 {
        margin: 19px 0 0 15px;
        font-size: 16px;
    }
    .c-s-logos-btn-1 {
        top: inherit;
        bottom: 7%;
    }
    .c-s-logos-btn-2 {
        top: inherit;
        bottom: 7%;
    }
}
/*------------------------------*/
/* CAR SHIPPING PART */
/*------------------------------*/


/*------------------------------*/
/* SERVICES PART */
/*------------------------------*/

.services-part {
    margin: 0px;
    padding: 30px 0px 20px 0px;
    background-size: cover;
    border-bottom: 1px solid rgba(0,0,0,0.20);
}
.services-part h2 {
    margin: 10px 0px 15px 0px;
    padding: 0px;
    color: #ee0910;
    font-size: 45px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.services-part .owl-dots {
    margin: 10px 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.services-part .owl-dots li {
    list-style: none;
    position: relative;
    margin: 1px 0px;
    padding: 10px 10px;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    color: #D8D8D8;
    border: 1px solid #1c2239;
    background-color: #1c2239;
    text-transform: uppercase;
    cursor: pointer;
}
.services-part .owl-dots li.active {
    color: #ee0910;
    background: rgba(255,255,255,0.90);
    border: 1px solid #ee0910;
}
.services-box {
    margin: 11px 0px;
}
.owl-carousel .owl-item .services-box img {
    border: 6px solid rgba(0,0,0,0.20);
}
.services-box h3 {
    margin: 20px 0px 20px 0px;
    padding: 0px;
    font-size: 30px;
    color: #1c2239;
    font-weight: 600;
}
.services-box h4 {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    font-size: 20px;
    color: #1c2239;
    font-weight: 600;
}
.services-box p {
    margin: 0px;
    padding: 0px 20px 0px 0px;
    text-align: justify;
    font-size: 15px;
    color: #1c2239;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
}
.btn.services-btn {
    margin: 30px 0px;
    padding: 10px 40px;
    color: #FFF;
    background-color: #ee0910;
    border-radius: 50px;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn.services-btn:hover {
    background-color: #1c2239;
    color: #FFF;
}


.services-facilities {
    margin: 10px 0;
    padding: 15px 10px;
    background: url(../images/services-inner-line.jpg) center center no-repeat;
    background-size: cover;
    border: 1px solid rgba(0,0,0,1.00);
}
.services-facilities h3 {
    margin: 10px 0;
    text-align: left;
    font-size: 18px;
    color: #FFF!important;
    font-weight: bold;
}
.services-facilities h3 span {
    margin: 7px 0;
    display: block;
    font-size: 14px;
    font-weight: normal;
}
@media (max-width:1199px) {
    .services-part .owl-dots li {
        padding: 6px 10px;
    }
    .services-box h3 {
        margin: 0 0 10px 0;
        font-size: 25px;
    }
    .services-box p {
        line-height: 22px;
    }
    .btn.services-btn {
        margin: 15px 0px;
        padding: 5px 30px;
    }
}

@media (max-width:480px) {
    .services-part h2 {
        font-size: 25px;
    }
    .services-part {
        margin: 0px;
        padding: 30px 0px 10px 0px;
        background: url(../images/services-bg.jpg);
        background-size: cover;
        border-bottom: 1px solid rgba(0,0,0,0.20);
    }
}
/*------------------------------*/
/* SERVICES PART */
/*------------------------------*/

/*------------------------------*/
/* SERVICES LANDING PAGE PART */
/*------------------------------*/
.services-l-part {
    margin: 20px 0px;
}
.services-l-part h3 {
    margin: 10px 0px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000c34;
}
.services-l-part p {
    margin: 15px 0px;
    font-size: 15px;
    text-align: justify;
    color: #1c2239;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
}
.services-l-body {
    margin: 20px 0px;
    position: relative;
    padding-bottom: 20px;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.10);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.services-l-body img {
    position: relative;
}
.services-l-b-overlay {
    position: absolute;
    content: '';
    height: 56%;
    width: 90%;
    top: 5%;
    left: 50%;
    z-index: 1000;
    transform: translate(-50%);
    border: 2px solid rgba(0,0,0,1.00);
}
.services-l-body h3 {
    margin: 20px 0px !important;
    font-weight: 600;
    font-size: 20px !important;
    padding-bottom: 15px !important;
    ;
    border-bottom: double;
}
.services-l-body button {
    margin: 0;
    padding: 5px 25px;
    font-size: 13px;
    font-weight: 600;
    color: #ee0910;
    display: inline-block;
    border-radius: 50px;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #ee0910;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.services-l-body:hover button {
    color: #FFF;
    border: 1px solid #1c2239;
    background-color: #1c2239;
}
/*------------------------------*/
/* SERVICES LANDING PAGE PART */
/*------------------------------*/

/*------------------------------*/
/* REVIEWS PART */
/*------------------------------*/

.reviews-part {
    margin: 0px;
    padding: 30px 0px;
    background: url(../images/reviews-bg.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
}
.testimonials-body {
    position: relative;
}
.reviews-part h2 {
    margin: 10px 0px;
    color: #FFF;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}
.owl-carousel.testimonials {
    margin: 0;
    padding: 20px;
    display: inline-block;
}
.owl-carousel.testimonials h3 {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    font-size: 20px;
    line-height: 60px;
    color: #FFF;
    font-weight: 600;
}
.owl-carousel.testimonials h3 img {
    display: inline-block;
    width: 60px;
    margin-right: 10px;
}
.owl-carousel.testimonials p {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #FFF;
}
.testimonials-star {
    margin: 0 auto;
    margin-bottom: 50px;
    width: 100px !important;
}
#carousel-custom-dot {
    position: absolute;
    bottom: 10px;
    z-index: 999;
    float: left;
    width: 100%;
    text-align: center;
}
#carousel-custom-dot li {
    background: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    border: #1c2239 2px solid;
}
#carousel-custom-dot .active {
    background: #1c2239 !important;
}

@media (max-width:768px) {
    .owl-carousel.testimonials p {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width:480px) {
    .reviews-part h2 {
        margin: 10px 0px;
        color: #FFF;
        font-size: 25px;
        text-align: center;
        font-weight: 600;
    }
    .owl-carousel.testimonials {
        padding: 5px 20px;
    }
    .owl-carousel.testimonials p {
        text-align: center;
        font-size: 14px;
        line-height: 22px;
    }
    .owl-carousel.testimonials h3 {
        margin: 10px 0px 50px 0px;
        padding: 0px;
        font-size: 18px;
        line-height: 60px;
        color: #000;
        font-weight: 600;
    }
}


.inner-tetimonials-part {
    margin: 0;
    padding: 30px 0;
    background-color: #f0f3f5;
}
.inner-tetimonials-part p {
    margin: 15px 0px 0px 0px;
    font-size: 15px;
    color: #000000;
    line-height: 23px;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}
.inner-testimonials-body {
    float: left;
    width: 100%;
    height: 300px;
    margin: 20px 0;
    padding: 15px;
    background: #FFF;
    box-shadow: 0 0 20px rgba(0,0,0,0.10);
    border: 1px solid rgba(59, 87, 157, 0.27);
}
.inner-testimonials-body h3 {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    color: #1c2239;
    line-height: 24px;
}
.t-star-rating {
    margin: 0 0 10px 0;
    padding: 0;
    float: left;
    width: 100%;
}
.t-star-rating li {
    margin: 0px 20px 0 0;
    padding: 0;
    float: left;
    color: #333;
    font-weight: 600;
}
.t-star-rating li:first-child {
    padding: 4px 18px;
    border: 1px solid #cacaca;
    border-radius: 50px;
}
.t-star-rating li img {
    margin-top: 8px;
}
.inner-testimonials-body h4 {
    float: left;
    width: 100%;
    margin: 14px 0;
    font-size: 15px;
    color: #ee0910;
}
.inner-testimonials-body p {
    float: left;
    width: 100%;
}


/*------------------------------*/
/* REVIEWS PART */
/*------------------------------*/

/*------------------------------*/
/* CONCLUSION PART */
/*------------------------------*/
.conclusion-part {
    margin: 0px;
    padding: 50px 0px;
    box-shadow: 0px -5px 10px rgba(0,0,0,0.10);
}
.conclusion-body {
    border: 1px solid #e1e8ed;
    padding: 10px;
    height: 350px;
}
.conclusion-part h3 {
    margin: 0px;
    padding: 12px 0px;
    font-size: 18px;
    color: #ee0910;
    line-height: 24px;
    font-weight: 600;
    border-bottom: 1px solid #e1e8ed;
}
.conclusion-part h3 span {
    display: block;
}
.conclusion-list {
    margin: 0px;
    padding: 0px;
}
.conclusion-list li {
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    position: relative;
}
.conclusion-list li:before {
    position: absolute;
    content: '\f00c';
    top: 8px;
    left: 0;
    color: #000;
    font-size: 16px;
    height: 16px;
    width: 16px;
    font-family: "FontAwesome";
}
.conclusion-list li a {
    display: block;
    margin: 0;
    padding: 8px 0px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    background-color: rgba(255,255,255,0.10);
}

@media (max-width:768px) {
    .conclusion-list {
        margin: 0 0 15px 0;
        padding: 0px;
        border-bottom: 7px solid rgba(255,255,255,1.00);
    }
}

@media (max-width:320px) {
    .conclusion-part {
        margin: 0px;
        padding: 30px 0px;
    }
}
/*------------------------------*/
/* CONCLUSION PART */
/*------------------------------*/


/*------------------------------*/
/* FOOTER PART */
/*------------------------------*/

.footer-part {
    margin: 0px;
    padding: 50px 0px;
    background: #f7f7f7;
    position: relative;
    z-index: -2;
}
.footer-part h2 {
    margin: 13px 0px;
    font-size: 24px;
    font-weight: 600;
    color: #ee0910;
}
.footer-part hr {
    border-color: rgba(0,0,0,0.30);
}
.footer-social-icon {
    margin: 10px 0px;
    float: left;
}
.footer-social-icon li {
    float: left;
    font-size: 13px;
    font-weight: 600;
    padding: 0 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.footer-social-icon li i {
    padding: 8px 9px;
    border: 1px solid #ee0910;
    border-radius: 50px;
    margin-left: 5px;
    color: #ee0910;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
}
.footer-social-icon li:hover i {
    background-color: #FFF;
    color: #000;
}
.fa.fa-twitter.twitter {
    padding: 8px 8.7px;
}
.fa.fa-facebook.fa {
    padding: 8px 11px;
}
.fa.fa-google-plus.g-plus {
    padding: 8px 6.2px;
}
.fa.fa-youtube {
    padding: 8px 9px;
}
.fa.fa-linkedin.link {
    padding: 8px 9.5px;
}
.footer-links {
    margin: 10px 0px;
    padding: 0px;
    width: 100%;
    float: left;
}
.footer-links li {
    float: left;
    margin: 0 50px 0 0;
    position: relative;
}
.footer-links li::before {
    position: absolute;
    content: '\f0da';
    top: 2px;
    left: 0;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
    height: 28px;
    width: 28px;
    border: 1px solid #ee0910;
    border-radius: 50px;
    font-family: 'FontAwesome';
}
.footer-links li a {
    margin: 0;
    padding: 0 0 0 35px;
    font-size: 13px;
    font-weight: 600;
    color: #454545;
    line-height: 33px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.footer-links li a:hover {
    color: #ee0910;
}
.footer-quicklink ul {
    list-style: none;
    margin: 15px 0;
    padding: 0px;
    float: left;
    width: 100%;
}
.footer-quicklink ul li {
    float: left;
    width: 100%;
    margin: 6px 0px;
    list-style: none;
}
.footer-quicklink ul li a {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    color: #454545;
    line-height: 33px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.footer-quicklink ul li a span {
    display: block;
    padding-left: 44px;
}
.footer-quicklink ul li a i {
    color: #333;
    padding: 7px 12px;
    margin-right: 10px;
    border: 1px solid #ee0910;
    border-radius: 50px;
    font-weight: 600;
}
.footer-quicklink ul li:hover a {
    color: #ee0910;
}
.fa.fa-map-marker.map {
    padding: 7px 10px;
}
.fa.fa-phone.phone {
    padding: 7px 9px;
}
.fa.fa-fax.fax {
    padding: 7px 7.9px;
}
.fa.fa-envelope-o.mail {
    padding: 7px 7.5px;
}
#itemBlog {
    float: left;
    width: 100%;
}
#itemBlog li {
    width: 46%;
    float: left;
    margin-right: 30px;
}
#blog-holder {
    margin-top: 20px;
    float: left;
    width: 100%;
}
.blog-body {
    float: left;
    width: 100%;
    margin: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    border-top: 1px solid rgba(0,0,0,0.05);
}
.blog-body p {
    margin: 20px 0 15px 10px!important;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
}
.blog-body p a {
    color: #000;
}
.blog-body h6 {
    margin: 10px 0 15px 10px;
    font-size: 12px;
    color: #797e8e;
}
.blog-body h6 i {
    margin-right: 2px;
}
.footer-form-part {
    float: left;
    width: 100%;
    margin: 10px 0px;
    padding: 20px 15px;
    background-color: #ffffff;
    box-shadow: 0px 0px 38px rgba(0,0,0,0.16);
}
.footer-form-part h3 {
    margin: 8px 0 13px 0;
    font-size: 24px;
    font-weight: 600;
    color: #ee0910;
}
.form-control.footer-form {
    border: 1px solid rgba(255,255,255,0.20);
    border-radius: 0px;
    font-size: 13px;
    margin: 8px 0px;
    color: #FFF;
    background-color: #0c192f;
    padding: 20px 10px;
}
.form-control.footer-form::-webkit-input-placeholder {
    color: rgba(255,255,255,0.50);
}
.form-control.footer-form:-moz-placeholder {
    color: rgba(255,255,255,0.50);
}
.form-control.footer-form::-moz-placeholder {
    color: rgba(255,255,255,0.50);
}
.form-control.footer-form:-ms-input-placeholder {
    color: rgba(255,255,255,0.50);
}
.btn.contact-us-btn {
    margin: 10px 0 0 0;
    padding: 10px 40px;
    border: none;
    color: #FFF;
    background-color: #ee0910;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 50px;
}
/*Copyright Start*/

.copyright {
    float: left;
    width: 100%;
    background: #0c192f;
    padding: 30px 0;
}
.copyright p {
    color: #cfcfcf;
    font-size: 13px;
    text-transform: uppercase;
}
.copyright p a {
    text-decoration: none;
    color: #fff;
}
.ql li a {
    color: #000;
    text-decoration: none;
}
.ql li:hover a {
    color: #000;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .footer-links li {
        float: left;
        margin: 0 15px 0 0;
        position: relative;
    }
    .footer-quicklink ul li a i {
        margin-right: 5px;
    }
}

@media (max-width: 991px) {
    .quicklink.margin {
        margin-bottom: 10px;
    }
    .copyright p {
        color: #cfcfcf;
        font-size: 13px;
        text-transform: uppercase;
        text-align: center;
    }
    .copyright p .pull-left {
        float: none!important;
    }
    .copyright p .pull-right {
        float: none!important;
        display: block;
    }
}

@media (max-width: 480px) {
    .footer-social-icon {
        margin: 10px 0px;
        float: left;
    }
    .footer-social-icon li {
        padding: 0 6px 0 0;
    }
}

@media (max-width: 320px) {
    .footer-part {
        margin: 0px;
        padding: 20px 0px;
    }
}
/*Copyright End*/
/*------------------------------*/
/* FOOTER PART */
/*------------------------------*/

/*-----------------------------------*/
/* INNER PAGE MAIN HEADING PART */
/*-----------------------------------*/

.inner-page-heading-part {
    position: relative;
}
.main-heading {
    margin-left: 50%;
    transform: translate(-50%);
}
.inner-page-heading-body {
    position: absolute;
    top: 50px;
}
.inner-page-heading-body h1 {
    margin-top: 9%;
    font-size: 40px;
    color: #FFF;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.breadcrumb-part {
    margin: 0px;
    padding: 15px 0px;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(168,168,168,0.30);
}
.bed-crown {
    margin: 0px;
    display: inline-flex;
    padding: 0px;
}
.bed-crown li {
    float: left;
    list-style: none;
}
.bed-crown li a i {
    font-size: 16px;
    color: #333;
}
.bed-crown li a {
    font-size: 14px;
    margin: 0px 10px 0px 0px;
    padding: 0px 1px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    display: block;
    color: #ee0910;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bed-crown li:hover a {
    color: #333;
}

@media (max-width: 991px) {
    .main-heading {
        margin-left: 50%;
        transform: translate(-50%);
        height: 300px;
    }
    .inner-page-heading-body {
        position: absolute;
        top: 50px;
    }
    .inner-page-heading-body h1 {
        margin-top: 10%;
        font-size: 40px;
        color: #FFF;
        display: block;
        text-transform: uppercase;
        font-weight: bold;
    }
}

@media (max-width: 768px) {
    .main-heading {
        margin-left: 50%;
        transform: translate(-50%);
        height: 250px;
    }
    .inner-page-heading-body {
        position: absolute;
        top: 40px;
    }
    .inner-page-heading-body h1 {
        margin-top: 8%;
        font-size: 30px;
        color: #FFF;
        display: block;
        text-transform: uppercase;
        font-weight: bold;
    }
}

@media (max-width: 480px) {
    .main-heading {
        margin-left: 50%;
        transform: translate(-50%);
        height: 200px;
    }
    .inner-page-heading-body {
        position: absolute;
        top: 40px;
    }
    .inner-page-heading-body h1 {
        margin-top: 8%;
        font-size: 25px;
        color: #FFF;
        text-align: center;
        display: block;
        text-transform: uppercase;
        font-weight: bold;
    }
}

@media (max-width: 320px) {
    .main-heading {
        margin-left: 50%;
        transform: translate(-50%);
        height: 200px;
    }
    .inner-page-heading-body {
        position: absolute;
        top: 50px;
    }
    .inner-page-heading-body h1 {
        margin-top: 8%;
        font-size: 25px;
        color: #FFF;
        text-align: center;
        display: block;
        text-transform: uppercase;
        font-weight: bold;
    }
}
/*-----------------------------------*/
/* INNER PAGE MAIN HEADING PART */
/*-----------------------------------*/



/*-----------------------------------*/
/* LANDING PAGE PART */
/*-----------------------------------*/

.landing-page-part {
    margin: 20px 0px;
}
.landing-page-part p {
    margin: 15px 0px;
    font-size: 15px;
    text-align: justify;
    color: #1c2239;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
}
.landing-page-body {
    margin: 15px 0px;
    padding: 10px 10px 25px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.30);
    box-shadow: 0px 0px 10px rgba(227,227,227,0.20);
}
.landing-page-body h2 {
    margin: 0px 0 10px 0;
    font-size: 25px;
    color: #D4262B;
    font-weight: 600;
}
.landing-page-part a:hover .landing-page-body h2 {
    color: #0c192f;
}
.landing-page-body p {
    margin: 0;
    font-size: 15px;
    color: #1c2239;
    text-align: justify;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
}
.landing-page-part-2 {
    margin: 20px 0px;
}
.landing-page-part-2 a {
    text-decoration: none;
}
.landing-page-part-2 p {
    margin: 15px 0px;
    font-size: 15px;
    text-align: justify;
    color: #1c2239;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
}
.landing-page-body-2 {
    margin: 15px 0px;
    padding: 0px 0px 20px 0px;
    width: 100%;
    height: 420px;
    text-align: center;
    position: relative;
    border: 1px solid rgba(0,0,0,0.05);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.landing-page-body-2:hover {
    box-shadow: 0px 0px 25px rgba(0,0,0,0.20);
}
.car-s-s-i-body {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.car-s-s-i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 75%;
    left: 0;
    background-color: rgba(255,255,255,0.80);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.car-s-s-i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 75%;
    left: 0;
    background-color: rgba(255,255,255,0.80);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.car-s-s-i:before {
    position: absolute;
    content: '';
    background: url(../images/carshipping-states-icon.png) center center no-repeat;
    height: 70px;
    width: 70px;
    left: 50%;
    top: -30px;
    transform: translate(-50%);
    border: 3px solid rgba(255,255,255,0.90);
    border-radius: 50px;
    background-color: #ee0910;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.landing-page-body-2:hover .car-s-s-i {
    top: 0;
}
.landing-page-body-2:hover .car-s-s-i:before {
    top: 30%;
}
.landing-page-body-2 h2 {
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
    padding: 10px 5px;
    font-size: 20px;
    font-weight: 600;
    color: #000c34;
    background-color: rgba(255,255,255,1.00);
    width: 80%;
}
.landing-page-body-2 p {
    margin: 0;
    padding: 10px;
    font-size: 15px;
    color: #1c2239;
    text-align: center;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
}
.landing-page-body-2 button {
    display: inline-block;
    margin: 0 auto;
    padding: 7px 20px;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    color: #FFF;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    background-color: rgba(0,0,0,0.80);
}
.landing-page-body-2:hover button {
    background-color: #ee0910;
}
.landing-page-part-2 a:hover .landing-page-body-2 h2 {
    color: #ee0910;
}
/*-----------------------------------*/
/* LANDING PAGE PART */
/*-----------------------------------*/



/*-----------------------------------*/
/* INNER PAGE PART */
/*-----------------------------------*/

.inner-page-part {
    margin: 20px 0px;
    padding: 0 80px;
}
.inner-page-part h3 {
    margin: 10px 0px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000c34;
}
.inner-page-part p {
    margin: 15px 0px 0px 0px;
    font-size: 15px;
    color: #1c2239;
    font-weight: 400;
    line-height: 23px;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}
.car-shipping-facilities {
    margin: 20px 0px;
    padding: 0;
}
.car-s-f-body {
    margin: 10px 0px;
    padding: 0;
    border: 1px solid rgba(0,0,0,1.00);
    text-align: center;
}
.car-s-f-body img {
    float: left;
    width: 100px;
}
.car-s-f-body h3 {
    margin: 0;
    padding: 41.5px 0;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    background-color: #1c2239;
}
.car-s-f-body a, .car-s-f-body a:hover h3 {
    text-decoration: none;
    background-color: #ee0910;
}
.side-bar-link {
    margin: 10px 0;
}
.side-bar-link li {
    position: relative;
    margin: 5px 0;
    padding: 0;
    list-style: none;
}
.side-bar-link li::before {
    position: absolute;
    content: '\f0da';
    top: 12px;
    left: 0;
    color: #ee0910;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    font-family: 'FontAwesome';
}
.side-bar-link li::after {
    position: absolute;
    content: '\f0d9';
    top: 12px;
    right: 0;
    color: #ee0910;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    font-family: 'FontAwesome';
}
.side-bar-link li a {
    display: block;
    margin: 0;
    padding: 15px 10px 15px 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #000c34;
    border: 1px solid rgba(0,0,0,0.20);
    background-color: rgba(255,255,255,0.10);
}
.side-bar-link li a:hover {
    color: #ee0910;
}
.left.carousel-control {
    background-image: linear-gradient(to right, rgba(0,0,0,.0) 0, rgba(0,0,0,0.0) 100%);
}
.right.carousel-control {
    background-image: linear-gradient(to right, rgba(0,0,0,.0) 0, rgba(0,0,0,0.0) 100%);
}
.call-t-action-part {
    margin: 20px 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.c-t-a-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.30);
}
.c-t-a-body h2 {
    margin-top: 15%;
    padding: 15px 0 0 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.c-t-a-body h4 {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 16px;
    color: #FFF;
    font-weight: 500;
}
.c-t-a-body a {
    margin: 5% 0 0 0;
    padding: 5px 20px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    color: #000c34;
    font-weight: 600;
    text-decoration: none;
    background-color: #FFF;
}
.c-t-a-body a:hover {
    color: #FFF;
    background-color: #ee0910;
}
.side-bar-form-part {
    margin: 0;
    padding: 10px;
    background: #f8f8f8;
}
.side-bar-form-part h2 {
    margin: 20px 0px 20px 0px;
    font-size: 25px;
    font-weight: 600;
    color: #ee0910;
    text-align: center;
}
.form-control.side-bar-form {
    border: none;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 500;
    margin: 5px 0px;
    color: rgba(0,12,85,1.00);
    background-color: rgba(255,255,255,1.00);
    padding: 5px 5px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.00);
}
.form-control.side-bar-form::-webkit-input-placeholder {
    color: rgba(0,12,85,0.70);
}
.form-control.side-bar-form:-moz-placeholder {
    color: rgba(0,12,85,0.70);
}
.form-control.side-bar-form::-moz-placeholder {
    color: rgba(0,12,85,0.70);
}
.form-control.side-bar-form:-ms-input-placeholder {
    color: rgba(0,12,85,0.70);
}
.btn.side-bar-form-btn {
    margin: 20px 0px 10px 0px;
    padding: 9px 30px;
    border: none;
    color: #FFF;
    background-color: #ee0910;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 50px;
}
/* AREAS WE COVER INNER PAGE PART */
.a-w-c-inner-page {
    margin: 0;
    padding: 30px 80px;
    background-color: #f8f8f8;
}
.a-w-c-inner-page h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000c34;
}
.side-bar-area-list {
    margin: 10px 0;
}
.side-bar-area-list li {
    position: relative;
    margin: 0 6px;
    padding: 5px 0 5px 5px;
    float: left;
    width: 98%;
    list-style: none;
    border: 1px solid rgba(0,0,0,0.20);
}
.side-bar-area-list li a {
    position: relative;
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #000c34;
    background-color: rgba(255,255,255,0.10);
}
.side-bar-area-list li a img {
    float: left;
    width: 125px;
    position: absolute;
}
.side-bar-area-list li a span {
    padding: 20px 0px 20px 140px;
    float: left;
    width: 100%;
    text-align: left;
}
.side-bar-area-list li a:hover {
    color: #ee0910;
}
.area-part {
    background-color: #FFFFFF;
    padding: 15px 0 5px 0;
    border: 1px solid rgba(0,0,0,0.10);
}
.a-w-c-inner-page iframe {
    border: 1px solid rgba(0,0,0,0.20)!important;
}
/* AREAS WE COVER INNER PAGE PART */

/* CAR SHIPPING Suggestions PART */
.car-s-s-part {
    margin: 0px;
    position: relative;
    padding: 25px 0 60px 0;
    background-color: #f9f9f9;
}
.car-s-s-body {
    margin: 15px 0px;
    padding: 0;
    background-color: #FFF;
    border-radius: 5px;
    height: 300px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(25,25,25,0.2);
}
.car-s-s-body img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.car-s-s-body h3 {
    margin: 15px 0;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 600;
    color: #1c2239;
    text-transform: uppercase;
    line-height: 20px;
    height: 65px;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}
.car-s-s-body a {
    margin: 10px 0;
    padding: 3px 15px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
    background-color: #fff;
    color: #ee0910;
    text-decoration: none;
    border: 1px solid #ee0910;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.car-s-s-body a:hover {
    background-color: #1c2239;
    color: #FFF;
    border: 1px solid #1c2239;
}

/* CAR SHIPPING Suggestions PART */


@media (max-width: 768px) {
    .inner-page-part {
        margin: 20px 0px;
        padding: 0;
    }
    .a-w-c-inner-page {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .inner-page-part {
        margin: 20px 0px;
        padding: 0;
    }
}
/*-----------------------------------*/
/* INNER PAGE PART */
/*-----------------------------------*/




/*-----------------------------------*/
/* IMAGER GALLERY PART */
/*-----------------------------------*/

.gallery-part {
    margin: 0;
    padding: 30px 0;
    background-color: #f0f3f5;
}
.gallery-part p {
    margin: 15px 0px 0px 0px;
    font-size: 14px;
    color: #1c2239;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
}
.gallery-part ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.gallery-part ul li {
    display: inline-block;
    margin: 5px;
    zoom: 1;
}
.gallery-part ul li img {
    width: 272px;
    height: auto;
}

.gallery-body {
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    background-color: #FFF;
    border: 1px solid rgba(28, 34, 57, 0.2);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}
.gallery-body h3 {
    margin: 20px 0 0 0;
    color: #dd4a3a;
    font-weight: 600;
}

/*-----------------------------------*/
/* IMAGER GALLERY PART */
/*-----------------------------------*/





/*-----------------------------------*/
/* MAIN CONTACT US PART */
/*-----------------------------------*/

.main-conact-us {
    margin: 0;
    padding: 50px 0px;
}
.main-contact-us {
    list-style: none;
    margin: 15px 0;
    padding: 0px;
    float: left;
    width: 100%;
}
.main-contact-us li {
    padding: 13.5px 0 13.5px 30px;
    float: left;
    width: 100%;
    margin: 9px 0px;
    list-style: none;
    font-size: 13px;
    font-weight: 500;
    color: #454545;
    line-height: 24px;
    display: block;
    border-bottom: 1px solid rgba(155,155,155,1.00);
    text-decoration: none;
    position: relative;
}
.main-contact-us li:first-child:before {
    position: absolute;
    content: '\f041';
    top: 17px;
    color: #ee0910;
    left: 0;
    height: 50px;
    width: 20px;
    font-size: 30px;
    font-family: 'FontAwesome';
}
.main-contact-us li:nth-child(2):before {
    position: absolute;
    content: '\f095';
    top: 17px;
    color: #ee0910;
    left: 0;
    height: 50px;
    width: 20px;
    font-size: 22px;
    font-family: 'FontAwesome';
}
.main-contact-us li:nth-child(3):before {
    position: absolute;
    content: '\f095';
    top: 17px;
    color: #ee0910;
    left: 0;
    height: 50px;
    width: 20px;
    font-size: 22px;
    font-family: 'FontAwesome';
}
.main-contact-us li:nth-child(4):before {
    position: absolute;
    content: '\f003';
    top: 17px;
    color: #ee0910;
    left: 0;
    height: 50px;
    width: 20px;
    font-size: 22px;
    font-family: 'FontAwesome';
}
.main-contact-us li span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 0;
}
.main-contact-us li i {
    color: #ee0910;
    font-size: 25px;
}
.main-contact-us li:hover {
    color: #ee0910;
}
.contact-form-part {
    margin: 0;
    padding: 10px 0;
}
.contact-form-part h2 {
    margin: 20px 0;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: #ee0910;
}
.contact-form-part p {
    margin: 20px 0;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    color: #1c2239;
    font-family: 'Roboto', sans-serif;
}
.contact-form-part .form-group {
    margin: 0;
}
.contact-form-part .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-top: 20px;
    font-weight: 500!important;
    margin-bottom: 5px;
}
.form-control.main-contact-form {
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    padding: 5px;
}
.contact-form-part .form-group .checkbox label {
    margin-top: 0;
    margin-right: 10px;
}
.btn.main-contact-btn {
    margin: 20px 0 0 0;
    padding: 10px 100px;
    display: inline-block;
    border-radius: 0px;
    background: #ee0910;
    color: #ffffff;
    text-align: center;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    font-weight: 500;
    font-size: 16px;
}
/*-----------------------------------*/
/* MAIN CONTACT US PART */
/*-----------------------------------*/




/*=========SOCIAL MEDIA SHARE LINK============*/
.social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 10px auto;
    width: 100px;
}
.social-nav li {
    display: inline-block;
}
.social-nav a {
    display: inline-block;
    float: left;
    width: 35px;
    height: 35px;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    background: #000;
    position: relative;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.model-0 {
    position: absolute;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    top: 200px;
    z-index: 1000;
}
.model-0 li {
    float: left;
    width: 100%;
    display: block;
    margin: 2px 0;
}
.model-0 a:hover {
    padding-left: 20px;
    width: 65px;
}
.model-0 .twitter {
    background: #00ACED;
}
.model-0 .facebook {
    background: #3B579D;
}
.model-0 .google-plus {
    background: #DD4A3A;
}
.model-0 .linkedin {
    background: #007BB6;
}
.model-0 .pinterest {
    background: #CB2026;
}
.model-0 .envelope {
    background: #333;
}


/*=========SOCIAL MEDIA SHARE LINK====	background-color: #ffe95d;========*/







/*=========READY TO SHIP PART============*/
.ready_to_ship_part {
    position: fixed;
    top: 341px;
    transform: translateY(-50px);
    right: -350px;
    width: 350px;
    height: 200px;
    padding: 0;
    text-align: center;
    background: url(../images/ready-to-ship-body.jpg) center center no-repeat;
    background-size: cover;
    z-index: 1001;
    box-shadow: -20px 0px 25px rgba(0,0,0,0.10);
    border: 2px dotted rgba(0,0,0,1.00);
    border-radius: 2px;
    -webkit-transition: all 0.35s;
    -moz-transition:  all 0.35s;
    -o-transition:  all 0.35s;
    transition:  all 0.35s;
}
.ready_to_ship_part.active {
    right: 0;
}
.ready_to_ship_part h2 {
    margin: 0;
    padding: 10px 10px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    background-color: #1c2239;
    text-transform: uppercase;
    line-height: 22px;
}
.ready_to_ship_part h3 {
    margin: 10px 0 4px 0;
    padding: 0;
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: bold;
}
.ready_to_ship_part h3 span {
    display: block;
    color: #FF0004;
    margin-top: 4px;
}
.ready_to_ship_part h4 {
    font-size: 13px;
    padding: 3px 11px;
    line-height: 20px;
    color: #3b579d;
    font-weight: 600;
    font-family: arial;
    text-shadow: 0px 0px 21px rgba(255, 255, 255, 0.12);
}

.ready_to_ship_btn {
    position: absolute;
    top: 74px;
    left: -122px;
    font-size: 14px;
    font-weight: 600;
    background-color: #dd4a3a;
    border: 1px solid rgba(255,255,255,1.00);
    border-radius: 0px;
    color: #FFF;
    padding: 10px 12px 10px 10px;
    transform: rotate(-90deg);
}
.ready_to_ship_btn img {
    float: left;
    width: 25px;
    margin-right: 15px;
}
.close_ready_to_ship_part {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    display: none;
}
.close_ready_to_ship_part.active {
    display: block;
}
/*=========READY TO SHIP PART============*/


/*------------------------------*/
/* DESTINATIONS MAP PART */
/*------------------------------*/
.destination-map-part {
    margin: 0px;
    padding: 0px;
    position: relative;
}
.destination-map-part h2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 30px 0px 15px 0px;
    padding: 20px 50px;
    color: #ee0910;
    background: rgba(255,255,255,0.90);
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.state-list {
    margin: 10px 0 20px 0;
    padding: 0px;
    text-align: left;
    float: left;
    width: 100%;
}
.state-list li {
    background-color: #eff4f7;
    padding: .30em .5em;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 2px 2px 0 !important;
    text-decoration: none;
    font-size: 12px;
    padding-left: 0;
    line-height: 22px;
    font-weight: 600;
    white-space: nowrap;
    display: inline-block;
    border-radius: 0;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.state-list li a {
    color: #ee0910;
}
.state-list li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 5px;
    color: #000;
    font-size: 14px;
    height: 29px;
    line-height: 30px;
    width: 21px;
    background-color: #eff4f7;
    border-right: 2px solid rgba(255,255,255,1.00);
}
.state-list li:after {
    position: absolute;
    content: '';
    top: 0;
    right: 5px;
    color: #000;
    font-size: 14px;
    height: 29px;
    line-height: 30px;
    width: 21px;
    background-color: #eff4f7;
    border-left: 2px solid rgba(255,255,255,1.00);
}
@media (max-width:768px) {
    .destination-map-part h2 {
        font-size: 30px;
        padding: 15px 50px;
    }
}

@media (max-width:480px) {
    .destination-map-part img {
        height: 250px;
    }
    .destination-map-part h2 {
        font-size: 25px;
        padding: 10px 20px;
        left: 20%;
        transform: translateX(-12%);
    }
}

/*========GOOGLE MAP PART=========*/
#map {
    height: 600px;
    width: 100%;
}
/*========GOOGLE MAP PART=========*/

/*------------------------------*/
/* DESTINATIONS MAP PART */
/*------------------------------*/








/*-----------------------------------*/
/* FAQS INNER PAGE PART */
/*-----------------------------------*/

.faqs-inner-page-part {
    margin: 20px 0px;
    padding: 0 80px;
}
.faqs-inner-page-part img {
    border: 1px solid rgba(0,0,0,0.10);
    box-shadow: 0 0 30px rgba(0,0,0,0.10);
}
.faqs-inner-page-part h3 {
    margin: 20px 0 5px 0;
    padding: 0;
    font-size: 16px;
    color: #3b579d;
    text-transform: uppercase;
}
.faqs-inner-page-part p:first-child {
    margin: 30px 0px 10px 0px;
    padding-bottom: 5px;
}
.faqs-inner-page-part p {
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    text-align: justify;
    color: #1c2239;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid rgba(0,0,0,0.30);
}
.faqs-inner-page-part h4 {
    text-align: center;
    font-size: 20px;
    color: #4a64a5;
    margin-top: 25px;
    padding-bottom: 25px;
    font-family: Arial;
    border-bottom: 1px solid rgba(0,0,0,0.30);
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ececec;
    border: 1px solid #ececec;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

/*-----------------------------------*/
/* FAQS INNER PAGE PART */
/*-----------------------------------*/



/*-----------------------------------*/
/* CAR SHIPPING SOLUTION SUGGESTION PART */
/*-----------------------------------*/

.c-s-s-sugested-part {
    margin: 0;
    padding: 30px 0;
    background-color: #F9F9F9;
}

/*-----------------------------------*/
/* CAR SHIPPING SOLUTION SUGGESTION PART */
/*-----------------------------------*/













