@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Marcellus&display=swap");
@font-face {
    font-family: "ivy_moderegular";
    src: url("ivymode-regular-webfont.woff2") format("woff2"),
        url("ivymode-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
/* =====================================


    font-family: "Marcellus", serif;

    font-family: "Libre Baskerville", serif;

    font-family: "Jost", serif; 

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

html {
    scroll-behavior: smooth;
}
body {
    font-family: "Jost", serif;
}
p {
    color: #2a2a2a;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    padding: 0;
}

.text-red {
    color: #c00 !important;
    font-size: 12px;
}
.img-fullwidth {
    width: 100%;
}
.header{position:absolute;   border-top:#ca705e 1px solid; width:100%; z-index:111;   }
.header .navbar-collapse{padding:0}  
.header .logo{margin:10px 0; text-align: center;}
.header .header-menu{z-index:3333;margin:  0;   }
.header .navbar{background:0;box-shadow:none;border:0;position:relative;padding:0; text-align: center;  }
.navbar-nav{display:block; }
.header .nav li{ position:relative; list-style: none; display: inline-block;   }
.header .nav li:last-child{margin-right:0}
.header .nav li a{color:#fff;font-size:14px;padding:10px 16px; text-transform: uppercase;    letter-spacing:1px; display:block;position:relative;text-shadow:none}
.header .nav li:hover a,.header .nav li.active a{color:#fff;   } 
.header .nav li a i{margin-left:5px}
.header .nav li .dropdown{background:#000;width:220px;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 .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;margin:0}
.header .nav li:hover .dropdown{transform:scale(1.0);opacity:1;visibility:visible}
.header .nav li .dropdown li{float:none;margin:0;border:0}
.header .nav li .dropdown li a{padding:10px 15px;color:#fff;display:block;font-weight:400;text-transform:capitalize;background:transparent}
.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.0)}
.header .nav li .dropdown li .dropdown.submenu li a{color:#777;background:transparent}
.header .nav li .dropdown li .dropdown.submenu li:hover a{color:#252525} 

.header .button {
	position: relative;
	text-align:right;
	margin: 20px 0;
}
.header .button .btn {
	
	color: #fff; 
	box-shadow:none;
	border:1px solid #fff;
}
.header .button .btn:hover{
	color:#fff;
	background:transparent;
	border-color:#fff;
}
.header .button .btn i{
	margin-right:5px;
}


.header-inner .social {
	margin:20px 0;
}
.header-inner .social li {
	display: inline-block;
	margin-right: 2px;
}
.header-inner .social li:last-child{
	margin:0;
}
.header-inner .social li a {
	display:block; 
	text-align: center;
	margin: 0 5px 0 0;
	padding: 0; 
	color:#fff;
}
.header-inner .social li a:hover{
	color:#adadad;
}

.header.sticky .header-menu{position:fixed;width:100%;top:0;left:0; z-index:999;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;background:#b37d2c;transition:all .4s ease;animation:fadeInDown 1s both .2s;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.30);-moz-box-shadow:0 0 10px rgba(0,0,0,0.30);box-shadow:0 0 10px rgba(0,0,0,0.30)}
.home-slider {
    position: relative;
    overflow: hidden;
}
.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;
    position: relative;
    overflow: hidden;
}
.home-slider .single-slider:before {
    opacity: 0.1;
}
.home-slider .single-slider .slider-text {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: center;
}
.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;
}

.homevid {
    margin: 0;
    padding: 0;
    overflow: hidden; 
    position: relative;
}
.banner-opacity {
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    z-index: 98;
    top: 0;
    left: 0;
    position: absolute;
}
.banner-video {
    object-fit: cover;
    z-index: 10;
    height: 100vh;
    min-height: 100%;
    width: 100%;
    position: absolute;
}
.h-full {
    height: 100%;
}
.banner-inner {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 150px;
    position: relative;
    z-index: 98;
}
.banner-inner .w-full {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
}
.banner-inner .w-full h1 {
    margin: 0 0 15px 0;
    padding: 0;
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    font-family: "Marcellus", serif;
    line-height: 1.1;
}
.banner-inner .w-full p {
    margin: 0 0 15px 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.1;
}
.banner-inner .w-full a {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}
.banner-content {
    margin: 0;
    padding: 0;
    width: 100%;
}
/*.fullwrap_video{ width: 100%; height:100vh; position: relative; top:0; left:0; } 
.fullwrap_video video{ width: 100%; height: 100%; object-fit:cover; object-position: center;}
*/

.about-real {
    padding: 80px 0;
    background: #f4f4f4;
}
.about-real h2 {
    color: #122223;
    font-size: 36px;
    margin: 10px 0 15px 0;
    text-align: center;
    font-family: "Marcellus", serif;
    padding: 0;
}

.about-real p {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
    color: #122223;
}
.about-real .read-more-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #2c3e50;
    padding: 10px 20px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.about-real .read-more-btn:hover {
    color: #000;
}

.welocme-retreat {
    background: #ffffff;
    position: relative;
    padding: 50px 0;
}
.welocme-retreat .offer-slider {
    margin-top: 50px;
}
.welocme-retreat .single-course {
    margin: 75px 0 35px 0;
    padding: 0;
    background: linear-gradient(to right, #f4f4f4 70%, #ffffff 30%);
    position: relative;
}

.welocme-retreat .single-course img {
    margin-top: -50px;
}
.welocme-retreat .single-course h4 {
    font-size: 24px;
    margin: 15px 0;
    line-height: 30px; color:#122223;
    font-family: "ivy_moderegular";
}

.welocme-retreat .single-course h4 small {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: "Jost", serif;
    text-transform: uppercase;
}
.welocme-retreat .single-course p {
    color: #393939;
    font-size: 16px;
}
.welocme-retreat .single-course .button {
    margin-top: 15px;
}
.welocme-retreat .single-course .btn {
    background: #8f7f6d;
    color: #fff;
    border: none;
}
.welocme-retreat .single-course .btn:before {
    display: none;
}
.welocme-retreat .single-course .btn:hover {
    color: #fff;
}
/* Slider Meta */
.welocme-retreat .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;
}
.welocme-retreat:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}
.welocme-retreat .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;
}
.welocme-retreat .owl-carousel .owl-nav div:hover {
    color: #fff;
    background: #2b2b8a;
}
.welocme-retreat .owl-carousel .owl-nav .owl-prev {
    left: -75px;
}
.welocme-retreat .owl-carousel .owl-nav .owl-prev:hover {
    left: -65px;
}
.welocme-retreat .owl-carousel .owl-nav .owl-next {
    right: -75px;
}
.welocme-retreat .owl-carousel .owl-nav .owl-next:hover {
    right: -65px;
}

