* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover {
    text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    margin: 0 0 10px;
}

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

label {
    margin: 0;
}

.navbar-default .navbar-toggle:focus {
    background-color: #ddd0!important;
}


/*header*/


/***************************************marquee-wrap*************************************/

.marquee-wrap {
    background: #607d8b;
    padding: 5px 0px;
}

.marquee-wrap ul {
    list-style-type: none;
    margin: 0;
    text-align: center;
}

.cont p a {
    color: #fff;
}

.marquee-wrap p {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
}

.marquee-wrap p:hover {
    color: #f2f2f2;
}

.footer-social>li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding-top: 1px;
}

.footer-social>li a {
    color: #fff;
    font-size: 19px;
}


/* .facebook-bg {
       background-color: #3b5998;
   }
   
   .twitter-bg {
       background-color: #00acee;
   }
   
   .linkedin-bg {
       background-color: #0e76a8;
   }
   
   .instagram-bg {
       background-color: #3f729b;
   }
   
   .pint-bg {
       background-color: #c8232c;
   }
   */

.cont i {
    color: #fff;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.cont {
    line-height: 30px;
    padding: 5px;
}

.cont span {
    color: #fff;
}


/*---------------book Button----------------------*/

.book i {
    color: #fff;
    margin-right: 15px;
    background: red;
    width: 30px;
    height: 29px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding-top: 7px;
}

.book {
    line-height: 30px;
}

.book span {
    color: #fff;
}

nav.navbar.bootsnav ul.nav > li > a.active,
nav.navbar.bootsnav ul.nav > li > a:hover {
    color: #000;
    transition: .4s;
}

nav.navbar.bootsnav ul.nav > li > a {
    font-size: 14px;
    color: #607d8b;
    transition: 0.5s;
   /* margin-left: 5px;*/
    font-weight: 900;
    text-transform: uppercase;
}

.navbar-brand h3 {
    margin: 0px;
    margin-top: 15px;
    color: #607d8b;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
}


/***************************************marquee-wrap*************************************/


/*header*/


/*slider*/


/*slider*/

.slider {
    position: relative;
    margin-top: -78px;
}


/*#owl-demo-slider .item {
       position: relative;
   }
   
   #owl-demo-slider .item .item-caption {
       position: absolute;
       top: 50%;
       left: 60px;
       width: 40%;
       transform: translateY(-50%);
       color: #fff;
       font-family: 'Marko One', serif;
       background-color: #00000047;
       padding: 20px;
   }
   
   #owl-demo-slider .owl-item.active h5 {
       font-size: 18px;
       -webkit-animation-duration: 1s;
       animation-duration: 1s;
       -webkit-animation-fill-mode: both;
       animation-fill-mode: both;
       animation-name: fadeInUp;
       animation-delay: 0.3s;
   }
   
   #owl-demo-slider .owl-item.active h3 {
       font-size: 50px;
       -webkit-animation-duration: 1s;
       animation-duration: 1s;
       -webkit-animation-fill-mode: both;
       animation-fill-mode: both;
       animation-name: fadeInUp;
       animation-delay: 0.3s;
   }
   
   #owl-demo-slider .owl-item.active p {
       font-size: 16px;
       font-weight: 500;
       -webkit-animation-duration: 1s;
       animation-duration: 1s;
       -webkit-animation-fill-mode: both;
       animation-fill-mode: both;
       animation-name: fadeInUp;
       animation-delay: 0.3s;
   }*/

header .item {
    height: 100vh;
    position: relative;
}

header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000054;
    display: flex;
    align-items: center;
    text-align: center;
}

header .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}

header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    /*border: 9px solid #fff;*/
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

header .item .cover .header-content h2 {
    font-weight: 900;
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
}

header .item .cover .header-content h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 5px 0 20px;
    color: #fff;
    text-transform: uppercase;
}

header .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}

header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #7abf18 !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

header .owl-nav .owl-prev:focus {
    outline: 0;
}

header .owl-nav .owl-prev:hover span {
    font-size: 1.6875rem;
    color: #7abf18!important;
}

header .owl-nav .owl-prev:hover {
    background: #fff !important;
}

header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #7abf18 !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

header .owl-nav .owl-next:focus {
    outline: 0;
}

header .owl-nav .owl-next:hover span {
    font-size: 1.6875rem;
    color: #7abf18!important;
}

