@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,700|Rajdhani&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville&family=Open+Sans:wght@300;400;700&family=Playfair+Display:wght@400;600&family=Poppins:wght@300;400;700&family=Roboto+Condensed:wght@300;400;700&display=swap");
/*   
font-family: 'Baskervville', serif;font-family: 'Open Sans', sans-serif;font-family: 'Playfair Display', serif;font-family: 'Poppins', sans-serif;font-family: 'Rajdhani', sans-serif; 
font-family: 'Roboto Condensed', sans-serif;*/ 
body {    font-family: "Poppins", sans-serif;    background: #f9f9f9;}
p {    color: #2a2a2a;    font-size: 16px;    line-height: 1.8;    margin: 0;    padding: 0;}
a {    color: #2a2a2a;}
a:hover {    color: #a33a52;    text-decoration: none;}
.text-red {    color: #c00 !important;    font-size: 12px;} 
.img-fullwidth {    width: 100%;}
.header {    position: relative;    background: #fff;}
.header .topbar {    background: #5c0016;    padding: 5px 0;    text-align: right;}
.header .topbar .language {    text-align: right;}
.header .content {margin: 10px 0;  float:left;}
.header .content li {    display: inline-block;    color: #4f4f4f;    margin-right: 10px;}
.header .content li:last-child {    margin-right: 0;    padding-right: 0;    border-right: 0;}
.header .content li i {    margin-right: 5px;    color: #4f4f4f;}
.header .content li a {    color: #4f4f4f;}
.header .navbar-collapse {    padding: 0;}
.connect {    margin: 0;    padding: 15px 0 15px 0;    text-align: center;}
.connect p {    margin: 5px 0;    padding: 0; font-family: "Poppins", sans-serif; }
.connect ul {    margin: 0;    padding: 0;}
.connect ul li {    margin: 0 4px;    padding: 0;    display: inline-block;    color: #000;    font-size: 18px;}
.connect ul li a {    color: #50001d;}
.connect h4 {margin: 5px 0;    padding: 0;    line-height: 22px;    font-size: 16px; font-family: "Poppins", sans-serif: float: left; }
.connect h4 small {font-size: 15px;    color: #000;}
.header .logo {margin: 10px 10px 10px 0px; border-top:#222222;}
.header .header-menu {    z-index: 3333;    padding: 0;    font-family: "Rajdhani", sans-serif;    background: #50001d;    border-bottom: #c90048 3px solid;}

.header .navbar {
    background: 0;
    box-shadow: none;
    border: 0;
    position: relative;
    padding: 0;
}

.navbar-nav {
    display: block;
}

.header .nav li {
    float: left;
    position: relative;
}

.header .nav li:last-child {
    margin-right: 0;
}

.header .nav li a {
    color: #ffffff;
    font-size: 16px;
    padding: 15px 11px;
    text-transform: none;
    display: block;
    position: relative;
    text-shadow: none;
    font-family: "Poppins", sans-serif;
}

.header .nav li:hover a,

.header .nav li.active a {
    color: #ffffff;
}

.header .nav li a i {
    margin-left: 5px;
}

.header .nav li .dropdown {
    background: #c90048;
    width: 300px;
    position: absolute;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
}

.header .nav li:hover .dropdown {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.header .nav li .dropdown li {
    float: none;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #fff;
}
.header .nav li .dropdown li a {
    padding: 5px 5px;
    color: #fff;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    background: transparent;
    font-size:14px;
}

.header .nav li .dropdown li i {
    float: right;
}

.header .nav li .dropdown li:hover a {
    color: #fff;
}

.header .nav li .dropdown.submenu {
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}

.header .nav li .dropdown li:hover .dropdown.submenu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.header .nav li .dropdown li .dropdown.submenu li a {
    color: #fff;
    background: transparent;
}

.header .nav li .dropdown li .dropdown.submenu li:hover a {
    color: #fff;
}

.header .button {
    text-align: center;
}

.header .button .btn {
    margin-top: 0;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 20px;
    text-transform: capitalize;
    background: #00305b;
    font-size: 14px;
    border: #00305b 1px solid;
    border-radius: 35px;
}

.header .button .btn:hover {
    color: #4f4f4f;
    background: none;
    border: #00305b 1px solid;
}

.header.sticky .header-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    background: #50001d;
    transition: all 0.4s ease;
    animation: fadeInDown 1s both 0.2s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.home-slider {
    position: relative;
}

.home-slider .overlay {
    position: relative;
}

.home-slider .overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: #000;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.home-slider .single-slider {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

.home-slider .single-slider:before {
    opacity: 0.1;
}

.home-slider .single-slider .slider-text {
    margin: 325px 0 0;
    padding: 20px;
}

.home-slider .single-slider h2 {
    font-size: 48px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 0 0 3px #000, 0 0 5px #000;
}

.home-slider .single-slider h1 {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 0 3px #000, 0 0 5px #000;
}

.home-slider .single-slider p {
    font-size: 24px;
    color: #fff;
    text-shadow: 0 0 3px #000, 0 0 5px #ccc;
}

.home-slider .single-slider .button {
    margin-top: 10px;
}

.home-slider .single-slider .btn {
    margin-right: 15px;
    color: #000;
    font-size: 16px;
    background: #fff;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.home-slider .single-slider .btn:hover {
    background: #d12326;
    color: #000;
}

.home-slider .single-slider .btn.primary {
    color: #000;
}

.home-slider .single-slider .btn.primary:before {
    background: #fff;
}

.home-slider .single-slider .btn.primary:hover {
    color: #252525;
    background: transparent;
}

.home-slider .single-slider .btn:last-child {
    margin-right: 0px;
}

/* Slider Meta */

.home-slider .owl-carousel .owl-nav div {
    height: 55px;
    width: 55px;
    line-height: 55px;
    top: 50%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 100%;
    margin: -30px 0 0 0;
}

.home-slider .owl-carousel .owl-nav div:hover {
    background: #000;
}

.home-slider .owl-carousel .owl-nav .owl-prev {
    left: 15px;
}

.home-slider .owl-carousel .owl-nav .owl-prev:hover {
    left: 25px;
}

.home-slider .owl-carousel .owl-nav .owl-next {
    right: 15px;
}

.home-slider .owl-carousel .owl-nav .owl-next:hover {
    right: 25px;
}



.about-us-area {
    position: relative;
    padding: 40px 0;
    margin-top: -10px;
    background: #f2f2f2;
}



.abttxt {
    margin: 0;
    padding: 0;
}



.abttxt h2 {
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
    font-size: 36px;
    color: #5c0016;
}



.abttxt p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
}

.trip {
    margin: 0;
    padding: 0;
    text-align: center;
}

.trip ul {
    margin: 0;
    padding: 0;
}

.trip ul li {
    margin: 10px;
    padding: 0;
    display: inline-block;
}



.our-features {
    background-color: #fff;
    padding: 30px 0;
}

.our-features h2 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 36px;
    color: #181818;
    text-align: none;
    position: relative;
}

.our-features h6 {
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    text-align: none;
    color: #181818;
}

.our-features .single-feature {
    background: #f2f2f2;
    margin: 15px 0;
}

.our-features .feature-head {
    position: relative;
}

.our-features .single-feature img {
    width: 100%;
}

.our-features .single-feature h3 {
    font-size: 16px;	min-height:40px;
    margin: 10px 0;
    color: #2e2e2e;
    text-align: center;
}

.our-features .single-feature p {
    font-size: 14px;
    text-align: center;
    color: #2e2e2e;
}

.our-features .single-feature .button {
    margin: 10px 0;
    font-size: 16px;
    text-align: center;
}

.our-features .single-feature .btn {
    color: #ff3300;
    text-transform: capitalize;
    padding: 10px 18px;
    border-radius: 20px;
    background: transparent;
    border: #ff3300 1px solid;
}

.our-features .single-feature .btn:hover {
    color: #ff3300;
}



.ss {
    padding: 40px 0;
    background: linear-gradient(179.1deg, rgb(247, 238, 238) -1.9%, rgb(247, 202, 201) 44.9%, rgb(145, 168, 208) 96.1%);
    position: relative;
}

.ss h2 {
    font-size: 36px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    color: #181818;
    position: relative;
}

.ss h2:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    background: #ff3300;
    width: 100px;
    height: 3px;
}

.specialtours {
    margin: 10px 0;
    padding: 10px;
    background: #fff;
}

.specialtours .row {
    margin-left: -5px;
    margin-right: -5px;
}

.specialtours .col-sm-4,

.specialtours .col-sm-8 {
    padding-left: 5px;
    padding-right: 5px;
}

.specialtours h3 {
    margin: 5px 0;
    padding: 0;
    font-size: 16px;
}

.specialtours h3 span {
    color: #ff3300;
    font-size: 14px;
}

.specialtours p {
    margin: 0;
    padding: 0;
    color: #2e2e2e;
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
    font-weight: 300;
}

.specialtours .readmore {
    margin-top: 5px;
    padding: 0;
    font-size: 14px;
}

.specialtours .readmore a {
    font-size: 14px;
    color: #5c0016;
}

.samday .row {
    margin-left: -5px;
    margin-right: -5px;
}

.samday .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.samebox {
    margin: 5px 0;
    padding: 10px;
    background: #fff;
    position: relative;
}

.samebox h3 {
    margin: 5px 0;
    padding: 0;
    font-size: 16px;
}

.samebox h3 span {
    color: #ff3300;
    font-size: 14px;
}

.samebox p {
    margin: 0;
    padding: 0;
    color: #2e2e2e;
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
    font-weight: 300;
}

.samebox .readmore {
    margin-top: 5px;
    padding: 0;
    font-size: 14px;
}

.samebox .readmore a {
    font-size: 14px;
    color: #5c0016;
}

.travel-services {
    margin: 0;
    padding: 40px 0 30px;
    background: #fff;
    position: relative;
}

.tsimg {
    margin: 0;
    padding: 0;
    position: relative;
}



.tsimg .shape.rellax {
    z-index: 1;
    position: absolute;
    background-color: #f2f8fb !important;
}

.tsimg figure {
    position: relative;
    z-index: 2;
}

.bg-dot.primary {
    background-image: radial-gradient(#ef5a26 2px, transparent 2.5px);
}

.bg-dot {
    background-size: 0.75rem 0.75rem;
    opacity: 0.5;
    height: 12.5rem !important;
    width: 7rem !important;
}

.tstxt {
    margin: 0;
    padding: 15px;
    position: relative;
}

.tstxt h2 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 30px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 600;
}

.tstxt h2 span {
    color: #ff3300;
}

.tstxt h2 small {
    color: #ff3300;
    text-transform: uppercase;
    font-size: 16px;
}

.tstxt .sbox {
    margin: 15px 0;
    padding: 0;
}

.tstxt .sbox .icon {
    padding: 25px;
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-right: 15px;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    border-radius: 8px;
    background: #ff3300;
}

.tstxt .sbox h3 {
    font-size: 18px;
    margin: 0 0 5px 0;
    padding: 0;
    color: #000;
    font-weight: 600;
}

.tstxt .sbox p {
    margin: 0;
    padding: 0;
}



.car-rental {
    background: #fff;
    padding: 40px 0;
    position: relative;
}

.car-rental h2 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 36px;
    color: #181818;
    text-align: center;
    position: relative;
}

.car-rental h6 {
    margin: 10px 0;
    padding: 0; 

    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #181818;
}

.car-rental .single-car {
    background: #fff;
    margin: 15px 0;
    border: #dfdfdf 1px solid;
    box-shadow: 0 0 10px 0 rgba(62, 28, 131, 0.1);
}

.car-rental .single-car h3 {
    font-size: 18px;
    margin: 15px 0;
    color: #181818;
    text-align: center;
}

.car-rental .single-car p {
    text-align: center;
    font-size: 14px;
}

.car-rental .single-car .button {
    margin-top: 10px;
    font-size: 16px;
}

.car-rental .single-car .btn {
    color: #fff;
    text-transform: capitalize;
    width: 100%;
    padding: 8px 15px;
    border-radius: 5px;
    background: #181818;
    border: #181818 1px solid;
}

.car-rental .single-car .orange {
    background: #ff3300 !important;
    border: #ff3300 1px solid !important;
}

.car-rental .single-car .btn:hover {
    color: #000;
}

/*===============================

	Features CSS

=================================*/



.our-services {
    margin: 0;
    padding: 40px 0;
    position: relative;
    background: #fff;
}

.our-services h2 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 36px;
    color: #181818;
    text-align: center;
    position: relative;
}

.our-services h6 {
    margin: 10px 0;
    padding: 0; 

    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #181818;
}

.osbox {
    margin: 15px 0;
    padding: 30px 15px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(62, 28, 131, 0.1);
}

.osbox i {
    margin: 0 0 20px;
    padding: 25px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    background: #ff3300;
    font-size: 36px;
    text-align: center;
}

.osbox h3 {
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
}

.osbox p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
}



/*=============================

	Footer CSS

===============================*/

.footer {
    padding: 0;
    background: #282828;
}

.footer a,

.footer p {
    color: #eee;
    font-weight: 400;
}

.footer .footer-top {
    padding: 40px 0 30px;
}

.footer .footer-bottom {
}

.footer .single-widget {
    margin-top: 30px;
}

.footer .single-widget h2 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #ff3300;
    position: relative;
    text-transform: uppercase;
}

.footer .about p {
    margin-top: 20px;
}

.footer .list {
}

.footer .list li {
    line-height: 30px;
    color: #bbbbbb;
}

.footer .list li a {
    color: #bbbbbb;
}

.footer .list li i {
    margin-right: 10px;
    color: #ff3300;
}

.footer .useful-links p {
    color: #bbbbbb;
    font-size: 15px;
}

.footer .useful-links ul li {
    position: relative;
    line-height: 30px;
    width: 49%;
    float: left;
}

.footer .useful-links ul li a {
    color: #bbbbbb;
}

.footer .useful-links ul li i {
    margin-right: 10px;
    color: #ff3300;
}

.footer .bottom-head {
    padding: 10px 0;
}

.footer .social {
    margin-top: 20px;
}

.footer .social li {
    display: inline-block;
    margin-right: 5px;
}

.footer .copyright {
    text-align: center;
}

.footer .copyright p {
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
}

.footer .copyright a:hover {
    color: #fff;
}



.testimonial {
    border: 1px solid #d7dce3;
    border-radius: 3px;
    padding: 30px;
    min-height: 370px;
    margin: 15px 0;
    background: url(../images/qoute_icon.png) top 30px right 30px no-repeat;
}

.testimonial .author {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.testimonial .author img {
    margin-right: 20px;
    width: 70px;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.testimonial .author .author-meta h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

.testimonial .author .author-meta .star .fa {
    color: #ffdc00;
    font-size: 16px;
    margin-right: 2px;
}

.testimonial p {
    font-size: 14px;
    color: #768092;
    margin-bottom: 0;
    text-align: justify;
}



.events {
    padding: 0px;
    background: #fff;
}

.events .section-title {
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
}

.events .section-title h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #fff;
}

.events .section-title h2 {
    font-size: 36px;
    text-transform: capitalize;
    padding-bottom: 12px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    position: relative;
    margin-bottom: 18px;
}

.events .section-title h2::before {
    position: absolute;
    left: 50%;
    content: "";
    width: 50px;
    height: 3px;
    background: #fff;
    bottom: -1px;
    margin-left: -25px;
}

.events p {
    color: #777;
    line-height: 26px;
    text-align: justify;
    margin: 0 0 20px;
}

.events .single-event {
    margin: 15px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    padding: 15px;
}

.events .single-event:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.events .single-event .head {
    position: relative;
}

.events .single-event .head img {
}

.events .single-event .head .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    line-height: 50px;
    padding: 0;
    margin: -25px 0 0 -25px;
    color: #fff;
    transition: ;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    transform: scale(3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 35;
    background: #000;
}

.events .single-event:hover .head .btn {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.events .single-event .head .btn:hover {
    background: #fff;
    color: #252525;
}

.events .single-event .head.overlay:before {
    opacity: 0;
    visibility: hidden;
    z-index: 34;
}

.events .single-event:hover .head.overlay:before {
    opacity: 0.5;
    visibility: visible;
}

.events .event-content {
    margin: 0px;
    padding: 15px 0;
    text-align: center;
    background: #fff;
}

.events .event-content h4 {
    font-size: 18px;
    margin: 10px 0;
}

.events .event-content h4 a {
    color: #252525;
    font-weight: 700;
}

/* Event Nav */

.events .owl-nav {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
}

.events:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.events .owl-carousel .owl-nav div {
    height: 48px;
    width: 48px;
    line-height: 48px;
    top: 50%;
    background: #666;
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 100%;
    margin-top: -24px;
}

.events .owl-carousel .owl-nav div:hover {
    color: #fff;
}

.events .owl-carousel .owl-nav .owl-prev {
    left: -75px;
}

.events .owl-carousel .owl-nav .owl-prev:hover {
    left: -65px;
}

.events .owl-carousel .owl-nav .owl-next {
    right: -75px;
}

.events .owl-carousel .owl-nav .owl-next:hover {
    right: -65px;
}



.bread {
    background: #f6f5f2;
    color: #000;
    margin: 0;
    padding: 10px 0;
    border-top: #e4e4e5 1px solid;
    border-bottom: #e4e4e5 1px solid;
}

.bread ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.bread ul li {
    color: #000;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

.bread ul li a {
    color: #000;
}

.bread ul li a:hover {
    color: #000;
}



.inner {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
    position: relative;
}

.inner .inTitle {
    margin: 0 0 20px 0;
    font-size: 24px;
    color: #000;
}

.featuBox {
    margin: 15px 0 35px 0;
    padding: 0;
    position: relative;
}

.featuBox .image {
    margin: 10px 0;
    padding: 0;
    position: absolute;
}

.featuBox .ftxt {
    margin-left: 75px;
    padding: 0;
}

.featuBox .ftxt h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #38445c;
    font-family: "Rajdhani", sans-serif;
}

.featuBox .ftxt p {
    font-size: 13px;
    font-weight: 400;
    color: gray;
    line-height: 1.5;
}

.inner .graybg {
    margin: 0;
    padding: 15px;
    background: #f4f4f4;
}

.inner .graybg h2 {
    line-height: 44px;
    margin: 0 0 19px;
    font-weight: 600;
    font-size: 24px;
    color: #38445c;
}

.inner .graybg p {
    font-size: 14px;
    margin: 0 0 15px 0;
    line-height: 30px;
    text-align: justify;
}

.ab-content {
    margin: 25px 0;
    padding: 0;
}

.ab-content h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 19px;
    color: #38445c;
}

.ab-content p {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    margin: 0px 0px 20px 0px;
}

.ab-content ul {
    margin: 0 0 0 15px;
    padding: 0;
    column-count: 2;
    list-style: disc;
}

.ab-content ul li {
    margin: 10px 0 0 15px;
    font-size: 20px;
    list-style: disc;
    line-height: 30px;
    color: #565656;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .inner {
        padding: 15px 0;
    }

    .ab-content h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .ab-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .ab-content ul {
        column-count: 1;
    }

    .ab-content ul li {
        font-size: 16px;
        line-height: 24px;
    }

}



.about-contact {
    padding: 0;
    background: #fff;
}



.contxt {
    margin: 40px auto;
    padding: 0 20px;
    text-align: center;
    max-width: 40vw;
    position: relative;
}

.contxt h1 {
    color: #222;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 30px;
    margin-bottom: 20px;
}

.contxt p {
    color: #101010;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 300;
}

.contxt p span i {
    color: #995e00;
    font-size: 20px;
    margin: 5px 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    border-radius: 50%;
}

.contxt p a {
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

.contxt .form-group {
    margin-bottom: 15px;
}

.contxt .input-box {
    position: relative;
}

.contxt .input-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 222;
}

.contxt .input-icon i {
    color: #995e00;
}

.contxt .form-control {
    background: transparent;
    height: 40px;
    outline: none;
    border-radius: 3px;
    border: 1px solid #bdbdbd;
    box-shadow: none;
}

.contxt .input-box .form-control {
    padding-left: 35px;
}

.contxt textarea.form-control {
    height: 90px;
    padding-top: 12px;
}

.contxt .check-box {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
}

.contxt .btn {
    background: #e8604c;
    color: #fff;
    outline: none;
    box-shadow: 6px 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 0.05rem;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    font-weight: 400;
    border: none;
    transition: all 0.3s ease-in-out;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contxt {
        max-width: 100vw;
    }

}

@media only screen and (max-width: 767px) {
    .contxt {
        max-width: 100vw;
    }

}



.contxt02 {
    margin: auto;
    padding: 47px 40px;
    background-color: #995e00;
    position: relative;
}

.contxt02 h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 30px;
    margin-bottom: 20px;
}

.contxt02 p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.contxt02 p a {
    color: #fff;
}



.iBox02 {
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.iBox02 h3 {
    margin: 15px 10px 10px 10px;
    padding: 0;
    font-size: 22px;
    color: #000;
}

.iBox02 h3 a {
    color: #000;
}

.iBox02 p {
    margin: 0 10px;
    padding: 0;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #5f5f5f;
}

.iBox02 p a {
    color: #f37434;
}

.iBox02 .button {
    margin-top: 10px;
    text-align: center;
}

.iBox02 .btn {
    color: #5b5b5b;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 15px;
    background: 0 0;
    border: #5b5b5b 1px solid;
}

.blog-left h3 {
    margin: 15px 0;
    padding: 0;
    font-size: 22px;
    color: #000;
}

.blog-left h3 a {
    color: #000;
}

.blog-left p {
    margin: 10px 0;
    padding: 0;
    line-height: 26px;
    font-size: 14px;
    text-align: justify;
    color: #5f5f5f;
}

.blog-left p a {
    color: #f37434;
}

.blog-info {
    margin: 5px 10px;
}

.blog-info a {
    color: #777;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #e7e7e7;
}

.blog-info a:last-child {
    border-right: 0px;
    margin-right: 0;
    padding-right: 0;
}

.blog-info a i {
    margin-right: 5px;
    text-align: center;
    border-radius: 100%;
    font-size: 13px;
    color: #34999a;
}

.blog-right {
    margin: 10px 0;
    background: #f3f3f1;
    padding: 50px 40px 0 40px;
}

.custbttn {
    margin-bottom: 30px;
    padding: 12px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(to bottom, #df1f25 0, #fa3e1b 100%);
}

.custbttn:hover {
    background: linear-gradient(to bottom, #fa3e1b 0, #df1f25 100%);
}

.custbttn a {
    color: #fff;
}

.searchwidget {
    margin-bottom: 30px;
    position: relative;
}

.searchwidget input {
    padding-right: 3.5em;
    border-radius: 0;
    background-color: #fff;
    border-color: #eaeaea;
    color: #5c5c5c;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    height: 3.06em;
    padding-left: calc(1em - 1px);
    width: 100%;
}

.searchwidget .button {
    top: 0;
    right: 0;
    position: absolute;
    background-color: transparent;
    color: #b0b0b0;
    font-size: 17px;
    border: none;
    height: 100%;
    width: 15%;
    padding: 0;
}

.searchwidget:hover .button {
    color: #f37434;
}

.widgetlink {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    padding: 15px;
}

.widgetlink h3 {
    text-transform: capitalize;
    color: #101010;
    letter-spacing: 0;
    font-size: 19px;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.widgetlink ul {
    list-style: none;
}

.widgetlink ul li {
    padding: 6px 0;
    font-size: 16px;
    font-size: 1rem;
    border-bottom: 1px dotted #d2d2d2;
    letter-spacing: 1px;
}

.widgetlink ul li a {
    color: #555;
}

.widgetlink ul li:first-child {
    padding-top: 0;
}

.widgetlink ul li:last-child {
    padding-bottom: 0;
}

.widgetlink ul li span {
    font-size: 14px;
    font-size: 0.875rem;
    color: #f37434;
}

.latest-news {
    margin-bottom: 30px;
    position: relative;
}

.latest-news h3 {
    text-transform: capitalize;
    color: #c83c45;
    letter-spacing: 0;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.latest-news .single-news {
    position: relative;
    padding-left: 65px;
    margin-bottom: 15px;
}

.latest-news .single-news:last-child {
    margin: 0;
}

.latest-news .single-news img {
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
}

.latest-news .single-news h4 {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-weight: 700;
}

.latest-news .single-news h4 a {
    color: #3a3a3a;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.latest-news .single-news p {
    padding-right: 50px;
    font-size: 14px;
    color: #6d6d6d;
    line-height: 16px;
}

.tags {
    margin-bottom: 30px;
    position: relative;
}

.tags h3 {
    text-transform: capitalize;
    color: #101010;
    letter-spacing: 0;
    font-size: 18px;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.tags a {
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #a6a6a6;
    font-size: 12px;
    letter-spacing: 1.5px;
    padding: 0.7em 0.7em;
    margin-right: 0.4rem;
    margin-bottom: 0.7rem;
    border-radius: 0;
    display: inline-block;
}

.tags a:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #f37434 !important;
    border-color: transparent;
}



.enroll-form {
    text-align: left;
    margin: 10px 0;
    font-family: "Baskervville", serif;
}

.enroll-form h3 {
    font-size: 20px;
    width: 100%;
    border-bottom: solid 1px #995e00;
    color: #995e00;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.enroll-form .form {
    color: #565656;
}

.enroll-form .form-group {
    margin-bottom: 30px;
}

.enroll-form .form-group input {
    width: 100%;
    height: 40px;
    color: #565656;
    box-shadow: none;
    text-shadow: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0px;
    padding-left: 10px;
    transition: 0.3s;
}

.enroll-form .form-group input:hover,

.enroll-form .form-group textarea:hover {
    padding-left: 15px;
}

.enroll-form .form-group textarea {
    height: 100px;
    color: #565656;
    box-shadow: none;
    transition: 0.3s;
    text-shadow: none;
    border: none;
    background: transparent;
    resize: none;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 0px;
    padding-left: 10px;
    width: 100%;
    border-radius: 0px;
}

.enroll-form .form-group .btn {
    width: 100%;
    background: #995e00;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    padding: 18px 0;
    border-radius: 3px;
    border: none;
}

.enroll-form .form-group .btn:before {
    display: none;
}

.chktxt .chk {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #5a5a5a;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



/* Hide the browser's default checkbox */

.chktxt .chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}



/* Create a custom checkbox */

.chktxt .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: #5a5a5a 1px solid;
}



/* On mouse-over, add a grey background color */

.chktxt .chk:hover input ~ .checkmark {
    background-color: #ccc;
}



/* When the checkbox is checked, add a blue background */

.chktxt .chk input:checked ~ .checkmark {
    background-color: #995e00;
    border: #995e00 1px solid;
}



/* Create the checkmark/indicator (hidden when not checked) */

.chktxt .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}



/* Show the checkmark when checked */

.chktxt .chk input:checked ~ .checkmark:after {
    display: block;
}



/* Style the checkmark/indicator */

.chktxt .chk .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.explore-ranthambore {
    margin: 0;
    padding: 30px 0;
    position: relative;
}

.expactivities {
    margin: 25px 0;
    padding: 0;
    position: relative;
    background: url(../images/h1-pat.png);
}

.expactivities .row,

.expactivities .col-md-6 {
    margin: 0;
    padding: 0;
}



.eatext {
    padding: 15px;
    align-content: center;
    align-content: flex-start;
    align-items: center;
    display: flex;
    height: 100%;
}

.eatext h2 {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    font-family: "Playfair Display", serif;
    font-size: 26px;
    color: #4f6866;
    position: relative;
}

.eatext h2::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #ca705e;
    content: "";
    width: 50px;
    height: 2px;
}

.eatext p {
    font-weight: 300;
    text-align: justify;
    font-size: 14px;
}

.eatext .button {
    margin-top: 20px;
}

.eatext .btn {
    color: #4f6866;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    background: transparent;
    border: #4f6866 1px solid;
}



.section_title {
    margin-bottom: 20px;
    position: relative;
}

.section_title > h2 {
    color: #38445c;
    font-size: 26px;
    font-weight: 600;
    margin: 20px 0 30px;
    position: relative;
}

.section_title > h6 {
    font-size: 16px;
    margin: 10px 0;
}

.section_title > h6 span {
    color: #f89406;
}

.section_title > p {
    text-align: justify;
}

.section_title > h2:after {
    background: #71828d;
    bottom: -20px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.tourheader {
    margin: 0;
    padding: 0;
    position: relative;
}

.duration {
    background: #38445c;
    padding: 8px 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: top;
}

.duration h4 {
    text-transform: capitalize;
    font-size: 14px;
    color: #c8eaff;
    line-height: 114%;
    margin: 3px 0;
}

.tourtype {
    display: inline-block;
    vertical-align: top;
}

.tourtype ul {
    list-style: none;
    padding: 0 0;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 0;
    vertical-align: top;
}

.tourtype ul li {
    padding: 35px 0 6px 0;
    list-style: none;
    font-size: 10px;
    background: #f5f5f5 url(../images/bg_interest.gif) no-repeat center 0;
    text-align: center;
    margin: 0 2px;
    line-height: 100%;
    display: inline-block;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 64px;
    width: 64px;
    overflow: hidden;
    position: relative;
    border: solid 1px #ededed;
}

.tourtype ul li.leisure {
    background-position: center -176px;
}

.tourtype ul li.food_lover {
    background-position: center -297px;
}

.tourtype ul li.traveler {
    background-position: center 3px;
}

.tourtype ul li.religious {
    background-position: center -116px;
}

.tourtype ul li.cultural {
    background-position: center -412px;
}

.tourtype ul li.heritage {
    background-position: center -235px;
}

.tourtype ul li.taj_mahal {
    background-position: center -57px;
}

.tourtype ul li.wildlife {
    background-position: center -354px;
}

.tourtype ul li.air_conditioner {
    background-position: center -660px;
}

.tourtype ul li.heater {
    background-position: center -720px;
}

.tourtype ul li.air_bags {
    background-position: center -780px;
}

.tourtype ul li.power_windows {
    background-position: center -840px;
}

.tourtype ul li span {
    font-family: Poppins, sans-serif;
    vertical-align: bottom;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 3px;
}

.tour-overview {
    border: solid 1px #dedede;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.tour-overview h4 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.tour-overview p {
    font-size: 14px;
    line-height: 26px;
    color: #333;
    font-weight: 400;
    text-align: justify;
}

.itinerary {
    border: solid 1px #dedede;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.itinerary h4 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 1rem;
}

.itinerary > div {
    position: relative;
    display: table;
    width: 100%;
    border-top: solid 1px #dedede;
    padding: 10px 0;
}

.itinerary > div > div {
    display: table-cell;
    vertical-align: top;
}

.itinerary > div > div:first-child {
    width: 86px;
}

.itinerary > div > div:first-child span {
    background: #71828d;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 4px 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    height: 66px;
    color: #fff;
    width: 66px;
    font-size: 26px;
    text-transform: uppercase;
}

.itinerary > div > div:first-child small {
    line-height: 100%;
    font-size: 12px;
}

.itinerary > div > div h4 {
    text-transform: uppercase;
    font-size: 16px;
    color: #262626;
    font-weight: 700;
    margin: 8px 0;
}

.itinerary > div > div li,

.itinerary > div > div p {
    font-size: 14px;
}

.itinerary > div > div ol {
    margin: 0 0 20px 0;
    list-style: none;
    padding: 0 0;
}

.itinerary > div > div ol li {
    display: inline-block;
    margin: 0 10px 0 0;
    border: solid 1px #b2b2b2;
    padding: 4px 12px;
    font-size: 11px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    line-height: 100%;
    vertical-align: top;
}

.itinerary h6 {
    font-weight: 700;
    color: #777;
    font-size: 86%;
    line-height: 100%;
    margin: 7px 0;
}

.core-widget-list {
    margin: 0 0 20px 0;
    padding: 0;
    background-color: #f5f5f5;
    color: #949494;
}

.core-widget-list h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 35px 27px 0;
    margin-bottom: 13px;
    color: #252525;
}

.core-widget-list ul {
    list-style: none;
    margin-left: 0;
    padding-bottom: 5px;
}

.core-widget-list ul li {
    padding: 13px 27px;
    border-top: #e1e1e1 1px solid;
}

.core-widget-list ul li i {
    font-size: 15px;
    color: #71828d;
    margin-right: 13px;
}

.core-widget-list ul li:first-child {
    border-top: none;
}

.core-widget-box-shortcode {
    font-size: 13px;
    color: #ffefe8;
    padding: 40px 30px 30px 30px;
    position: relative;
    background: url(../images/widget-bg-1.jpg);
    background-size: cover;
    background-position: center;
}

.core-widget-box-shortcode h3 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 600;
}

.core-widget-box-shortcode p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 13px;
    line-height: 1.7;
}

.core-widget-box-shortcode h6 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}

.core-widget-box-shortcode h6 i {
    font-size: 18px;
    color: #ffe786;
    margin-right: 5px;
}

.blog_site_bar > * {
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    margin-top: 30px;
    padding: 15px;
}

.blog_widget a {
    color: #4a4a4a;
    line-height: 32px;
    text-decoration: none;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.blog_widget ul {
    list-style: none;
}

.blog_widget a:hover {
    color: #f89406;
}

.blog_widget li > a > i {
    margin-right: 5px;
}



.enquiry {
    margin: 0 0 15px 0;
    padding: 0;
}

.enquiry h2 {
    color: #38445c;
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0 30px;
}

@media only screen and (max-width: 767px) {
    .enquiry h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

}

.enquiry .form-content {
    padding: 25px;
    padding-bottom: 0;
    background: #fff;
    border: #34999a 1px solid;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 20%);
}

.enquiry .form-content .form-group {
    position: relative;
    margin-bottom: 25px;
}

.enquiry .form-content .form-group input[type="date"],

.enquiry .form-content .form-group input[type="email"],

.enquiry .form-content .form-group input[type="text"],

.enquiry .form-content .form-group select,

.enquiry .form-content .form-group textarea {
    width: 100%;
    height: 42px;
    background: #fff;
    color: #2f2f2f;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #bdbdbd;
    border-radius: 0;
    transition: all 0.5s ease;
}

.enquiry .form-content .form-group .ui-selectmenu-button.ui-button {
    padding: 17px 20px;
}

.enquiry .form-content .form-group textarea {
    height: 70px;
    resize: none;
}

.enquiry .form-content .form-group .ui-selectmenu-button.ui-button:focus,

.enquiry .form-content .form-group input:focus,

.enquiry .form-content .form-group textarea:focus {
    border: 1px solid #222;
}

.inright {
    position: sticky;
    top: 100px;
    padding-top: 33px;
}

.carBooking {
    margin: 0 0 15px 0;
    box-shadow: 0 10px 30px 0 rgba(66, 50, 50, 0.1);
    padding: 25px;
}

.carBooking p {
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 28px;
    text-align: center;
    color: #525252;
}

.carBooking p a {
    color: #e46d33;
    font-size: 20px;
    font-weight: 300;
}

.tourBooking {
    margin: 0 0 15px 0;
}

.tourBooking .button {
    margin-top: 0;
}

.tourBooking .btn {
    margin-bottom: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 15px 11px;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-align: center;
    width: 100%;
    border: 2px solid #993d0f;
    background: #993d0f;
}

.tourBooking .btn:before {
    background: #000;
}

@media only screen and (max-width: 767px) {
    .tourBooking .btn {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 899;
        padding: 14px 20px;
        border-top: 1px solid #d9d4d0;
        text-align: center;
    }

}

.tourBooking ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.tourBooking ul li {
    margin: 10px 0 10px 10px;
    padding: 0;
    font-size: 20px;
    color: #565656;
    font-weight: 300;
    line-height: 35px;
}

.tourBooking ul li a {
    color: #565656;
    font-size: 20px;
    font-weight: 300;
}

.tourBooking ul li a:hover {
    color: #e46d33;
}

.tourBooking p {
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 28px;
    text-align: center;
    color: #525252;
}

a.single_latest_post {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    cursor: pointer;
    display: block;
    margin-bottom: 1px;
    padding: 25px 0;
    text-decoration: none;
}

.single_latest_post > img {
    float: left;
    margin-right: 20px;
}

a.single_latest_post:nth-child(2) {
    border-top: medium none;
}

a.single_latest_post:last-child {
    border-bottom: medium none;
}

a.single_latest_post > span {
    color: grey;
    font-size: 14px;
}

.single_latest_post > h4 {
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.single_latest_post:hover > h4 {
    color: #f89406;
}

.blog_site_bar h4 {
    color: #282828;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 9px;
}

.single_latest_post > h4 {
    font-size: 15px;
}



.hirecabs p {
    margin: 0 0 20px 0 !important;
    padding: 0;
}

.hirecabs {
    margin: 0;
    padding: 30px 0;
    background: #fcfcfc;
}

.hirecabs h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 36px;
    font-weight: 400;
    color: #a31412;
    text-align: center;
    line-height: 36px;
}

.hirecabs h2 span {
    color: #056bb6;
    font-size: 22px;
}

.hirecabs h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 22px;
    font-size: 16px;
    color: #717171;
    text-align: center;
}

.single-hirecab {
    margin: 15px 0;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.single-hirecab:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.single-hirecab .head {
    position: relative;
}

.single-hirecab .head .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    line-height: 50px;
    padding: 0;
    margin: -25px 0 0 -25px;
    color: #fff;
    transition: ;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    transform: scale(3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 35;
    background: #056bb6;
}

.single-hirecab:hover .head .btn {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.single-hirecab .head .btn:hover {
    background: #fff;
    color: #252525;
}

.single-hirecab .head.overlay:before {
    opacity: 0;
    visibility: hidden;
    z-index: 34;
}

.single-hirecab:hover .head.overlay:before {
    opacity: 0.8;
    visibility: visible;
    background: #056bb6;
}

.cab-content {
    padding: 0;
    margin: 0;
}

.cab-content h3 {
    margin: 10px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.cab-content h3 a {
    color: #3f3f3f;
}

.cab-content ul {
    display: block;
    list-style: outside none none;
    margin: 10px 0;
    padding: 0 6px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.cab-content ul li {
    background: #ededed url(../images/bg_car_black.png) no-repeat scroll 2px 0;
    display: inline-block;
    margin: 0 1% 3px 0 !important;
    padding: 2px 2px 2px 26px !important;
    text-align: left;
    width: 48%;
    color: #000;
}

.cab-content ul li:nth-child(2n) {
    background-position: 2px -40px;
}

.cab-content ul li:nth-child(3n) {
    background-position: 2px -80px;
}

.cab-content ul li:nth-child(4n) {
    background-position: 2px -120px;
}

.cab-content .button {
    margin-top: 10px;
    text-align: center;
}

.cab-content .btn {
    color: #fff;
    background: #056bb6;
    border-radius: 30px;
}

.cab-content .btn:before {
    background: #252525;
}
 
a.whatsapp-btn{background:#0e8c06;border-radius:4px;bottom:15px;color:#fff;font-size:14px;left:20px;padding:5px 10px;position:fixed;z-index:1111}
a.whatsapp-btn i{font-size:24px;}
a.whatsapp-btn:hover{background:#0ca503}

.wait{background-image:url(../images/load-indicator.gif);background-repeat:no-repeat;position:absolute;bottom:20px;height:50px;width:50px;z-index:10}



.faqs {
    padding: 60px 0 60px;
    margin: 0;
    background: #fff;
    position: relative;
}
.faqs h2 {
    color: #541142;
    line-height: 1.2;
    font-size: 34px;
    margin: 15px 0;
    font-family: "Della Respira", serif;
    text-align: center;
}

.faqs .text-content {
    text-align: left;
    padding: 0 60px 0 0;
    margin-bottom: 30px;
}
.faqs .text-content h2 {
    font-size: 38px;
    margin-bottom: 25px;
}
.faqs .text-content p {
    font-size: 16px;
}
.faqs .panel-group {
    margin: 0;
    text-align: left;
}
.faqs .panel {
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 0 2px;
}
.faqs .panel-heading {
    background: 0 0;
}
.faqs .faq-title a {
    padding: 20px 15px;
    font-size: 18px;
    position: relative;
    color: #1a1a1a;
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 5px;
    display: block;
}
.faqs .faq-title a::after {
    content: "\f0d8";
    font-family: FontAwesome;
    top: 50%;
    margin-top: -5px;
    right: 24px;
    position: absolute;
    background: 0 0;
    width: 10px;
    height: 10px;
    line-height: 10px;
    color: #4d2508;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
}
.faqs .panel.active .faq-title a {
    color: #1a1a1a;
    text-decoration: none;
}
.faqs .faq-title a.collapsed::after {
    content: "\f0d7";
    color: #191919;
    background: 0 0;
}
.faqs .faq-body {
    padding: 5px 10px;
    color: #282828;
    font-size: 16px;
    box-shadow: none;
    text-shadow: none;
    background: #f4f4f4;
}
.faqs .panel-default {
    border: none;
    box-shadow: none;
    background: 0 0 !important;
    text-shadow: none;
    margin: 12px 0;
    border-radius: 5px;
    box-shadow: 0 8px 12px rgb(0 0 0 / 12%);
}
.faqs .faq-img img {
    width: 100%;
}

.error-container {
    text-align: center;
    margin-top: 70px;
}
.error-code {
    font-size: 120px;
    font-weight: 700;
    color: #e74c3c;
}
.error-message {
    font-size: 24px;
    margin: 50px 0;
}

.home-seocontent{background:#fff;margin:0;padding:30px 0;position:relative}
.home-seocontent h2{color: #000;
    line-height: 1.2;
    font-size: 34px;
    margin: 15px 0;
    font-family: "Della Respira", serif;
    text-align: center;}
.home-seocontent p{margin:0 0 15px 0;padding:0;font-size:16px; }
.home-seocontent p a{color:#666;text-decoration:underline}
.home-seocontent ul{margin:0 0 15px 0;}
.home-seocontent ul li{margin:0 0 0 15px; color:#2a2a2a; list-style:disc; padding:0;font-size:16px; }
.mybox1{display:none}
.home-seocontent button{padding:10px;font-size:14px;border-radius:0;color:#fff;background-color:#ff3300;border-color:#ff3300;margin-top:20px;text-align:center}
.home-seocontent button i{font-weight:300;font-size:11px}