.luxury-tour {
    margin: 0;
    padding: 60px 0;
    background: #fff;
    position: relative;
}

.tourbox {
    margin: 15px 0;
    padding: 0;
    padding-bottom: 0;
    position: relative; 
}
 
.tourbox img{
    border-radius: 15px 15px 0 0;
}
.tourbox h3 {
    margin: 5px 0;
    padding: 0;
    font-size: 16px; 
    line-height: 22px;
    min-height:44px;
}
.tourbox h3 a {
    color: #2a2a2a;
}
.tourbox .tourtxt{
    padding: 15px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}
.tourbox .rating {
    position: relative;
    font-size: 11px;
    z-index: 2;
    line-height: 20px;
    color: #ffba08;
    margin: 5px 0;
     
}
.tourbox .rating span{
    color:#2a2a2a;
    font-size:12px;
} 
.tourbox p {
    font-size: 12px;
    margin: 5px 0;
    padding: 0;  
}
.tourbox p span { 
    font-weight: 600;
}
.tourbox .tborder {
    margin:0;
}
.tourbox .tborder .row{ 
    margin-right: -5px;
    margin-left: -5px;
} 
.tourbox .tborder .col-2, .tourbox .tborder .col-10 { 
    padding-right: 5px;
    padding-left: 5px;
}
.tourbox .tborder .td {
    margin: 0;
    line-height: 38px;
    font-size: 16px; 
    text-align:center;
    border-radius:3px;
    border:#25D366 1px solid;
}
.tourbox .tborder .td a { 
    color:#25D366;
}
.tourbox .tborder .td i { 
    font-size: 18px;
}
.tourbox .tborder .vt {
    margin: 0;
    line-height: 40px;
    font-size: 14px;  
    text-align: center;
    background:#122223;
    border-radius:3px;
}
.tourbox .tborder .vt a { 
    color:#FFF;
}

.any-question {
    padding: 150px 0 200px;
    margin: 0;
    position: relative;
    background-image: url(../images/any-bg.jpg);
}
.wecant {
    margin: 0;
    padding: 50px 15px;
    background: #fddb84;
}
.any-question h2 {
    text-align: center;
    margin-bottom: 40px;
    font-family: "ivy_moderegular";
    color: #122223;
    letter-spacing: 2px;
    font-size: 42px;
}

.any-question .read-more-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    color: #122223;
    font-family: "ivy_moderegular";
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.any-question .read-more-btn:hover {
    color: #000;
}