header .owl-nav .owl-next:hover {
    background: #fff !important;
}

header:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

header:hover .owl-next {
    right: 0px;
    opacity: 1;
}


/*slider*/

.tj-welcome {
    padding: 50px 0;
}

.about-info .tj-heading-style h3 {
    margin: 0px;
    margin-top: 5px;
    color: #607d8b;
    font-size: 36px;
    font-weight: 800;
}


/*.aboutt p {
       color: #fff!important;
   }*/

.read-button {
    font-size: 12px;
    background-color: #014024;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    display: inline-block;
    margin-bottom: 20px;
}

.about-info p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    color: #000;
    padding: 10px 0px;
    margin: 0;
}


/*offer*/

.tj-offers {
    width: 100%;
    padding: 30px 5px;
    border-bottom: 1px solid #ececec;
}

.offer-box {
    margin-bottom: 20px;
}

.offer-box img {
    float: left;
    margin-right: 15px;
}

.offer-box .offer-info {
    overflow: hidden;
}

.offer-box h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #444444;
    font-weight: 500;
    margin: 0 0 10px;
}

.offer-box p {
    line-height: 24px;
    font-size: 15px;
    color: #777777;
    font-weight: 400;
    margin: 0;
}


/*offer*/


/*service*/

.nur-services {
    width: 100%;
    padding: 50px 0 50px;
}

