* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Rubik', sans-serif;
    letter-spacing: .5px;
   
    background-repeat: repeat;
   width: 100%;
    height: 100%;
    background-position: center center;
}

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,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

ul,
p {
    margin: 0;
    padding: 0;
    list-style: none;
}

label {
    margin: 0;
}
/*img{
    width: 100%;
}*/

/*header*/

/*.header-section {
    padding: 15px 0px;
}*/

.agent-section ul {
    text-align: right;
    margin-top: 15px;
}

.agent-section ul li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center;
}

.agent-section ul li img {
    border: 1px solid #4e4c4c;
    padding: 3px;
    border-radius: 50px;
    width: 30px;
}

.agent-section ul li span {
    display: block;
    color: #4e4c4c;
    font-size: 12px;
    font-weight: 600;
}
nav.navbar.bootsnav ul.nav > li > a{
    color: #a7168d;
}
.navbar-nav li a:hover,
.navbar-nav li a.active {
    color: #cc0000 !important;
}

.navbar-nav li a {
    position: relative;
    font-size: 16px;
}

.navbar-nav li a.active:after {
    bottom: 10px;
    opacity: 1;
}

.navbar-nav li a:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 50%;
    height: 2px;
    content: '';
    background-color: #cc0000;
    opacity: 0;
    transition: all 200ms linear;
    margin: 0 auto;
}

.navbar-nav li a:hover:after {
    bottom: 10px;
    opacity: 1;
}
.header-section{
   padding: 10px 0px;
    background-color: #fff;
   /* border-top: 10px solid #f1a13a;*/
}
.mail-phone {
    margin-top: 10px;
}

.mail-phone a {
    color: #000000;
    font-weight: 600;
   font-size: 18px;
}

.mail-phone img {
    width: 50px;
}
.marquee-wrap {
    background: #a7168d;
    padding: 5px 0px;
}

.marquee-wrap ul {
    list-style-type: none;
    margin: 0;
    text-align: center;
}

.cont p a {
    color: #fff;
}

.marquee-wrap p {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
}

.marquee-wrap p:hover {
    color: #f2f2f2;
}

.socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.marquee-wrap {
    position: relative;
}

/*.marquee-wrap::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 28%;
    height: 100%;
    background-color: #cc0000;
}
*/
.footer-social>li {
    display: inline-block;
    margin-right: 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;
}

/*header*/

.form-section {
    position: relative;
}
.slider{
    position: relative;
    overflow: hidden;
}
.slider-right-image{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    height: 100%;
}

.slider .item {
    height: 500px;
    position: relative;
}

.slider .item img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.online-review {
    position: relative;
    margin-top: -30px;
    z-index: 1;
}

.online-review-img {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
}
.online-review-img img{
    width: 120px;
}

/*banner-bottom-second*/

.banner-bottom-second {
    padding: 25px 0px;
   /* background-color: #fbfbfb;*/
    margin-top: 135px;
}

.banner-bottom-section {
    text-align: center;
}

.banner-bottom-section h3 img {
    width: 180px;
    /*margin-right: 10px;
    float: left;*/
}

.banner-bottom-section h3 {
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}


/*banner-bottom-second*/


/*content-section*/

.content-section, .content-section2 {
    margin-top: 50px;
}

.content-section p {
   font-size: 14px;
    /* text-align: justify; */
    line-height: 26px;
    font-weight: 500;
}


/*content-section*/


/*why*/

.why-with-us {
    padding: 10px 0px;
    margin-top: 40px;
    background-color: #fbfbfb;
}

.iconbox {
    text-align: center;
}

.iconbox .iconbox-icon {
    min-height: 80px;
    line-height: 80px;
    margin-bottom: 5px;
}
.iconbox-icon img{
    width: 80px;
}
.iconbox .iconbox-content h3 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}


/*why*/


/*client-review*/

.all-heading h4 {
    text-align: center;
    font-weight: 600;
    color: #38383a;
    font-size: 32px;
    margin-bottom: 20px;
}

.all-heading h4 span {
    color: #a7168d;
}