.experiences {
    margin: 0;
    padding: 60px 0;
    background: #f2f2ec;
}
.experiences h2 {
    color: #122223;
    font-size: 42px;
    font-family: "ivy_moderegular";
    margin: 15px 0;
    padding: 0;
}
.experiences .read-more-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #122223;
    padding: 10px 0px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.experiences .read-more-btn:hover {
    color: #122223;
}
.expbox {
    margin: 15px 0;
    padding: 0;
    position: relative;
    background: #fff;
    border-radius: 25px; box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    overflow: hidden;
    min-height: 549px;
}
.expbox picture {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.expbox picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.expbox .tourtxt {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 0px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.expbox .tourtxt .content {
    position: relative;
    z-index: 10;
    width: 100%;
}

.expbox .tourtxt .content h2 {
    font-size: 20px;
    margin: 10px 15px;
    font-family: "Marcellus", serif;
    color: #fff;
    transition: all 0.3s linear;
    transform: translateY(440px);
    -moz-transform: translateY(440px);
}
.expbox .tourtxt .content h2 a {
    color: #fff;
}
.expbox .tourtxt .content h3 {
    color: #fff;
    margin: 10px 15px;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s linear;
    transform: translateY(440px);
    -moz-transform: translateY(440px);
}

.expbox .tourtxt:hover .content {
    margin-bottom: 0;
}

.expbox .tourtxt:hover::before {
    opacity: 0.7;
}

.our-services {
    margin: 0;
    padding: 15px 0;
    position: relative;
}

.servicebox {
    margin: 100px 0;
    padding: 0;
    position: relative;
}
.servicebox .row,
.servicebox .col-md-5,
.servicebox .col-md-7 {
    margin: 0;
    padding: 0;
}
.sertxt01 {
    margin-top: 100px;
    margin-left: -100px;
    padding: 50px;
    background: #fff;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 12%);
}
.sertxt01 h3 {
    color: #444c61;
    font-size: 42px;
    font-family: "ivy_moderegular";
    margin: 0 0 30px 0;
    line-height: 42px;
    padding: 0;
    font-weight: 300;
}
.sertxt01 h3 small {
    font-size: 16px;
    text-transform: uppercase;
    color: #494949;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-family: "Marcellus", serif;
}
.sertxt01 p {
    font-size: 16px;
    color: #494949;
    margin: 0;
    padding: 0;
}
.sertxt01 .button {
    margin: 20px 0;
    font-family: "Marcellus", serif;
}
.sertxt01 .btn {
    color: #444c61;
    padding: 0px;
    background: transparent;
    font-size: 16px;
}
.sertxt01 .btn:hover {
    color: #444c61;
}

.sertxt02 {
    margin-top: 100px;
    margin-right: -100px;
    padding: 50px;
    background: #fff;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 12%);
}
.sertxt02 h3 {
    color: #444c61;
    font-size: 42px;
    font-family: "ivy_moderegular";
    margin: 0 0 30px 0;
    line-height: 42px;
    padding: 0;
    font-weight: 300;
}
.sertxt02 h3 small {
    font-size: 16px;
    text-transform: uppercase;
    color: #494949;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-family: "Marcellus", serif;
}
.sertxt02 p {
    font-size: 16px;
    color: #494949;
    margin: 0;
    padding: 0;
}
.sertxt02 .button {
    margin: 20px 0;
    font-family: "Marcellus", serif;
}
.sertxt02 .btn {
    color: #444c61;
    padding: 0px;
    background: transparent;
    font-size: 16px;
}
.sertxt02 .btn:hover {
    color: #444c61;
}

#follow-insta {
    padding: 60px 0;
    margin: 0;
    position: relative;
}
#follow-insta h2 {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    font-family: "Marcellus", serif;
}
#follow-insta h2 span {
    color: #999;
    text-decoration: underline;
}
#follow-insta .instabox {
    margin: 15px 0;
}
#follow-insta p {
    position: relative;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    font-style: italic;
    color: #565656;
}

.testimonials {
    margin: 0;
    padding: 60px 0;
    background: #fffaf5;
}

.google-review-logo {
    text-align: center;
    margin:40px 0;
}
.google-review-logo img {
    width: 17%;
    margin: 0px 90px;
    transition: 0.5s;
}

.testimonials h2 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 36px;
    color: #444c61;
    font-family: "Marcellus", serif;
    text-align:center;
}
.testimonial-slider {
    margin: 0;
    padding: 0;
}
.reviewbox {
    margin: 15px 0;
    padding: 20px;
    background:#fff;
    position: relative;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 12%);
}
.reviewbox .content {
    display: block;
    position: relative;
    margin-bottom: 5px;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    color: #393939;
    transition: all 0.3s ease;
}
.reviewbox .ofhide {
    max-height: 120px;
    overflow: hidden;
}
.reviewbox .rquote1 {
    color: #ddd;
    font-size: 10px;
}
.reviewbox .rquote2 {
    color: #ddd;
    font-size: 10px;
    margin-right: 5px;
}
.reviewbox .content more {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #797979;
    font-size: 14px;
    cursor: pointer;
    background-color: #fffaf5;
    display: block;
}
.reviewbox .content .less {
    position: static;
    padding-left: 0;
    text-align: right;
    display: inline-block;
}
.reviewbox .rrate {
    font-size: 12px;
    margin-top: 15px;
}
.reviewbox .rrate i {
    color: #fabb05;
    font-size: 15px;
}
.reviewbox .rtitle {
    padding-top: 10px;
    font-size: 18px;
    text-align: left;
    color: #202124;
}
.ti-review-header {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
.ti-profile-img {
    margin: 0 15px 0 0 !important;
}

.ti-profile-img img {
    width: 40px !important;
    height: 40px !important;
    padding: 0px !important;
    display: block;
    border-radius: 30px;
    min-width: initial !important;
    max-width: initial !important;
    object-fit: cover;
    object-position: top;
}
.ti-profile-details {
    -webkit-box-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ti-name {
    font-size: 16px;
    overflow: hidden;
    padding-right: 25px;
    white-space: nowrap;
    line-height: 18px;
    text-overflow: ellipsis;
    color: #000000;
    margin-bottom: 2px;
}
.ti-date {
    color: #000000;
    opacity: 0.5;
    font-size: 16px !important;
}
.ti-review-header::after {
    background-image: url("https://cdn.trustindex.io/assets/platform/Google/icon.svg");
    background-size: 100% 100%;
}
.ti-review-header::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center center;
}

.faqs {
    padding: 60px 0 60px;
    margin: 0;
    position: relative;
    background: #e5dcce;
    font-family: "Jost", serif;
}
.faqs h2 {
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
    font-size: 36px;
    color: #151515;
    font-family: "Marcellus", serif;
}

.faqs h6 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: "Jost", serif;
    text-align: center;
    line-height: 24px;
    color: #151515;
}
.faqs .faq-content {
    margin-top: 30px;
}
.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;
    font-size: 16px;
    position: relative;
    color: #212121;
    width: 100%;
    border: #7e6c4e 1px solid;
    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: #151515;
    text-decoration: none;
}
.faqs .faq-title a.collapsed::after {
    content: "\f0d7";
    color: #191919;
    background: 0 0;
}
.faqs .faq-body {
    padding: 15px 0;
    color: #282828;
    font-size: 16px;
    box-shadow: none;
    text-shadow: none;
}
.faqs .panel-default {
    border: none;
    box-shadow: none;
    background: 0 0 !important;
    text-shadow: none;
    margin: 10px 0;
}
.faqs .faq-img img {
    width: 100%;
}