.fleet-carousel {
    width: 100%;
    background: url(../images/fleet-carousel-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.fleet-carousel:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(169 68 66);
}

.nur-services .tj-heading-style {
    text-align: center;
    margin: 0 auto 20px;
}

.nur-services .tj-heading-style h3 {
    margin: 0px;
    margin-top: 5px;
    color: #607d8b;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}

.nur-services .tj-heading-style p {
    line-height: 24px;
    color: #777777;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.nur-services .nur-service-box {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    border: 1px solid #ececec;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: all .4s ease-out;
}

.nur-service-box .service-thumb {
    background-color: #f9f9f9;
    padding: 30px 0;
    height: 125px;
    overflow: hidden;
}

.nur-service-box .service-desc {
    width: 100%;
    padding: 20px;
}

.service-desc h4 {
    font-weight: 600;
}

.nur-services .nur-service-box:hover .service-thumb {
    background-color: transparent;
}

.nur-service-box .service-thumb {
    background-color: #00000008;
    padding: 30px 0;
    height: 125px;
    overflow: hidden;
}

.nur-services .nur-service-box:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}


/*services*/

.gauto-promo-area {
    position: relative;
    background: url(../images/promo_bg.jpg) no-repeat fixed 0 0/cover;
    z-index: 1;
}

.promo-box-left {
    position: relative;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 50px;
}

.promo-box-left:before {
    position: absolute;
    background: #fff none repeat scroll 0 0;
    content: "";
    top: 0;
    right: 43%;
    width: 70px;
    height: 100%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
}

.promo-box-left:after {
    position: absolute;
    background: #f77d0a none repeat scroll 0 0;
    content: "";
    top: 0;
    right: 55%;
    width: 2030px;
    height: 100%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
}

.promo-box-right {
    padding: 60px 0;
}

.promo-box-right h3 {
    font-size: 34px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 50px;
}

@media (max-width: 767px) {
    .promo-box-left {
        display: none;
    }
    .promo-box-right {
        text-align: center;
    }
    .navbar-brand h3 {
        margin: 0px;
        margin-top: 5px;
        font-size: 16px;
        font-weight: 800;
    }
}


/*car-detail*/

.single-offers {
    text-align: center;
    padding: 20px 10px;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 2px 2px 9px hsl(0deg 0% 0% / 38%);
    border-radius: 5px;
}

.single-offers h5 {
    margin: 0px;
    background-color: #a94442;
    color: #fff;
    padding: 10px 0px;
    font-size: 16px;
}

.fleet-carousel .tj-heading-style h3 {
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    margin: 0;
}

.offer-image {
    width: 235px;
    margin: 0 auto;
    display: block;
}

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

.offer-text {
    margin-top: 20px;
}

.offer-text h3 {
    font-size: 23px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.offer-text h4 {
    color: #020202;
    font-size: 15px;
    text-transform: capitalize;
    margin-top: 8px;
    font-weight: 700;
}

.offer-text h4 span {
    color: #f77d0a;
}

.offer-text ul {
    text-align: center;
    margin-top: 10px;
}

.offer-text ul li {
    display: inline-block;
    font-size: 16px;
    margin: 0 3px;
    width: 30%;
    font-weight: 700;
}

.offer-text ul li:nth-child(2) {
    border-left: 1px solid #382f2f;
    border-right: 1px solid #382f2f;
}

.offer-text ul li i {
    margin-right: 5px;
    color: #065c7c;
}

.offer-action {
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    margin: 25px auto 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.offer-action a {
    display: inline-block;
    text-transform: uppercase;
    padding: 7px 15px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    width: 47%;
    border-radius: 50px;
}


/*car-detail*/


/*review*/

.offer-btn-1 {
    background-color: #f77d0a;
}

.offer-btn-2 {
    background-color: #002945;
}

.review-item {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 0 70px 45px 70px;
    margin-top: 35px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #f2f0f0;
}

.img-box {
    width: 100%;
    text-align: center;
    position: relative;
    top: -35px;
    z-index: 9999;
}

.img-box img {
    width: auto!important;
    display: inline-block!important;
    border-radius: 50%;
}

.review-info {
    width: 100%;
    text-align: center;
}

.review-info strong {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-weight: normal;
    display: block;
    color: #444444;
    text-transform: capitalize;
    margin-bottom: 5px;
}


/*footer*/

.tj-cal-to-action2 {
    width: 100%;
    background: url(../images/cta-bg2.jpg)no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 10px 0;
}

.tj-cal-to-action2 .cta-tagline {
    width: 100%;
    position: relative;
    top: 40px;
}

.tj-cal-to-action2 .cta-tagline h2 {
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
}

.tj-cal-to-action2 .cta-btn {
    z-index: 999;
}

.tj-cal-to-action2 .cta-btn a {
    width: 170px;
    display: block;
    text-align: center;
    font-weight: 500;
    padding: 15px 0;
    background-color: #fff;
    float: right;
    color: #dd3751;
    margin-top: 27px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.tj-cal-to-action2:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #da1801;
}

.tj-footer {
    background-color: #607d8b;
    width: 100%;
    padding: 75px 0 50px;
}

.widget h3 {
    margin: 0 0 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    text-transform: capitalize;
}

.about-widget p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

.about-widget .fsocial-links li {
    display: inline-block;
}

.about-widget .fsocial-links li a {
    display: block;
    margin-right: 9px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border: 1px solid #fffdfd;
    text-align: center;
}

.about-widget .fsocial-links li a:hover {
    border-color: #dd3751;
}

.links-widget .flinks-list li {
    color: #fff;
    font-weight: 600;
}

.links-widget .flinks-list li a {
    display: inline-block;
    color: #fff;
    padding: 5px 0 5px 15px;
    font-weight: 600;
}

.contact-info .contact-box li {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
}

.contact-info .contact-box li a {
    color: #fff;
    font-weight: 600;
}

.contact-info .contact-box li i {
    margin-right: 10px;
    width: 20px;
    height: 22px;
    float: left;
    line-height: 20px;
}

.tj-copyright {
    background: #222222;
}

.copy {
    text-align: left;
}

.design {
    text-align: right;
}

.tj-copyright p {
    color: #fff;
    margin: 0;
    line-height: 26px;
    font-weight: 600;
    padding: 10px 0;
}

.tj-copyright p a {
    color: #ffc107;
}

.holder {
    height: 100%;
    background: #fff;
    box-shadow: 1px 1px 10px 4px #eee;
    border-radius: 0px;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
    margin-bottom: 20px;
}

.img-holder {
    position: relative;
}

.img-holder img {
    vertical-align: top;
    border-radius: 5px 5px 0 0;
    height: 180px;
}

.text-holder {
    padding: 15px 0 14px;
    border-radius: 0 0 5px 5px;
}

.text-holder .title2 {
    font-size: 14px;
    font-weight: 600;
    height: 20px;
    font-family: 'Poppins', sans-serif;
    padding: 0px 20px;
    margin: 0px 0px 7px;
}

.text-holder .title2 a {
    color: #111;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
}

.text-holder .meta-info span {
    display: block;
    margin: 0px 0px 7px;
    font-size: 12px;
    font-weight: 600;
}

.text-holder .meta-info {
    padding: 0 20px;
    font-size: 14px;
}

.text-holder .btn-holder {
    padding: 15px 20px 0px;
    /* border-top: 1px solid #e5e5e5; */
}

.text-holder .btn-more {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    color: #13284c;
    border: 2px solid #13284c;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 7px 15px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
}

.btn-more:hover {
    background: #13284c;
    color: #fff;
}

@media(min-width:768px) {}

.buttons .button {
    width: 100%;
    background-color: #b80b0b;
    color: #fff;
    display: block;
    text-align: center;
    padding: 8px;
    font-size: 16px;
    margin: 10px 0px;
}

.whatapp2 {
    background-color: green!important;
}

.contact-form {
    background: #fff;
    width: 100%;
}

.contact-form .form-control {
    border-radius: 0px;
    padding: 11px 12px;
    height: auto;
}

.contact-image {
    text-align: center;
}

.contact-image img {
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}

.contact-form form {
    padding: 2% 4%;
    box-shadow: 0px 1px 4px 1px #eae7e7;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.contact-form h3 {
    text-align: center;
    color: #000;
}

.contact-form .btnContact {
    width: 100%;
    border: none;
    padding: 1.5%;
    background: #ff2a39;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.btnContactSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.about-content {
    text-align: justify;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.services-block {
    position: relative;
    margin-bottom: 30px;
    padding: 40px 0px;
    box-shadow: 1px 1px 5px 0px #ccc;
    border-radius: 10px;
    background-color: #ffffff;
    transition: 0.5s all ease-in-out;
    min-height: 240px;
}

.services-block:hover {
    background-color: #065c7c;
    transition: 0.5s all ease-in-out;
}

.services-block .inner-box {
    position: relative;
    text-align: center;
    padding: 0px 20px;
}

.icon-box .icon {
    position: relative;
    font-size: 60px;
    color: #002945;
    line-height: 1em;
}

.services-block:hover .icon-box .icon {
    color: #fff;
}

.services-block .inner-box h4 a {
    position: relative;
    color: #272626;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 600;
    font-size: 14px;
}

.services-block .inner-box .text {
    position: relative;
    color: #272626;
}

.services-block:hover .inner-box h4 a {
    color: #fff;
    transition: 0.5s all ease-in-out;
}

.services-block:hover .inner-box .text {
    color: #fff;
    transition: 0.5s all ease-in-out;
}


/*service*/

.tour-section {
    background-color: #607d8b;
}

.box {
    position: relative;
    text-align: center;
    padding: 20px;
    overflow: hidden;
    height: 500px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 9px hsl(0deg 0% 0% / 38%);
    background-color: #fff;
}

.box-img {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.5s ease-in-out 0s;
}

.box-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.box-img h2 {
    padding: 15px 0px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    margin: 0px;
    color: #000;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff9800;
    padding: 0 20px;
    transform: translate3d(0px, 100%, 0px);
    transition: all 0.5s ease-in-out 0s;
}

.title {
    margin-top: 80px;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
}

.title:after,
.description:after {
    content: "";
    display: block;
    width: 80%;
    border-bottom: 5px solid #fff;
    margin: 0 auto;
    padding-top: 10px;
}

.box:hover .content {
    transform: translate3d(0px, 0px, 0px);
}

.view-more {
    display: inline-block;
    border: 5px solid #d30a0a;
    padding: 10px 35px;
    margin-top: 20px;
    color: #d30a0a;
    border-radius: 59px;
}

.view-more:hover {
    background-color: #d30a0a;
    color: #fff;
}

.footer-top {
    position: relative;
    top: 0px;
    overflow: hidden;
    z-index: 9;
}

.thm-container {
    max-width: 1170px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.footer-top .img-box2 {
    padding: 0;
}

.footer-top img {
    position: relative;
    z-index: 9;
    width: 320px;
}

.footer-top .right-text {
    padding: 0;
    position: relative;
}

.footer-top .right-text::before {
    content: '';
    width: 2500px;
    position: absolute;
    top: 80px;
    left: -67px;
    height: 100%;
    background: #014024;
    transform: skew(48deg);
    z-index: 4;
}

.footer-top .right-text .box22 {
    position: relative;
    padding-left: 80px;
    padding-top: 75px;
    padding-bottom: 60px;
}

.footer-top .right-text .box22::before {
    content: '';
    width: 1920px;
    position: absolute;
    height: 100%;
    top: 50px;
    margin-right: 85px;
    right: 100%;
    transform: skew(-37deg);
    background-color: transparent;
    z-index: -1;
}

.footer-top .right-text .text-box {
    position: relative;
    z-index: 10;
    top: 50px;
}

.footer-top .right-text .text-box h3 {
    font-size: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
}

.footer-top .right-text .text-box p {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 10px;
}

.footer-top .right-text .text-box .number {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Open Sans';
    font-style: normal;
    vertical-align: middle;
}

.footer-top .right-text::after {
    content: '';
    width: 1920px;
    position: absolute;
    height: 100%;
    top: 65px;
    margin-right: 83px;
    right: 100%;
    background-image: url(../images/footer-top-bg.html);
    background-position: center top;
    transform: skew(48deg);
    /*opacity: .1;*/
    /*background-color: #f44336;*/
}

.navbar-nav>.active>a {
    background-color: #C0C0C0;
    color: green;
}

.call-box {
    background: url(../images/banner1.jpg)no-repeat scroll 0 0/cover;
    text-align: center;
    border-radius: 5px;
    position: relative;
    padding: 50px 0;
    z-index: 1
}

.call-box-inner {
    width: 70%;
    margin: 0 auto;
}

.call-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    z-index: -1;
    border-radius: 5px
}

.call-box h2 {
    font-size: 40px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
   
    font-weight: 800;
    line-height: 50px;
}

.call-box h2 span {
    color: #ec3323
}

.call-box-inner p {
    color: #b6b6b6;
}

.call-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.call-icon {
    font-size: 50px;
    margin-right: 10px;
    color: #fff;
}

.call-text {
    text-align: left;
}

.call-text p {
    text-transform: capitalize;
    color: #e04639;
    font-size: 17px;
    margin-bottom: 5px;
}

.call-text h4 {
    color: #eee;
    font-size: 20px;
    letter-spacing: 2px
}

.call-text h4 a {
    color: #eee
}

.page-title-light {
    position: relative;
    padding: 80px 0px;
}

.page-title-light img {
    height: 250px;
    object-fit: cover;
}

.page-title-light::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #607d8b;
    height: 100%;
}

.page-title-second {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    left: 40px;
    right: 40px;
}

.page-title h1 {
    margin: 0px;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}

.breadcrumb {
    background: none;
    padding: 0px;
}

.breadcrumb li {
    color: #fff;
    color: #fff;
    font-size: 14px;
}

.breadcrumb li a {
    color: yellow;
}

.image {
    position: relative;
    overflow: hidden;
    width: 350px;
    float: right;
    margin-left: 15px;
    /* background-color: #d1651a; */
}

.vehicle-detail {
    margin-bottom: 30px;
    position: relative;
    /* border: 1px solid #eeeeee; */
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    padding: 25px 22px 25px;
}

.vehicle-detail .car-name {
    position: relative;
    color: #222222;
    font-weight: 600;
    line-height: 1.4em;
    font-size: 20px;
    margin-bottom: 10px;
}

.sidebar-widget-two .widget-content {
    position: relative;
    padding: 25px 25px;
    border-top: 2px solid #d1651a;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    margin-bottom: 40px;
}

.sidebar-title-two {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-title-two h4 {
    position: relative;
    color: #222222;
    font-size: 23px;
    margin-bottom: 15px;
}

.blog-cat-two {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.blog-cat-two li a {
    position: relative;
    color: #444444;
    font-size: 14.5px;
    padding: 12px 25px;
    display: block;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-bottom: 1px solid #dddddd;
}

.blog-cat-two li a:hover {
    color: #ffffff;
    background-color: #d1651a;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 30px;
}

.contact-widget .widget-content {
    position: relative;
    padding: 40px 20px 40px;
    text-align: center;
    background-color: #222222;
    border-radius: 10px;
}

.contact-widget .widget-content .icon {
    position: relative;
    color: #ffffff;
    font-size: 56px;
    line-height: 1em;
}

.contact-widget .widget-content .text {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.8em;
    margin-top: 18px;
}

.contact-widget .widget-content .number {
    position: relative;
    font-size: 30px;
    color: #ffffff;
    line-height: 1.4em;
    margin-top: 18px;
    font-weight: 700;
}

.contact-widget .widget-content .email {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.4em;
    margin-top: 5px;
    font-weight: 400;
}

.contact-widget .widget-content .number a {
    color: #ffffff;
}

.contact-widget .widget-content .email a {
    color: #ffffff;
}


/*gallery*/

.gallery img {
    height: 250px;
    margin-bottom: 20px;
    border: 10 px solid #fff;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 5px;
    object-fit: cover;
}


/*gallery*/

.image {
    position: relative;
    overflow: hidden;
    width: 550px;
    float: right;
    margin-left: 15px;
    /* background-color: #d1651a; */
}

@media (max-width: 768px) {
    .image {
        width: 100%;
    }
}

@media(max-width:767px) {
    header .item {
        height: 50vh;
    }
    header .item .cover .header-content h1 {
        font-size: 14px;
    }
    header .item .cover .header-content h2 {
        font-size: 20px;
        color: #fff;
    }
    .slider-form {
        width: 100%!important;
        position: initial;
        margin-top: 0px;
    }
    .call-box h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .call-box-inner {
        width: 90%;
    }
    .call-text h4 {
        font-size: 11px;
    }
    .review-item {
        padding: 0 20px 45px 20px;
    }
    .footer-top .right-text .box22 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer-top .right-text .text-box p {
        font-size: 14px;
    }
    .footer-top .right-text::before {
        left: -225px;
    }
    .footer-top .right-text .text-box {
        text-align: center;
    }
    .footer-top .right-text .text-box .number {
        font-size: 16px;
    }
    .box-img img {
        height: 150px;
    }
    .title {
        margin-top: 40px;
    }
}

.detail-slider .slick-list.draggable {
    background: #fff
}


/*.detail-slider .slick-initialized .slick-slide {
    opacity: .6
}*/

.detail-slider-item.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1
}

.slick-prev:before,
.slick-next:before {
    font-family: fontawesome;
    font-size: 20px;
    line-height: 2.1;
    opacity: 1;
    color: #fe4e37;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slider-nav .slick-prev {
    left: 0;
    width: auto;
    border-radius: 0;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    padding: 0 5px;
    z-index: 1;
    position: absolute;
}

.slider-nav .slick-next {
    right: 0;
    width: auto;
    border-radius: 0;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    padding: 0 5px;
    z-index: 1;
    position: absolute;
}


/*
.slider-nav .slick-prev:before {
    content: '\f104'
}

.slider-nav .slick-next:before {
    content: '\f105'
}
*/

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.slick-prev,
.slick-next {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
    line-height: 40px;
    z-index: 1;
    transition: all ease-in-out .3s;
    border-radius: 50%;
}

.slick-slider {
    margin: 0
}

.slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    opacity: 1;
    background: #fff;
    border-radius: 50%
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #fe4e37
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slider-nav img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.slick-slide img.slick-loading {
    border: 0
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #1a1919c7!important;
}

.partner-images {
    border-radius: 3px;
    border: 1px solid rgba(244, 244, 244, .8);
    background: #fff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
    text-align: center;
    line-height: 100px;
    margin: 10px 0
}
.partner-images img{
    height: 100px!important;
    object-fit: contain!important;
}
.counetrr{
    background-color: #607d8b;
    margin-top: 40px;
}

.counter {
    
    text-align: center;
    padding: 0 20px 20px;
    position: relative;
    z-index: 1;
}

.counter:before {
    content: '';
    border: 3px solid #fff;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 0;
    right: 0;
    z-index: -1;
    clip-path: polygon(0 0, 50% 0, 50% 50%, 100% 50%, 100% 100%, 0 100%);
}

.counter .counter-icon {
    color: #000;
    background-color: #fff;
    font-size: 33px;
    line-height: 63px;
    width: 65px;
    height: 65px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

 .counter p {
    color: #ffeb3b;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 4px;
   
}

.counter h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0;
}

.counter.green:before {
    border-color: #4AB912;
}

.counter.green .counter-icon {
    background-color: #4AB912;
}

.counter.green .counter-value {
    color: #4AB912;
}

.counter.blue:before {
    border-color: #2F4F91;
}

.counter.blue .counter-icon {
    background-color: #2F4F91;
}

.counter.blue .counter-value {
    color: #2F4F91;
}

.counter.red:before {
    border-color: #e01123;
}

.counter.red .counter-icon {
    background-color: #e01123;
}

.counter.red .counter-value {
    color: #e01123;
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}