.all-heading {
    margin-top: 50px;
    margin-bottom: 50px;
}

.route-list ul {
    column-count: 5;
}

.route-list li {
    list-style: circle;
    list-style-position: outside;
    margin-bottom: 10px;
}
.route-lists a{
    color: #000;
    background-color: #fff;
}
.route-lists a:hover{
   
    color: #fff;
}
.route-lists a:hover .roundedbox{
    background-color: #cc0000;
   
}
.roundedbox {
   /* border-radius: 10px!important;*/
    border: 1px solid #ccc;
    /*box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);*/
    margin-bottom: 20px;
   /* height: 80px;
    display: flex;
    align-items: center;*/
}
.roundedbox a{
    color: #000;
}
.route-lists a h3{
    padding: 10px 15px;
    font-size: 14px;
}
.bg-secPageNavForm {
    background: #a7168d;
    padding: 50px 0px;
}
.stat_sec1{
    border-radius: 10px!important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 20px;
    
}
.placeholder-font1{
    font-weight: 600;
}

.placeholder-font1 i{
    font-size: 24px;
    background-color: #cc0000;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 100px;
    color: #fff;
}
/*client-review*/


/*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;
    position: relative;
    /*display: flex;*/
}
.logo-absolute{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
}
.one_way_select_car {
    position: relative;
}
.img-position-holder {
    position: absolute;
    width: 100px!important;
    top: 10px;
    left: 10px;
    /* background-color: #ffffffa3; */
    padding: 0px 0px;
    z-index: 1;
}
.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 {
    margin: 0 auto;
    display: block;
    /*width: 35%;*/
}

.offer-image img {
    width: 100%;
    height: 200px;
   /* height: 100% !important;*/
   /* object-fit: cover;*/
}

.offer-text {
    margin-top: 20px;
    /*width: 65%;*/
}

.offer-text h3 {
    font-size: 22px;
    color: #cc0000;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
   
    font-weight: 600;
    
}

.offer-text h4 {
    color: #020202;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 8px;
    font-weight: 700;
}

.offer-text h4 span {
    color: #a7168d;
}

.offer-text ul {
    text-align: center;
    margin-top: 10px;
}

.offer-text ul li {
   display: inline-block;
    font-size: 14px;
    margin: 0px 0px;
   
    padding: 0px 4px;
    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: #cc0000;
}

.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: 0px;
}

.offer-btn-1 {
    background-color: #a7168d;
}

.offer-btn-2 {
    background-color: #cc0000;
}

.btn-outline-white {
    background-color: #000;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 8px 15px;
    font-weight: 600;
}

.btn-outline-white:hover {
    border-color: #000;
}