/*=============================
	Footer CSS
===============================*/
.footer {
    padding: 0;
    position: relative;
        background-image: linear-gradient(to bottom, #b37d2c, #000);
}

.footer p {
    color: #c7a87a;
    font-size: 16px;
}
.footer .footer-punchform {
    padding: 30px 0 30px;
}
.footer .footer-punchform h2{
    font-size: 38px;
    text-transform: capitalize;
    position: relative;
    margin:20px 0;
    color: #fff;
    font-weight: 400;
    font-family: 'ivy_moderegular';
}
.footer .footer-punchform h2 small{
    font-size:20px;
    font-family: "Jost", serif;
}
.footer .footer-top {
    padding: 30px 0 30px;
}
.footer .flogo {
    margin: 10px 0;
}
.footer .social {
    margin: 15px 0 0 0;
}
.footer .social li {
    margin-right: 3px;
    display: inline-block;
}
.footer .social li a {
    display: block;
    line-height: 40px;
    margin: 0 10px;
    padding: 0;
    color: #c7a87a;
}
.footer .social li a:hover {
    background: #0a0a0a;
    color: #fff;
}
.footer .social li i {
    color: #fff;
    margin: 0;
}

.footer .single-widget h2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}


.fQuote .form-content {
    padding: 0;
    color: #666;
    font-size: 14px
}

.fQuote .form-content a {
    color: #666;
    text-decoration: underline
}

.fQuote .form-content .form-group {
    margin-bottom: 1rem
}

.fQuote .form-content .form-group input[type=date],.fQuote .form-content .form-group input[type=email],.fQuote .form-content .form-group input[type=number],.fQuote .form-content .form-group input[type=text],.fQuote .form-content .form-group select,.fQuote .form-content .form-group textarea {
    background-color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    padding: 12px 16px;
    border: #e5e5e5 1px solid;
    border-radius: 0px;
}

.fQuote .form-content .form-group input[type=button] {
    color: #fff;
    background: #345063;
    border: #345063 1px solid;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 28px;
    font-weight: 400;
    letter-spacing: .5px;
    border-radius: 0px;
    line-height: 16px
}

.fQuote .form-content .form-group textarea {
    height: 100px;
    font-size: 13px;
    color: #707070;
    color: #707070;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #e5e5e5;
    resize: none;
    margin-bottom: 0;
    padding: 0 0 0 10px;
    border-radius: 0px;
    border-radius: 2px
}

.footer .ftrForm {
    margin: 0; 
    position: relative
}

.footer .ftrForm .title {
    color: #c7a87a;
    line-height: 1.2;
    font-size: 24px;
    margin: 15px 0;
    font-family: "Marcellus", serif;
}

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

.footer .list li {
    line-height: 30px;
    color: #c7a87a;
    font-size: 14px;
    list-style: none;
}
.footer .list li a {
    color: #c7a87a;
}
.footer .list li i {
    margin-right: 5px;
    color: #c7a87a;
}
.footer .useful-links ul li {
    position: relative;
    line-height: 30px;
    color: #c7a87a;
    list-style: none;
    margin: 0 0 15px 0;
}
.footer .useful-links ul li a {
    color: #c7a87a;
    font-size: 14px;
}
.footer .useful-links ul li i {
    margin-right: 10px;
}
.footer .footer-bottom {
    border-top: #3b4b4c 1px solid;
}
.footer .bottom-head {
    padding: 10px 0;
}
.footer .copyright {
    text-align: center !important;
}
.footer .copyright p {
    color: #c7a87a;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center !important;
}
.footer .copyright a {
    color: #c7a87a;
}
.footer .copyright a:hover {
    color: #c7a87a;
}

