   * {
       margin: 0px;
       padding: 0px;
       box-sizing: border-box;
   }
   
   html,
   body {
       font-family: 'Quicksand', sans-serif;
   }
   
   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: #000;
       padding: 5px 0px;
   }
   
   .marquee-wrap ul {
       list-style-type: none;
       margin: 0;
       padding-top: 8px;
       text-align: center;
   }
   
   .cont p a {
       color: #fff;
   }
   
   .marquee-wrap p {
       color: #ffffff;
       display: inline-block;
       font-size: 12px;
       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: 15px;
       background: #0daace;
       width: 30px;
       height: 29px;
       display: inline-block;
       text-align: center;
       vertical-align: middle;
       padding-top: 7px;
   }
   
   .cont {
       line-height: 30px;
       padding: 10px;
   }
   
   .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 {
       background: #0daace;
       color: #fff;
       transition: .4s;
   }
   
   nav.navbar.bootsnav ul.nav > li > a {
       font-size: 18px;
       color: #000000;
       transition: 0.5s;
       margin-left: 5px;
       text-align: center;
       padding: 30px 13px ;
   }
   
   .navbar-brand h3 {
       margin: 0px;
       margin-top: 20px;
       color: #0daace;
       font-size: 36px;
       font-weight: 600;
   }
   /***************************************marquee-wrap*************************************/
   /*header*/
   /*slider*/
   
   .slider {
       position: relative;
   }
   
   .slider .slider-text {
       position: absolute;
       top: 50%;
       transform: translateY(-50%);
       width: 100%;
       text-align: center;
       z-index: 1;
       color: #f77d0a;
   }
   
   .slider-text .this-cursive {
       font-size: 48px;
       font-weight: 100;
       margin: 0;
   }
   
   .slider-text .this-h1 {
       font-weight: 900;
       font-size: 80px;
       line-height: 1;
       margin: 10px auto;
   }
   
   .slider-text .this-foot {
       font-size: 36px;
       font-weight: 900;
       margin: 5px 0 10px;
   }
   
   .contact-us {
       width: 125px;
       text-align: center;
       padding: 10px 0;
       color: #fff;
       font-weight: 500;
       text-transform: capitalize;
       background-color: #22243b;
       border-color: #22243b;
       font-weight: 800;
   }
   /*slider*/
   
   .tj-welcome {
       padding: 50px 0;
   }
   
   .about-info .tj-heading-style h3 {
       margin: 0px;
       margin-top: 5px;
       font-size: 36px;
       color: #000;
       font-weight: 700;
   }
   
   .read-button {
       font-size: 12px;
       background-color: #fb7e01;
       text-decoration: none;
       color: #fff;
       font-weight: 600;
       padding: 10px 25px;
       display: inline-block;
   }
   
   .about-info p {
       font-size: 19px;
       line-height: 1.5;
       text-align: justify;
       color: #585858;
       padding: 25px 0 30px;
       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-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*/
   
   .cab-services {
       width: 100%;
       padding: 50px 0 0px;
   }
   
   .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: rgba(19, 32, 43, 0.9);
   }
   
   .cab-services .tj-heading-style {
       text-align: center;
       margin: 0 auto 20px;
   }
   
   .cab-services .tj-heading-style h3, .cab-services .tj-heading-style h1 {
       margin: 0px;
       margin-top: 5px;
       color: #000;
       font-weight: 700;
       font-size: 36px;
       text-transform: capitalize;
       
   }
   
   .cab-services .tj-heading-style p {
       line-height: 24px;
       color: #777777;
       font-size: 15px;
       font-weight: 400;
       margin: 0;
   }
   
   .cab-services .cab-service-box {
       width: 100%;
       float: left;
       position: relative;
       text-align: center;
       border: 1px solid #ececec;
       margin-bottom: 30px;
       transition: all .4s ease-out;
   }
   
   .cab-service-box .service-thumb {
       background-color: #f9f9f9;
       padding: 30px 0;
       height: 125px;
       overflow: hidden;
   }
   
   .cab-service-box .service-desc {
       width: 100%;
       padding: 35px 60px;
   }
   
   .service-desc h4 {
       font-weight: 600;
   }
   
   .cab-services .cab-service-box:hover .service-thumb {
       background-color: transparent;
   }
   
   .cab-service-box .service-thumb {
       background-color: #00000008;
       padding: 30px 0;
       height: 125px;
       overflow: hidden;
   }
   
   .cab-services .cab-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;
   }
   .slider {
    display: none;
}
   
   .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-family: 'Pacifico', cursive;
           color: #da1801;
           font-size: 22px;
       }
   }
   /*car-detail*/
   
   .single-offers {
       /*text-align: center;*/
       padding: 10px;
       background-color: #fff;
       margin-bottom: 30px;
       border: 1px solid #ddd;
   }
   
   .single-offers h5 {
       margin: 0px;
       background-color: #0daace;
       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;
   }
   
   .offer-image img {
       width: 100%;
       height: 250px;
       object-fit: contain;
   }
   
   .offer-text {
       margin-top: 20px;
   }
   
   .offer-text h3 {
       font-size: 23px;
       color: #001238;
       letter-spacing: 1px;
       margin: 0px;
       -webkit-transition: all 0.4s ease 0s;
       transition: all 0.4s ease 0s;
       display: inline-block;
       font-weight: 600;
   }
   .offer-text h4 strong{
   color: black;
   }
   .offer-text h4 {
     color: #fe7e01;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 25px;
    font-weight: 700;
   }
   
   .offer-text ul {
       text-align: center;
       margin-top: 10px;
   }
   
   .offer-text ul li {
       display: inline-block;
       font-size: 16px;
       margin: 0 3px;
       width: 30%;
   }
   
   .offer-text ul li i {
       margin-right: 5px;
       color: #0daace;
   }
   .offer-text p{
       margin-top: 10px;
   }
   .offer-action {
       text-align: center;
       background: #fb7e01 none repeat scroll 0 0;
       position: relative;
       z-index: 1;
       overflow: hidden;
       width: 100%;
       margin: 0px 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%;
       font-weight: 600;
   }
   
   .offer-action a {
       display: inline-block;
       text-transform: uppercase;
       padding: 7px 15px;
       font-weight: 600;
       color: #fff;
       font-size: 14px;
       width: 47%;
   }
   
   .offer-action:after {
       position: absolute;
       content: "";
       width: 66%;
       height: 100%;
       background: black none repeat scroll 0 0;
       right: -36px;
       z-index: -1;
       -webkit-transform: skewX(40deg);
       transform: skewX(40deg);
       -webkit-transition: all 0.4s ease 0s;
       transition: all 0.4s ease 0s;
   }
   
   .offer-action:hover {
       background: black none repeat scroll 0 0;
   }
   
   .offer-action:hover:after {
       background: #fb7e01 none repeat scroll 0 0;
   }
   /*car-detail*/
   /*review*/
   
   .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-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-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-weight: 600;
   }
   
   .tj-cal-to-action2:before {
       position: absolute;
       top: 0;
       left: 0;
       content: '';
       width: 100%;
       height: 100%;
       background: #da1801;
   }
   
   .tj-footer {
       background: #202020;
       width: 100%;
       
       padding: 75px 0 50px;
   }
   
   .widget h3 {
       margin: 0 0 20px;
       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: 400;
       color: #7a8793;
       margin-bottom: 20px;
   }
   
   .about-widget .fsocial-links li {
       display: inline-block;
   }
   
   .about-widget .fsocial-links li a {
       display: block;
       margin-right: 9px;
       color: #d1d1d1;
       width: 40px;
       height: 40px;
       line-height: 37px;
       border: 1px solid #767676;
       text-align: center;
   }
   
   .about-widget .fsocial-links li a:hover {
       border-color: #dd3751;
   }
   
   .links-widget .flinks-list li {
       color: #7a8793;
   }
   
   .links-widget .flinks-list li a {
       display: inline-block;
       color: #7a8793;
       padding: 5px 0 5px 15px;
   }
   
   .contact-info .contact-box li {
       margin-bottom: 20px;
       color: #7a8793;
   }
   
   .contact-info .contact-box li a {
       color: #7a8793;
   }
   
   .contact-info .contact-box li i {
       margin-right: 10px;
       width: 20px;
       height: 22px;
       float: left;
       line-height: 20px;
   }
   
   .tj-copyright {
       background: #22243b;
   }
   
   .copy {
       text-align: left;
   }
   
   .design {
       text-align: right;
   }
   
   .tj-copyright p {
       color: #fff;
       margin: 0;
       line-height: 26px;
       font-weight: 600;
       padding: 20px 0;
   }
   
   .tj-copyright p a {
       color: #f77d0a;
   }
   
   .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;
       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;
       -webkit-transition: linear 0.2s;
       -moz-transition: linear 0.2s;
       transition: linear 0.2s;
   }
   
   .btn-more:hover {
       background: #13284c;
       color: #fff;
   }
   .navbar-brand {
    padding: 0px 15px!important;
   }
   @media(min-width:768px) {
      /* #owl-demo-slider .item img {
           height: 550px;
       }*/
       #logo1{
          width: 150px;
          margin-top: 8px;
   
}
       
   }
   
   @media(max-width:767px) {
      /* #owl-demo-slider .item img {
           height: 250px;
       }*/
        #logo1{
         width: 140px;
   
       }
       .special img{
           width: 60px!important;
       }
       .call2 img{
           width: 50px!important;
           height: 50px!important;
       }
       #car{
               padding-top: 20px;
       }
   }
   
   .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: 9%;
       box-shadow: 0px 1px 4px 1px #eae7e7;
       margin-bottom: 10px;
       border: 1px solid #ccc;
   }
   
   .contact-form h3 {
       margin-bottom: 8%;
       margin-top: -10%;
       text-align: center;
       color: #000;
   }
   
   .contact-form .btnContact {
       width: 50%;
       border: none;
       margin-top: 6px;
       padding: 1.5%;
       background: #dc3545;
       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;
        transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
       border-radius: 10px;
   }
   .services-block:hover{
   box-shadow: 0px 0px 10px 0px #ccc;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
   }
   .services-block .inner-box {
       position: relative;
       text-align: center;
       padding: 0px 20px;
   }
   
   .icon-box .icon {
       position: relative;
       font-size: 60px;
       color: black;
       line-height: 1em;
   }
   
   .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;
   }
   
   .services-block .inner-box .text2 {
       position: relative;
       line-height: 1.8em;
       color: #272626;
   }
   .table > thead > tr > th, .table > tbody > tr > td {
    vertical-align: bottom;
   /* border-bottom: none!important;
    border-top: none!important;*/
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
}
.route-price{
    background-image: url(../images/taxi.jpg);
    background-position: center;
    position: relative;
    padding: 60px 0px;
}
.route-price::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: #00000094;
}
.route-list ul{
    column-count: 4;
}
.route-list li{
   list-style: decimal-leading-zero;
    list-style-position: outside;
    margin-bottom: 10px;
   
}

