/*
Theme Name: Custom Theme
Author: None
Author URI: https://wordpress.org/
Version: 2.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
html body, input, textarea, .page-title span, .pingback a.url {
	font-family: 'Poppins', sans-serif;
}
body {
	background: #fff;
}
body, input, textarea {
	color: #303030;
	font-size: 12px;
	line-height: 18px;
}
body:focus, body:active, body:hover{
    outline: none !important;
}
img{ max-width:100%; height:auto;}
body .padleft{ padding-left:0 }
body .padright{ padding-right:0 }
body .padtop{ padding-top:15px;}
body .padbottom{ padding-bottom:15px; }
body .nopad{ padding:0 }
section.section{ padding:50px 0; overflow:hidden;}
/*============================================================
                Fonts Classes Starts Here
============================================================*/
.montserrat-light{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-regular{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-medium{font-family: 'Montserrat', sans-serif;font-weight: 500 !important;}
.montserrat-semi-bold{font-family: 'Montserrat', sans-serif;font-weight: 600 !important;}
.montserrat-bold{font-family: 'Montserrat', sans-serif;font-weight: 700 !important;}
.montserrat-extra-bold{font-family: 'Montserrat', sans-serif;font-weight: 800 !important;}
.montserrat-black{font-family: 'Montserrat', sans-serif;font-weight: 900 !important;}
/*============================================================
                Fonts Classes Ends Here
============================================================*/
/*===============================================
                Colors Classes Starts Here
===============================================  */
.color-white{color: #ffffff !important;}
.color-gold{color: #cb9317 !important;}
.color-black{color: #000 !important;}
.color-grey{color: #747474 !important;}
.color-primary{color: #000 !important;}
.color-secondary{color: #000 !important;}
.color-gradient { color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: rgba(184,40,90,1) !important; background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; }
.color-yellow{color: #ffdc00 !important;}
.color-purple{color: #a8286e !important;}
/*===============================================
                Colors Classes Ends Here
===============================================  */
/*===============================================
    Background  Colors Classes Starts Here
===============================================  */
.bg-primary{background-color:#111111 ;}
.bg-secondary{background-color:#ccc ;}
.bg-white{background-color:#fff ;}
.bg-black{background-color:#000 ;}
.bg-grey{background-color:#ddd ;}

.bg-gradient{background: rgba(184,40,90,1); background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))); background: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%);}
/*===============================================
    Background  Colors Classes Ends Here
===============================================  */
/*===============================================
    Helper Classes Starts Here
===============================================  */
.border-radius-20px {
    border-radius: 20px;
}
.box-shadow {
    -webkit-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    -moz-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.44);
}
.text-shadow{    text-shadow: 2px 7px 7px #00000070;}
.hover02 {
    width: 300px !important;
    height: auto !important;
    -webkit-transition: 5s ease-in-out !important;
    transition: 5s ease-out !important;
}
.height-0 {
    height: 0px !important;
}
/* =================================
    ScrollBar Css Starts Here
================================= */
::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background-color: #1a1a1a !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--primary-color) !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    width: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #1a1a1a !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

/* =================================
    ScrollBar Css Ends Here
================================= */
/* ======================================KEY FRAMES====================================== */
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* SHIFT */
.main-navigation ul li a {
    position:relative;
    z-index: 1;
}
.main-navigation ul li a:hover {
    color: #91640F;
}
.main-navigation ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #F1C40F;
    visibility: none;
    opacity: 0;
    z-index: -1;
}
.main-navigation ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

@-webkit-keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    5% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    15% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(-30px);
    }
    15% {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* ======================================KEY FRAMES====================================== */
section#services .photo {
    background-size: 100% 100%;
    width: 100%;
    transition: transform 0.5s ease-out 0s;
    height: 500px !important;
    transform: scale(1);
    transform-origin: 98.2677% 67.1556%;
}

header{ padding:20px 0;}
nav {position: relative;z-index: 999;width: 100%;}
nav.fixed {position: fixed;width: 100%;z-index: 999;top: 0;}
.searchform input {float: right;width: 200px;padding: 8px 46px 8px 8px;font-size: 1em;border: 1px solid #303030;background: #fff;}
.searchform input[type="submit"] {float: right;width: 37px;height: 37px;padding: 0px;border: 0px;background: #303030 url(images/search-icon.png) no-repeat center;box-shadow: none;font-size: 0;margin-left: -37px;position: relative;}
div#container{ max-width:1140px; box-sizing:border-box; margin:0 auto; padding:0 15px;}
/* ---- Social Icons ---- */
.social_icons{ text-align:right; margin:10px 0;}
.social_icons ul{ padding:0; margin:0;}
.social_icons ul li {display: inline-block;margin-right: 5px;}
.social_icons ul li a {background: #305294;border-radius: 100px;color: #FFF;transition: all .2s ease;display: block;font-size: 15px;padding: 5px 0;text-align: center;width: 32px; height:32px;}
.social_icons ul li+li a {background: #55ACEE ;}
.social_icons ul li+li+li a {background: #DC4B3E none ;}
.social_icons ul li+li+li+li a {background: #E52D27;}
.social_icons ul li a:hover {background: #333;color: #FFF;}

/* ---- Portfolio .grid-item ---- */
.grid-item {width: 24.7%;box-sizing:border-box;margin-bottom:0px;}
.filter-button-group button {background: #333;color: #fff;display: inline-block;margin-right: 5px;padding: 5px 10px; border:0;}
.filter-button-group { margin:10px 0; overflow:hidden;}
.filter-button-group button:hover { background:#ccc; color:#000;}

.footer{ margin:40px 0 20px;}
#back-top > a {bottom: 1%;color: #000;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;}
/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 120vh;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;
    left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;
    background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: 10px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #333;background: #fff;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #303030;}
/*.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}*/
.services-slider .slick-arrow {height: 65px;}
/*.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}*/
/*.slick-next.slick-arrow {left: 0px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}*/
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------Toggle Search---------------------*/
.searchpanel {background: #ccc ;display: none;right: 0px;padding: 10px;position: absolute;top: 46px;}
.searchpanel::before {border-bottom: 10px solid #ccc;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";position: absolute;right: 7px;top: -7px;}
.nav .container {    position: relative;}
.searchtoggle {    position: absolute;    right: 11px;    top: 11px;}
.searchtoggle img{ cursor:pointer;}

/* -------------------------------------------Clients Carousel------------------------------------ */
.client {    margin-right: -10px;}
.client .slick-slide{ margin-right:10px; border:1px solid #ddd !important; padding:10px; box-sizing:border-box; text-align:center;}
.client .slick-prev{ margin-right:10px;}
.client .slick-slide img{ display:inline-block;}
/* -------------------------------------------Testimonials Carousel------------------------------------ */
.testimonial .loop {    padding: 0 10px;    text-align: center;}
.testimonial .loop p{ max-width:800px; margin:0 auto;}
.testimonial .loop .pic img{	max-width:100px;	margin:10px 0;	border-radius:100%;	height:auto;	display:inline-block ;}
.testimonial .loop .title{ font-size:21px; font-weight:600;}
/* -------------------------------------------Services Carousel------------------------------------ */
.service { margin-right:-10px;}
.service .slick-slide{ margin-right:10px;}
.service .title{ font-weight:700; margin:10px 0; font-size:18px;}
.service .slick-prev{ margin-right:10px;}
.service .slick-next{ margin-right:10px; right:40px; left:inherit;}
.service .slick-arrow{ top:0; margin-top:-43px;}

/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {position: fixed;bottom: 1%;left: 1%;border: rgba(0,0,0,0.8) 3px solid;background: rgba(0,0,0,0.6);padding: 5px 10px;color: #fff;text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;z-index: 9999}
/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {height: 30px; padding:0; margin:0;}
.tabs-menu li {height: 30px;line-height: 30px; display:inline-block; list-style:none; margin-right: 10px;background-color: #ccc;border-top: 1px solid #d4d4d1;border-right: 1px solid #d4d4d1;border-left: 1px solid #d4d4d1;}
.tabs-menu li.current {position: relative;background-color: #fff;border-bottom: 1px solid #fff;z-index: 5;}
.tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #2e7da3;}
.tab {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-top:-1px;}
.tab-content {max-width: 660px;padding: 20px;display: none;}
#tab-1 {display: block;   }

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {width: 120px; padding:0; margin:0; float:left;}
.tabs-left li {line-height: 30px; display:block; list-style:none; background: #ccc;border: 1px solid #d4d4d1; margin-bottom:10px; border-right:0;}
.tabs-left li.current {position: relative;background-color: #fff;border-bottom: 1px solid #ddd;z-index: 5;}
.tabs-left li a {padding:0 10px;text-transform: uppercase;color: #fff;text-decoration: none; display:block; }
.tabs-left .current a {color: #2e7da3;}
.tab-loop {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-left:-1px;}
.tabsleft-content {max-width: 660px;padding: 20px;display: none;}
#tabs1 {display: block;   }
/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs{ margin:10px 0; padding:0; background:#ddd; padding:5px;}
.breadcrumbs li{ list-style:none; display:inline-block; padding-right:2px;}
/* ----------------------------Comments-----------------------*/
#comments label {display: inline-block;vertical-align: top;width: 80px;}
.form-submit {    margin-left: 80px;}
#comments {    background: #eee ;    padding: 20px;}
#comments li {    list-style:none;}
#comments ol{ padding:0;}
/* ----------------------------Accordion-----------------------*/
.accordion-container{position: relative;width: 100%;height: auto;margin: 20px auto;}
.accordion-container > h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}

/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll{ height:300px;}
/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner{height: 250px;width:100%;color:#fff;display: flex;align-items: center;justify-content: center;text-transform: capitalize;}
.inner-banner h2{margin:0;padding:10px;font-size: 50px;font-family: 'Poppins' !important;}
/* ---------------------------------------------------blog-------------------------------------------------------------------------*/
.blogs ul{padding-left: 20px;}
.blogs li {width: 100%;clear: both;float: left;list-style: disc;}
.blogs li:last-child{ border:none;}
.blogs li h4{text-transform: capitalize;background: #f0f0f0;padding: 10px;position: relative;margin-bottom: 20px;font-weight: 600;color: #2f2f2f;}
.blogs li h4 span{width: 7%;text-align: center;background: #b12224;font-size: 11px;line-height: 18px;text-transform: uppercase;color: #fff;position: absolute;right: 0;top: 0;}
.blogs li h4 span strong{ display:block; font-size:26px; font-weight:normal;}
.blogs li a{ float:right;}
.blogs li .meta {background: #f0f0f0;padding: 10px;position: relative;margin: 38px 0 0;font-weight: 500;float: right;clear: right;width: 67%;color:#989898;font-size:16px;line-height:21px;}
.blogs li .meta span{ background:url('images/user-bg.png') no-repeat;padding: 3px 30px;}
.blogs li .meta span.comments{ margin-left:10px; background:url('images/comments.png') no-repeat;}
.blogs li .meta span strong{color: #258ef9;font-weight: normal;text-transform: capitalize;}
.sidebar ul{ padding:0; margin:0;}
.sidebar ul li{ list-style:none;}
.sidebar-pro{ border:1px solid #c2c2c2;    padding: 0 !important; border-radius:5px; overflow:hidden;}
.sidebar-pro h4{background: #b12224;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin: 0;}
.sidebar-pro .cat li{margin-bottom: 6px;list-style: none;padding: 10px;}
.sidebar-pro .cat li:hover{background: #b12224;}
.sidebar-pro .cat li:hover a{color: #fff;}
.sidebar-pro .cat li.current-cat{background: #b12224;}
.sidebar-pro .cat li:last-child{ margin-bottom:0;}
.sidebar-pro .cat .product-categories{ margin-bottom:0;}
.sidebar-pro .cat li a{ color:#424242; font-size:14px;}
.sidebar .recent li{border-bottom: 1px solid #c7c7c7;margin:5px 0; padding:5px 0;overflow:hidden;font-size: 14px;}
.sidebar .recent li h5{ margin-top:0;}
.sidebar .recent li:last-child{ border:none;}
.sidebar h4{background: #303030;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;}
.sidebar .recent h5{ color:#231f20; font-size:14px; margin-bottom:10px;}
.sidebar .recent p{ color:#6d6d6d; line-height:16px;}
.sidebar .recent .more a{ color:#258ef9; float:right;}
.sidebar .cat li{border-bottom:1px solid #ddd;font-weight:600; margin:5px 0;padding:5px 0;}
.blogs .loop {border-bottom: 1px solid #ddd;margin: 10px 0;overflow: hidden;padding: 10px 0;}
.sidebar .section{ margin-top:10px; overflow:hidden;}
.blogs .title{ margin:0;}
.blogs small{ margin-bottom:10px; display:inline-block; color:#888;}
.sidebar .cat li:last-child{ border:0; margin-bottom:0; padding-bottom:0;} 
.sidebar .cat li a{ color:#424242; font-size:14px;}
.blogs .meta {background: #ddd;margin-top: 10px;padding: 5px;}
/*---------------------Pagination----------------------- */
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;
width:auto;color:#fff;background: #555;}
.pagination a:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {
margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu-header:after, .menu-header > ul:after {content: ".";display: none;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
.menu-header {background: transparent;}
.menu-header > ul > li { display:inline-block;}
.menu-header.align-center > ul {font-size: 0;text-align: center;}
.menu-header.align-center > ul > li {display: inline-block;float: none;}
.menu-header.align-center ul ul {text-align: left;}
.menu-header.align-right > ul > li {float: right;}
.menu-header > ul > li > a {padding: 0;font-size: 12px;letter-spacing: 0px;text-decoration: none;color: #dddddd;font-weight: 400;text-transform: uppercase;}
.menu-header > ul > li:hover > a {color: #ffffff;}
/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/
.menu-header  ul  ul::before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}
.menu-header  ul ul  ul::before { display:none;}
.menu-header > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-header ul ul {position: absolute;left: -9999px;}
.menu-header.align-right ul ul {text-align: right;}
.menu-header ul ul li {height: 0;transition: all .25s ease;}
.menu-header li:hover > ul {left: auto;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}
.menu-header li:hover > ul > li {height: 35px;}
.menu-header ul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 170px;font-size: 12px;text-decoration: none;color: #dddddd;font-weight: 400;background: #000;}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {border-bottom: 0;}
.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-header ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header.align-right ul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-header ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';transition: all .25s ease;}
.menu-header.align-right ul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-header ul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}

@media (min-width: 100px) and (max-width: 769px) {
.menu-header {width: 100%;}
.menu-header ul {width: 100%;display: none;}
.menu-header.align-center > ul {text-align: left;}
.menu-header ul li {width: 100%;border-top: 1px solid rgba(120, 120, 120, 0.2);}
.menu-header ul ul li,  .menu-header li:hover > ul > li {height: auto;}
.menu-header ul li a,  .menu-header ul ul li a {width: 100%;border-bottom: 0;}
.menu-header > ul > li {float: none;}
.menu-header ul ul li a {padding-left: 25px;}
.menu-header ul ul ul li a {padding-left: 35px;}
.menu-header ul ul li a {color: #dddddd;background: none;}
.menu-header ul ul li:hover > a,  .menu-header ul ul li.active > a {color: #ffffff;}
.menu-header ul ul,  .menu-header ul ul ul,  .menu-header.align-right ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left;}
.menu-header > ul > li.has-sub > a:after,  .menu-header > ul > li.has-sub > a:before,  .menu-header ul ul > li.has-sub > a:after,  .menu-header ul ul > li.has-sub > a:before {display: none;}
.menu-header #menu-button {display: block;padding: 17px;color: #dddddd;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.menu-header #menu-button:after {position: absolute;top: 22px;right: 17px;display: block;height: 8px;width: 20px;border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;content: '';}
.menu-header #menu-button:before {position: absolute;top: 16px;right: 17px;display: block;height: 2px;width: 20px;background: #dddddd;content: '';}
.menu-header #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.menu-header #menu-button.menu-opened:before {top: 23px;background: #ffffff;width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.menu-header .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.2);height: 46px;width: 46px;cursor: pointer;}
.menu-header .submenu-button.submenu-opened {background: #262626;}
.menu-header ul ul .submenu-button {height: 34px;width: 34px;}
.menu-header .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:after {top: 15px;right: 13px;}
.menu-header .submenu-button.submenu-opened:after {background: #ffffff;}
.menu-header .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:before {top: 12px;right: 16px;}
.menu-header .submenu-button.submenu-opened:before {display: none;}
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 769px) {
a#hamburg { display: block; }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 { background:url(images/nav-bg.jpg) repeat ;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px;}
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}	
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{ transform: translateX(250px); z-index:999; }
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 3;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {  display: block;  position: absolute;
height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.nav-cross.open span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
.nav-cross.open span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
}


@media (min-width: 100px) and (max-width: 769px) {

main{ padding:0 15px;}
.logo{ text-align:center;}	
.searchtoggle{ display:none;}
.push-logo{ margin:10px 0;}
.logo img{ max-height:60px; width:auto;}
header .searchform{ display:none;} 
.slider .inner-item {height: 200px;}
.slider .inner-item .caption{ display:none;}
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}


/*error-page*/

.error-page{
    padding: 40px 0;
}

.error-page h1{
    color: #414142;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}
.error-page p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px;
}


/*default-page*/

.page-def{
    padding: 40px 0; 
}
.page-def h1{
    color: #414142;
    font-size: 50px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h2{
    color: #414142;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h3{
    color: #414142;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h4{
    color: #414142;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.page-def h5{
    color: #414142;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def h6{
    color: #414142;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def p{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px; 
}



.wpcf7-not-valid {
    border-bottom: 4px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-response-output{
    color: #fff;
}


html.open-menu body{
    position: fixed !important;
}

.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}/*sec-faq*/
.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}
/************************************************** global css **************************************************/
:root {
    --primary-color: #05aba9;
    --secondry-color: #f9a79b;
    --primary-light-color: #d9eedb;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Oswald' !important;
}
.primary-btn {
    color: #fff;
    background-color: var(--secondry-color);
    text-transform: uppercase;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    transition: .3s ease-in-out;
    cursor: pointer;
    gap: 5px;
}
.primary-btn:hover{
    color: #fff;
    background-color: color-mix( in srgb, var(--secondry-color) 90%, black);
}
@media (min-width: 1536px) {
    .container {
        width: 1320px !important;
    }
}
.slick-arrow {
    border: 0px;
    font-size: 0;
    left: 0;
    margin-top:-20px;
    position: absolute;
    top: 50%;
    z-index: 1;
    display: flex !important;
    width: max-content;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: #000;
}
.slick-arrow::before{
    content: '\f053';
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    font-size: 40px;
    color: #fff;
    transition: .3s ease-in-out;
}
.slick-arrow:hover::before {
    color: var(--primary-color);
}
.slick-next.slick-arrow {
    right: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    left: unset;
}
/************************************************** header css **************************************************/
.home .header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.home .header li a {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400;
}
.header {
    padding: 40px 0;
}
.logo {
    position: relative;
}
.header img {
    width: 100%;
}
.header .menu{
    height: 100%;
}
.header ul {
    display: flex !important;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 25px;
    text-transform: uppercase;
    justify-content: end;
    height: 100%;
}

.header li a {
    color: #595959 !important;
    font-size: 16px !important;
    font-weight: 400;
}

.header li a:hover {
    color: var(--primary-color) !important;
}
.header-info {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 20px;
    justify-content: end;
}
/************************************************** hero sec css **************************************************/
.hero-section .inner-item {
    padding-top: 220px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero-section .hero-sec-content{
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero-section .hero-sec-content h1{
    font-size: 90px;
    margin: 0 0 50px;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.4), 0px 4px 6px rgba(0, 0, 0, 0.35), 0px 8px 15px rgba(0, 0, 0, 0.3);
}
.play-btn {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.35);
}
.play-btn i {
    font-size: 28px;
    color: #1aa3a3; 
    margin-left: 4px;
}
.play-btn:hover {
    box-shadow: 0 0 0 22px rgba(255, 255, 255, 0.45);
    transform: scale(1.05);
    transition: 0.3s ease;
}
.search-bar {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  overflow: hidden;
  width: 70%;
  margin-left: auto;
}
.search-bar-field {
  padding: 14px 18px;
  border-right: 1px solid #e5e5e5;
  height: 100%;
}
.search-bar-field {
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
}
.search-bar-field input,
.search-bar-field select {
  border: none;
  outline: none;
  font-weight: 600;
  padding: 0;
}
.search-btn {
  background: #08a6a6;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  transition: 0.3s;
}
.search-btn:hover {
  background: #069292;
}

.hero-section .search-form-box {
    position: absolute;
    bottom: 0;
    right: 0px;
    text-align: start;
    left: auto;
    width: 50%;
}

.hero-section .search-form-box form {
    display: flex;
    justify-content: flex-end;
    flex-flow: wrap;
    width: 100%;
    align-items: center;
    height: 100px;
}

.hero-section .search-form-box form p.mphb-required-fields-tip {
    display: none !important;
}

.hero-section .search-form-box form p {
    width: auto;
    margin-bottom: 0;
    background-color: #fff;
    height: 100%;
    padding: 20px 15px 0;
}

.hero-section .search-form-box form p.mphb_sc_search-check-in-date {}

.hero-section .search-form-box form p.mphb_sc_search-check-out-date {
}

.hero-section .search-form-box form p.mphb_sc_search-adults {
    width: 10%;
}

.hero-section .search-form-box form p.mphb_sc_search-children {
    width: 10%;
}

.hero-section .search-form-box form p.mphb_sc_search-submit-button-wrapper {background-color: #05aba9;width: 20%;text-align: center;padding-top: 0;}

.hero-section .search-form-box form p.mphb_sc_search-submit-button-wrapper input.button {
    background: transparent;
    border: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.hero-section .search-form-box form p input, .hero-section .search-form-box form p select {
    border: 0;
}

/************************************************** about sec css **************************************************/
.about-sec {
    padding: 150px 0 150px 300px;
    overflow: hidden;
}
.as-content-one {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.as-content-one h6 {
    margin: 0 0 15px;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 500;
    font-family: 'Poppins' !important;
}

.as-content-one h1 {
    margin: 0;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
}
.as-img {
    position: relative;
}
.as-dots-img {
    position: absolute;
    top: -80px;
    left: -74px;
}

.as-img img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}
.as-content-two {
    padding: 100px;
    background-color: var(--primary-light-color);
}
.as-content-two p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000;
}
.about-sec-two{
    background-image: url('/wp-content/uploads/2026/01/island-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
.ast-head{
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}
.ast-head h5{
    margin: 0 0 15px;
    font-family: 'Poppins' !important;
    font-size: 24px;
    font-weight: 400;
}
.ast-head h1{
    margin: 0;
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 40px;
}

.ast-head a{
	color: #fff;
	background-color: #05aba9;
	text-transform: uppercase;
	height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 26px;
	font-size: 18px;
	font-weight: 600;
	border: none;
	transition: .3s ease-in-out;
	cursor: pointer;
	gap: 5px;
}

.ast-head a:hover{
	color: #fff;
}

.ast-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.ast-box-img {
    background-color: #fff;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ast-box img {
    width: 143px;
}
.ast-box h6 {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Poppins' !important;
    font-weight: 400;
    text-align: center;
}
/************************************************** cottage sec css **************************************************/
.cottage-sec{
    padding: 100px 0 100px 300px;
}
.cottage-sec-head {
    margin-bottom: 60px;
}
.cottage-sec-head h6 {
    margin: 0 0 10px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Poppins' !important;
    color: var(--primary-color);
}
.cottage-sec-head h1 {
    margin: 0;
    font-size: 70px;
    text-transform: uppercase;
    color: #242424;
    font-weight: 700;
    letter-spacing: 3px;
}
.cottage-sec-boxe{
    margin-right: 50px;
}
.cottage-sec-boxe .cs-box-image {
    height: 590px;
    width: 100%;
    object-fit: cover;
}

.cottage-sec-body .slick-arrow{
    right: 400px;
    top: 250px;
    left: unset;
    background: transparent;
}

.cottage-sec-body .slick-prev{
	display: none !important;
}
.cottage-sec-body .slick-next.slick-arrow{
    right: auto;
    left: -50px;
}
.cottage-sec-body .slick-arrow::before{
    content: '\f060';
    font-size: 34px;
    transform: scale(1);
    color: #404256;
    font-family: 'Font Awesome 6 Free';
}
.cottage-sec-body .slick-arrow:hover::before {
    transform: scale(1.09);
    color: var(--primary-color);
}
/************************************************** vacation sec css **************************************************/
.vacation-sec{
    background-image: url('/wp-content/uploads/2026/01/rental-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    text-align: center;
    color: #fff;
}
.vacation-sec h6{
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Poppins' !important;
    margin: 0;
}
.vacation-sec h1{
    text-transform: uppercase;
    font-size: 80px;
    letter-spacing: 3px;
    margin: 20px 0 30px;
}
/************************************************** reviews sec css **************************************************/
.reviews-sec{
    padding: 50px 0 0px;
}
.reviews-sec-head {
    text-align: center;
    margin-bottom: 50px;
}
.reviews-sec h6{
    text-transform: uppercase;
    font-family: 'Poppins' !important;
    font-size: 24px;
    color: var(--primary-color);
}
.reviews-sec h1{
    color: #242424;
    margin: 0;
    font-size: 70px;
    text-transform: uppercase;
    letter-spacing: 3px;
} 
.reviews-sec-body {
    text-align: center;
    margin: 0 140px;
}
.testimonial-box {
    position: relative;
}
.testimonial-box .tb-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    object-fit: cover;
}

.testimonial-box h3 {
    font-size: 34px;
    font-family: 'Poppins' !important;
    text-transform: capitalize;
    margin: 20px 0 0;
    font-weight: 400;
}

.testimonial-box .tbc-designation {
    font-size: 18px;
    text-transform: capitalize;
    color: var(--primary-color);
    margin: 0 0 20px;
    display: block;
}
.testimonial-box-content .tbc-star{
    margin: 0 auto;
}
.testimonial-box p {
    font-size: 22px;
    line-height: 1.6;
    font-style: italic;
    margin-top: 70px;
}
.testimonial-box .double-comma {
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 122px;
}
.reviews-sec-body .slick-arrow{
    left: -80px;
    bottom: 45px;
    top: unset;
    background: transparent;
}
.reviews-sec-body .slick-next.slick-arrow{
    right: -80px;
    left: unset;
}
.reviews-sec-body .slick-arrow::before{
    font-size: 32px;
    color: #bdbdbd;
}
.reviews-sec-body .slick-arrow:hover::before{
    font-size: 32px;
    color: var(--primary-color);
}
.reviews-sec{
    background-image: url(/wp-content/uploads/2026/01/rev-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 1500px;
}
/************************************************** contact sec css **************************************************/
.contact-sec{
    overflow: hidden;
}
.contact-img img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}
.contact-form{
    background-color: #d9eedb;
    padding: 0 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-head {
    margin-bottom: 35px;
}
.contact-head h6 {
    font-size: 20px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-family: 'Poppins' !important;
    margin: 0;
}
.contact-head h2 {
    margin: 20px 0 5px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 35px;
    font-family: 'Poppins' !important;
}
.contact-head h1 {
    margin: 0;
    font-weight: 300;
    font-size: 46px;
    font-family: 'Poppins' !important;
    text-transform: uppercase;
}
.contact-head h1 span {
    color: var(--primary-color);
    font-weight: 600;
}
.contact-sec input{
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 10px;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #c9c9c9;
}
.contact-sec input::placeholder,
.contact-sec textarea::placeholder{
    color: #717171;
}
.contact-sec textarea {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 20px 20px;
    border: 1px solid #c9c9c9;
    min-height: 130px;
    resize: none;
}
.contact-sec input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    border: none;
    background-color: var(--secondry-color);
    color: #fff;
    font-size: 20px;
    padding: 0 30px;
}
/************************************************** brans sec css **************************************************/
.brand-sec{
    padding: 80px 0;
}
.brand-logo img{
    width: 280px;
}
/************************************************** footer sec css **************************************************/
footer{
    background-color: #101010;
    padding: 80px 0;
}
.footer-heading{
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 43px;
    position: relative;
    font-size: 28px;
    font-family: 'Poppins' !important;
}
.footer-first-box p{
    color: #fff;
    font-size: 16px;
}
.social-links-main{
    width: max-content;
    margin: 0 auto;
}
.social-links ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-links li{
    text-transform: capitalize;
    font-size: 16px;
    padding-bottom: 15px;
}
.social-links li a{
    color: #fff;
    transition: .3s ease-in-out;
}
.social-links li a:hover{
    color: var(--primary-color);
}
footer {}

footer .social-info {}

footer .social-info h1.footer-heading {
    margin-bottom: 10px;
}

footer .social-info ul {
    display: flex;
    flex-flow: wrap;
}

footer .social-info ul li {
    margin-right: 10px;
}

footer .social-info ul li a i {
    color: #05aba9;
    font-size: 28px;
}
.footer-info-inner {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    color: #fff;
}
.footer-info-inner i {
    font-size: 22px;
}
.footer-info-inner p {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    line-break: anywhere;
}
.footer-info-inner a {
    color: #fff;
    transition: .3s ease-in-out;
    
}
.footer-info-inner a:hover{
    color: var(--primary-color);
}
.cop{
    background-color: #101010;
    padding: 20px 0;
    border-top: 1px solid #404040;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.cop p{
    margin: 0;
}
.cop p a{
    color: #fff;
    font-weight: 500;
    transition: .3s ease-in-out;
}
.cop p a:hover{
    color: var(--primary-color);
}
/************************************************** inner pages css **************************************************/
.scs-img img{
    height: 590px;
    width: 100%;
    object-fit: cover;
}
.single-about-sec {
    padding: 100px 0;
}
.single-about-sec .as-content-one{
    text-align: center;
    margin-bottom: 60px;
}

.single-about-sec img {
    object-fit: cover;
}
.single-about-sec .as-content-two {
    height: 100%;
    padding: 30px;
}
.sec-cta {
    padding: 80px 0 150px;
}

.sec-cta .left {}

.sec-cta .left h2 {
    margin: 0 0 20px;
    font-size: 36px;
    font-weight: 600;
    color: #242424;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.sec-cta .left input{
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
}
.sec-cta .left select{
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.sec-cta .left textarea {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 20px 20px;
    border: 1px solid #e0e0e0;
    min-height: 180px;
    resize: none;
}

.sec-cta .left input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: inline-block;
    width: max-content;
    text-transform: uppercase;
    border: none;
    background-color: var(--secondry-color);
    color: #fff;
    font-size: 20px;
    padding: 0 30px;
    border-radius: 25px;
}

.sec-cta .right {}

.sec-cta .right h2 {
    margin: 0 0 20px;
    font-size: 36px;
    font-weight: 600;
    color: #242424;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.sec-cta .right ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.sec-cta .right ul li {
    margin-bottom: 20px;
}

.sec-cta .right ul li a {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #4c4c4c;
}

.sec-cta .right ul li img {
    margin-right: 20px;
}

.sec-cta .head-top {}

.sec-cta .head-top h3 {
    margin: 30px 0 20px;
    font-size: 36px;
    font-weight: 600;
    color: #242424;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.sec-cta .head-top .social {}

.sec-cta .head-top .social ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.sec-cta .head-top .social ul li {
    margin-bottom: 15px;
}

.sec-cta .head-top .social ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #4c4c4c;
    display: flex;
    align-items: center;
    transition: .5s all ease-in-out;
}

.sec-cta .head-top .social ul li a i {
    margin-right: 10px;
    font-size: 22px;
    color: var(--secondry-color);
    background-color: transparent;
    height: 38px;
    width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .5s all ease-in-out;
    border: solid 1px var(--secondry-color);
}

.sec-cta .right ul li i {
    margin-right: 10px;
    font-size: 25px;
    color: var(--secondry-color);
}

.sec-cta .container-fluid {
    margin-top: 60px;
    margin-bottom: -10px;
}

.sec-cta .container-fluid .col-sm-12 {
    padding: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red !important;
    color: #000 !important;
    text-align: center !important;
    margin: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: green !important;
    color: #000 !important;
    text-align: center !important;
    margin: 0 !important;
}
.single-vacation-sec{
    margin: 50px 0;
}

.single-vacation-sec .ncr-desc p{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
	color: #000;
}


label {}

#popmake-99 h1 {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 38px;
}

#popmake-99 p {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

#popmake-99 .tnp {}

#popmake-99 .tnp form .tnp-field label{
	display: none;
}

#popmake-99 .tnp form .tnp-field input {
    color: #000000;
    font-weight: 400;
}

#popmake-99 .tnp form .tnp-field input[type="submit"] {
    color: #000;
    background-color: #d9eedb;
	font-weight: 500;
	text-transform: uppercase;
}

section.booking-page .booking-wrap ul.slick-dots {
    display: none;
}

section.booking-page .booking-wrap{}

.single-tf_apartment .inner-banner {
    display: none;
}

.tf-details-menu {}

.single-tf_apartment .tf-single-template__two {
    font-family: 'Oswald';
}

.single-tf_apartment .tf-single-template__two .tf-hero-content {}

.single-tf_apartment .tf-single-template__two .tf-hero-content .tf-wish-and-share {}

.single-tf_apartment .tf-single-template__two .tf-hero-content .tf-wish-and-share a {
    background: #f9a79b !important;
}

.single-tf_apartment .tf-single-template__two .tf-hero-content .tf-hero-bottom-area {}

.single-tf_apartment .tf-single-template__two .tf-hero-content .tf-hero-bottom-area .tf-head-title {}

.single-tf_apartment .tf-single-template__two .tf-hero-content .tf-hero-bottom-area .tf-head-title h1 {
    font-size: 26px !important;
}

.single-tf_apartment .tf-single-template__two .tf-hero-content .tf-hero-bottom-area .tf-head-title .tf-title-meta, .single-tf_apartment .tf-single-template__two .tf-hero-content .tf-hero-bottom-area .tf-head-title .tf-title-meta a {font-family: 'Poppins';font-size: 16px !important;}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper {}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details {}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-left {}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-left .tf-details-menu a.tf-hashlink {
    color: #61abbb;
    border-color: #61abbb;
}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-left .tf-details-menu a {
    font-size: 20px !important;
    color: #fff;
}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-left .tf-overview-wrapper {
    font-family: 'Poppins';
    color: #000;
}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-right .tf-search-date-wrapper form h3.tf-section-title {
    color: #fff;
}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-right .tf-search-date-wrapper form .tf-apartment-form-fields h3 {
    color: #fff !important;
}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-right .tf-search-date-wrapper form .tf-apartment-form-fields .acr-label {
    color: #fff;
}

.tf-overview-wrapper {}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-left .tf-apartment-rooms-section {}


.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-left .tf-feature-block i {
    color: #61abbb !important;
}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-left .tf-feature-block h5{
    color: #fff !important;
}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-left .tf-feature-block {
    align-items: center !important;
}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-left .tf-feature-block h5 {
    margin: 0;
}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-left .tf-apartment-rooms-section h4 {
    font-size: 20px !important;
    color: #fff;
}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-left .tf-apartment-rooms-section .tf-apartment-room-slider {}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-left .tf-apartment-rooms-section .tf-apartment-room-slider ul.slick-dots {
    display: none;
}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-left .tf-apartment-rooms-section .tf-apartment-room-slider .slick-list .tf-apartment-room-item {}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-left .tf-apartment-rooms-section .tf-apartment-room-slider .slick-list .tf-apartment-room-item .tf-apartment-room-item-content a span {
    font-size: 18px;
    color: #fff !important;
}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-left .tf-apartment-rooms-section .tf-apartment-room-slider .slick-list .tf-apartment-room-item .tf-apartment-room-item-content p {
    font-family: 'Poppins';
    font-size: 15px;
    color: #05aba9;
    margin: 0;
}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-right {}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-right .tf-search-date-wrapper {}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-right .tf-search-date-wrapper form .tf-btn-booking button {
    background: #f9a79b;
    font-size: 18px;
    text-transform: uppercase;
}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-right .tf-search-date-wrapper form .tf-apartment-form-fields, .single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-right .tf-search-date-wrapper form .tf-apartment-form-fields input::placeholder, .single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-right .tf-search-date-wrapper form .tf-apartment-form-fields .tf_acrselection .acr-label {
    font-family: 'Poppins';
    font-size: 16px;
}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-right .tf-search-date-wrapper form .tf-apartment-form-fields .tf_acrselection {}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-right .tf-search-date-wrapper form .tf-apartment-form-fields .tf_acrselection .acr-label {}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-right .tf-search-date-wrapper form .tf-apartment-form-header {}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-right .tf-search-date-wrapper form .tf-apartment-form-header h3, .single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-right .tf-search-date-wrapper form .tf-apartment-form-header h3 span {
    margin: 0;
    color: #fff !important;
}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-right button.tf_btn {
    background: #f9a79b;
    font-size: 18px;
    text-transform: uppercase;
}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-right  .tf-send-inquiry h3{ color: #fff !important;}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-right .tf-send-inquiry i, .single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-right .tf-send-inquiry p {
    color: #61abbb;
}


.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-right  .tf-send-inquiry .tf-btn-wrap {}

.single-tf_apartment .tf-single-template__two .tf-content-wrapper .tf-details .tf-details-right  .tf-send-inquiry .tf-btn-wrap a {
    background-color: #f9a79b;
    font-size: 18px;
}


section.booking-page .booking-wrap .tf-slider-item {
    width: 100% !important;
}

section.booking-page .booking-wrap .tf-slider-item .tf-slider-content {
    margin-top: 90px !important;
    background: unset;
    backdrop-filter: blur(0px);
    border: none;
}

section.booking-page .booking-wrap .tf-slider-item .tf-slider-content h3{
    font-size: 18px;
	margin: 0;
}

section.booking-page .booking-wrap .tf-slider-item .tf-slider-content p, section.booking-page .booking-wrap .tf-slider-item .tf-slider-content .tf-recent-room-price{
    display: none;
}

section.booking-page .booking-wrap .tf-slider-item .tf-slider-content h3 a {
    color: #fff;
}


/* Vac Planning Page */

section.vac-page {
    padding: 50px 0px;
}

section.vac-page .head {
    position: relative;
    padding-left: 70px;
    margin-bottom: 60px;
}

section.vac-page .head p, section.vac-page .desc-inner p {
    font-size: 16px;
}

section.vac-page .head:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/2026/01/path.png');
}

section.vac-page .desc {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px;
    margin-bottom: 40px;
    align-items: start;
}

section.vac-page .desc img {
    width: 100%;
    border-radius: 8px;
}

section.vac-page .desc .desc-inner h2 {
    margin-top: 0;
}

section.vac-page .desc .desc-inner h2 a{
	text-decoration: underline;
	color: #000 !important;
}

section.vac-page .desc .desc-inner h2 a:hover span{
	color: #f9a79b !important;
}


section.vac-page .col-sm-12:last-child .desc {
    grid-template-columns: 1fr;
    margin: 0 0 40px;
    text-align: center;
    background-color: var(--primary-light-color);
    padding: 30px 10px;
    border-radius: 55px;
}

/* Blog Page */

.scc-blog-list {
    padding: 30px 0;
    display: block;
}

.scc-blog-list .loop {
    border-color: #f9a79b;
    box-shadow: 0 5px 15px #d9eedb;
    background-color: #d9eedb;
    padding: 15px 20px;
    border-radius: 10px;
}

.scc-blog-list .loop h3.title a {
    color: #000;
}

.scc-blog-list .loop small {
    color: #f9a79b;
}

.scc-blog-list .loop .more {}

.scc-blog-list .loop .more a {
    color: #fff;
    background-color: #05aba9;
    text-transform: uppercase;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    transition: .3s ease-in-out;
    cursor: pointer;
}

/* Single Blog Page */

section.single-scc-blog {
    padding: 40px 0;
}

section.single-scc-blog h1, section.single-scc-blog h2 {
    margin-top: 0;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left;margin: 0 0.5em 0.5em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.single-about-sec {
    padding: 100px 0;
}

section.cta-sec {
    background-image: url('/wp-content/uploads/2026/01/rental-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

section.cta-sec .cta-inner {
    text-align: center;
}

section.cta-sec .cta-inner h1 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 46px;
    text-transform: capitalize;
}

section.cta-sec .cta-inner p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

section.vac-page .option-box {
    box-shadow: 0 0 20px 1px #f9a79b;
    background-color: #f9a79b;
    padding: 10px 20px;
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
    border-radius: 15px;
}

section.vac-page .option-box h2 {
    margin: 0 0 10px;
    color: #fff;
}

section.vac-page .option-box h2 a{
	color: #fff;
	text-decoration: underline;
}

section.vac-page .option-box h2 a:hover{
	color: #d9eedb;
}

 section.vac-page .option-box ul{
     padding-left: 20px;
 }

section.vac-page .option-box p, section.vac-page .option-box ul li {
    color: #fff;
    list-style: disc;
}

section.vac-page .option-box p a, section.vac-page .option-box ul li a{
	color: #fff;
	text-decoration: underline;
}

section.vac-page .option-box p a:hover, section.vac-page .option-box ul li a:hover{
	color: #04a2a1;
}

section.vac-page .option-box h4 {
    margin: 0 0 5px;
    color: #fff;
}

.page-id-333 section.home-gal h2 {
    display: none;
}
.page-id-333 section.home-gal {
    padding: 120px 0;
}
.page-id-333 .contact-img img {
    padding-bottom: 30px;
    height: auto !important;
}

.single-mphb_room_type .inner-banner {
    background-color: #000 !important;
    background-image: unset  !important;
}

section.single-cottage-sec {
    padding: 40px 0;
}

section.single-cottage-sec .booking-meta {
    position: sticky;
    top: 2.5rem;
    background: #fff;
    border-radius: 3px;
    padding: 1.875rem;
    -webkit-box-shadow: 0 2px 5px 0 rgb(249 167 155 / 52%);
    box-shadow: 0 2px 5px 0 rgb(249 167 155 / 52%);
    padding: 2.5rem;
}

section.single-cottage-sec .booking-meta p.mphb-regular-price {
    color: #17181a;
    margin-bottom: 0;
    width: 90%;
}

section.single-cottage-sec .booking-meta p.mphb-regular-price strong {
    display: none;
}

section.single-cottage-sec .booking-meta p.mphb-regular-price span.mphb-price {
    font-weight: 600;
    font-size: 25px;
}

section.single-cottage-sec .booking-meta p.mphb-regular-price span.mphb-price-period {
    border-bottom: 0;
    font-weight: 500;
    font-size: 16px;
}

section.single-cottage-sec .booking-meta .mphb_sc_room-wrapper, section.single-cottage-sec .booking-meta .mphb_sc_room_rates-wrapper  {
    margin: 0 0 1.875rem;
    border-bottom: 1px solid #ededed;
    padding-bottom: 1.875rem;
}

section.single-cottage-sec .booking-meta .mphb_sc_room_rates-wrapper ul.mphb-room-rates-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

section.single-cottage-sec .booking-meta .mphb_sc_room_rates-wrapper ul.mphb-room-rates-list span.mphb-price {
    color: #17181a !important;
    margin-bottom: 0;
    width: auto;
    display: inline-block;
    font-weight: 700;
    font-size: 25px;
    visibility: visible;
    position: absolute;
    left: 0;
}

section.single-cottage-sec .booking-meta .mphb_sc_room_rates-wrapper ul.mphb-room-rates-list li {visibility: hidden;position: relative;}

section.single-cottage-sec .booking-meta .mphb_sc_room_rates-wrapper ul.mphb-room-rates-list span.mphb-price span.mphb-currency {
    visibility: visible !important;
}

section.single-cottage-sec .booking-meta .mphb_sc_room_rates-wrapper ul.mphb-room-rates-list span.mphb-price-period {
    visibility: visible;
    position: absolute;
    left: 90px;
}

section.single-cottage-sec .booking-meta .mphb_sc_booking_form-wrapper {}

section.single-cottage-sec .booking-meta .mphb_sc_booking_form-wrapper form p.mphb-required-fields-tip {
    color: #17181a;
    margin-bottom: 1.25rem;
    font-size: 12px;
}

section.single-cottage-sec .booking-meta .mphb_sc_booking_form-wrapper form p.mphb-check-in-date-wrapper, section.single-cottage-sec .booking-meta .mphb_sc_booking_form-wrapper form p.mphb-check-out-date-wrapper {
    margin-bottom: 1.875rem;
}

section.single-cottage-sec .booking-meta .mphb_sc_booking_form-wrapper form p.mphb-check-in-date-wrapper label, section.single-cottage-sec .booking-meta .mphb_sc_booking_form-wrapper form p.mphb-check-out-date-wrapper label {
    font-size: 14px;
    color: #17181a;
    font-weight: 500;
    margin-bottom: .25rem;
    display: inline-block;
}

section.single-cottage-sec .booking-meta .mphb_sc_booking_form-wrapper form p.mphb-check-in-date-wrapper input, section.single-cottage-sec .booking-meta .mphb_sc_booking_form-wrapper form p.mphb-check-out-date-wrapper input {
    border: 2px solid #f9a79b;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
    width: 100%;
    background: url(/wp-content/uploads/2026/02/calendar.svg) no-repeat top 0.9rem right 1.25rem;
    padding: .75rem 1.25rem;
}

section.single-cottage-sec .booking-meta .mphb_sc_booking_form-wrapper form p.mphb-reserve-btn-wrapper {}

section.single-cottage-sec .booking-meta .mphb_sc_booking_form-wrapper form p.mphb-reserve-btn-wrapper input, 
section.single-cottage-sec .booking-meta .mphb_sc_booking_form-wrapper form .mphb-reserve-room-section input{
    width: 100%;
    border: 0;
    background-color: #f9a79b;
    color: #fff;
    padding: 15px 30px;
    font-weight: 700;
}

section.single-cottage-sec .booking-meta .mphb_sc_booking_form-wrapper form .mphb-reserve-room-section p{
    color: #61abbb;
    font-size: 12px;
    font-style: italic;
}

section.single-cottage-sec .rental-details {}

section.single-cottage-sec .rental-details .mphb_sc_room-wrapper {}

section.single-cottage-sec .rental-details .mphb_sc_room-wrapper .mphb-room-type-images {
    margin-bottom: 30px;
}

section.single-cottage-sec .rental-details .mphb_sc_room-wrapper p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

section.single-cottage-sec .rental-details .mphb_sc_room-wrapper h4{
	color: #000;
}

section.single-cottage-sec .rental-details .mphb_sc_room-wrapper p a {
    display: none;
}

section.single-cottage-sec .rental-details .mphb_sc_room-wrapper h3.mphb-room-type-details-title {
    color: #000;
    position: relative;
    margin: 0 0 30px;
}

section.single-cottage-sec .rental-details .mphb_sc_room-wrapper h3.mphb-room-type-details-title:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #f9a79b;
    bottom: -10px;
}

section.single-cottage-sec .rental-details .mphb_sc_room-wrapper ul.mphb-loop-room-type-attributes {
    padding: 30px;
    padding-left: 40px;
    list-style: none;
    margin: 0 0 20px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(249 167 155 / 52%);
    box-shadow: 0 2px 5px 0 rgb(249 167 155 / 52%);
    background: #fff;
    border-radius: 3px;
}

section.single-cottage-sec .rental-details .mphb_sc_room-wrapper ul.mphb-loop-room-type-attributes li {
    margin: 0 0 30px;
    position: relative;
}

section.single-cottage-sec .rental-details .mphb_sc_room-wrapper ul.mphb-loop-room-type-attributes li span.mphb-attribute-title {
    color: #000;
    font-weight: 600;
    width: 100px;
    display: inline-block;
}

section.single-cottage-sec .rental-details .mphb_sc_room-wrapper ul.mphb-loop-room-type-attributes li span.mphb-attribute-value, section.single-cottage-sec .rental-details .mphb_sc_room-wrapper ul.mphb-loop-room-type-attributes li span.mphb-attribute-value a{
	color: #363636 !important;
	pointer-events: none;
	display: inline-block;
}

section.single-cottage-sec .rental-details .mphb_sc_room-wrapper ul.mphb-loop-room-type-attributes li span.mphb-attribute-value{
	float: right;
	width: 85%;
	text-transform: capitalize;
}

section.single-cottage-sec .rental-details .mphb_sc_room-wrapper ul.mphb-loop-room-type-attributes li:before {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: -30px;
    width: 20px;
    height: 20px;
}

section.single-cottage-sec .rental-details .mphb_sc_room-wrapper ul.mphb-loop-room-type-attributes li.mphb-room-type-adults-capacity:before {
    background-image: url('/wp-content/uploads/2026/02/cake.png');
}

section.single-cottage-sec .rental-details .mphb_sc_room-wrapper ul.mphb-loop-room-type-attributes li.mphb-room-type-facilities:before {
    background-image: url('/wp-content/uploads/2026/02/amenities.png');
}

section.single-cottage-sec .rental-details .mphb_sc_room-wrapper ul.mphb-loop-room-type-attributes li.mphb-room-type-view:before {
    background-image: url('/wp-content/uploads/2026/02/eye.png');
}

section.single-cottage-sec .rental-details .mphb_sc_room-wrapper ul.mphb-loop-room-type-attributes li.mphb-room-type-size:before {
    background-image: url('/wp-content/uploads/2026/02/dimension.png');
}

section.single-cottage-sec .rental-details .mphb_sc_room-wrapper ul.mphb-loop-room-type-attributes li.mphb-room-type-bed-type:before {
    background-image: url('/wp-content/uploads/2026/02/sleeping.png');
}

section.single-cottage-sec .rental-details .mphb_sc_room-wrapper ul.mphb-loop-room-type-attributes li.mphb-room-type-location:before {
    background-image: url('/wp-content/uploads/2026/02/locatiion.png');
}

section.single-cottage-sec .booking-meta .mphb_sc_availability_calendar-wrapper .datepick-multi {
    width: 100% !important;
}

section.single-cottage-sec .booking-meta .mphb_sc_availability_calendar-wrapper .datepick-multi .datepick-month table tr td a {
    width: 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
}

.mphb_sc_checkout-wrapper {}

.mphb_sc_checkout-wrapper #mphb-booking-details {
    background: #fff;
    border-radius: 3px;
    padding: 60px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(249 167 155 / 52%);
    box-shadow: 0 2px 5px 0 rgb(249 167 155 / 52%);
}

.mphb_sc_checkout-wrapper #mphb-booking-details h3.mphb-booking-details-title {
    margin: 0 0 20px;
    color: #000;
}

.mphb_sc_checkout-wrapper #mphb-booking-details p.mphb-check-in-date, .mphb_sc_checkout-wrapper #mphb-booking-details p.mphb-check-out-date {
    font-size: 14px;
    margin-bottom: 1.5em;
}

.mphb_sc_checkout-wrapper #mphb-booking-details p.mphb-check-in-date span:first-child, .mphb_sc_checkout-wrapper #mphb-booking-details p.mphb-check-out-date span:first-child {
    display: inline-block;
    min-width: 15%;
    color: #3b4249;
    font-weight: normal;
}

.mphb_sc_checkout-wrapper #mphb-booking-details p.mphb-check-in-date time, .mphb_sc_checkout-wrapper #mphb-booking-details p.mphb-check-out-date time {
    border-bottom: 1px dashed #767b80;
}

.mphb_sc_checkout-wrapper #mphb-booking-details p.mphb-check-in-date time strong, .mphb_sc_checkout-wrapper #mphb-booking-details p.mphb-check-out-date time strong {
    font-weight: 500;
}

.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details {
    margin-top: 4rem;
}

.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details h3.mphb-room-number {
    margin: 0 0 20px;
    color: #000;
}

.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details p.mphb-room-type-title {}

.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details p.mphb-room-type-title a {
    pointer-events: none;
    color: #f9a79b;
    font-weight: 600;
}

.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details p.mphb-adults-chooser, .mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-guest-name-wrapper {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: flex-start;
}

.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details p.mphb-adults-chooser label, .mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-guest-name-wrapper label {
    font-size: 14px;
    color: #17181a;
    font-weight: 500;
    width: 15%;
}

.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details p.mphb-adults-chooser select, .mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-guest-name-wrapper input {
    width: 85%;
    padding-top: .5em;
    padding-bottom: .5em;
    border: 2px solid #f9a79b;
    border-radius: 3px;
    color: #3b4249;
    font-weight: 300;
    max-width: 200px;
    outline: 0;
    padding-left: 15px;
    height: 50px;
}

.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details p.mphb-adults-chooser select:hover,
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details p.mphb-adults-chooser select:active,
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details p.mphb-adults-chooser select:focus,
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-guest-name-wrapper input:hover,
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-guest-name-wrapper input:focus,
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-guest-name-wrapper input:active{
    outline: 0px solid #f9a79b;
}


.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-guest-name-wrapper input{
    max-width: 100%;
    border: 1px solid #ededed;
}

.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-services-details {
    margin-top: 3.125rem;
    padding-top: 3.125rem;
    border-top: 1px solid #ededed;
}

.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-services-details h4.mphb-services-details-title {
    color: #000;
    font-size: 24px;
    margin: 0 0 20px;
}

.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-services-details ul.mphb_checkout-services-list {
    padding: 0;
    margin: 0;
}

.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-reserve-rooms-details .mphb-services-details ul.mphb_checkout-services-list label.mphb-checkbox-label {
    font-weight: 400;
    color: #000;
}

.mphb_sc_checkout-wrapper .mphb-checkout-section {
    background: #fff;
    border-radius: 3px;
    padding: 60px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(249 167 155 / 52%);
    box-shadow: 0 2px 5px 0 rgb(249 167 155 / 52%);
}

.mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper h4.mphb-price-breakdown-title {
    color: #000;
    font-size: 24px;
    margin: 0 0 20px;
}

.mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper table.mphb-price-breakdown {
    width: 100%;
}

.mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper table.mphb-price-breakdown tbody tr td, .mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper table.mphb-price-breakdown tbody tr th, .mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper table.mphb-price-breakdown tfoot tr th {
    padding: 16px 20px;
    border: 1px solid #ededed;
}

.mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper table.mphb-price-breakdown tbody tr td a {
    color: #f9a79b;
}

.mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper table.mphb-price-breakdown tfoot tr{
	background: #f8f8f8;
	color: #17181a;
	border: 1px solid #ededed;
}

.mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper table.mphb-price-breakdown tfoot tr th, .mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper table.mphb-price-breakdown tfoot tr td {
    padding: 20px;
    border: 1px solid #ededed;
}

.mphb_sc_checkout-wrapper .mphb-customer-details h3 {
    color: #000;
    margin: 0 0 20px;
}

.mphb_sc_checkout-wrapper .mphb-customer-details label {
    font-size: 14px;
    color: #17181a;
    font-weight: 500;
    margin-bottom: .25rem;
    display: inline-block;
}

.mphb_sc_checkout-wrapper .mphb-customer-details input, .mphb_sc_checkout-wrapper .mphb-customer-details select, .mphb_sc_checkout-wrapper .mphb-customer-details textarea{
    width: 100%;
    height: 50px;
    border: 1px solid #ededed;
}

.mphb_sc_checkout-wrapper .mphb-customer-details textarea{
    height: 250px;
    resize: none;
}

.mphb_sc_checkout-wrapper .mphb-customer-details h3 {
    color: #000;
    margin: 0 0 20px;
}

.mphb_sc_checkout-wrapper .mphb-customer-details label {
    font-size: 14px;
    color: #17181a;
    font-weight: 500;
    margin-bottom: .25rem;
    display: inline-block;
}

.mphb_sc_checkout-wrapper .mphb-customer-details input, .mphb_sc_checkout-wrapper .mphb-customer-details select, .mphb_sc_checkout-wrapper .mphb-customer-details textarea{
    width: 100%;
    height: 50px;
    border: 1px solid #ededed;
    padding: 0 0 0 15px;
}

.mphb_sc_checkout-wrapper .mphb-customer-details textarea{
    height: 250px;
    resize: none;
}

.mphb_sc_checkout-wrapper #mphb-billing-details h3.mphb-gateway-chooser-title {
    margin: 0 0 20px;
    color: #000;
}

.mphb_sc_checkout-wrapper #mphb-billing-details .mphb-stripe-payment-container {}

.mphb_sc_checkout-wrapper #mphb-billing-details fieldset .mphb-stripe-payment-container .card {
    border: 0;
}

.mphb_sc_checkout-wrapper #mphb-billing-details fieldset {
    padding: 0;
    margin: 0;
}

.mphb_sc_checkout-wrapper p.mphb-total-price {
    margin: 20px 0 0px;
}

.mphb_sc_checkout-wrapper p.mphb-deposit-amount output{
	padding: 0;
	color: #05aba9;
}

.mphb_sc_checkout-wrapper p.mphb-total-price output {
    color: #000;
}

.mphb_sc_checkout-wrapper section.mphb-checkout-terms-wrapper {
    margin-top: 0 !important;
    padding: 20px 10px 10px;
    margin-bottom: 10px;
}

.mphb_sc_checkout-wrapper section.mphb-checkout-terms-wrapper p a.mphb-terms-and-conditions-link {
    color: #f9a79b;
    text-decoration: underline;
}

.mphb_sc_checkout-wrapper p.mphb_sc_checkout-submit-wrapper {}

.mphb_sc_checkout-wrapper p.mphb_sc_checkout-submit-wrapper input.button {
    border: 0;
    background: #f9a79b;
    color: #fff;
    height: 50px;
    border-radius: 3px;
    padding: 0 20px;
    font-weight: 500;
}

.mphb_sc_booking_confirmation span.label {
    color: #000;
    text-align: justify;
}


.ssc-thankyou .as-content-two{
    background-color: #f9a79b;
    color: #000;
    padding: 20px 10px;
    box-shadow: 0 0 1px 20px #000000;
    margin: 50px 0;
}

.ssc-thankyou .as-content-two .mphb_sc_booking_confirmation span.label {
    padding: 0;
    color: #fff;
}

.ssc-thankyou .as-content-two .mphb_sc_booking_confirmation {
    color: #fff;
}

.ssc-thankyou .as-content-two .mphb_sc_booking_confirmation .mphb-payment-messages p {
    color: #fff;
    font-weight: 700;
    text-align: center;
}