.events {
    padding: 0;
}
.events .row {
    margin-left: -10px;
    margin-right: -10px;
}
.events .col-md-6,
.events .col-sm-12,
.events .col-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
}
.events p {
    color: #777;
    line-height: 26px;
    text-align: justify;
    margin: 0 0 20px;
}
.events .single-event {
    margin: 10px 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);
}
.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;
}
.events .single-event .head h6 {
    position: absolute;
    top: 70%;
    left: 49%;
    line-height: 50px;
    padding: 0;
    margin: -25px 0 0 -25px;
    color: #fff;
    transition: ;
    transform: scale(1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 35;
}
.events .single-event:hover .head h6 {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.events .single-event:hover .head .btn {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.events .single-event .head .btn:hover {
    color: #fff;
}
.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: 0;
}
.events .event-content h4 a {
    color: #252525;
    font-weight: 700;
}
.morepk-btn {
    text-align: center;
    position: relative;
    z-index: 000;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
    color: #fff;
}
.morepk-btn a {
    color: #fff;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.innerbanner {
    margin: 0;
    padding: 0;
}
.bread {
    background: #e9e9e9;
    color: #000;
    margin: 0;
    padding: 10px 0;
}
.bread ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.bread ul li {
    color: #3e3e3e;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}
.bread ul li a {
    color: #3e3e3e;
}
.bread ul li a:hover {
    color: #000;
}
.inner {
    margin: 0;
    padding: 30px 0;
    position: relative;
}
.para_content {
    margin: 40px 0;
}
.para_content h2 {
    padding: 0  
    color: #122223;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 3px;
    font-family: "ivy_moderegular";
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}
.para_content p {
    text-align: center;
    margin: 0 !important;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #2a2a2a;
    font-size: 16px; 
    letter-spacing: 0.6px;
}

.blog-section { 
    padding: 0;
    position: relative;
    margin: 0;
}

.singlepost {
    position: relative;
    margin-bottom: 36px;
}
.post-item {
    margin-bottom: 24px;
}
.singlepost .post-thumb {
    height: 480px;
}
.post-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.post-thumb .labels {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #281b17;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    padding: 4px 10px;
    transition: 0.5s ease;
}

.post-item:hover .labels {
    background: #f2e6e6;
}

.post-thumb .labels a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease;
}

.post-item:hover .labels a {
    color: #000;
}
.post-thumb img {
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    object-fit: cover;
}
.post-item:hover .post-thumb img {
    transform: scale(1.05);
}

.singlepost .post-info {
    position: absolute;
    bottom: 0;
    padding: 16px;
    z-index: 2;
}

.singlepost .post-info * {
    color: #fff;
}

.singlepost .post-thumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000082;
    z-index: 1;
}

.singlegrid {
    position: relative;
    margin-bottom: 36px;
}
.singlegrid .post-thumb {
    max-width: 100%;
    height: 220px;
}
.singlegrid .post-info {
    padding: 0px;
}
.singlegrid .post-title {
    line-height: 24px;
}
.singlegrid .post-title a {
    color: #000;
    font-size: 20px;
    font-family: "ivy_moderegular";
}

.blogbox {
    margin: 0 0 30px 0;
    padding: 0;
    position: relative;
}
.blogbox .read-more-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #2c3e50;
    padding: 10px 0;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.blogbox .read-more-btn:hover {
    color: #000;
}
.blog-info {
    margin: 5px 10px;
}
.blog-info a {
    color: #777;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #e7e7e7;
    font-weight: 500;
}
.blog-info a:last-child {
    border-right: 0px;
    margin-right: 0px;
    padding-right: 0px;
}
.blog-info a i {
    margin-right: 5px;
    text-align: center;
    border-radius: 100%;
    font-size: 13px;
    color: #f37434;
}
.blogbox .bltxt {
    padding: 0px;
}
.blogbox .bltxt h3 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 30px;
    color: #202124;
    font-family: "ivy_moderegular";
}
.blogbox .bltxt h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: #ff4d4d;
    min-height: 50px;
}
.blogbox .bltxt h6 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    color: #214b8d;
    font-weight: 600;
}
.blogbox .bltxt p {
    color: #2a2a2a;
    font-size: 16px;
    text-align: justify;
    margin: 10px 0;
}
.blogbox .bltxt ul li {
    color: #2a2a2a;
    font-size: 16px; 
    margin:0 0 0  20px;
    list-style:disc;
}
.blogbox .bltxt .button {
    margin-top: 20px;
}
.blogbox .bltxt .btn {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 15px;
    text-transform: uppercase;
    background: #10b5c7;
    border: #10b5c7 1px solid;
}
.blogbox .bltxt .btn:hover {
    color: #10b5c7;
}
.entry-header-infobar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.entry-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.25s;
    margin: 5px 0;
}
.meta-comments {
    margin-right: 20px;
}
.meta-date {
    color: #7b7b7b;
}
.social-header {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}
.social-header ul {
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px;
}
.social-header ul li{
   list-style: none !important; 
   margin:0!important;
}
.social-header ul li a {
    color: #000;
    margin-left: 19px;
}

.blog-right {
    margin: 0;
    padding: 0px;
}