/*package*/

.holder {
    height: 100%;
    background: #f7f7f7ad;
    border-radius: 0px;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
    margin-bottom: 20px;
}

.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: #1292aa;
    border-top-left-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    left: -5px;
    position: absolute;
    bottom: 145px;
}

.img-holder .price-holder span:before {
    width: 0;
    height: 0;
    border-top: 20px solid #1292aa;
    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 #1292aa;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: 0;
    right: -20px;
    content: '';
}

.img-holder .price-holder:after {
    background: #1292aa;
    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;
}

.text-holder {
    padding: 15px 0 14px;
    border-radius: 0 0 5px 5px;
    text-align: center;
}

.text-holder .title2 {
    font-size: 14px;
    font-weight: 600;
    /*font-family: "Montserrat", sans-serif;*/
    padding: 0px 20px;
    margin: 20px 0px 7px;
}

.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;*/
}

.text-holder .btn-more {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    color: #1292aa;
    border: 2px solid #1292aa;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 7px 15px;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
}

.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;
}

.btn-more:hover {
   background: #fb7e01;
    color: #fff;
    border: 2px solid #fb7e01;
}


/*package*/
.post-slide{
    margin: 0 15px;
    border: 1px solid #ccc;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content{
    background: #fff;
    padding: 20px;
}
.post-slide .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide .post-bar li i{
    margin-right: 5px;
}
.post-slide .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
    content: ",";
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide .read-more:hover{
    background: #333;
    text-decoration: none;
}

@media(max-width: 767px){
    .route-list ul {
    column-count: 1;
    padding-left: 50px;
}
}

@media (max-width: 992px){
nav.navbar.bootsnav .navbar-toggle {
    margin-top: 18px;
}
}

@media (max-width: 767px){
nav.navbar.bootsnav .navbar-header {

    padding-bottom: 15px;
}
}

@media (max-width: 992px){
nav.navbar.bootsnav .navbar-nav > li:first-child > a {

    padding: 17px 44px;
}}