.btn.btn-outline-white {
    border-width: 2px;
    cursor: pointer;
    line-height: normal;
    padding: 12px 30px;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-outline-white::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    background-color: #fff;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn-outline-white::after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

.btn-outline-white:hover::before {
    left: 0%;
    right: auto;
    width: 100%;
}


/*car-detail*/


/*package*/

.holder {
    height: 100%;
    background: #ffffff;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
    margin-bottom: 20px;
    box-shadow: 2px 2px 9px hsl(0deg 0% 0% / 38%);
    border-radius: 5px;
    position: relative;
}

.holder:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.img-holder {
    position: relative;
}

.img-holder img {
    vertical-align: top;
    border-radius: 5px 5px 0 0;
    height: 180px;
}

.img-holder .price-holder {
    background: #cc0000;
    border-top-left-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
   /* left: -5px;
    position: absolute;
    bottom: 15px;*/
}
.img-holder .price-holder span{
     background: #a7168d;
     text-align: center;
}
/*.img-holder .price-holder span:before {
    width: 0;
    height: 0;
    border-top: 20px solid #0983ba;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    right: -20px;
    content: '';
}

.img-holder .price-holder span:after {
    width: 0;
    height: 0;
    border-bottom: 20px solid #0983ba;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: 0;
    right: -20px;
    content: '';
}

.img-holder .price-holder:after {
    background: #0983ba;
    border-bottom-left-radius: 4px;
    bottom: -6px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 5px;
}
*/
.img-holder .price-holder span {
    display: block;
    padding: 6px 15px;
    position: relative;
}

.img-holder .price-holder strike {
    margin-right: 10px;
}

.img-holder .discount-holder {
    color: #fff;
    background: #e54b4b;
    top: 20px;
    right: -5px;
    position: absolute;
    border-radius: 0 5px 0 0;
    font-size: 16px;
    font-weight: 600;
}

.img-holder .discount-holder span {
    display: block;
    position: relative;
    padding: 3px 17px 3px 25px;
}

.img-holder .discount-holder span:before {
    width: 0;
    height: 0;
    border-top: 17px solid #e54b4b;
    border-left: 15px solid transparent;
    position: absolute;
    top: 0;
    left: -15px;
    content: '';
}

.img-holder .discount-holder span:after {
    width: 0;
    height: 0;
    border-bottom: 17px solid #e54b4b;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: 0;
    left: -15px;
    content: '';
}

.img-holder .discount-holder:after {
    background: #830000;
    border-bottom-right-radius: 4px;
    bottom: -6px;
    content: "";
    height: 6px;
    right: 0;
    position: absolute;
    width: 5px;
}
.fare-details{
padding: 20px;
text-align:left;
}
.fare-details ul li{
    list-style: disc;
list-style-position: inside;
    }
    .fare-details h5{
        font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
    }
.text-holder {
    padding: 15px 0 14px;
    border-radius: 0 0 5px 5px;
    text-align: center;
}

.text-holder .title2 {
    font-size: 20px;
    font-weight: 600;
    /*font-family: "Montserrat", sans-serif;*/
    padding: 6px 0px;
}

.text-holder .title2 a {
    color: #111;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
}

.text-holder .btn-holder {
    padding: 15px 20px 0px;
    /*border-top: 1px solid #e5e5e5;*/
}

.btn-holder .btn.btn-outline-white {
    padding: 5px 20px;
}

.text-holder .meta-info i {
    font-size: 16px;
    margin-right: 5px;
    color: coral;
}

.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 .itHighlights .tt_bottom img{
    width: 30px;
}
.btn-more:hover {
    background: #fb7e01;
    color: #fff;
    border: 2px solid #fb7e01;
}


/*package*/


/*testimonial*/

.client-review {
    padding: 0px 0px 0px;
}

.testimonial{
    border-left: 4px solid #d45113;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}
.testimonial:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #d45113;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}
.testimonial .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #918686;
    line-height: 25px;
    margin-bottom: 15px;
}
.testimonial .title{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #d45113;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 17px;
    color: #d45113;
}

.testimonial-title {
    font-size: 16px;
}
/*testimonial*/


/*footer*/

.footer-png {
    position: relative;
    margin-bottom: -80px
}

.footer {
    padding: 10px 0px 5px;
    background-color: #fcfcff;
    z-index: 1;
}

.footer-section h5 {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 10px 5px 20px;
    line-height: 26px;
    color: #fff;
    text-transform: capitalize;
    background-color: #a7168d;
    border-radius: 44px;
}

.footer-section ul li {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.footer-section li a {
    display: inline-block;
    color: #000;
    padding: 5px 0 5px 6px;
    text-transform: uppercase;
    font-weight: 500;
}

.footer hr {
    margin: 0px 0px 5px;
    border-top: 1px solid yellow;
}
.contact-box li{
    margin-bottom: 20px;
}

/*social*/


/*sociallink*/

.social li i,
.social li a {
    font-size: 1.2em;
    color: #2a2a2a;
}

.minimal .social-img-wrp {
    margin-right: 6px;
    margin-bottom: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    float: left;
}

.minimal a {
    width: 28px;
    height: 28px;
    line-height: 26px;
    font-size: 16px;
}

.bg-shifter i {
    color: #fff;
}

.websure-socialink:hover .bg-shifter {
    top: 0;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.websure-social {
    line-height: 0;
    width: 100%;
}

.websure-social-inner {
    font-size: 14px;
}

.minimal .social-img-wrp {
    margin-right: 6px;
    margin-bottom: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    float: left;
    background: #fff;
}

.minimal a {
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 16px;
}

.websure-social a {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.websure-socialink {
    width: 35px;
    height: 35px;
    line-height: 25px!important;
    position: relative;
}

.websure-socialink.websure-behance,
.websure-socialink.websure-behance a {
    border-color: #0287e5;
    color: #0287e5;
}

.websure-socialink.websure-behance .bg-shifter {
    background-color: #0287e5;
}

.websure-socialink.websure-facebook,
.websure-socialink.websure-facebook a {
    border-color: #1f69b3;
    color: #1f69b3;
}

.websure-socialink.websure-facebook .bg-shifter {
    background-color: #1f69b3
}

.websure-socialink.websure-google-plus,
.websure-socialink.websure-google-plus a,
.websure-socialink.websure-gplus,
.websure-socialink.websure-gplus a {
    border-color: #d34836;
    color: #d34836;
}

.websure-socialink.websure-google-plus .bg-shifter,
.websure-socialink.websure-gplus .bg-shifter {
    background-color: #d34836;
}

.websure-socialink.websure-instagram,
.websure-socialink.websure-instagram a {
    border-color: #c41d78;
    color: #c41d78;
}

.websure-socialink.websure-instagram .bg-shifter {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.websure-socialink.websure-pinterest,
.websure-socialink.websure-pinterest a {
    border-color: #df2126;
    color: #df2126;
}

.websure-socialink.websure-pinterest .bg-shifter {
    background-color: #cc0000;
}

.websure-socialink.websure-tumblr,
.websure-socialink.websure-tumblr a {
    border-color: #374a61;
    color: #374a61;
}

.websure-socialink.websure-tumblr .bg-shifter {
    background-color: #374a61
}

.websure-socialink.websure-twitter,
.websure-socialink.websure-twitter a {
    border-color: #43b3e5;
    color: #43b3e5;
}

.websure-socialink.websure-twitter .bg-shifter {
    background-color: #43b3e5
}

.websure-socialink.websure-youtube,
.websure-socialink.websure-youtube a {
    border-color: #fb2d39;
    color: #fb2d39;
}

.websure-socialink.websure-youtube .bg-shifter {
    background-color: #fb2d39
}

.websure-socialink.websure-linkedin,
.websure-socialink.websure-linkedin a {
    border-color: #1a7696;
    color: #1a7696;
}

.websure-socialink.websure-linkedin .bg-shifter {
    background-color: #1a7696
}

.prk_bordered {
    border: 1px solid #26272a;
}

.bg-shifter {
    position: absolute;
    top: -60px;
    width: 50px;
    height: 49px;
    -moz-transition-property: -moz-transform, top;
    -o-transition-property: -o-transform, top;
    -webkit-transition-property: -webkit-transform, top;
    transition-property: transform, top;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: -1;
}

#websure-to-top,
.popup-close {
    position: fixed;
    cursor: pointer;
}

.websure-socialink .bg-shifter {
    top: -30px;
    width: 30px;
    height: 28px;
    z-index: 2;
    left: -1px;
}


/*footer*/


/*about-us*/

.page-title-light {
    position: relative;
    margin-bottom: 20px;
    margin-top: 0px;
}

.page-title-light img {
    height: 60px;
    object-fit: cover;
}

.page-title-light::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #a7168d;
    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_section .breadcrumb {
    background: none;
    padding: 0px;
}

.breadcrumb_section .breadcrumb li {
    color: #fff;
    color: #fff;
    font-size: 14px;
}

.breadcrumb_section .breadcrumb li a {
    color: yellow;
}


/*about-us*/


/*vehicle-detail*/

.vehicle-detail-image {
    position: relative;
    overflow: hidden;
    width: 450px;
    float: right;
    margin-left: 15px;
    margin-bottom: 30px;
    /* 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: flex;
    font-weight: 600;
    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: #ef7f1a;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 30px;
}

.contact-form {
    background: #fff;
    width: 100%;
}

.contact-form .form-control {
   border-radius: 5px;
    padding: 6px 15px;
    height: 40px;
    border: 0px;
    border: 1px solid #cc0000;
    box-shadow: none;
}
.contact-form .form-group{
    margin-bottom: 5px;
}
.contact-image {
    text-align: center;
}

.contact-image img {
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}

.contact-form form {
    /*box-shadow: 0px 1px 4px 1px #eae7e7;*/
   
    padding: 10px;
}

.contact-form h3 {
    margin: 0px 0px 10px 0px;
    text-align: center;
    color: #000;
    font-weight: 600;
}

.contact-form .btnContact {
    width: 150px;
    border: none;
    padding: 2.5%;
    background: #0983ba;
    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;
}


/*vehicle-detail*/


/*contact-us*/

.all-contact-information {
    box-shadow: 0px 1px 4px 1px #eae7e7;
    padding: 20px;
}

.contact-information {
    padding: 37px 20px;
}

.contact-information:nth-child(2) {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.contact-information a {
    color: #000;
}

.contact-information h4 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #dc3545;
}


/*contact-us*/
/*modal*/
  .modal-box .show-modal{
    color: #fff;
    background: #0c6cb4;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    outline: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: block;
    transition: all 0.3s ease 0s;
}
.modal-box .show-modal:hover,
.modal-box .show-modal:focus{
    color: #fff;
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.modal-backdrop.in{
    opacity: 0;
    position: relative;
}
.modal-box .modal-dialog{
    width: 330px;
    margin: 70px auto 0;
}
.modal.fade .modal-dialog{ transform: translate(-100px); }
.modal.in .modal-dialog{ transform: translate(0); }
.modal-box .modal-dialog .modal-content{
    border: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    position: relative;
    }
.modal-box .modal-dialog .modal-content .close{
    color: #bc1a1a;
    background: #fff;
    font-size: 45px;
    font-weight: 400;
    text-shadow: none;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    opacity: 1;
    overflow: hidden;
    position: absolute;
    left: auto;
    right: -15px;
    top: -15px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close:hover{ color: #bc1a1a; }
.modal-box .modal-dialog .modal-content .modal-body{ padding: 50px 20px 10px !important; }
.modal-footer .btn-default{
    color: #fff;
    background-color: #ebc206;
    border-color: #eac204;
}

/*@media only screen and (max-width: 767px){
    .modal-dialog{ width: 90% !important; }
}*/
/*modal*/

.route-tab-content{
    box-shadow: none!important;
    border: none!important;
}
.route-testimonial{
    background-color: #f5f5f5;
    padding: 10px;
    margin: 10px 0px;
}
.route-testimonial img{
    margin-bottom: 20px;
}
.route-inner-review p{
    text-align: right;
    margin-bottom: 10px;
}
.web-logo{
    /* width: 240px; */
    width: 200px;
    margin-top: -10px;
}
@media only screen and (max-width: 768px){
.tab.route-testi .nav-tabs li {
    width: 33.33%;
    float: left;
    text-align: center;
}
.web-logo{
    width: 110px;
}
.agent-section ul {
    
    margin-top: 10px;
}
.form-section {
    position: inherit;
}
}
table{
    width: 100%!important;
}
.content-section table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    overflow-x: auto!important;
}


.content-section .table-responsive::-webkit-scrollbar {
    height: 2px!important;
}

.content-section .table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey!important;
    border-radius: 0%!important;
}

.content-section .table-responsive::-webkit-scrollbar-thumb {
    background: #53aa07!important;
    border-radius: 10px!important;
}

.content-section .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #53aa07!important;
}

.content-section table p{
    text-align: left!important;
}
table > tbody > tr > td, table > thead > tr > th{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    
}
/*blog*/
      .blog{
          margin-bottom: 30px;
    border: 1px solid #ccc;
    float: left;
    padding: 10px;
      }
 .post-slide .post-header{
    padding: 10px;
}
.post-slide .title{
    margin-bottom: 5px;
    height: 40px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.post-slide .title a{
    font-size: 15px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.post-slide .title a:hover{
    color: #fd6058;
    text-decoration: none;
}
.post-slide .post-bar{
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
}
.post-slide .post-bar li{
    display: inline-block;
    margin-right: 20px;
    color: #808080;
    font-size: 14px!important;
}
.post-slide .post-bar li a{
    font-size: 15px;
    color: #808080;
    text-transform: capitalize;
}
.post-slide .post-bar li a:hover{
    text-decoration: none;
    color: #fd6058;
}
.post-slide .post-bar li img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.post-slide .post-bar li i,
.post-slide .post-bar li img{
    margin-right: 5px;
}
.post-slide .pic{
    overflow: hidden;
    position: relative;
}
.post-slide .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0);
    transition: all 0.9s ease 0s;
}
.post-slide:hover .pic:after{
    background: rgba(255,255,255,0.2);
}
.post-slide .pic img{
    width: 100%;
    height: 200px;
    transform: rotate(0deg) scale(1,1);
    transition: all 0.6s ease-in-out 0s;
}
.post-slide:hover .pic img{
    transform: rotate(10deg) scale(1.5,1.5);
}
.post-slide .post-category{
    padding: 5px 15px;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fd6058;
    z-index: 1;
}
.post-slide .post-category li{
    display: inline-block;
    text-transform: uppercase;
}
.post-slide .post-category li:after{
    content: " ,";
    color: #fff;
}
.post-slide .post-category li:last-child:after{
    content: "";
}
.post-slide .post-category li a{
    color: #fff;
}
.post-slide .post-category li a:hover{
    text-decoration: none;
    color: #333;
}
.post-slide .post-description{
   font-size: 14px;
    color: #808080;
    padding: 10px 0px;
    text-align: justify;
    height: 130px;
    display: block;
}
@media only screen and (max-width: 480px) {
    .post-header .post-bar li{
        margin-right: 5px;
    }
}

/*blog*/
/*pagination*/
.pagination-outer{ text-align: center; }
.pagination{
    font-family: 'Ubuntu', sans-serif;
    display: inline-flex;
    position: relative;
}
.pagination li a.page-link{
    color: #fff;
    background: linear-gradient(#3c6382,#0a3d62);
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    height: 36px;
    width: 36px;
    padding: 0;
    margin: 0 5px;
    border: none;
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}
.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link{
    color: #fff;
    background: linear-gradient(#3c6382,#0a3d62);
    border-radius: 0;
    opacity: 1;
}
.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link{
    font-size: 16px;
    width: auto;
    padding: 0 10px;
    border-radius: 0;
}
@media only screen and (max-width: 480px){
    .pagination{
        font-size: 0;
        display: inline-block;
    }
    .pagination li{
        display: inline-block;
        vertical-align: top;
        margin: 5px 0;
    }
}
.blog-right{
    margin-top: 20px;
    
}
.blog-right h2{
    font-size: 16px;
    font-weight: 600;
}
.blog-right hr{
    margin-top: 10px;
    border-top: 1px solid skyblue;
}


      /*pagination*/
      .blog-right li{
          margin-bottom: 15px;
    list-style: circle;
    list-style-position: inside;
      }
      .blog-right li a{
          color: #000;
          font-weight: 600;
      }
      .slick-image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
/*.slick-image::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000073;
}*/
/*.slick-image:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}*/

.slick-image {
    margin-bottom: 20px;
}

.slick-image img {
    min-height: 270px;
    transition: 0.5s;
}

.slick-image h3 {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
}
.inner-heading {
    padding: 30px 0px;
}

h2.inner-heading-title {
    font-size: 36px;
    text-transform: none;
    letter-spacing: 0px;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.owl-prev span,
.owl-next span {
    background: yellow;
    color: #000;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 100px;
    font-size: 20px;
}
.owl-prev span:hover,
.owl-next span:hover{
    background: #ff4e00;
}
.owl-prev{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.owl-next{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}
.owl-prev:hover,
.owl-next:hover{
    background: transparent!important;
}
.blogs-details-section{
    margin-top: 50px;
}
.blog-cat-two li img {
                padding-bottom: 16px;
                width: 80px;
                height: 80px;
                float: left;
                margin-right: 10px;
            }

             @media only screen and (max-width: 768px){
.blog-navbar .web-logo {
    width: 90px;
}
.why-with-us{
    margin-top: 0px;
}
table{
    width: 100%!important;
}
.single-offers{
    display: block;
}
.offer-image {
   
    width: 100%;
}
.offer-text {
   
    width: 100%;
}
}
.desktop-section{
    margin-top: 20px;
}
.mobile-section{
    margin-top: 5px!important;
}
.sec-get {
    background: url(../images/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0px;
}
.b-bnr__title {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0 0 5px;
    letter-spacing: .5px;
    font-weight: 600;
}
.b-bnr__info {
    font-size: 16px;
    line-height: 24px;
    color: #b5bec9;
    font-weight: 400;
    margin: 0;
}
.btn-style-one {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 0;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    min-height: 42px;
    background: #fc9e09;
    border-radius: 5px;
    z-index: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}


.b-bnr-2__section_first {
    background-image: url(../images/bg-1.png);
}
.b-bnr-2__section_second {
    background-image: url(../images/bg-2.png);
}
.bg-dark2 {
    background-color: #253241;
}
.bg-primary2 {
    background-color: #f85602!important;
}
.b-bnr-2__section {
    position: relative;
    padding: 154px 0 55px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    text-align: center;
}
.b-bnr-2__title {
    margin-bottom: 20px;
    font: 700 24px/1.2 Montserrat;
    text-transform: uppercase;
    color: #fff;
}
.b-bnr-2__link {
    font-size: 16px;
    color: #fff!important;
    text-decoration: none!important;
    border-bottom: 1px dotted #fff;
}
.b-bnr-2__section_first:after {
    bottom: 0;
    left: 0;
    border-color: transparent transparent #fff #fff;
}
.b-bnr-2__section:after {
    position: absolute;
    border-width: 17px;
    border-style: solid;
    content: '';
}
.b-bnr-2__section_second:after {
    top: 0;
    right: 0;
    border-color: #fff #fff transparent transparent;
}
.cab-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;
    background-color: #fff;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}
.cab-service-box:hover{
    background-color: #a7168d;
    color: #fff;
}
.cab-service-box .service-desc {
    width: 100%;
    padding: 20px;
}
.cab-service-box .service-desc i{
    color: #000;
    margin-bottom: 20px;
}
.cab-service-box:hover .service-desc i{
    color:#fff;
}
.service-desc h4 {
    font-weight: 800;
    font-size: 18px;
}
.cab-service-box:hover .service-desc h4{
    color:#fff;
}
.service-desc img {
    /*object-fit: cover;*/
    width: 100px;
    height: 100px;
}

.cab-service-box:hover {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);
    -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);
}
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 19px;
    background-color: #fff;
    padding-right: 10px;
    color: #cc0000 !important;
}

    .section-title::before {
        position: absolute;
        content: "";
        width: calc(100% + 80px);
        height: 2px;
        top: 4px;
        left: -40px;
        background: #cc0000;
        z-index: -1;
    }

    .section-title::after {
        position: absolute;
        content: "";
        width: calc(100% + 120px);
        height: 2px;
        bottom: 5px;
        left: -60px;
        background: #cc0000;
        z-index: -1;
    }
.section-title.text-center::before {
        width: calc(100% + 40px);
        left: 0;
    }

    .section-title.text-center::after {
        width: calc(100% + 60px);
        left: 0;
    }
.easy-step{
   position: relative;
    border: 1px solid #a7168d;
    padding: 65px 20px 20px;
    margin-top: 65px;
}
.easy-icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #cc0000;
    position: absolute;
    text-align: center;
    line-height: 120px;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.easy-icon i{
    font-size: 3em;
    color: #fff;
}
.mt-4{
    font-size: 22px;
}
.w-50 {
    width: 50% !important;
    border-top: 1px solid #ffb300!important;
    margin: 10px auto 10px;
}
.w-25 {
    width: 25% !important;
   border-top: 1px solid #ffb300!important;
   margin: 10px auto 10px;
}
/*easy-step*/