.tags {
    margin-bottom: 30px;
    position: relative;
}
.tags h3 {
    margin-bottom: 30px;
    font-family: "ivy_moderegular";
    letter-spacing: inherit;
    font-size: 30px;
    color: #000;
    padding: 0;
    text-align: left;
}
.tags a {
    background-color: #f0f4f5;
    border: 1px solid #eaeaea;
    color: #2a2a2a;
    font-size: 13px;
    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: white !important;
    background-color: #f37434 !important;
    border-color: transparent;
}
.searchwidget {
    margin-bottom: 30px;
    position: relative;
}
.searchwidget input {
    padding-right: 3.5em;
    border-radius: 0;
    background-color: #fff;
    border-color: #ccc;
    color: #2a2a2a;
    -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;
}
.widgetlink ul {
    list-style: none;
}
.widgetlink li {
    border-top: 1px solid #ccc;
    padding: 8px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.widgetlink li:last-child {
    padding-bottom: 0;
}
.widgetlink li a {
    color: #444c61;
    font-family: "ivy_moderegular";
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

ul.widgetlink li a:hover {
    color: #2a2a2a;
}

.widget-title {
    margin-bottom: 30px;
    font-family: "ivy_moderegular";
    letter-spacing: inherit;
    font-size: 30px;
    color: #000;
    padding: 0;
    text-align: left;
}
.latest-news {
    margin-bottom: 30px;
    position: relative;
}
.latest-news .single-news {
    position: relative;
    padding-left: 85px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.latest-news .single-news:last-child {
    margin: 0;
}
.latest-news .single-news img {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 0px;
}
.latest-news .single-news h4 {
    margin: 5px 0;
    padding: 0;
    font-size: 18px;
    font-family: "ivy_moderegular";
}
.latest-news .single-news h4 a {
    color: #3a3a3a;
}
.latest-news .single-news p {
    font-size: 14px;
    color: #6d6d6d;
    line-height: 16px;
}

.mf {
    margin: 20px 0;
    padding: 0;
}

.rn {
    margin: 0;
    padding: 30px 20px;
}
.rn h2 {
    padding: 0;
    font-size: 36px;
    margin-bottom: 15px;
    color: #706362;
    font-family: "ivy_moderegular";
}
.rn p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 17px;
    line-height: 36px;
}
.rn p a {
    color: #613842;
}
.rn p i {
    color: #706362;
    font-size: 18px;
    margin-right: 10px;
}
.rn p strong {
    font-weight: 600;
}
.rn .button {
    margin: 20px 0;
}
.rn .btn {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 35px;
    font-weight: 300;
    text-transform: capitalize;
    background: #53624e;
    border: #53624e 1px solid;
}
.rn .btn::before {
    background: #000;
}
.rn .btn:hover {
    color: #fff;
}

.er .enroll-form {
    margin: 0;
    padding: 20px;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
    background: #f1f1f1;
}
.er .form-title {
    padding: 0;
    margin-bottom: 10px;
}
.er .form-title h2 {
    padding: 0;
    font-size: 36px;
    margin-bottom: 15px;
    color: #b37d2c;
    font-family: "ivy_moderegular";
    text-align: center;
}
.er .form-title h2 small {
    color: #706362;
    font-size: 14px;
    text-transform: uppercase;
}
.er .form-title p {
    color: #707070;
    font-size: 14px;
    font-weight: 300;
}
.er .form {
    padding: 0; 
}
.er .form-group {
    margin-bottom: 20px;
}
.er .form-group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 7px;
}
.er .form-group input {
    width: 100%;
    height: 45px;
    color: #707070;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 0 0 10px;
}
.er .form-group input:hover,
.mf .form-group textarea:hover {
    padding-left: 15px;
}
.er .form-group textarea {
    height: 100px;
    color: #707070;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #ccc;
    resize: none;
    margin-bottom: 0;
    padding: 0 0 0 10px;
    border-radius: 0;
}
.er .form-group .btn {
    width: auto;
    background: #b37d2c;
    font-family: "ivy_moderegular";
    color: #ffff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    padding: 10px 20px;
    border-radius: 3px;
    border: none;
    font-size: 18px;
}
.er .form-group .btn:before {
    display: none;
}

.roombox {
    margin: 15px 0;
    padding: 0px;
    padding-bottom: 0;
    position: relative;
}

.roombox h3 {
    margin: 8px 0;
    padding: 0;
    font-size: 18px;
    color: #0e1316;
    line-height: 28px;
    font-family: "ivy_moderegular";
}
.roombox h3 a {
    color: #0e1316;
}
.roombox .tborder {
    border-top: #fff 1px solid;
    margin-top: 5px;
}
.roombox .tborder .row,
.roombox .tborder .col-8,
.roombox .tborder .col-4 {
    margin: 0;
    padding: 0;
}
.roombox .tborder .td {
    margin: 0;
    padding: 10px 0px;
    font-size: 16px;
    text-transform: uppercase;
    color: #2a2a2a;
}
.roombox .tborder .vt {
    margin: 0;
    padding: 10px 10px;
    font-size: 16px;
    color: #2a2a2a;
    border: #2a2a2a 1px solid;
    text-transform: uppercase;
    text-align: center;
}
.roombox .tborder .vt a {
    color: #2a2a2a;
}

.roomsimg {
    margin: 0;
    padding: 0;
}
/* Slider Meta */
.roomsimg .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;
}
.roomsimg .owl-carousel .owl-nav div:hover {
    background: #000;
}
.roomsimg .owl-carousel .owl-nav .owl-prev {
    left: 15px;
}
.roomsimg .owl-carousel .owl-nav .owl-prev:hover {
    left: 25px;
}
.roomsimg .owl-carousel .owl-nav .owl-next {
    right: 15px;
}
.roomsimg .owl-carousel .owl-nav .owl-next:hover {
    right: 25px;
}

.room-overviews {
    margin: 0;
    padding: 30px 0;
    position: relative;
    border-bottom: #ccc 1px solid;
}
.room-overviews h3 {
    margin: 0 0 15px 0;
    font-size: 20px;
}
.room-overviews h2 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 36px;
    color: #444c61;
    font-family: "Marcellus", serif;
}
.room-overviews ul {
    margin: 0 0 15px 0 ;
    padding: 0;
    list-style: none; line-height:34px;
}
.room-overviews ul li {
    margin:0 0 0 15px;
    padding: 0;
    font-size: 16px;
    list-style:disc;
}
 
