
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Signika:400,600,700|Sarala:400,700&amp;display=swap');
body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    overflow-x: hidden;
    font-family: 'Noto Sans', sans-serif;
}

p {
    font-size: 14px;
    line-height: 1.5em;
    color: #555;
}

a {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.table thead th {
    background: orange;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Signika', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

ol,
ul {
    text-decoration: none;
    list-style: none;
    padding: 0px;
}

button:focus {
    outline: 0;
    box-shadow: none;
}

td {word-break: break-all;}

label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-control {
    font-size: 13px;
    border-radius: 20px;
}

.form-control:focus {
    box-shadow: none;
    border-color: linear-gradient(135deg, #71b7e7, #9b59b6);
}

.mdtp__wrapper {
    bottom: 150px!important;
    
}

.btn:focus,
button:focus {
    outline: 0;
    box-shadow: none;
}

.tm-city-price-container h2 a {
    color:#fff!important;
}

@media(max-width:767px) {
    
    .breadcrumb-area {
        padding: 40px 0px!important;
       
    }
    .single-cab .cab-image img {
        width: 100%!important;
    }
    .car-middle h4{
        font-size: 1.2rem!important;
    }
    .car-middle h4 {
        margin-bottom: 0px!important;
    }
    
    .main-title{font-size: 1.5rem!important;}
    .modify-form {
        padding-bottom: 1px!important;
    }
     
    .float-enquiry {
        width: 40px!important;
        height: 40px!important;
        font-size: 24px!important;
        bottom: 5px!important;
        left: 5px!important;
    }
    
     .float {
        width: 40px!important;
        height: 40px!important;
        font-size: 24px!important;
        bottom: 5px!important;
        right: 5px!important;
    }
    
    .my-float {
        margin-top: 8px!important;
    }
    
    .navbar-brand {
        margin-left: 0px;
        margin-right: 0px!important;
    }
    
    .header-area .main-menu .navbar-brand img {
        width: 156px!important;
    }
    .navbar-nav {
        padding: 0px 0px!important;
    }
    .navbar {
        padding: 0.5rem 0.5rem;
    }

    .nav-tabs .nav-item {
        border-bottom: 1px solid #dcdcdc;
        border-left:none!important;
    }
    .nav-tabs .nav-item:last-child {
        border-bottom: none;
    }
    
    .panel-heading {
        margin-bottom: 20px;
    }
    
    .card-body {
        padding: 1.25rem 0px!important;
    }
    
    .faq .card-header .btn {
        font-size: 18px!important;
    }
    .card-header h2{
        font-size:20px!important;
    }
}







.menu {
  left: 0;
  top: 0;
  width: 100%;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu.is-fixed {
  position: fixed;
  z-index: 99999999;
  -webkit-animation-name: stickySlideDown;
          animation-name: stickySlideDown;
  padding: 0;
  -webkit-transition: none;
  transition: none;
}

@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
*,
*::after,
*::before {
  box-sizing: border-box;
}









.tm-city-price-container p a { font-size:20px; color:#fff;}

.card-header h2{ font-size:1rem;}

.modal-header .close {
    padding: 0rem;
    margin: 0;
}

.panel-heading .nav-link {
    display: block;
    padding: 1rem 2rem!important;
    font-size: 19px;
    color: #2b2a2a;
}

.nav-tabs .nav-item:first-child {
    border-left: none;
}
.nav-tabs .nav-item {
    border-left: 1px solid #dcdcdc;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background: linear-gradient(135deg, #71b7e7, #9b59b6); /* Use background for gradients */
    border: 1px solid transparent; /* Make the initial border transparent */
    border-image: linear-gradient(135deg, #71b7e7, #9b59b6) 1; /* Use border-image for gradient borders */
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius:0;
    border-top-right-radius: 0;
}

.list-thumb .title {
    background: linear-gradient(135deg, #71b7e7, #9b59b6);
    color:#fff;
    padding: 10px 0px;
}
.list-thumb .title h4 {
    text-align:center;
}
.list-content{
    background: #239cb3;
    padding:15px 10px 22px 10px;
    text-align:center;
}
.list-content h5{
    color: #f7f7f7;
    text-align:center;
    margin-bottom: 15px;
}
.list-content a{
    color: #ffd358;
    font-size: 17px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 5px 20px;
    background: #239cb3;
}

.list-content a:hover{
    color: #239cb3;
    background: #fff;
}


.main-slider-carousel .owl-prev{display:none!important;}
.main-slider-carousel .owl-next{display:none!important;}
	.owl-nav button {
	  position: absolute;
	  top: 50%;
	  background-color: #000;
	  color: #fff;
	  margin: 0;
	  transition: all 0.3s ease-in-out;
	}
	.owl-nav button.owl-prev {
	  left: 0;
	}
	.owl-nav button.owl-next {
	  right: 0;
	}

	.owl-dots {
	  text-align: center;
	  padding-top: 15px;
	}
	.owl-dots button.owl-dot {
	  width: 15px;
	  height: 15px;
	  border-radius: 50%;
	  display: inline-block;
	  background: #ccc;
	  margin: 0 3px;
	}
	.owl-dots button.owl-dot.active {
	  background-color: #239cb3;
	}
	.owl-dots button.owl-dot:focus {
	  outline: none;
	}
	.owl-nav button {
	    position: absolute;
	    top: 40%;
	    transform: translateY(-50%);
	    background:rgb(34 37 37 / 79%) !important;
	    padding-top: 10px!important;
	}
	.owl-prev span , .owl-next span{
	    font-size: 70px;    
	    position: relative;
	    color:#fff;
	}
	.owl-nav button:focus {
	    outline: none;
	}
	
	.list-item{
	    
	}

/*---------------------------------
           Navigation Css
----------------------------------*/

/*.header-area {*/
/*    transition: all 2s linear;*/
/*}*/

.header-area {
    background: #fff;
    box-shadow: 1px 3px 6px #848181;
}

.header-area.fixed {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header-area .main-menu .navbar-brand img {
    width: 200px;
}

.header-area .main-menu .nav-item {
    margin-right: 20px;
}

.header-area .main-menu .nav-item .nav-link {
    color: #282C3F;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 5px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    font-family: 'Sarala', sans-serif;
}

.header-area .main-menu .nav-item .nav-link.active,
.header-area .main-menu .nav-item:hover .nav-link {
    color: linear-gradient(135deg, #71b7e7, #9b59b6);
}

.header-area a.login {
    color: #282C3F;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 5px 20px;
    border: 1px solid #c5c5c5;
    text-transform: uppercase;
    border-radius: 50px;
    font-family: 'Sarala', sans-serif;
}



.header-area a.login i {
    color: #424141;
    padding-right: 6px;
    font-weight: 700;
}



.header-area2 a.login {
    color: #414141;
    font-size: 15px!important;
    font-weight: 600;
    line-height: 20px;
    margin-right: 0px;
    padding: 2px 15px!important;
    border: 2px solid linear-gradient(135deg, #71b7e7, #9b59b6);
    text-transform: uppercase;
    border-radius: 20px!important;
    font-family: 'Sarala', sans-serif;
}

.header-area2 a.login i {
    padding-right: 7px!important;
    color: linear-gradient(135deg, #71b7e7, #9b59b6);
}
/*---------------------------------
        Banner Area Css
----------------------------------*/

.banner-area {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 650px;
    padding-top: 200px;
}

.banner-caption h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner-caption h4 span {
    font-size: 28px;
    color: linear-gradient(135deg, #71b7e7, #9b59b6);
}

.banner-caption h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner-caption .banner-btns .btn-contact {
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    border: 2px solid linear-gradient(135deg, #71b7e7, #9b59b6);
    border-radius: 0;
}

.banner-inner h4 {
    color: #ffff;
    font-size: 16px;
    /* margin-bottom: 10px; */
    font-weight: 600;
    width: 150px;
    background: linear-gradient(135deg, #71b7e7, #9b59b6);
    padding-left: 10px;
    line-height: 46px;
}


/*---------------------------------
        Car Search Form Css
----------------------------------*/


/*---------------------------------
        Car Search Form Css
----------------------------------*/

.search-form {
    margin-top: -80px;
    position:relative;
    z-index:99999;
}

.cab-amount h5 i {
    font-size:24px!important;
    margin-right: 7px;
}

.top-tabs .nav-tabs {
    border-bottom: none;
}

.top-tabs .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 12px;
    font-weight: 700;
    color: #222;
    background: #fff;
    text-transform: uppercase;
    min-width: 151px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    text-align: center;
}

.top-tabs .nav-tabs .nav-link:first-child {
    border-top-left-radius: 15px;
}

.top-tabs .nav-tabs .nav-link:last-child {
    border-top-right-radius: 15px;
}

.pac-container {
    z-index: 999999;
}
.top-tabs .nav-tabs .nav-link.active {
    color: #fff;
    background: linear-gradient(135deg, #71b7e7, #9b59b6);
    border-color: transparent;
}

.top-tabs .tab-content .tab-pane {
    background: #fff;
}

.top-tabs ul {
    width: 100%;
    background-color: #fff;
}

.top-tabs .nav-tabs {
    border: none;
    border-bottom: 2px solid linear-gradient(135deg, #71b7e7, #9b59b6);
}

.top-tabs .tab-content {
    padding: 20px 25px;
    color: #384d48;
    line-height: 30px;
    position: relative;
    font-size: 14px;
    background-color: #fff;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

select+i.fa {
    float: right;
    margin-top: -23px;
    margin-right: 10px;
    background-color: transparent;
    color: #a2a2a2;
    font-size: 10px;
}

.btn-search {
    padding: 7px 25px;
    background: linear-gradient(135deg, #71b7e7, #9b59b6);
    color: #fff !important;
    border-radius: 0;
    font-size: 14px;
    margin-top: 35px;
    border-radius: 25px;
    position: relative;
}

.section-pad {
    padding: 60px 0px;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.bg-ash {
    background: #f9f9f9;
}

.section-title h2, .section-title h1 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 14px;
    background-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 26px;
    color: #020e27;
}

.section-title h2::before, .section-title h1::before {
    content: '';
    width: 3em;
    height: 2px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #71b7e7, #9b59b6);
}

.section-title h2::after ,.section-title h1::after {
    content: '';
    width: 3em;
    height: 2px;
    position: absolute;
    bottom: -18px;
    left: 60%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #71b7e7, #9b59b6);
}




.section-title h4 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 14px;
    background-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 26px;
    color: #020e27;
}

.section-title h4::before {
    content: '';
    width: 3em;
    height: 2px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    background:  linear-gradient(135deg, #71b7e7, #9b59b6);
}

.section-title h4::after {
    content: '';
    width: 3em;
    height: 2px;
    position: absolute;
    bottom: -18px;
    left: 60%;
    transform: translateX(-50%);
    background:  linear-gradient(135deg, #71b7e7, #9b59b6);
}
/*---------------------------------
        Popular Destination Css
----------------------------------*/

.single-list {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}

.no-pad {
    margin-right: 0;
    margin-left: 0;
}

.no-pad>.col,
.no-pad>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.single-list img {
    width: 100%;
    height: 250px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}

.single-list .desc {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 12;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.single-list .desc h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.6)));
    z-index: 8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.single-list .desc p {
    font-size: 14px;
    color: #fff;
}

.single-list:hover .desc {
    top: 0;
}

.single-list:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.single-list .desc .link-btn {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #71b7e7, #9b59b6);
}


/*---------------------------------
        Our Specialization Css
----------------------------------*/

.box .box-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

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

.box .tour-details {
    position: relative;
    top: -25px;
    padding: 0 15px;
}

.box .tour-title {
    background: linear-gradient(135deg, #71b7e7, #9b59b6);
    padding: 10px 20px;
    box-shadow: 0px 2px 2px #dadada;
    text-align: center;
    border-radius: 4px;
}

.box .tour-details h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.box .tour-details h4 a{
    color: #ffffff;
}

/*---------------------------------
        Why choose us Css
----------------------------------*/

.box-item {
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.box-item::before,
.box-item::after {
    content: '';
    position: absolute;
    height: 100px;
    width: 100px;
    z-index: -1;
    -ms-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.box-item::before {
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #eee;
    border-left: 2px solid #eee;
    z-index: 1;
}

.box-item::after {
    right: 0;
    top: 0;
    border-right: 2px solid #eee;
    border-top: 2px solid #eee;
    z-index: 1
}

.box-item:hover::before,
.box-item:hover::after {
    width: 50%;
    border-color: linear-gradient(135deg, #71b7e7, #9b59b6);
}

.box-item:hover {
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
}

.box-item .box-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
}

.box-item .box-icon img {
    width: 50px;
    height: 50px;
}

.box-item .box-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #020e27;
    margin-bottom: 10px;
}

.box-item .box-content p {
    font-size: 13px;
    color: #555;
}


/*---------------------------------
        How Its Works css
----------------------------------*/

.single-step.item-2 {
    margin-top: 60px;
}

.single-step.item-1 {
    margin-top: 20px;
}

#steps {
    background: url(../images/line.png) no-repeat center center;
    background-size: contain;
    z-index: 9999;
}

.single-step {
    color: #555;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 25px;
}

.single-step .step-icon {
    background: #fff;
    font-size: 30px;
    line-height: 80px;
    height: 80px;
    width: 80px;
    margin: 0 auto 30px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: all 0.3s;
}

.single-step .step-icon i {
    color: #c5c5c5;
}

.single-step .title {
    color: #020e27;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.single-step .description {
    font-size: 14px;
    text-align: center;
}


/*---------------------------------
       Testimonial Css
----------------------------------*/

#testimonial {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/test-bg.png);
    background-size: cover;
    background-position: center;
}

.testimonial-item {
    text-align: center;
    position: relative;
    color: #fff !important;
}

.testimonial-item .user {
    margin-bottom: 15px;
}

.testimonial-item .user img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
    margin: 0 auto;
}

.testimonial-item span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.testimonial-item blockquote {
    border: none;
    margin: 30px auto;
    width: 70%;
    position: relative;
    padding: 0;
}

.testimonial-item blockquote .quote i {
    font-size: 40px;
    color: linear-gradient(135deg, #71b7e7, #9b59b6);
    z-index: -1;
    margin-bottom: 15px;
}

.testimonial-item blockquote p {
    font-size: 16px;
    font-style: italic;
    color: #fff;
}

#testi-slider .owl-nav button {
    position: absolute;
    top: 50%;
    z-index: 999;
    color: #fff !important;
}

#testi-slider .owl-nav .owl-prev {
    left: 0;
}

#testi-slider .owl-nav .owl-next {
    right: 0;
}

#testi-slider .owl-nav button i {
    font-size: 30px;
    font-weight: 700;
}


/*---------------------------------
        Breadcrumb area Css
----------------------------------*/

.breadcrumb-area {
    padding: 60px 0px;
    background-color: black;
    background-position: center center;
    background-size: cover;
}

.breadcrumb-area .breadcrumb-inner h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.breadcrumb-area .breadcrumb-inner p {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.breadcrumb-area .breadcrumb-inner p a {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.amol{
  text-align: center;
}




/*** 
=============================================
    Featured Area style
=============================================
***/
.featured-area {
    position: relative;
    display: block;
    z-index: 10;
    background: transparent;
}
.single-featured-box{
    position: relative;
    display: block;
    padding-top: 50px;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.single-featured-box .inner{
    position: relative;
    display: block;
    background: #00bfd3;
    transition: all 300ms ease 100ms;
}
.single-featured-box .inner .img-holder {
    position: relative;
    display: block;
    width: 255px;
    height: 270px;
    float: right;
}
.single-featured-box .inner .static-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 125px;
    padding-left: 30px;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transform: translateY(0px);
    transition: all 500ms ease 100ms;
}
.single-featured-box:hover .inner .static-content{
    opacity: 0;
    visibility: hidden;
    transform: translateY(50%);
    transition: all 900ms ease 100ms;  
}

.single-featured-box .icon{
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.single-featured-box .icon span:before{
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
}
.single-featured-box .title{
    position: relative;
    display: block;    
}
.single-featured-box .title h3{
    color: #ffffff;
    font-weight: 600;
}

.single-featured-box .inner .overlay-content {
    position: absolute;
    top: -50px;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 3;
    background: #27282c;
    transition: all 300ms ease 100ms;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 500ms ease 100ms;
}
.single-featured-box:hover .inner .overlay-content{
    opacity: 1;  
    visibility: visible; 
    transform: translateY(0%);
    transition: all 900ms ease 100ms;  
}
.single-featured-box .inner .overlay-content .icon span:before{
    color: #00bfd3;
}
.single-featured-box .inner .overlay-content .text{
    position: relative;
    display: block;
    padding-top: 18px;
    padding-bottom: 0px;
}
.single-featured-box .inner .overlay-content .text p{
    color: #ffffff;
    margin: 0 0 26px;
}
.single-featured-box .inner .overlay-content .text a{
    color: #ffffff;    
}

.single-featured-box .overlay-content .overlay-image{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 255px;
    height: 00px;
    opacity: 0;
    transform: scale(0.5);
    transition: all 500ms ease 100ms;
}
.single-featured-box:hover .overlay-content .overlay-image{
    opacity: 1;
    height: 270px;
    transform: scale(1.0); 
    transition: all 900ms ease 500ms;  
}


.about-style3-content{
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 110px;
}
.about-style3-content .sec-title{
    padding-bottom: 40px;
    margin: 0;
}
.about-style3-content .sec-title p {
    margin: 15px 0 27px;
}
.about-style3-content .button{}
.about-style3-content .button a{
    padding: 0 40px;
    margin: 0 13px;
}
.about-style3-content .button a.black{
    background: #27282c;
}
.about-style3-bg {
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
    opacity: 1;
}
@-webkit-keyframes banner-animate {
    0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    }

    50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    }

    100% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    }
}
@keyframes banner-animate {
    0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    }

    50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    }

    100% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    }
}
.banner-animate {
    animation-name: banner-animate; 
    animation-duration: 70s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	-webkit-animation-name: banner-animate; 
    -webkit-animation-duration: 70s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: banner-animate; 
    -moz-animation-duration: 70s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: banner-animate; 
    -ms-animation-duration: 70s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: banner-animate; 
    -o-animation-duration: 70s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}






/*-----------------------
    about page content 
---------------------------*/

.about-content p {
    text-align: justify;
}
.single-fleet {
    margin-bottom: 15px;
    box-shadow: 1px 2px 5px #ccc;
}

.single-fleet .fleet-img img {
    width: 100%;
    /*min-height: 200px;*/
}

.fleet-content {
    padding: 10px 0px;
    background: #f7f7f7;
    text-align: center;
    border-top: 1px dashed #dcdcdc;
}

.fleet-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.fleet-content p {
    font-size: 14px;
    margin-bottom: 0;
}

/*---------------------------------
    Gallary css
----------------------------------*/

.single-gallary {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border: 5px solid #e2e2e2;
}

.single-gallary img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.single-gallary .overlay {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(30, 129, 246, 0.6);
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s ease-in-out;
}

.overlay a {
    position: absolute;
    top: calc(50% - 25px);
    left: 45%;
    font-size: 18px;
    color: linear-gradient(135deg, #71b7e7, #9b59b6);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 1;
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 1px #222;
}

.overlay a .fa {
    position: relative;
    line-height: 45px;
}

.single-gallary:hover .overlay {
    opacity: 1;
}


/*---------------------------------
    Testimonial page css
----------------------------------*/

.testi {
    margin: 0 20px 20px;
}

.testi .testi-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}

.testi .testi-content:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}

.testi-content .testi-icon {
    width: 50px;
    height: 45px;
    background: linear-gradient(135deg, #71b7e7, #9b59b6);
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testi-content .testi-icon:before {
    content: "";
    border-bottom: 16px solid linear-gradient(135deg, #71b7e7, #9b59b6);
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testi .description {
    font-size: 14px;
    font-style: italic;
    color: #555;
    line-height: 23px;
    margin: 0;
}

.testi .title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #525252;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}

.testi .post {
    display: block;
    font-size: 14px;
    color: #ff4242;
}

.testi .user-info {
    margin-top: 15px;
    text-align: right;
}


/*---------------------------------
    privacy policy
----------------------------------*/

#privacy-policy h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}


/*------------------------------
     BLOG  PAGE css
-----------------------------------*/

.blog-box {
    display: block;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px dotted #eee;
}

.img-thumbnail {
    border: none;
    background: #fff;
}

.blog-box.page-template {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    border-bottom: 0;
}

.blog-meta a {
    color: #999999;
    margin-right: 14px;
    font-size: 14px;
    font-weight: 500;
}

.blog-meta i {
    padding-right: 4px;
}

.blog-single ul,
.blog-desc ul {
    padding: 0;
    margin: 0 0 0 -5px;
}

.blog-desc {
    padding: 15px 20px;
    background: #fff;
    padding: 15px 20px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blog-desc p {
    margin-bottom: 10px;
    text-align: justify;
}

.blog-single h3.post-title,
.blog-desc h3 {
    padding: 8px 0 10px;
    margin: 0;
    line-height: 1.3;
    font-weight: bold;
    font-size: 24px;
}

.blog-single h3.post-title {
    margin-bottom: 5px;
}

.blog-desc h3 a {
    color: #232323;
    font-weight: bold;
}

.img-thumbnail {
    border-radius: 15px;
    padding: 5px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.readmore {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    text-decoration: underline !important;
}

.readmore:hover:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    padding: 0 0 0 5px;
}

.tags .readmore {
    margin-right: 7px;
}

.img-thumbnail:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
}

.pagination>li>a,
.pagination>li>span {
    background-color: #fff;
    border: 1px solid #eee !important;
    border-radius: 0 !important;
    color: #232323;
    float: none;
    line-height: 1.42857;
    margin-left: -1px;
    margin-right: 5px;
    padding: 12px 17px;
    position: relative;
    text-decoration: none;
}

.pagination {
    float: none;
    display: block;
    margin: 20px auto 0;
}

.text-center .pagination {
    float: none;
    display: block;
    margin: 50px auto 0;
}

.comments img {
    max-width: 60px;
    margin-right: 20px
}

.widget {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #aaaec3;
}

.widget-title .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    margin-bottom: 15px;
    color: #212121;
}

.sidebar .widget-title .title::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    bottom: 0px;
    left: 0px;
    background: #0060d6;
}

.recent-posts .list-post {
    border-bottom: 1px dotted #e2e2e2;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.recent-posts .list-post a {
    color: #111;
    font-weight: 600;
    line-height: 26px;
    font-size: 14px;
}

.recent-posts .meta-items span {
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    padding-right: 15px;
}

.recent-posts {
    background: #fff;
    padding: 10px;
}


/*---------------------------------
    19. Contact Page CSS
----------------------------------*/

.contact-information {
    padding: 40px 30px;
}

.contact-information>ul>li {
    list-style: none;
    display: block;
    border-bottom: 1px dashed #c5c5c5;
    padding-top: 10px;
}

.contact-information>ul>li:first-child {
    padding-top: 0;
}

.contact-information>ul>li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.contact-information h5 {
    font-size: 18px;
    font-weight: 700;
    color: #555;
    line-height: 32px;
    text-transform: uppercase;
}

.contact-information p {
    max-width: 210px;
    color: #555;
    font-size: 14px;
    line-height: 25px;
}

.contact-information p a {
    color: #555;
}

.contact-information p a:hover {
    color: #b99044;
}

.contact-form-title>h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact-form-title p {
    font-size: 16px;
    line-height: 25px;
    color: #353535;
    max-width: 571px;
}

.contact-form textarea {
    border: 1px solid #ebebeb;
    font-size: 14px;
    color: #656565;
    height: 160px;
}

.contact-form p.form-messege {
    padding-top: 15px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.btn-sent {
    display: inline-block;
    background: linear-gradient(135deg, #71b7e7, #9b59b6);
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    border-radius: 0;
}


/*---------------------------------
    Login Register page css
----------------------------------*/



.zero-pad{
    padding-left:0!important;
    padding-right:0!important;
}

.btn-primary {
    color: #fff;
    background-color: #59a9fc!important;
    border-color: #59a9fc!important;
}

.page-content h3,
.form-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #212121;
    position: relative;
    border-bottom: 3px solid #e2e2e2;
    padding-bottom: 15px;
}

.page-content h3::after,
.form-box h3::after {
    content: "";
    height: 3px;
    width: 50px;
    background: linear-gradient(135deg, #71b7e7, #9b59b6);
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 1;
}

.form-box p a {
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 500;
}

.btn-submit {
    padding: 7px 20px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    background-color: #59a9fc;
    color: #fff!important;
    border-radius: 0.25rem;
    font-size: 1rem!important;
    font-weight:400!important;
}



/*---------------------------------
    19. Singel cab CSS
----------------------------------*/

.single-cab {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.single-cab:hover{
    border:1px solid linear-gradient(135deg, #71b7e7, #9b59b6);
}

.single-cab .cab-image img {
    width: 90%;
}

.car-middle h5 {
    font-size: 14px;
    margin-top: 10px;
}

.car-middle h4 {
    margin-bottom: 15px;
}

.car-middle ul.car-info {
    padding: 6px 0px;
    margin: 0;
    margin-top: 0px;
    width: 100%;
    overflow: hidden;
    list-style: none;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.car-middle ul.car-info li {
    display: inline-block;
    transition: all .5s;
    margin-right: 10px;
}

.car-middle ul.car-info li:first-child {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    color: #555;
}








.btn-inclusion{
    background: red;
    padding: 5px 10px;
    position: relative;
    top: 10px;
    margin-bottom: 71px;
    cursor: pointer;
    z-index: 99999;
}

.btn-exclusion{
    background: green;
    padding: 5px 10px;
    position: relative;
    top: 10px;
    left: 150px;
    margin-bottom: 71px;
    cursor: pointer;
    z-index: 99999;
}

.div-left{
    width: auto;
    float: left;
    padding: 7px 15px;
    border-radius: 30px;
    margin: 7px; 
    background: #ececec;
    border: 1px solid #ccc;
    position: relative;
}

.div-right{
  width: 80%;
  float: left;  
}

.div-active{
    background: linear-gradient(135deg, #71b7e7, #9b59b6);
    border: 1px solid linear-gradient(135deg, #71b7e7, #9b59b6);
    color: #fff;
}
.inclusions{
    margin-bottom:2px!important;
}

@media(min-width:768px) {
    .car-details-tab2 {
        margin-top: -51px!important;
    }
    .bus-slider{
        padding: 0px 17px 0px 30px!important;
    }
    .owl-nav button.owl-next {
        /*right: -9px!important;*/
    }
    
    .owl-nav button.owl-prev {
        left: 0px!important;
    }
}

@media(max-width:767px) {
    
    .bus-slider{padding:0px 10px;}
    
    .panel-body {
        padding: 0px!important;
    }
    
    .car-middle ul.car-info li .item img {
        width: 12px!important;
        height: 12px!important;
        margin-right: 1px!important;
    }
    
     .car-details-tab2 {
        margin-top: -25px!important;
    }
    
    .menu {
        padding: 3px 0px!important;
    }
    .div-right {
        width: 100%!important;
        float: left;
    }
    
    .cab-amount h5 {
        margin-bottom: 5px!important;
        margin-top: 1px!important;
    }
    
    .cab-amount {
        padding:8px!important;
    }
    .car-middle ul.car-info li {
        margin-right: 5px!important;
    }
    .car-middle ul.car-info li .item span {
        font-size: 11px!important;
    }
    .car-middle ul.car-info li:first-child {
        font-size: 13px!important;
    }
    .breadcrumb-area .breadcrumb-inner p {
        margin-bottom:0px!important;
    }
    
    .inclusions li {
        width: 49%!important;
    }
    
    .read-more, .read-less {
        margin-top: 5px!important;
    }
    .single-cab {
    padding: 5px!important;
        
    }
}


.btn-book {
    padding: 8px 20px;
    border: none;
    font-size: 13px;
    background: linear-gradient(135deg, #71b7e7, #9b59b6);
    color: #000;
    border-radius: 25px;
    color: #fff !important;
}

.bottom-info {
    padding: 15px 0px;
    color: #222;
    font-size: 13px;
}

.btn-border{
    color: linear-gradient(135deg, #71b7e7, #9b59b6);
    font-weight: 600;
    font-size: 14px;
    padding:10px;
}

.read-more, .read-less{ 
    margin-top:15px;
    position: relative;
    
}


.car-middle ul.car-info li .item img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.car-middle ul.car-info li .item span {
    font-size: 12px;
    font-weight: 500;
    color: #555;
    vertical-align: middle;
}

.cab-amount {
    padding: 17px 20px;
    background-color: #e9f3fb;
    text-align: center;
}

.cab-amount h5 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 25px;
    color: linear-gradient(135deg, #71b7e7, #9b59b6);
}

.car-details-tab {
    border: 1px solid #e2e2e2;
}

.car-details-tab .nav-tabs {
    position: relative;
    border-bottom: none;
}

.car-details-tab .nav-tabs li {
    margin: 0;
}

.car-details-tab .nav-tabs li a {
    display: block;
    padding: 7px 15px;
    background: #fff;
    font-size: 11px;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    margin-right: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 1s;
}

.car-details-tab .tab-content {
    padding: 10px;
}

.car-details-tab .nav-tabs li a.active,
.car-details-tab .nav-tabs li a:hover {
    color: #fff;
    border: none;
    background: linear-gradient(135deg, #71b7e7, #9b59b6);
}

.inclusions li {
    display: inline-block;
    width: 24%;
    padding: 10px;
    vertical-align: middle;
}

.inclusions li {
    font-size: 12px;
    color: #222;
}

.inclusions li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.modify-form {
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
}

.btn-modify {
    padding: 6px 15px;
    background: linear-gradient(135deg, #71b7e7, #9b59b6);
    color: #fff !important;
    font-size: 13px;
    border-radius: 25px;
}


/*---------------------------------
        Booking Css
----------------------------------*/

.booking-summary {
    width: 100%;
    float: left;
    background-color: #fafafa;
    margin-bottom: 50px;
}

.big-b {width:100%;}

.booking-summary h3 {
    text-align: center;
    background-color: linear-gradient(135deg, #71b7e7, #9b59b6);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
    padding: 15px 0px;
}

.booking-info {
    padding: 0 15px;
}

.summary {
    font-size: 13px;
    padding: 10px 0px;
    margin-bottom: 2px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.fare-box {
    text-align: center;
    padding: 10px;
    background: #16aec8;
}

.thanks-div {
    border: 2px dashed #fff;
    padding: 20px 10px 10px 10px;
}

.thanks-div img {
    max-width: 78%!important;
}

.support-h {
    background: linear-gradient(135deg, #71b7e7, #9b59b6);
    padding: 10px 0px;
    color: #fff;
}
.support-h a {
    color: #fff!important;
}
.fare-box strong {
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
    color: #444;
}

.fare-box strong span {
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
    color: linear-gradient(135deg, #71b7e7, #9b59b6);
    font-weight: 700;
}

.fare-box span {
    display: block;
    color: #777777;
    font-size: 13px;
    line-height: 32px;
    font-weight: 400;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 14px;
}


/*---------------------------------
    Vendor registration CSS
----------------------------------*/


/*---------------------------------
        My Account page Css
----------------------------------*/

.profile-usermenu {
    border-radius: 10px;
}

.profile-usermenu ul li:first-child {
    border-bottom: 1px solid #f2f2f2;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    background: #fff;
    color: #242424;
    font-size: 13px;
    display: block;
    font-weight: 600;
    padding: 12px 25px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a img {
    margin-right: 8px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.profile-usermenu ul li a:hover {
    background-color: linear-gradient(135deg, #71b7e7, #9b59b6);
    color: #fff;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #e2e2e2;
}

.page-content {
    padding: 10px;
    background: #fff;
}


/*---------------------------------
        Faq Css
----------------------------------*/

.faq .card {
    border: none;
    margin-bottom: 10px;
}

.faq .card .card-header {
    background: #e8e8e8;
    padding: 7px;
    margin-bottom: 0;
    border-bottom: none;
}

.faq .card-header:hover {
    background: #ecf0f0;
}

.faq .card-header h2 span {
    float: left;
    margin-top: 10px;
}

.faq .card-header .btn {
    color: #222;
    font-size: 15px;
    width: 100%;
    text-align: left;
    position: relative;
    top: -2px;
    font-weight: 500;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}

.faq .card-header i {
    float: right;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 5px;
}

.faq .card-header .btn:hover {
    color: #35589f;
}

.faq .card-body {
    color: #324353;
    text-align: justify;
    border-top: 1px solid #eceded;
}

.page-title {
    text-align: center;
    margin: 2rem 0;
    font-family: "Roboto", sans-serif;
    position: relative;
}

.page-title::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 4px;
    border-radius: 1px;
    background: #3659a2;
    left: 0;
    right: 0;
    bottom: -15px;
}


/*---------------------------------
        Top Service Links Css
----------------------------------*/

.footer-top-menu {
    padding: 15px 0px;
}

.accordion .card {
    border-radius: 0;
    background: none;
    border-left-width: 0;
    border-right-width: 0;
    border: none;
}

.accordion .card .card-header {
    background: none;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 0;
    border-bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
    margin-bottom: 10px;
}

.accordion .card-header h2 {
    font-size: 18px;
}

.accordion .card-header .btn {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    color: #212121;
    font-size: 15px;
    font-weight: 600;
}

.accordion .card-header i {
    font-size: 1.3rem;
    position: absolute;
    top: 15px;
    right: 1rem;
}

.accordion .card-header .btn:hover {
    color: linear-gradient(135deg, #71b7e7, #9b59b6);
}

.accordion .card-body {
    color: #666;
}

.accordion .highlight i {
    transform: rotate(180deg);
}

.menu {
    padding: 10px 30px;
}

.footer-menu-links li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 0 -2px;
    padding-left: 15px;
    font-size: 15px;
    line-height: 20px;
    padding-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.footer-menu-links li::before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    color: linear-gradient(135deg, #71b7e7, #9b59b6);
}

#service {
    background: url(../images/footer-pattern.png);
    background-size: cover;
}

@media(min-width:768px) {
    .main-slider .slide{
        padding:175px 0px!important;
        
    }
}


@media(max-width:768px) {
    .no-pad2 {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }
    
    .table-bordered thead th, .table-bordered thead td {
        border-bottom-width: 2px;
        overflow: hidden!important;
        text-overflow: ellipsis!important;
        word-wrap: break-word!important;
    }

    .table {
        table-layout: fixed!important;
    }
    
    .my-pad{
        padding-left:0!important;
        padding-right:0!important;
    }
    .tm-home-box-1 {
        width: 100%!important;
        margin-bottom: 20px!important;
    }

    .footer-bottom {
    
    }
    .footer-top {
        padding-bottom:0px!important;
    }
    .footer-menu-links li {
        display: block;
        vertical-align: top;
        width: 100%;
        margin: 0 -2px;
        font-size: 15px;
        line-height: 20px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    
    .panel-heading-first .nav > li{
        display: table-cell;
        width: 100%!important;
    }
    .panel-heading-second .nav > li{
        display: table-cell;
        width: 100%!important;
    }
}

.footer-menu-links li a {
    font-size: 14px;
    color: #454545;
}


/*---------------------------------
        Footer Css
----------------------------------*/

.footer-top {
    padding: 80px 0px 60px;
    background: #141313;
    z-index: -1;
}

.footer-top .footer-col .footer-logo img {
    width: 230px;
}

.footer-top .footer-col .footer-logo {
    margin-bottom: 20px;
}

.footer-top .footer-col .footer-about p {
    color: #b3b3b3;
    margin-bottom: 20px;
}

.footer-top .footer-social li {
    display: inline-block;
    margin-bottom: 5px;
}

.footer-top .footer-social li a {
    width: 40px;
    height: 40px;
    border: 1px solid linear-gradient(135deg, #71b7e7, #9b59b6);
    display: block;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.footer-top .footer-social li a:hover {
    background-color:linear-gradient(135deg, #71b7e7, #9b59b6);
}

.footer-top .footer-social li a i {
    color: #b5b5b5;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.footer-col .footer-title {
    font-size: 18px;
    margin-bottom: 45px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
}

.footer-top .footer-col {
    margin-bottom: 30px;
}

.footer-col .footer-title:before {
    content: "";
    height: 2px;
    width: 50px;
    left: 0;
    bottom: -15px;
    position: absolute;
    background-color: linear-gradient(135deg, #71b7e7, #9b59b6);
}

.footer-top .quick-link li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #373737;
}

.footer-top .quick-link li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    color: #b3b3b3;
}

.footer-top .quick-link li a {
    color: #b3b3b3;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.footer-top .quick-link li a:hover {
    color: linear-gradient(135deg, #71b7e7, #9b59b6);
}

.footer-bottom {
    text-align: center;
    background: #000000;
    padding: 20px 0 1px;
}

.footer-bottom p {
    color: #8f8f8f;
    font-weight: 500;
}

.footer-top .contact-details {
    margin-bottom: 20px;
}

.footer-top .contact-details li {
    margin-bottom: 15px;
    color: #b3b3b3;
    position: relative;
    padding-left: 30px;
    border-bottom: 1px solid #373737;
    padding-bottom: 15px;
    font-size: 14px;
}

.footer-top .contact-details li i {
    color: linear-gradient(135deg, #71b7e7, #9b59b6);
    padding-right: 15px;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 18px;
}










/*-----------------------
	    Blog Grid
-----------------------*/
.blog-section {
	display: block;
	padding: 10px 0px;
	background: #f8f9fa;
}
.blog-content {
	display: block;
	margin-right: 98px;
}
.blog-content > ul > li {
	display: block;
	padding: 58px 0px;
	border-top: 1px solid #e9e9e9;
}
.blog-content > ul > li p {
	/*padding-bottom: 20px;*/
}
.blog-content > ul > li:first-child {
	padding-top: 0;
	border-top: none;
}
.blog-content > ul > li p.time {
	padding-bottom: 0px;
}
p.time {
	position: relative;
	font-size: 12px;
	color: #2e2e2e;
	padding-left: 22px;
	font-weight: 500;
}
p.time span {
	color: #616161;
}
p.time:before {
	content: "\e912";
	font-family: 'icomoon';
	font-size: 16px;
	color: #b2b2b2;
	position: absolute;
	left: 0;
	top: 0;
}
.blog-content h5 {
	color: #30373d;
	font-size: 22px;
	line-height: 36px;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 5px;
}
.blog-content h5 a {
	color: #30373d;
}
.blog-content h5 a:hover {
	color: #121517;
}
.blog-content .box {
	display: block;
	padding-bottom: 30px;
}
ul.blog-info {
	display: inline-block;
	vertical-align: middle;
}
ul.blog-info li {
	display: inline-block;
	border-left: 1px solid #e0e0e0;
	padding: 0px 20px 0px 46px;
	position: relative;
	color: #536066;
}
ul.blog-info li a {
	color: #8a979e;
}
ul.blog-info li a:hover {
	text-decoration: underline;
	color: #57bce2
}
ul.blog-info li:before {
	position: absolute;
	font-size: 23px;
	color: #57bce2;
	left: 15px;
	font-family: 'icomoon';
}
ul.blog-info li.comment:before {
	content: "\e90b";
	left: 0;
}
ul.blog-info li.like:before {
	content: "\e90f";
}
ul.blog-info li:first-child {
	padding-left: 30px;
	border-left: none;
}
ul.blog-tag {
	display: inline-block;
}
ul.blog-tag li {
	display: inline-block;
}
ul.blog-tag li a {
	background: #f29a32;
	color: #fff;
	display: block;
	padding: 2px 20px;
	border-radius: 30px;
}
ul.blog-tag li a:hover {
	background: #57bce2;
}
.blog-pic {
	display: block;
	margin-bottom: 40px;
}
.blog-content a.know-more {
	margin-top: 10px;
	display: inline-block;
}
.paging-block {
	display: block;
}
.paging-block ul li {
	display: inline-block;
	vertical-align: middle;
}
.paging-block ul li a {
	display: block;
	width: 32px;
	height: 32px;
	border: 1px solid #d7dae4;
	border-radius: 2px;
	text-align: center;
	line-height: normal;
	color: #62657b;
	font-size: 14px;
	padding-top: 5px;
}
.paging-block ul li a:hover,
.paging-block ul li.active a {
	background: #57bce2;
	color: #fff;
	border: 1px solid #57bce2;
}
.paging-block ul li a.dots {
	font-size: 24px;
	color: #ccc;
	border: none;
	padding-top: 0px;
	width: 52px;
}
.paging-block ul li a.dots:hover {
	color: #fff;
}
.paging-block ul li a.prev,
.paging-block ul li a.next {
	font-size: 12px;
	padding-top: 7px;
}
.blog-sidebar {
	display: block;
	position: relative;
	margin-left: -30px;
}
.blog-sidebar .cmn-box {
	display: block;
	padding: 37px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
	margin-bottom: 25px;
}
.blog-sidebar .cmn-box h4 {
	color: #3d4145;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 15px;
}
.blog-sidebar .cmn-box ul li {
	display: block;
	border-top: 1px solid #e9e9e9;
}
.blog-sidebar .cmn-box ul li:first-child {
	border-top: none;
}
.blog-sidebar .cmn-box ul li a {
	display: block;
	position: relative;
	font-size: 14px;
	color: #62727d;
	font-weight: 300;
	padding: 9px 40px 8px 0px;
	line-height: normal;
}
.blog-sidebar .cmn-box ul li a:hover {
	color: #404638;
}
.blog-sidebar .cmn-box ul li a span.count {
	font-size: 12px;
	color: #62727d;
	padding: 2px 8px 1px 8px;
	background: #dde4e9;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	line-height: normal;
	display: inline-block;
	position: absolute;
	right: -2px;
	top: 9px;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	min-width: 30px;
	text-align: center;
}
.blog-sidebar .cmn-box ul li a:hover span.count {
	color: #fff;
	background: #57bce2;
}
.blog-sidebar .cmn-box.archive ul li a {
	padding: 16px 0px 14px 0px;
	padding-left: 34px;
}
.blog-sidebar .cmn-box.archive ul li a:before {
	content: "\e90c";
	font-family: 'icomoon';
	position: absolute;
	top: 16px;
	left: 0;
	color: #c5d0d7;
	font-size: 18px;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
.blog-sidebar .cmn-box.archive ul li a:hover,
.blog-sidebar .cmn-box.archive ul li a:hover:before {
	color: #f29a32;
}
.blog-sidebar .article-pic {
	display: block;
	position: relative;
	margin-left: -37px;
	margin-right: -37px;
	background: #ccc;
	margin-bottom: 12px;
}
.blog-sidebar .article-pic img {
	width: 100%;
}
.blog-sidebar p {
	color: #747d84;
	font-size: 12px;
	line-height: 20px;
}
.blog-sidebar p.time {
	margin-top: 15px;
	position: relative;
	display: block;
	background: #fff;
}
.blog-sidebar p.time:after {
	width: 32%;
	height: 1px;
	position: absolute;
	top: 10px;
	right: 0px;
	content: '';
	display: block;
	border-bottom: 1px solid #cfcfcf;
}
.blog-sidebar .article-box {
	display: block;
	padding-bottom: 43px;
}
.blog-sidebar .cmn-box .blog-tag li {
	display: inline-block;
	border-top: none;
	margin-top: 12px;
}
.blog-sidebar .cmn-box .blog-tag li a {
	background: #f29a32;
	color: #fff;
	font-size: 12px;
	display: block;
	padding: 5px 14px;
	border-radius: 30px;
}
.blog-sidebar .cmn-box .blog-tag li a:hover {
	color: #fff;
	background: #57bce2;
}

.blog-content.masonry-blog {
	margin-right: 0;
	overflow: hidden;
}
.blog-content.masonry-blog > ul {
	position: relative;
	margin-left: -40px;
}
.blog-content.masonry-blog > ul > li {
	float: left;
	width: 49%;
	border-left: 1px solid #e9e9e9;
	border-top: none;
	padding: 0;
	padding-left: 40px !important;
	padding-right: 40px !important;
	border-top: none;
}
.blog-content.masonry-blog.grid > ul {
	margin-right: -40px;
}
.blog-content.masonry-blog.grid > ul > li {
	width: 33%;
}
.blog-content.grid h5 {
	font-size: 20px;
	line-height: 28px;
}
ul.blog-info li {
	font-size: 13px;
}
ul.blog-info li:before {
	font-size: 20px;
}
.blog-content.masonry-blog > ul > li .blog-item {
	border-top: 1px solid #f0f0f0;
	padding: 25px 0px 15px 0px;
}
.blog-content.masonry-blog > ul > li:first-child .blog-item,
.blog-content.masonry-blog > ul > li:nth-child(2) .blog-item,
.blog-content.masonry-blog.grid > ul > li:nth-child(3) .blog-item {
	border-top: none;
	padding-top: 0px;
}
.blog-content.masonry-blog .blog-pic {
	margin-bottom: 22px;
}

.blog-pic img {
	width: 100%
}

.blog-content.masonry-blog .box {
	padding-bottom: 20px;
}
.blog-content.masonry-blog ul.blog-tag {
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
}
.blog-section .paging-block {
	padding-top: 60px;
	border-top: 1px solid #e9e9e9;
}
/*-----------------------
	  Blog Standard  
-------------------------*/
.blog-sigle-item {
	max-width: 945px;
	margin: 0 auto;
}
.blog-sigle-item >li {
	display: block;
	list-style: none;
}
.blog-sigle-item h4 {
	font-size: 28px;
	font-weight: 300;
	color: #30373d;
	line-height: 40px;
	margin: 0 0 25px;
}
.blog-sigle-item .blog-content {
	margin: 0;
}
.blog-sigle-item .blog-content > ul > li p.time {
	margin-left: 15px;
}
.blog-sigle-item ul.blog-info {
	width: 100%;
	text-align: left;
	margin: 15px 0 0;
}
.blog-sigle-item ul.blog-info li:last-child {
	border: none;
	float: right;
}
.blog-sigle-item .blog-content a.know-more {
	margin: 0;
}
/*-----------------------
	    Blog Single  
-----------------------*/
.blog-content.blog-detailed {
	margin-right: 30px;
	padding-right: 20px;
}
.blog-content.blog-detailed > ul > li {
	border-top: none;
	padding: 25px 0px 0px 0px;
}
.blog-content.blog-detailed h5 {
	font-size: 26px;
	line-height: 44px;
}
.blog-content.blog-detailed p.time {
	padding-bottom: 0px;
}
.blog-content.blog-detailed p {
	padding-bottom: 20px;
}
.disqus-cmt {
	display: block;
	padding-top: 30px;
}
.blog-item p img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.pt-0{
    padding-top:0px!important;
}






/* Banner */

.tm-banner-inner {

    height: auto;

    margin: auto;

    position: absolute;

    top: -20px;

    left: 0px;

    bottom: 0px;

    right: 0px;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-flex-direction: column;

        -ms-flex-direction: column;

            flex-direction: column;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;

}

.tm-banner-title,

.tm-banner-subtitle,

.tm-banner-link {

	text-transform: uppercase;

}

.tm-banner-title,

.tm-banner-subtitle {

	color: white;

}

.tm-banner-title {	

	font-size: 74px;

	font-weight: 600;

}

.tm-banner-subtitle { font-size: 34px; }

.tm-yellow-text { color: #FCDD44; }

.tm-banner-link {

	background: rgba(252, 221, 68, 0.39) none repeat scroll 0% 0%;

	border: 1px solid #D2B731;

	color: #FFF;

	font-weight: 600;

	display: inline-block;

	padding: 18px 40px;

	margin-top: 30px;

	transition: all 0.3s ease;

}

.tm-banner-link:hover,

.tm-banner-link:focus {

	background: rgba(252, 221, 68, 1);

	color: #000;

}

.flexslider.flexslider-banner {

	max-width: 100%;

	height: 100%;

	z-index: 0;

}

.flexslider.flexslider-banner .slides > li {

	text-align: center;

}

.flexslider.flexslider-banner .flex-direction-nav a:before {

	color: #FCDD44;

}

.flex-direction-nav a {

	height: 50px;

}



/* Section 1, index.html */

.tm-gray-bg { background-color: #E5E5E5; }

.tm-home-section-1 {

	position: relative;

	top: -50px;

}

.form-control {	border-radius: 0; }

.form-control:focus {

	border-color: #FCDD44;

	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(252, 221, 68, 0.6);

}

.tm-yellow-gradient-bg {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5d11d+0,f3d10e+1,efcf1c+2,fccd0d+4,f7ca0d+5,f9cb1e+6,f7cb10+7,f8cc14+8,f0c40c+54,edc50c+55,e9c108+71,ecc008+78,e6be06+91,e9bd06+93,e8bc06+100 */

	background: #f5d11d; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */

	background: linear-gradient(to bottom,  #f5d11d 0%,#f3d10e 1%,#efcf1c 2%,#fccd0d 4%,#f7ca0d 5%,#f9cb1e 6%,#f7cb10 7%,#f8cc14 8%,#f0c40c 54%,#edc50c 55%,#e9c108 71%,#ecc008 78%,#e6be06 91%,#e9bd06 93%,#e8bc06 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d11d', endColorstr='#e8bc06',GradientType=0 ); /* IE6-9 */

}

.tm-green-gradient-bg {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ec66b+0,2dc970+1,2ac96c+2,2bc76e+4,2bc869+5,2ac871+6,29c86c+7,28c76b+15,2bc76c+16,21bb61+73,1eb860+100 */

	background: #2ec66b; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */

	background: linear-gradient(to bottom,  #2ec66b 0%,#2dc970 1%,#2ac96c 2%,#2bc76e 4%,#2bc869 5%,#2ac871 6%,#29c86c 7%,#28c76b 15%,#2bc76c 16%,#21bb61 73%,#1eb860 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ec66b', endColorstr='#1eb860',GradientType=0 ); /* IE6-9 */

}

.tm-red-gradient-bg {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e97262+0,ef6865+1,ed6c5f+2,f07162+4,f17062+5,eb6f67+6,ec6c5f+7,ec6b5e+18,eb5d4f+56,e95242+100 */

	background: #e97262; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */

	background: linear-gradient(to bottom,  #e97262 0%,#ef6865 1%,#ed6c5f 2%,#f07162 4%,#f17062 5%,#eb6f67 6%,#ec6c5f 7%,#ec6b5e 18%,#eb5d4f 56%,#e95242 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e97262', endColorstr='#e95242',GradientType=0 ); /* IE6-9 */

}

.tm-yellow-gradient-bg,

.tm-green-gradient-bg,

.tm-red-gradient-bg {

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	-webkit-align-items: center;

	    -ms-flex-align: center;

	        align-items: center;

	height: 50px;

}

.tm-city-price-container {

	padding: 30px 0;

	font-size: 16px;

	color: white;

	text-transform: uppercase;

	-webkit-justify-content: space-around;

	    -ms-flex-pack: distribute;

	        justify-content: space-around;

}

.tm-city-price-container:hover { font-weight: 600; }

.tm-yellow-btn {

	width: 130px;

	height: 40px;

	background-color: #F5D338;

	border: medium none;

	color: #5C4905;

	font-size: 12px;

	margin: 24px auto;

	text-transform: uppercase;

	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);

}

.tm-yellow-btn:hover,

.tm-yellow-btn:focus {

	background-color: #F9E58B;

}

.tm-form-inner { padding: 35px 30px 5px; }



/*http://cssdeck.com/labs/different-css3-box-shadows-effects*/

/*==================================================

 * Effect 2

 * ===============================================*/

.effect2

{

  position: relative;

}

.effect2:before, .effect2:after

{

  z-index: -1;

  position: absolute;

  content: "";

  bottom: 15px;

  left: 10px;

  width: 50%;

  top: 80%;

  max-width:160px;

  background: #777;

  box-shadow: 0 15px 10px #777;

  -webkit-transform: rotate(-3deg);

  transform: rotate(-3deg);

}

.effect2:after

{

  -webkit-transform: rotate(3deg);

  transform: rotate(3deg);

  right: 10px;

  left: auto;

}

.tm-white-bg {

	background-color: #fff;

}

.tm-home-box-1 {

	width: 346px;

}

.tm-home-box-1-center {

	margin: 0 auto;

}

.tm-home-box-1-right,

.tm-home-box-2-right {

	margin-left: auto;

}

.input-group-addon { border-radius: 0; }

#hotelCarTabs {

	border-bottom: none;

	height: 52px;

}

#hotelCarTabs li {

	width: 50%;

	height: 100%;

}

#hotelCarTabs > li > a {

	margin-right: 0;

	padding-top: 15px;

	padding-bottom: 15px;

	text-align: center;

	text-transform: uppercase;

	background: transparent linear-gradient(to bottom, #F5D11D 0%, #F3D10E 1%, #EFCF1C 2%, #FCCD0D 4%, #F7CA0D 5%, #F9CB1E 6%, #F7CB10 7%, #F8CC14 8%, #F0C40C 54%, #EDC50C 55%, #E9C108 71%, #ECC008 78%, #E6BE06 91%, #E9BD06 93%, #E8BC06 100%) repeat scroll 0% 0%;

	border: none;

	border-radius: 0;

	color: #5C4905;

	font-weight: 600;

}

#hotelCarTabs > li > a:hover,

#hotelCarTabs > li > a:focus {

	border: none;

	background: #F9E58B;

}

#hotelCarTabs > li.active > a, 

#hotelCarTabs > li.active > a:focus, 

#hotelCarTabs > li.active > a:hover

{

	background: transparent;

	border: none;	

}

/* Footer */

.tm-black-bg { background-color: #000; }

.tm-copyright-text {

	color: white;

	text-align: center;

	padding-top: 20px;

	padding-bottom: 20px;

}

.tm-copyright-text a {

	color: #FCDD44;

}



.tm-copyright-text a:hover {

	color: white;

}



.hotel-search-form .form-group { margin-bottom: 30px; }



/*Section 2, index.html */

.section-margin-top { margin-top: 100px; }

hr { border-top: 1px solid #111010; }

.tm-section-header {

	margin-bottom: 70px;

	overflow: hidden;

}

.tm-section-title {

	text-align: center;

	text-transform: uppercase;

	font-size: 36px;

	font-weight: 300;

}

.tm-home-box-2 {

	background-color: white;

	max-width: 254px;

}

.tm-home-box-2 h3 {

	font-size: 14px;

	padding: 30px 25px;

	text-transform: uppercase;

}

.tm-date {

	color: #c3c3c3;

	padding: 10px 25px;

	text-transform: uppercase;

}

.tm-home-box-2-container {

	border-top: 1px solid #DDD;

	overflow: hidden;

}

.tm-home-box-2-link {

	display: inline-block;

	height: 100%;

	color: black;	

	transition: all 0.3s ease;

	text-align: center;

}

.tm-home-box-2-link:hover,

.tm-home-box-2-link:focus {

	color: #FCDD44;

}

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

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

.tm-home-box-2-icon {

	padding: 20px;

	width: 60px;

	height: 60px;

	font-size: 1.4em;

}

.tm-home-box-2-description {

	display: inline-block;

	text-align: center;

	text-transform: uppercase;

	width: 125px;

	padding-bottom: 18px;

}

.tm-home-box-2-description.box-3 { width: 175px; }

.home-description {

	margin: 50px auto;

	padding: 0 30px;

	text-align: center;

}



.tm-home-box-3 {

	margin-bottom: 50px;

	max-width: 555px;

	overflow: hidden;

}

.tm-home-box-3-img-container { float: left; }

.tm-home-box-3-info {

    height: 225px;

    max-width: 305px;

    float: right;

    border: 1px solid #CCC;

	border-left: none;

}

.tm-home-box-3-description { padding: 40px 30px 44px; }

.section-padding-bottom { padding-bottom: 60px; }



/* Tours */

.tm-tours-box-1 {

	width: 100%;

	max-width: 532px;

	margin-bottom: 50px;

	padding: 5px;

	box-shadow: 0px 0px 8px #877878;

}





.myshadow 

{

	padding: 5px;

	box-shadow: 0px 0px 8px #877878;	

}

.myshadow img {
    max-width:100%;
}

.tm-city-price-container h2{
    font-size:20
    
}
    
.contact-details a {
    color:#b3b3b3!important;
}

.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:15px;
  right:15px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 4px 4px 6px #353535;
  z-index:999999;
}

.float i{ color: #fff; }

.my-float{
  margin-top:14px;
}

.float-enquiry{
  position:fixed;
  width:60px;
  height:60px;
  bottom:15px;
  left:15px;
  background-color:#e05127;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 4px 4px 6px #353535;
  z-index:999999;
}

.mainheader{margin:20px 0px;}

.float-enquiry i{ color: #fff; }

























.slider-overlay{
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(25, 25, 27, 0.69)36%, rgba(18, 136, 162, 0.55)67%);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
}

.main-slider{
    position:relative;
}

.main-slider .slide{
    position:relative;
    padding:75px 0px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}

.main-slider .title{
    position:relative;
    color:#012993;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: capitalize;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active .title{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 500ms;
}

.main-slider h1{
    position:relative;
    color:#ffffff;
    text-shadow: 1px 2px 3px #3c3939;
    font-weight:700;
    line-height:1.1em;
    margin-bottom:20px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active h1{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1000ms;
}



.main-slider h2{
    position:relative;
    color:#ffffff;
    text-shadow: 1px 2px 3px #3c3939;
    font-weight:700;
    line-height:1.1em;
    margin-bottom:20px;
    font-size:2.5rem;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active h2{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1000ms;
}

.main-slider .text{
    position:relative;
    color:#ffffff;
    text-shadow: 1px 1px 5px #000;
    font-size:18px;
    opacity:0;
    line-height: 1.8em;
    font-weight:400;
    max-width: 700px;
    margin-bottom:28px !important;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .text.alternate{
    color:#1f1f1f;
}

.main-slider .active .text{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1500ms;
}

.main-slider .link-box{
    opacity:0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active .link-box{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 2000ms;
}

.main-slider .link-box .theme-btn{
    margin-right:20px;
}

.main-slider .content.centered .theme-btn{
    margin:0px 10px;
}

.main-slider .content.centered .text{
    margin:0 auto;
}

.main-slider .owl-dots{
    position:absolute;
    left:50%;
    bottom:20px;
    margin-left: -30px;
}

.main-slider .owl-dots .owl-dot{
    position:relative;
    width:12px;
    height:12px;
    margin:0px 4px;
    overflow: hidden;
    border-radius: 50px;
    display:inline-block;
    border:1px solid #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;
}

.main-slider .owl-dots .owl-dot:before{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    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;
}

.main-slider .owl-dots .owl-dot.active::before,
.main-slider .owl-dots .owl-dot:hover::before{
    height:100%;
}

.main-slider .owl-nav{
    position:absolute;
    left:0px;
    top:50%;
    z-index:1;
    width:100%;
    margin-top:-20px;
}

.main-slider .owl-nav .owl-prev{
    position:absolute;
    width: 50px;
    height: 50px;
    left:20px;
    color:#ffffff;
    font-size:16px;
    text-align: center;
    line-height: 48px;
    border:1px solid rgba(255,255,255,0.70);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.main-slider .owl-nav .owl-next{
    position:absolute;
    right:20px;
    width: 50px;
    height: 50px;
    color:#ffffff;
    font-size:16px;
    text-align: center;
    line-height: 48px;
    border:1px solid rgba(255,255,255,0.70);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
    color:#222222;
    border-color:#ffffff;
    background-color:#ffffff;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}


/* 21. Privacy Policy */ 
/* ================================================== */
.privacy-policy {
	display: block;
}
.privacy-policy h4 {
	font-size: 22px;
	font-weight: 400;
	padding: 0 0 15px;
}
.privacy-policy h5 {
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 15px;
}
.privacy-policy p {
	padding: 0 0 12px;
}
.circle-bordered-list {
	margin: 0 0 10px;
}
.circle-bordered-list li {
	display: block;
	padding: 0 0 0px 25px;
	position: relative;
	margin-top: 10px;
}
.circle-bordered-list li p {
	padding: 0px;
}
.circle-bordered-list li p strong {
	color: #00324c;
}
.circle-bordered-list li:before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
	border: 2px solid #57bce2;
	content: "";
}
.privacy-policy hr {
	margin: 18px 0;
}
.quate-box {
	padding: 0 0 0 25px;
	margin: 20px 0 0;
}
.quate-box li {
	width: 100%;
	background: url(../images/dotted-border.html) top repeat-x, url(../images/dotted-border.html) bottom repeat-x, url(../images/dotted-border-vertical.html) left repeat-y, url(../images/dotted-border-vertical.html) right repeat-y;
	position: relative;
	display: block;
	padding: 27px 45px 28px;
	color: #808f96;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	box-shadow: 0 0 10px -3px rgba(0,0,0,0.2);
	margin: 0 0 35px;
}
.quate-box li:before {
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 50%;
	position: absolute;
	top: 30%;
	left: -25px;
	background: #57bce2;
	font-size: 20px;
	color: #fff;
	content: "\f10e";
	font-family: 'FontAwesome';
	text-align: center;
}

img{max-width: 100%;}





/* Banner */

.tm-banner-inner {

    height: auto;

    margin: auto;

    position: absolute;

    top: -20px;

    left: 0px;

    bottom: 0px;

    right: 0px;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-flex-direction: column;

        -ms-flex-direction: column;

            flex-direction: column;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;

}

.tm-banner-title,

.tm-banner-subtitle,

.tm-banner-link {

	text-transform: uppercase;

}

.tm-banner-title,

.tm-banner-subtitle {

	color: white;

}

.tm-banner-title {	

	font-size: 74px;

	font-weight: 600;

}

.tm-banner-subtitle { font-size: 34px; }

.tm-yellow-text { color: #FCDD44; }

.tm-banner-link {

	background: rgba(252, 221, 68, 0.39) none repeat scroll 0% 0%;

	border: 1px solid #D2B731;

	color: #FFF;

	font-weight: 600;

	display: inline-block;

	padding: 18px 40px;

	margin-top: 30px;

	transition: all 0.3s ease;

}

.tm-banner-link:hover,

.tm-banner-link:focus {

	background: rgba(252, 221, 68, 1);

	color: #000;

}

.flexslider.flexslider-banner {

	max-width: 100%;

	height: 100%;

	z-index: 0;

}

.flexslider.flexslider-banner .slides > li {

	text-align: center;

}

.flexslider.flexslider-banner .flex-direction-nav a:before {

	color: #FCDD44;

}

.flex-direction-nav a {

	height: 50px;

}



/* Section 1, index.html */

.tm-gray-bg { background-color: #E5E5E5; }

.tm-home-section-1 {

	position: relative;

	top: -50px;

}

.form-control {	border-radius: 0; }

.form-control:focus {

	border-color: #FCDD44;

	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(252, 221, 68, 0.6);

}

.tm-yellow-gradient-bg {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5d11d+0,f3d10e+1,efcf1c+2,fccd0d+4,f7ca0d+5,f9cb1e+6,f7cb10+7,f8cc14+8,f0c40c+54,edc50c+55,e9c108+71,ecc008+78,e6be06+91,e9bd06+93,e8bc06+100 */

	background: #f5d11d; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */

	background: linear-gradient(to bottom,  #f5d11d 0%,#f3d10e 1%,#efcf1c 2%,#fccd0d 4%,#f7ca0d 5%,#f9cb1e 6%,#f7cb10 7%,#f8cc14 8%,#f0c40c 54%,#edc50c 55%,#e9c108 71%,#ecc008 78%,#e6be06 91%,#e9bd06 93%,#e8bc06 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d11d', endColorstr='#e8bc06',GradientType=0 ); /* IE6-9 */

}

.tm-green-gradient-bg {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ec66b+0,2dc970+1,2ac96c+2,2bc76e+4,2bc869+5,2ac871+6,29c86c+7,28c76b+15,2bc76c+16,21bb61+73,1eb860+100 */

	background: #2ec66b; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */

	background: linear-gradient(to bottom,  #2ec66b 0%,#2dc970 1%,#2ac96c 2%,#2bc76e 4%,#2bc869 5%,#2ac871 6%,#29c86c 7%,#28c76b 15%,#2bc76c 16%,#21bb61 73%,#1eb860 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ec66b', endColorstr='#1eb860',GradientType=0 ); /* IE6-9 */

}

.tm-red-gradient-bg {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e97262+0,ef6865+1,ed6c5f+2,f07162+4,f17062+5,eb6f67+6,ec6c5f+7,ec6b5e+18,eb5d4f+56,e95242+100 */

	background: #e97262; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */

	background: linear-gradient(to bottom,  #e97262 0%,#ef6865 1%,#ed6c5f 2%,#f07162 4%,#f17062 5%,#eb6f67 6%,#ec6c5f 7%,#ec6b5e 18%,#eb5d4f 56%,#e95242 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e97262', endColorstr='#e95242',GradientType=0 ); /* IE6-9 */

}

.tm-yellow-gradient-bg,

.tm-green-gradient-bg,

.tm-red-gradient-bg {

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	-webkit-align-items: center;

	    -ms-flex-align: center;

	        align-items: center;

	height: 50px;

}

.tm-city-price-container {

	padding: 30px 0;

	font-size: 16px;

	color: white;

	text-transform: uppercase;

	-webkit-justify-content: space-around;

	    -ms-flex-pack: distribute;

	        justify-content: space-around;

}

.tm-city-price-container:hover { font-weight: 600; }

.tm-yellow-btn {

	width: 130px;

	height: 40px;

	background-color: #F5D338;

	border: medium none;

	color: #5C4905;

	font-size: 12px;

	margin: 24px auto;

	text-transform: uppercase;

	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);

}

.tm-yellow-btn:hover,

.tm-yellow-btn:focus {

	background-color: #F9E58B;

}

.tm-form-inner { padding: 35px 30px 5px; }



/*http://cssdeck.com/labs/different-css3-box-shadows-effects*/

/*==================================================

 * Effect 2

 * ===============================================*/

.effect2

{

  position: relative;

}

.effect2:before, .effect2:after

{

  z-index: -1;

  position: absolute;

  content: "";

  bottom: 15px;

  left: 10px;

  width: 50%;

  top: 80%;

  max-width:160px;

  background: #777;

  box-shadow: 0 15px 10px #777;

  -webkit-transform: rotate(-3deg);

  transform: rotate(-3deg);

}

.effect2:after

{

  -webkit-transform: rotate(3deg);

  transform: rotate(3deg);

  right: 10px;

  left: auto;

}

.tm-white-bg {

	background-color: #fff;

}

.tm-home-box-1 {

	width: 346px;

}

.tm-home-box-1-center {

	margin: 0 auto;

}

.tm-home-box-1-right,

.tm-home-box-2-right {

	margin-left: auto;

}

.input-group-addon { border-radius: 0; }

#hotelCarTabs {

	border-bottom: none;

	height: 52px;

}

#hotelCarTabs li {

	width: 50%;

	height: 100%;

}

#hotelCarTabs > li > a {

	margin-right: 0;

	padding-top: 15px;

	padding-bottom: 15px;

	text-align: center;

	text-transform: uppercase;

	background: transparent linear-gradient(to bottom, #F5D11D 0%, #F3D10E 1%, #EFCF1C 2%, #FCCD0D 4%, #F7CA0D 5%, #F9CB1E 6%, #F7CB10 7%, #F8CC14 8%, #F0C40C 54%, #EDC50C 55%, #E9C108 71%, #ECC008 78%, #E6BE06 91%, #E9BD06 93%, #E8BC06 100%) repeat scroll 0% 0%;

	border: none;

	border-radius: 0;

	color: #5C4905;

	font-weight: 600;

}

#hotelCarTabs > li > a:hover,

#hotelCarTabs > li > a:focus {

	border: none;

	background: #F9E58B;

}

#hotelCarTabs > li.active > a, 

#hotelCarTabs > li.active > a:focus, 

#hotelCarTabs > li.active > a:hover

{

	background: transparent;

	border: none;	

}

/* Footer */

.tm-black-bg { background-color: #000; }

.tm-copyright-text {

	color: white;

	text-align: center;

	padding-top: 20px;

	padding-bottom: 20px;

}

.tm-copyright-text a {

	color: #FCDD44;

}



.tm-copyright-text a:hover {

	color: white;

}



.hotel-search-form .form-group { margin-bottom: 30px; }



/*Section 2, index.html */

.section-margin-top { margin-top: 100px; }

hr { border-top: 1px solid #111010; }

.tm-section-header {

	margin-bottom: 70px;

	overflow: hidden;

}

.tm-section-title {

	text-align: center;

	text-transform: uppercase;

	font-size: 36px;

	font-weight: 300;

}

.tm-home-box-2 {

	background-color: white;

	max-width: 254px;

}

.tm-home-box-2 h3 {

	font-size: 14px;

	padding: 30px 25px;

	text-transform: uppercase;

}

.tm-date {

	color: #c3c3c3;

	padding: 10px 25px;

	text-transform: uppercase;

}

.tm-home-box-2-container {

	border-top: 1px solid #DDD;

	overflow: hidden;

}

.tm-home-box-2-link {

	display: inline-block;

	height: 100%;

	color: black;	

	transition: all 0.3s ease;

	text-align: center;

}

.tm-home-box-2-link:hover,

.tm-home-box-2-link:focus {

	color: #FCDD44;

}

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

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

.tm-home-box-2-icon {

	padding: 20px;

	width: 60px;

	height: 60px;

	font-size: 1.4em;

}

.tm-home-box-2-description {

	display: inline-block;

	text-align: center;

	text-transform: uppercase;

	width: 125px;

	padding-bottom: 18px;

}

.tm-home-box-2-description.box-3 { width: 175px; }

.home-description {

	margin: 50px auto;

	padding: 0 30px;

	text-align: center;

}



.tm-home-box-3 {

	margin-bottom: 50px;

	max-width: 555px;

	overflow: hidden;

}

.tm-home-box-3-img-container { float: left; }

.tm-home-box-3-info {

    height: 225px;

    max-width: 305px;

    float: right;

    border: 1px solid #CCC;

	border-left: none;

}

.tm-home-box-3-description { padding: 40px 30px 44px; }

.section-padding-bottom { padding-bottom: 60px; }



/* Tours */

.tm-tours-box-1 {

	width: 100%;

	max-width: 532px;

	margin-bottom: 50px;

	padding: 5px;

	box-shadow: 0px 0px 8px #877878;

}





.myshadow 

{

	padding: 5px;

	box-shadow: 0px 0px 8px #877878;	

}





.tm-tours-box-1-info {

	background: #F9EEEE;

	padding: 10px;

	overflow: hidden;

}

.tm-tours-box-1-info-left,

.tm-tours-box-1-info-right {

	float: left;

	width: 50%;

}

.tm-tours-box-1-info-left {

	border-right: 1px solid #B1B1B1;

	padding-right: 30px;

}

.tm-tours-box-1-info-right { padding-left: 30px; }

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

.margin-bottom-30 { margin-bottom: 30px; }

.gray-text { color: #B1B1B1; }

.tours-1-description { line-height: 1.8; }

.tm-tours-box-1-link { overflow: hidden;font-size: 25px; }

.tm-tours-box-1-link-left { 
	background-color: #EB5D4F;
	padding: 15px 30px;
	float: left;
	width: 70%;
	text-transform: uppercase;
}

.tm-tours-box-1-link-right {
	float: left;
	background-color: #AE3E33;
	font-weight: 600;
	font-size: 18px;
	display: block;
	padding: 17px 25px;
	width: 30%;
	transition: all 0.3s;
	text-align: center;
}

.tm-tours-box-1-link-right:hover,

.tm-tours-box-1-link-right:focus {
	color: white;
	background-color: #e9c108;
}

.tm-tours-box-1-link-left,

.tm-tours-box-1-link-right {
	color: white;
	height: 60px;
}

.tm-tours-box-2 {
	max-width: 254px;
	width: 100%;
}

.tm-tours-box-2-info h3 {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 1px solid #b1b1b1;
}

.tm-tours-box-2-info {
    padding: 20px;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
}

.tm-tours-box-2-link {

	display: block;

	padding-top: 20px;

	padding-bottom: 20px;

	text-align: center;

	background-color: #8C8C8C;

	color: white;

	text-transform: uppercase;

	transition: all 0.3s ease;

}

.tm-tours-box-2-link:hover,

.tm-tours-box-2-link:focus {

	color: white;

	background-color: #E8BA0F;

}



.margin-bottom-15 { margin-bottom: 15px; }

.margin-bottom-5 { margin-bottom: 5px; }



/* About */

.about-section { margin-top: 150px; }

.tm-about-box-1 {

	background-color: white;

	width: 255px;

	height: 380px;

	padding: 30px;

	text-align: center;

}

.tm-about-box-1-img {

	display: block;

	margin: 0 auto 30px;

	border-radius: 50%;

	border: 5px solid #d4d4d4;

	transition: all 0.3s ease;

}

.tm-about-box-1-img:hover,

.tm-about-box-1-img:focus {

	border: 5px solid #E8BA0F;	

}

.tm-about-box-1-title {

	font-size: 17px;

	font-style: italic;

	text-transform: uppercase;

	margin-bottom: 15px;

}

.tm-about-box-1-title span {

	font-size: 14px;

	font-style: normal;

	text-transform: none;

}

.tm-social-icon {

	color: #B1B1B1;

	font-size: 18px;

	padding: 0 10px;

}

.tm-social-icon:hover {	color: #E8BA0F; }

.tm-testimonials-box {

	width: 272px;

	height: 530px;

	background-color: #E8BA0F;

	float: left;

}

.tm-testimonials-title {

	background-color: rgb(96, 104, 116);

	color: white;

	padding: 20px;

	text-align: center;

	text-transform: uppercase;

	font-weight: 300;

}

.tm-testimonials-content {

	padding: 30px;

	text-align: center;

	font-style: italic;

}

.tm-testimonial {

	padding-top: 20px;

	padding-bottom: 15px;

}

.tm-what-we-do-right {

	float: right;

	margin-left: 30px;

	max-width: 820px;

	width: 100%;

}

.tm-about-box-2 { overflow: hidden; }

.tm-about-box-2-img,

.tm-about-box-2-text {

	float: left;

}

.tm-about-box-2-text {

	margin-left: 40px;

	max-width: 440px;

	width: 100%;

}

.tm-about-box-2-title {

	text-transform: uppercase;

	text-align: left;

	margin-bottom: 30px;

}

.tm-about-box-2-description {

	text-align: left;

	margin-bottom: 20px;

}

.tm-about-box-2-footer {

	border-top: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

	text-align: right;

	text-transform: uppercase;

	padding-top: 10px;

	padding-bottom: 10px;

}



/* Flexslider */

.flex-caption,

.flexslider.flexslider .slides img {

	float: left;

}

.flex-caption {

  width: 572px;

  padding: 40px;

  left: 0;

  bottom: 0;

  font-size: 14px;

  line-height: 18px;

}

.flexslider.flexslider-banner .slides img { 

	display: block;

	width: 100%; 

}

.flexslider {

	border: none;

	border-radius: 0;

	margin: 0 auto;	

	width: 100%;

}

.flexslider.flexslider-about {

	max-width: 1100px;

}

.flexslider.flexslider-about img {

	max-width: 528px;

}

.slider-title {

	font-style: italic;

	font-weight: 600;

	margin-bottom: 25px;

	text-transform: uppercase;

}

.slider-subtitle {

	font-size: 18px;

	margin-bottom: 30px;

	text-align: left;

}

.slider-description {

	color: #B1B1B1;

	line-height: 1.6;

	margin-bottom: 40px;

	text-align: justify;

}

.slider-social { text-align: right; }



/* Contact */

.tm-contact-box-1 {

	background-color: #F4F4F4;

	padding: 40px;

}

.contact-image { 

	float: left; 

	widthh: 100%;

	max-width: 494px;

}

.contact-text {

	float: left;

	margin-left: 40px;

	max-width: 550px;

	width: 100%;

}

.effect2-contact::before, 

.effect2-contact::after {

	max-width: 550px;

}

#google-map {

	height: 335px;

	width: 100%;

}

.tm-submit-btn {

	background: #f5d11d; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */

	background: linear-gradient(to bottom,  #f5d11d 0%,#f3d10e 1%,#efcf1c 2%,#fccd0d 4%,#f7ca0d 5%,#f9cb1e 6%,#f7cb10 7%,#f8cc14 8%,#f0c40c 54%,#edc50c 55%,#e9c108 71%,#ecc008 78%,#e6be06 91%,#e9bd06 93%,#e8bc06 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d11d', endColorstr='#e8bc06',GradientType=0 ); /* IE6-9 */

	width: 100%;

	border: none;

	height: 40px;

	text-transform: uppercase;

	font-style: italic;

	font-size: 12px;

	font-weight: 600;

}

.tm-submit-btn:hover { background: #f5d11d; }

.contact-social { margin-top: 20px; }

.contact-social .fa { color: white; }

.tm-social-facebook { background-color: #4A7DBB; }

.tm-social-dribbble { background-color: #E4588E; }

.tm-social-twitter { background-color: #77D1EE; }

.tm-social-instagram { background-color: #527AA1; }

.tm-social-google-plus { background-color: #CE5754; }

.contact-social .tm-social-icon {

    padding: 5px 0;

    width: 35px;

    height: 35px;

    display: inline-block;

    text-align: center;

    margin-right: 10px;

}

.contact-social .tm-social-icon:last-child { margin-right: 0; }



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

	.tm-banner-title { font-size: 50px; }

	.tm-banner-subtitle { font-size: 30px; }

	.tm-home-section-1 { top: -20px; }

	.tm-home-box-1 {

		width: 300px;

		height: 388px;

	}

	.hotel-search-form .form-group { margin-bottom: 18px; }

	.tm-home-box-2-description { padding-bottom: 15px; }

	.tm-home-box-3 {

		margin-left: auto;

		margin-right: auto;

	}

	.tm-home-box-2-description.box-3 { width: 185px; }

	.tm-about-box-1 {

		width: 215px;

		padding: 24px 15px;

	}

	.tm-testimonials-box { width: 220px; }

	.tm-testimonials-content { padding: 20px; }

	.tm-what-we-do-right { max-width: 685px; }

	.tm-about-box-2-img {

		max-width: 280px;

		height: auto;

	}

	.tm-about-box-2-text { max-width: 360px; }

	.flex-caption {	

		padding: 25px; 

		max-width: 500px;

	}

	.flexslider.flexslider-about .slides img {

		max-width: 450px;

	}

	.slider-title {

		margin-bottom: 15px; 

	}

	.slider-subtitle { 

		margin-bottom: 20px;	

	}

	.slider-description {

		margin-bottom: 20px;

		line-height: 1.3;

	}

	.tm-contact-box-1 {	padding: 30px; }

	.contact-image { max-width: 450px; }

	.contact-text {	max-width: 400px; }

	.flexslider.flexslider-about .slides img { width: 450px;	}	

}



@media screen and (max-width: 1199px) and (min-width: 992px) {

	.tm-home-box-2-description { width: 94px; }

	.tm-home-box-2-icon {

		padding: 18px;

		width: 55px;

		height: 55px;

	}

	.tm-home-box-3-description { padding-bottom: 47px; }

}



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

	.tm-home-box-1 {

		margin-bottom: 50px;

		width: 346px;

		height: 436px;

	}

	.tm-home-box-2 { margin: 0 auto 30px; }

	.tm-home-box-2-description {

		width: 125px;

		vertical-align: top;

	}

	.tm-home-box-2-description.box-3 { width: 175px; }

	.hotel-search-form .form-group { margin-bottom: 30px; }

	.home-description {	margin: 40px auto 40px;	}

	.tm-tours-box-1-link-left {	width: 65%;	}

	.tm-tours-box-1-link-right { width: 35%; }

	.tm-tours-box-2 { margin: 0 auto 30px; }

	.tm-about-box-1 {

		margin: 0 auto 30px;

		width: 100%;

	}

	.tm-what-we-do-right {

		float: none;

		margin-left: 0;

		max-width: 100%;

	}

	.tm-about-box-2-img { max-width: 100%; }

	.tm-about-box-2-text { max-width: 340px; }

	.tm-testimonials-box {

	    max-width: 340px;

	    width: 100%;

	    margin: 30px auto 0;

	    float: none;

	    height: auto;

	}

	.flexslider.flexslider-about,

	.flexslider.flexslider-about .slides img, 

	.flex-caption {

		max-width: 528px;

		width: 100%;

	}

	.flexslider .slides img, 

	.flex-caption {

		width: 100%;

	}

	.contact-text {

		margin-left: 0;

		margin-top: 50px;

		max-width: 100%;

	}

	.tm-contact-form-input { margin-top: 50px; }

}



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

	

	/* http://www.impressivewebs.com/animate-display-block-none/

	 * Comment by Jon Christensen

	 */

	.tm-nav.show {

		opacity: 1;

		height: auto;

		transition: opacity 1s, height 0;

	}

	.tm-nav {

	    opacity: 0;

		transition: opacity 1s, height 0 1s;

		height: 0;

	    position: fixed;

	    z-index: 1000;

	    top: 69px;

	    right: 15px;

	    background: rgba(15,15,15,0.7);

	    transition: all 0.3s ease;

	}

	.tm-nav li { float: none; }

	.tm-nav li a {

		color: white;

	    display: block;

	    padding: 20px 30px 20px;

	}

	.mobile-menu-icon {

	    display: block;

	    cursor: pointer;

	    color: #FCDD44;

	    font-size: 30px;

	    position: fixed;

	    top: 15px;

	    right: 15px;

	    background-color: rgba(15, 15, 15, 0.7);

	    padding: 6px 15px;

	    z-index: 1000;

	}

	.- { height: 400px;	}

	.tm-banner-title { font-size: 40px;	}

	.tm-banner-subtitle { font-size: 24px; }

	.tm-banner-inner { top: 0; }

	.tm-banner-link {

		padding: 12px 30px;

		margin-top: 10px;

	}

/* 	.tm-banner, .flexslider.flexslider-banner .slides img { height: 500px; } */

	.tm-home-box-1 {

		margin-left: auto;

		margin-right: auto;

		max-width: 100%;

	}

	.tm-home-box-1-2 { height: auto; }

	.tm-tours-box-1 {

		margin-left: auto;

		margin-right: auto;

	}

	.tm-what-we-do-right { text-align: center; }

	.section-margin-top.about-section {	margin-top: 120px; }

	.tm-section-header { margin-bottom: 40px; }

	.tm-about-box-1 {

		width: 100%;

		max-width: 300px;

		padding: 30px;

	}

	.tm-about-box-2-img, 

	.tm-about-box-2-text {

		float: none;

	}

	.tm-about-box-2-text { margin: 30px auto; }

}



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

	.col-xxs-12 { width: 100%; }

	.section-margin-top { margin-top: 50px;	}

	.tm-banner-title {

    	font-size: 30px;

	}

	.tm-banner-subtitle { font-size: 16px; }

	.tm-banner-link { 

		padding: 10px 25px;

	}

	.tm-home-section-1 { top: 0; }

	.tm-home-box-3-img-container,

	.tm-home-box-3-info {

		float: none;

	}

	.tm-home-box-3-info {

		max-width: 250px;

		border: 1px solid #CCC;

		border-top: none;

	}

	.tm-home-box-3-description {

	    padding-top: 30px;

	    padding-bottom: 34px;

	}

	.tm-home-box-3 { max-width: 250px; }

	.tm-home-box-2-description.box-3 { width: 120px; }

}



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

	.tm-banner-title { font-size: 20px;	}

	.tm-banner-subtitle { font-size: 12px; }

	.tm-banner-link { padding: 5px 10px; }

	.tm-tours-box-1-info-left,

	.tm-tours-box-1-info-right {

		float: none;

		width: 100%;

	}

	.tm-tours-box-1-info-left {

		border-right: none;

		border-bottom: 1px solid #B1B1B1;

		padding-right: 0;

		padding-bottom: 30px;	

	}

	.tm-tours-box-1-info-right {

		padding-left: 0;

		padding-top: 30px;		

	}

	.tm-tours-box-1-link-left,

	.tm-tours-box-1-link-right {

		float: none;

		width: 100%;



/* Banner */

.tm-banner-inner {

    height: auto;

    margin: auto;

    position: absolute;

    top: -20px;

    left: 0px;

    bottom: 0px;

    right: 0px;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-flex-direction: column;

        -ms-flex-direction: column;

            flex-direction: column;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;

}

.tm-banner-title,

.tm-banner-subtitle,

.tm-banner-link {

	text-transform: uppercase;

}

.tm-banner-title,

.tm-banner-subtitle {

	color: white;

}

.tm-banner-title {	

	font-size: 74px;

	font-weight: 600;

}

.tm-banner-subtitle { font-size: 34px; }

.tm-yellow-text { color: #FCDD44; }

.tm-banner-link {

	background: rgba(252, 221, 68, 0.39) none repeat scroll 0% 0%;

	border: 1px solid #D2B731;

	color: #FFF;

	font-weight: 600;

	display: inline-block;

	padding: 18px 40px;

	margin-top: 30px;

	transition: all 0.3s ease;

}

.tm-banner-link:hover,

.tm-banner-link:focus {

	background: rgba(252, 221, 68, 1);

	color: #000;

}

.flexslider.flexslider-banner {

	max-width: 100%;

	height: 100%;

	z-index: 0;

}

.flexslider.flexslider-banner .slides > li {

	text-align: center;

}

.flexslider.flexslider-banner .flex-direction-nav a:before {

	color: #FCDD44;

}

.flex-direction-nav a {

	height: 50px;

}



/* Section 1, index.html */

.tm-gray-bg { background-color: #E5E5E5; }

.tm-home-section-1 {

	position: relative;

	top: -50px;

}

.form-control {	border-radius: 0; }

.form-control:focus {

	border-color: #FCDD44;

	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(252, 221, 68, 0.6);

}

.tm-yellow-gradient-bg {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5d11d+0,f3d10e+1,efcf1c+2,fccd0d+4,f7ca0d+5,f9cb1e+6,f7cb10+7,f8cc14+8,f0c40c+54,edc50c+55,e9c108+71,ecc008+78,e6be06+91,e9bd06+93,e8bc06+100 */

	background: #f5d11d; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */

	background: linear-gradient(to bottom,  #f5d11d 0%,#f3d10e 1%,#efcf1c 2%,#fccd0d 4%,#f7ca0d 5%,#f9cb1e 6%,#f7cb10 7%,#f8cc14 8%,#f0c40c 54%,#edc50c 55%,#e9c108 71%,#ecc008 78%,#e6be06 91%,#e9bd06 93%,#e8bc06 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d11d', endColorstr='#e8bc06',GradientType=0 ); /* IE6-9 */

}

.tm-green-gradient-bg {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ec66b+0,2dc970+1,2ac96c+2,2bc76e+4,2bc869+5,2ac871+6,29c86c+7,28c76b+15,2bc76c+16,21bb61+73,1eb860+100 */

	background: #2ec66b; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */

	background: linear-gradient(to bottom,  #2ec66b 0%,#2dc970 1%,#2ac96c 2%,#2bc76e 4%,#2bc869 5%,#2ac871 6%,#29c86c 7%,#28c76b 15%,#2bc76c 16%,#21bb61 73%,#1eb860 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ec66b', endColorstr='#1eb860',GradientType=0 ); /* IE6-9 */

}

.tm-red-gradient-bg {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e97262+0,ef6865+1,ed6c5f+2,f07162+4,f17062+5,eb6f67+6,ec6c5f+7,ec6b5e+18,eb5d4f+56,e95242+100 */

	background: #e97262; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */

	background: linear-gradient(to bottom,  #e97262 0%,#ef6865 1%,#ed6c5f 2%,#f07162 4%,#f17062 5%,#eb6f67 6%,#ec6c5f 7%,#ec6b5e 18%,#eb5d4f 56%,#e95242 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e97262', endColorstr='#e95242',GradientType=0 ); /* IE6-9 */

}

.tm-yellow-gradient-bg,

.tm-green-gradient-bg,

.tm-red-gradient-bg {

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	-webkit-align-items: center;

	    -ms-flex-align: center;

	        align-items: center;

	height: 50px;

}

.tm-city-price-container {

	padding: 30px 0;

	font-size: 16px;

	color: white;

	text-transform: uppercase;

	-webkit-justify-content: space-around;

	    -ms-flex-pack: distribute;

	        justify-content: space-around;

}

.tm-city-price-container:hover { font-weight: 600; }

.tm-yellow-btn {

	width: 130px;

	height: 40px;

	background-color: #F5D338;

	border: medium none;

	color: #5C4905;

	font-size: 12px;

	margin: 24px auto;

	text-transform: uppercase;

	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);

}

.tm-yellow-btn:hover,

.tm-yellow-btn:focus {

	background-color: #F9E58B;

}

.tm-form-inner { padding: 35px 30px 5px; }



/*http://cssdeck.com/labs/different-css3-box-shadows-effects*/

/*==================================================

 * Effect 2

 * ===============================================*/

.effect2

{

  position: relative;

}

.effect2:before, .effect2:after

{

  z-index: -1;

  position: absolute;

  content: "";

  bottom: 15px;

  left: 10px;

  width: 50%;

  top: 80%;

  max-width:160px;

  background: #777;

  box-shadow: 0 15px 10px #777;

  -webkit-transform: rotate(-3deg);

  transform: rotate(-3deg);

}

.effect2:after

{

  -webkit-transform: rotate(3deg);

  transform: rotate(3deg);

  right: 10px;

  left: auto;

}

.tm-white-bg {

	background-color: #fff;

}

.tm-home-box-1 {

	width: 346px;

}

.tm-home-box-1-center {

	margin: 0 auto;

}

.tm-home-box-1-right,

.tm-home-box-2-right {

	margin-left: auto;

}

.input-group-addon { border-radius: 0; }

#hotelCarTabs {

	border-bottom: none;

	height: 52px;

}

#hotelCarTabs li {

	width: 50%;

	height: 100%;

}

#hotelCarTabs > li > a {

	margin-right: 0;

	padding-top: 15px;

	padding-bottom: 15px;

	text-align: center;

	text-transform: uppercase;

	background: transparent linear-gradient(to bottom, #F5D11D 0%, #F3D10E 1%, #EFCF1C 2%, #FCCD0D 4%, #F7CA0D 5%, #F9CB1E 6%, #F7CB10 7%, #F8CC14 8%, #F0C40C 54%, #EDC50C 55%, #E9C108 71%, #ECC008 78%, #E6BE06 91%, #E9BD06 93%, #E8BC06 100%) repeat scroll 0% 0%;

	border: none;

	border-radius: 0;

	color: #5C4905;

	font-weight: 600;

}

#hotelCarTabs > li > a:hover,

#hotelCarTabs > li > a:focus {

	border: none;

	background: #F9E58B;

}

#hotelCarTabs > li.active > a, 

#hotelCarTabs > li.active > a:focus, 

#hotelCarTabs > li.active > a:hover

{

	background: transparent;

	border: none;	

}

/* Footer */

.tm-black-bg { background-color: #000; }

.tm-copyright-text {

	color: white;

	text-align: center;

	padding-top: 20px;

	padding-bottom: 20px;

}

.tm-copyright-text a {

	color: #FCDD44;

}



.tm-copyright-text a:hover {

	color: white;

}



.hotel-search-form .form-group { margin-bottom: 30px; }



/*Section 2, index.html */

.section-margin-top { margin-top: 100px; }

hr { border-top: 1px solid #111010; }

.tm-section-header {

	margin-bottom: 70px;

	overflow: hidden;

}

.tm-section-title {

	text-align: center;

	text-transform: uppercase;

	font-size: 36px;

	font-weight: 300;

}

.tm-home-box-2 {

	background-color: white;

	max-width: 254px;

}

.tm-home-box-2 h3 {

	font-size: 14px;

	padding: 30px 25px;

	text-transform: uppercase;

}

.tm-date {

	color: #c3c3c3;

	padding: 10px 25px;

	text-transform: uppercase;

}

.tm-home-box-2-container {

	border-top: 1px solid #DDD;

	overflow: hidden;

}

.tm-home-box-2-link {

	display: inline-block;

	height: 100%;

	color: black;	

	transition: all 0.3s ease;

	text-align: center;

}

.tm-home-box-2-link:hover,

.tm-home-box-2-link:focus {

	color: #FCDD44;

}

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

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

.tm-home-box-2-icon {

	padding: 20px;

	width: 60px;

	height: 60px;

	font-size: 1.4em;

}

.tm-home-box-2-description {

	display: inline-block;

	text-align: center;

	text-transform: uppercase;

	width: 125px;

	padding-bottom: 18px;

}

.tm-home-box-2-description.box-3 { width: 175px; }

.home-description {

	margin: 50px auto;

	padding: 0 30px;

	text-align: center;

}



.tm-home-box-3 {

	margin-bottom: 50px;

	max-width: 555px;

	overflow: hidden;

}

.tm-home-box-3-img-container { float: left; }

.tm-home-box-3-info {

    height: 225px;

    max-width: 305px;

    float: right;

    border: 1px solid #CCC;

	border-left: none;

}

.tm-home-box-3-description { padding: 40px 30px 44px; }

.section-padding-bottom { padding-bottom: 60px; }



/* Tours */

.tm-tours-box-1 {

	width: 100%;

	max-width: 532px;

	margin-bottom: 50px;

	padding: 5px;

	box-shadow: 0px 0px 8px #877878;

}





.myshadow 

{

	padding: 5px;

	box-shadow: 0px 0px 8px #877878;	

}





.tm-tours-box-1-info {

	background: #F9EEEE;

	padding: 10px;

	overflow: hidden;

}

.tm-tours-box-1-info-left,

.tm-tours-box-1-info-right {

	float: left;

	width: 50%;

}

.tm-tours-box-1-info-left {

	border-right: 1px solid #B1B1B1;

	padding-right: 30px;

}

.tm-tours-box-1-info-right { padding-left: 30px; }

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

.margin-bottom-30 { margin-bottom: 30px; }

.gray-text { color: #B1B1B1; }

.tours-1-description { line-height: 1.8; }

.tm-tours-box-1-link { overflow: hidden;font-size: 25px; }

.tm-tours-box-1-link-left { 

	background-color: #EB5D4F;

	padding: 15px 30px;

	float: left;

	width: 70%;

	text-transform: uppercase;

}

.tm-tours-box-1-link-right {

	float: left;

	background-color: #AE3E33;

	font-weight: 600;

	font-size: 18px;

	display: block;

	padding: 17px 30px;

	width: 30%;

	transition: all 0.3s;

	text-align: center;

}

.tm-tours-box-1-link-right:hover,

.tm-tours-box-1-link-right:focus {

	color: white;

	background-color: #e9c108;

}

.tm-tours-box-1-link-left,

.tm-tours-box-1-link-right {

	color: white;

	height: 60px;

}

.tm-tours-box-2 {

	max-width: 254px;

	width: 100%;

}

.tm-tours-box-2-info h3 {

	font-size: 14px;

	text-transform: uppercase;

	padding-bottom: 20px;

	border-bottom: 1px solid #b1b1b1;

}

.tm-tours-box-2-info {

    padding: 20px;

    border-left: 1px solid #E4E4E4;

    border-right: 1px solid #E4E4E4;

}

.tm-tours-box-2-link {

	display: block;

	padding-top: 20px;

	padding-bottom: 20px;

	text-align: center;

	background-color: #8C8C8C;

	color: white;

	text-transform: uppercase;

	transition: all 0.3s ease;

}

.tm-tours-box-2-link:hover,

.tm-tours-box-2-link:focus {

	color: white;

	background-color: #E8BA0F;

}



.margin-bottom-15 { margin-bottom: 15px; }

.margin-bottom-5 { margin-bottom: 5px; }



/* About */

.about-section { margin-top: 150px; }

.tm-about-box-1 {

	background-color: white;

	width: 255px;

	height: 380px;

	padding: 30px;

	text-align: center;

}

.tm-about-box-1-img {

	display: block;

	margin: 0 auto 30px;

	border-radius: 50%;

	border: 5px solid #d4d4d4;

	transition: all 0.3s ease;

}

.tm-about-box-1-img:hover,

.tm-about-box-1-img:focus {

	border: 5px solid #E8BA0F;	

}

.tm-about-box-1-title {

	font-size: 17px;

	font-style: italic;

	text-transform: uppercase;

	margin-bottom: 15px;

}

.tm-about-box-1-title span {

	font-size: 14px;

	font-style: normal;

	text-transform: none;

}

.tm-social-icon {

	color: #B1B1B1;

	font-size: 18px;

	padding: 0 10px;

}

.tm-social-icon:hover {	color: #E8BA0F; }

.tm-testimonials-box {

	width: 272px;

	height: 530px;

	background-color: #E8BA0F;

	float: left;

}

.tm-testimonials-title {

	background-color: rgb(96, 104, 116);

	color: white;

	padding: 20px;

	text-align: center;

	text-transform: uppercase;

	font-weight: 300;

}

.tm-testimonials-content {

	padding: 30px;

	text-align: center;

	font-style: italic;

}

.tm-testimonial {

	padding-top: 20px;

	padding-bottom: 15px;

}

.tm-what-we-do-right {

	float: right;

	margin-left: 30px;

	max-width: 820px;

	width: 100%;

}

.tm-about-box-2 { overflow: hidden; }

.tm-about-box-2-img,

.tm-about-box-2-text {

	float: left;

}

.tm-about-box-2-text {

	margin-left: 40px;

	max-width: 440px;

	width: 100%;

}

.tm-about-box-2-title {

	text-transform: uppercase;

	text-align: left;

	margin-bottom: 30px;

}

.tm-about-box-2-description {

	text-align: left;

	margin-bottom: 20px;

}

.tm-about-box-2-footer {

	border-top: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

	text-align: right;

	text-transform: uppercase;

	padding-top: 10px;

	padding-bottom: 10px;

}



/* Flexslider */

.flex-caption,

.flexslider.flexslider .slides img {

	float: left;

}

.flex-caption {

  width: 572px;

  padding: 40px;

  left: 0;

  bottom: 0;

  font-size: 14px;

  line-height: 18px;

}

.flexslider.flexslider-banner .slides img { 

	display: block;

	width: 100%; 

}

.flexslider {

	border: none;

	border-radius: 0;

	margin: 0 auto;	

	width: 100%;

}

.flexslider.flexslider-about {

	max-width: 1100px;

}

.flexslider.flexslider-about img {

	max-width: 528px;

}

.slider-title {

	font-style: italic;

	font-weight: 600;

	margin-bottom: 25px;

	text-transform: uppercase;

}

.slider-subtitle {

	font-size: 18px;

	margin-bottom: 30px;

	text-align: left;

}

.slider-description {

	color: #B1B1B1;

	line-height: 1.6;

	margin-bottom: 40px;

	text-align: justify;

}

.slider-social { text-align: right; }



/* Contact */

.tm-contact-box-1 {

	background-color: #F4F4F4;

	padding: 40px;

}

.contact-image { 

	float: left; 

	widthh: 100%;

	max-width: 494px;

}

.contact-text {

	float: left;

	margin-left: 40px;

	max-width: 550px;

	width: 100%;

}

.effect2-contact::before, 

.effect2-contact::after {

	max-width: 550px;

}

#google-map {

	height: 335px;

	width: 100%;

}

.tm-submit-btn {

	background: #f5d11d; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */

	background: linear-gradient(to bottom,  #f5d11d 0%,#f3d10e 1%,#efcf1c 2%,#fccd0d 4%,#f7ca0d 5%,#f9cb1e 6%,#f7cb10 7%,#f8cc14 8%,#f0c40c 54%,#edc50c 55%,#e9c108 71%,#ecc008 78%,#e6be06 91%,#e9bd06 93%,#e8bc06 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d11d', endColorstr='#e8bc06',GradientType=0 ); /* IE6-9 */

	width: 100%;

	border: none;

	height: 40px;

	text-transform: uppercase;

	font-style: italic;

	font-size: 12px;

	font-weight: 600;

}

.tm-submit-btn:hover { background: #f5d11d; }

.contact-social { margin-top: 20px; }

.contact-social .fa { color: white; }

.tm-social-facebook { background-color: #4A7DBB; }

.tm-social-dribbble { background-color: #E4588E; }

.tm-social-twitter { background-color: #77D1EE; }

.tm-social-instagram { background-color: #527AA1; }

.tm-social-google-plus { background-color: #CE5754; }

.contact-social .tm-social-icon {

    padding: 5px 0;

    width: 35px;

    height: 35px;

    display: inline-block;

    text-align: center;

    margin-right: 10px;

}

.contact-social .tm-social-icon:last-child { margin-right: 0; }



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

	.tm-banner-title { font-size: 50px; }

	.tm-banner-subtitle { font-size: 30px; }

	.tm-home-section-1 { top: -20px; }

	.tm-home-box-1 {

		width: 300px;

		height: 388px;

	}

	.hotel-search-form .form-group { margin-bottom: 18px; }

	.tm-home-box-2-description { padding-bottom: 15px; }

	.tm-home-box-3 {

		margin-left: auto;

		margin-right: auto;

	}

	.tm-home-box-2-description.box-3 { width: 185px; }

	.tm-about-box-1 {

		width: 215px;

		padding: 24px 15px;

	}

	.tm-testimonials-box { width: 220px; }

	.tm-testimonials-content { padding: 20px; }

	.tm-what-we-do-right { max-width: 685px; }

	.tm-about-box-2-img {

		max-width: 280px;

		height: auto;

	}

	.tm-about-box-2-text { max-width: 360px; }

	.flex-caption {	

		padding: 25px; 

		max-width: 500px;

	}

	.flexslider.flexslider-about .slides img {

		max-width: 450px;

	}

	.slider-title {

		margin-bottom: 15px; 

	}

	.slider-subtitle { 

		margin-bottom: 20px;	

	}

	.slider-description {

		margin-bottom: 20px;

		line-height: 1.3;

	}

	.tm-contact-box-1 {	padding: 30px; }

	.contact-image { max-width: 450px; }

	.contact-text {	max-width: 400px; }

	.flexslider.flexslider-about .slides img { width: 450px;	}	

}



@media screen and (max-width: 1199px) and (min-width: 992px) {

	.tm-home-box-2-description { width: 94px; }

	.tm-home-box-2-icon {

		padding: 18px;

		width: 55px;

		height: 55px;

	}

	.tm-home-box-3-description { padding-bottom: 47px; }

}



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

	.tm-home-box-1 {

		margin-bottom: 50px;

		width: 346px;

		height: 436px;

	}

	.tm-home-box-2 { margin: 0 auto 30px; }

	.tm-home-box-2-description {

		width: 125px;

		vertical-align: top;

	}

	.tm-home-box-2-description.box-3 { width: 175px; }

	.hotel-search-form .form-group { margin-bottom: 30px; }

	.home-description {	margin: 40px auto 40px;	}

	.tm-tours-box-1-link-left {	width: 65%;	}

	.tm-tours-box-1-link-right { width: 35%; }

	.tm-tours-box-2 { margin: 0 auto 30px; }

	.tm-about-box-1 {

		margin: 0 auto 30px;

		width: 100%;

	}

	.tm-what-we-do-right {

		float: none;

		margin-left: 0;

		max-width: 100%;

	}

	.tm-about-box-2-img { max-width: 100%; }

	.tm-about-box-2-text { max-width: 340px; }

	.tm-testimonials-box {

	    max-width: 340px;

	    width: 100%;

	    margin: 30px auto 0;

	    float: none;

	    height: auto;

	}

	.flexslider.flexslider-about,

	.flexslider.flexslider-about .slides img, 

	.flex-caption {

		max-width: 528px;

		width: 100%;

	}

	.flexslider .slides img, 

	.flex-caption {

		width: 100%;

	}

	.contact-text {

		margin-left: 0;

		margin-top: 50px;

		max-width: 100%;

	}

	.tm-contact-form-input { margin-top: 50px; }

}



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

	

	/* http://www.impressivewebs.com/animate-display-block-none/

	 * Comment by Jon Christensen

	 */

	.tm-nav.show {

		opacity: 1;

		height: auto;

		transition: opacity 1s, height 0;

	}

	.tm-nav {

	    opacity: 0;

		transition: opacity 1s, height 0 1s;

		height: 0;

	    position: fixed;

	    z-index: 1000;

	    top: 69px;

	    right: 15px;

	    background: rgba(15,15,15,0.7);

	    transition: all 0.3s ease;

	}

	.tm-nav li { float: none; }

	.tm-nav li a {

		color: white;

	    display: block;

	    padding: 20px 30px 20px;

	}

	.mobile-menu-icon {

	    display: block;

	    cursor: pointer;

	    color: #FCDD44;

	    font-size: 30px;

	    position: fixed;

	    top: 15px;

	    right: 15px;

	    background-color: rgba(15, 15, 15, 0.7);

	    padding: 6px 15px;

	    z-index: 1000;

	}

	.- { height: 400px;	}

	.tm-banner-title { font-size: 40px;	}

	.tm-banner-subtitle { font-size: 24px; }

	.tm-banner-inner { top: 0; }

	.tm-banner-link {

		padding: 12px 30px;

		margin-top: 10px;

	}

/* 	.tm-banner, .flexslider.flexslider-banner .slides img { height: 500px; } */

	.tm-home-box-1 {

		margin-left: auto;

		margin-right: auto;

		max-width: 100%;

	}

	.tm-home-box-1-2 { height: auto; }

	.tm-tours-box-1 {

		margin-left: auto;

		margin-right: auto;

	}

	.tm-what-we-do-right { text-align: center; }

	.section-margin-top.about-section {	margin-top: 120px; }

	.tm-section-header { margin-bottom: 40px; }

	.tm-about-box-1 {

		width: 100%;

		max-width: 300px;

		padding: 30px;

	}

	.tm-about-box-2-img, 

	.tm-about-box-2-text {

		float: none;

	}

	.tm-about-box-2-text { margin: 30px auto; }

}



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

	.col-xxs-12 { width: 100%; }

	.section-margin-top { margin-top: 50px;	}

	.tm-banner-title {

    	font-size: 30px;

	}

	.tm-banner-subtitle { font-size: 16px; }

	.tm-banner-link { 

		padding: 10px 25px;

	}

	.tm-home-section-1 { top: 0; }

	.tm-home-box-3-img-container,

	.tm-home-box-3-info {

		float: none;

	}

	.tm-home-box-3-info {

		max-width: 250px;

		border: 1px solid #CCC;

		border-top: none;

	}

	.tm-home-box-3-description {

	    padding-top: 30px;

	    padding-bottom: 34px;

	}

	.tm-home-box-3 { max-width: 250px; }

	.tm-home-box-2-description.box-3 { width: 120px; }

}



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

	.tm-banner-title { font-size: 20px;	}

	.tm-banner-subtitle { font-size: 12px; }

	.tm-banner-link { padding: 5px 10px; }

	.tm-tours-box-1-info-left,

	.tm-tours-box-1-info-right {

		float: none;

		width: 100%;

	}

	.tm-tours-box-1-info-left {

		border-right: none;

		border-bottom: 1px solid #B1B1B1;

		padding-right: 0;

		padding-bottom: 30px;	

	}

	.tm-tours-box-1-info-right {

		padding-left: 0;

		padding-top: 30px;		

	}

	.tm-tours-box-1-link-left,

	.tm-tours-box-1-link-right {

		float: none;

		width: 100%;

		text-align: center;

	}

}



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

	.tm-section-title {	font-size: 28px; }

}


	



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

	.tm-section-title {	font-size: 28px; }

}




.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 1299em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}

.tm-tours-box-2 {
	
	width: 100%;
	margin-bottom: 20px;
}
.tm-tours-box-2-info h3 {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 1px solid #b1b1b1;
}
.tm-tours-box-2-info {
    padding: 20px;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
}
.tm-tours-box-2-link {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #8C8C8C;
	color: white;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.tm-tours-box-2-link:hover,
.tm-tours-box-2-link:focus {
	color: white;
	background-color: #E8BA0F;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #111010;
}

.tm-section-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 300;
    color:#333!important;
}

.tm-section-header {
    margin-bottom: 70px;
    overflow: hidden;
}
.section-margin-top {
    margin-top: 100px;
}

.tm-tours-box-2-info h3 {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #b1b1b1;
}


.panel-body h2
{
	margin-bottom: 20px;
}


.panel {
    z-index: 100;
    box-shadow: 0 1px 1px rgba(0,0,0,0.12);
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}
.panel-heading {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    background-color: #48cfad;
    border: none;
}
.panel-info>.panel-heading {
    color: #eee;
    background-color: #48cfad;
}
.panel-info>.panel-heading a:hover { color: #eee }
.panel-body {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border: 1px solid #eee;
}

.tab { background: #fff }
.tab .nav > li > a { padding: 18px 15px }
.tab-bg-dark-navy-blue {
   
    border-bottom: none;
    padding: 0;
}
.tab-bg-dark-navy-blue .nav > li > a:hover,
.tab-bg-dark-navy-blue .nav > li > a:focus {
    background-color: #f4f4f4;
    text-decoration: none;
}
.panel-heading .nav > li > a,
.panel-heading .nav > li.active > a,
.panel-heading .nav > li.active > a:hover,
.panel-heading .nav > li.active > a:focus {
    border-width: 0;
    border-radius: 0;
    font-size: 20px;
}

.panel-heading .nav > li > a 
{ 
  color: #fff; 
  /* background-image; */
  background-size: 45px 55px;
  background-repeat: no-repeat;
  background-position: 2% ; 
}



.panel-heading .nav > li.active > a,
.panel-heading .nav > li > a:hover {
    color: #fff;
    background: #f4c810;
}
.panel-heading .nav > li:first-child.active > a,
.panel-heading .nav > li:first-child > a:hover { }
.tab .nav-tabs.nav-justified > li { border-right: 1px solid #f4f4f4 }
.tab .nav-tabs.nav-justified > li:last-child { border-right: none }
.p-head {
    color: #48cfad;
    font-size: 14px;
    font-weight: 400;
}



thead
{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfff4+0,dfe5d7+40,b3bead+100;Wax+3D+%233 */
background: #fcfff4; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */


}

.mythead
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.table-responsive, .table {
    text-align:center!important;
    
}

.modal-header .close {
    padding: 0rem!important;
    margin: 0px!important;
}


/* second page car section img responsiveness */