.amenties-item {
    margin-bottom: 18px;
}
.amenties-item img {
    margin-right: 15px;
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}

.online_booking_form_div {
    margin: 10px 0;
    background: #fff;
    padding: 25px;
    border: #e0e1e3 1px solid;
    box-shadow: 0 3px 6px 3px rgba(29, 20, 20, 0.07);
}
.online_booking_form_div h2 {
    margin-bottom: 15px;
    font-size: 24px;
}

.online_booking_form_div .form-group {
    margin-bottom: 15px;
}
.online_booking_form_div .form-group input[type="text"],
.online_booking_form_div .form-group input[type="date"],
.online_booking_form_div .form-group input[type="email"],
.online_booking_form_div .form-group textarea {
    width: 100%;
    height: 40px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    padding: 10px 15px;
    transition: all 500ms ease;
}

.related-room {
    margin: 0;
    padding: 60px 0;
    background: #fffaf5;
}

.innerfun-facts {
    background: #fff;
    position: relative;
    padding: 40px 0 30px;
}
.innerfun-facts h2 {
    color: #122223;
    font-size: 36px;
    margin: 10px 0 15px 0;
    text-align: center;
    font-family: "Marcellus", serif;
    padding: 0;
}
.innerfun-facts .single-fact {
    text-align: center;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.innerfun-facts .single-fact:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
}
.innerfun-facts .single-fact i {
    font-size: 48px;
    color: #444c61;
    margin-bottom: 30px;
}
.innerfun-facts .single-fact .number {
    color: #444c61;
    font-size: 48px;
    margin-bottom: 15px;
    position: relative;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s eas;
    font-family: "ivy_moderegular";
}
.innerfun-facts .single-fact p {
    color: #444c61;
    font-size: 16px;
}

.service-points {
    margin: 0;
    padding: 60px 0;
    background: #f4f4f4;
}
.sppoints {
    margin: 15px 0;
    padding: 0;
}
.sppoints h3 {
    color: #122223;
    font-size: 24px;
    margin: 15px 0 10px 0;
    font-family: "ivy_moderegular";
    padding: 0;
}



.travel-advisor {
    margin: 0;
    padding: 30px 0
}

.advisortxt {
    align-items: center;
    display: flex;
    align-content: center;
    align-content: flex-start;
    height: 100%;
    padding: 50px
}

.travel-advisor h2 {
    padding: 0;
    line-height: 1.4;
    font-size: 32px;
    font-weight: 400;
    margin: 15px 0;
    font-family: 'ivy_moderegular';
    color: #122223;
}

.travel-advisor p {
    margin: 15px 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.8
}
.travel-advisor ul li {
    margin:  0 0 0 15px;
    padding: 0;
    font-size: 16px;
    line-height:2.1;
    list-style:disc;
}

.travel-advisor .read-more-btn {
    font-size: 16px;
    color: #fff;
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
    margin: 15px 0;
    transition: all .3s ease
}

.travel-advisor .read-more-btn:hover {
    color: #fff
}

.enriching {
    margin: 0;
    padding: 30px 0
}

.enriching h2 {
    padding: 0;
    line-height: 1.2;
    font-size: 42px;
    margin: 15px 0;
    font-family: 'ivy_moderegular';
    color: #122223;
    text-align: center
}

.white-space__line-container {
    width: 1px;
    overflow: hidden;
    margin-inline:auto;padding: 60px 0
}

.white-space__line {
    height: 124px;
    background: #000
}

.our-value {
    margin: 0;
    padding: 0;
    position: relative
}

.expactivities .col-md-6,.our-value .row {
    margin: 0;
    padding: 0
}

.valueimg {
    position: relative
}

.valuetext {
    padding: 0;
    align-content: center;
    align-content: flex-start;
    align-items: center;
    display: flex;
    height: 100%
}

.valuetext .bg {
    background: #f7f6f5;
    box-shadow: 0 2px 10px 1px rgba(0,0,0,.1);
    position: relative;
    padding: 50px;
    margin-right: -100px;
    z-index: 111
}

.valuetext h2 {
    padding: 0;
    line-height: 1.4;
    font-size: 32px;
    font-weight: 400;
    margin: 15px 0;
    font-family: 'ivy_moderegular';
    color: #122223;
}
.valuetext p {
    margin: 15px 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.9
}
.valuetext ul li {
    margin:  0 0 0 15px;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    list-style:disc;
}

 

.meet-hotel {
    background: #f7f6f4;
    margin: 0;
    padding: 60px 0
}

.mhoteltext {
    padding: 50px;
    align-content: center;
    align-content: flex-start;
    align-items: center;
    display: flex;
    height: 100%
}

.mhoteltext h2 {
    margin: 0 0 20px;
    font-size: 30px;
    font-family: 'ivy_moderegular';
    color: #122223;
    position: relative
}

.mhoteltext p {
    margin: 15px 0 30px;
    padding: 0;
    color: #212529;
    font-size: 18px;
    line-height: 1.5
}

.mhoteltext a {
    color: #212529;
    background: 0 0;
    border: #212529 1px solid;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 28px;
    font-weight: 400;
    border-radius: 25px;
    letter-spacing: .5px;
    line-height: 16px;
    margin: 15px 0
}

.mhoteltext a:hover {
    color: #212529;
    background: #fff
}

.whychoosebox {
    margin: 30px 0;
    padding: 0;
    position: relative
}

.whychooseimg {
    position: relative;
    background: #fff;
    box-shadow: 0 2px 10px 1px rgba(0,0,0,.1)
}

.whychoosetext {
    padding: 20px;
    align-items: center;
    display: flex;
    align-content: center;
    align-content: flex-start;
    height: 100%
}

.whychoosetext h3 {
    margin: 0 0 20px;
    font-family: "Della Respira",serif;
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 28px;
    color: #122223;
    font-weight: 400;
    position: relative
}

.whychoosetext p {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0;
    line-height: 1.6
}

.whychoosetext p span {
    color: #f38b00
}

.oowbox {
    margin: 30px 0;
    padding: 0;
    position: relative;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -2px rgb(0 0 0 / .1)
}

.oowimg {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.oowtxt {
    margin: 0;
    padding: 20px
}

.oowtxt h3 {
    text-transform: uppercase;
    letter-spacing: .8px;
    font-weight: 500;
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #122223
}

.oowtxt p {
    font-size: 16px;
    font-weight: 400
}

 


button.link-animated {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #212529;
    letter-spacing: .6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1rem;
    cursor: pointer;
    background-color: transparent;
    background-image: none;
    border: 0
}

button.link-animated.link-orange::before {
    background-color: #122223
}

button.link-animated::before {
    content: "";
    margin-right: 0;
    height: 1px;
    width: 0;
    background-color: #122223;
    opacity: 0;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1)
}

button.link-animated:hover:before {
    margin-right: .5rem;
    width: .75rem;
    opacity: 1
}



.carBoxs {
    background: #ededed;
    margin: 15px;
    padding: 12px
}

.carBoxs h4 {
    color: #b37d2c;
    font-size: 16px;
    font-weight: 500;
    margin: 8px 0;
    padding: 0
}

.carBoxs p {
    font-size: 12px;
    margin: 5px 0;
    padding: 0
}

.carBoxs p span {
    color: #fff;
    display: inline-block;
    padding: 0 6px
}

.carBoxs ul li {
    background: url(../images/ic_car_rentals.png) no-repeat;
    display: inline-block;
    font-size: 14px;
    margin: 3px 2% 0 0;
    padding: 0 0 4px 33px;
    vertical-align: top;
    width: 46%;
    line-height: 114%
}

.carBoxs ul li.ic_passenger {
    background-position: 0 0
}

.carBoxs ul li.ic_luggage {
    background-position: 0 -40px
}

.carBoxs ul li.ic_ac {
    background-position: 0 -81px
}

.carBoxs ul li.ic_fuel {
    background-position: 0 -120px
}

.carBoxs ul li.ic_gps {
    background-position: 0 -161px
}

.carBoxs ul li.ic_airbag {
    background-position: 0 -201px
}



.enquiry {
    margin: 0 0 15px 0;
    padding: 0;
}
.enquiry h2 {
    font-size: 24px;
    margin: 0 0 20px;
}
@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;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
}
.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;
}





.bookyourday {
    position: relative;
    height: auto;
    padding: 60px 0;
    overflow: hidden;
    background: #fff
}

.bookyourday h2 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 30px;
    text-align: center;
    color: #345063;
    text-transform: uppercase;
    font-family: 'antigaregular';
}

.bookyourday .enroll-form {
    padding: 30px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.175)
}

.bookyourday .form-title p {
    color: #707070;
    font-size: 14px;
    font-weight: 300
}

.bookyourday .form {
    padding: 0
}

.bookyourday .form-group {
    margin-bottom: 15px
}

.bookyourday .form-group label {
    color: #345063;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.bookyourday .form-group input {
    width: 100%;
    height: 50px;
    color: #707070;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    padding: 0 0 0 10px
}

.bookyourday .form-group select {
    width: 100%;
    height: 50px!important;
    color: #707070;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    padding: 0 0 0 10px
}

.bookyourday .form-group input:hover,.bookyourday .form-group textarea:hover {
    padding-left: 15px
}

.bookyourday .form-group textarea {
    height: 120px;
    color: #707070;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #d7d7d7;
    resize: none;
    margin-bottom: 0;
    padding: 0 0 0 10px;
    border-radius: 2px
}

.bookyourday .form-group .btn {
    width: 100%;
    background: #b37d2c;
    color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
    padding: 10px 20px;
    border-radius: 3px;
    border: none;
    font-size: 16px
}

.bookyourday .form-group .btn:before {
    display: none
}

.wait {
    background-image: url(../images/load-indicator.gif);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    height: 50px;
    width: 50px;
    z-index: 10;
}

a.whatsapp-btn{background:#0e8c06;border-radius:4px;bottom:15px;color:#fff;font-size:18px;left:15px;padding:5px 10px;position:fixed;z-index:1111}
a.whatsapp-btn:hover{background:#0ca503}
a.callph-btn{background:#fa0006;border-radius:4px;bottom:15px;color:#fff;font-size:18px;left:55px;padding:5px 10px;position:fixed;z-index:1111}
a.callph-btn:hover{background:#eb0207}
