/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

body .wpb_content_element{
	margin-bottom:0px !important;
}

body .vc_column-inner{
	padding-top:0px !important;
}

h1{
	font-weight: 700;
	font-size: 56px;
	line-height: 118%;
	text-align: center;
	color: #fff;
}

h2{
	font-weight: 600;
	font-size: 44px;
	line-height: 123%;
	color: #000;
}

h3{
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}

h3 span.bg{
	background: #000;
	position:relative;
	padding: 4px 22px;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}


h3 span.bg:before{
	content:url(/wp-content/uploads/2025/06/bgh2.png);
}

.sec1 h3{
	font-weight: 400;
	font-size: 24px;
}

.sec1 h3 strong{
	font-weight: 700;
}

p{
	font-weight: 400;
	font-size: 16px;
	color: #000;
}

.sec1 p{
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 20px;
}

.btn{
	height:auto;
	min-height:auto;
}

a.theme-btn {
    background: #00d9ff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    padding: 17px 22px;
    gap: 12px;
}

a.theme-btn::after {
    content: "\f061";
    font-family: 'FontAwesome';
    font-weight: 500;
}

a.theme-btn:hover {
    color: #fff;
    background: #000;
}


.whb-top-bar .whb-col-left ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 40px;
}

.whb-top-bar .whb-col-left ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.whb-top-bar .whb-col-left ul li a {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.whb-top-bar .whb-col-left ul li a:hover {
    color: #00d9ff;
}

.whb-top-bar .whb-col-right .wd-social-icons {
    gap: 10px;
}

.whb-top-bar .whb-col-right .wd-social-icons a.wd-social-icon {
    background: rgba(0, 0, 0, 0.08);
    width: 36px;
    height: 36px;
    border-radius: 4px;
    padding: 0;
}

.whb-top-bar .whb-col-right .wd-social-icons a.wd-social-icon span.wd-icon {
    font-size: 18px;
    color: #000;
}

.whb-top-bar .whb-col-right .wd-social-icons a.wd-social-icon:hover {
    background: #000;
}

.whb-top-bar .whb-col-right .wd-social-icons a.wd-social-icon:hover span.wd-icon {
    color: #00d9ff;
}

.whb-general-header .container {
    box-shadow: 0 0 48px 0 rgba(6, 28, 61, 0.05);
    background: #fff;
    border-radius: 10px;
    padding: 0 50px;
}

.whb-top-bar .container {
    padding: 0 50px;
}

.wd-content-layout {padding-block: 0 !important;}

.sec1 {
    height: 77.8vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 30px;
}

.sec1::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/bg1.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background-size: cover;
}

.sec2 {
    padding: 60px 60px 120px;
}

.sec2 .info-svg-wrapper.info-icon {
    width: 80px !important;
    height: 80px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 4px;
    transition: all linear .3s;
}

.sec2 .info-svg-wrapper.info-icon svg {
    width: 50px !important;
    height: 40px !important;
}

.sec2 .info-svg-wrapper.info-icon svg path {
    stroke: none !important;
}

.sec2 .wd-info-box {
    margin: 0 !important;
    transition: all linear .3s;
    position: relative;
}

.sec2 .wd-info-box:hover .info-svg-wrapper.info-icon {
    background: #00d9ff;
    border-color: #eee;
}

.sec2 .wd-info-box::after {
    width: 1px;
    height: 28px;
    content: '';
    position: absolute;
    right: 65px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #000;
}

.sec2 .wd-info-box.none::after {background: transparent;}

.sec2 .wd-info-box h4.info-box-title {
    font-weight: 600;
    font-size: 22px;
    color: #000;
}

.sec2 .wd-info-box .info-box-inner.reset-last-child {
    margin: 0;
}

.sec2 .wd-info-box .info-box-inner.reset-last-child p {
    font-weight: 400;
    font-size: 17px;
    color: #000;
}

.sec3 p {
    line-height: 162%;
    margin-bottom: 30px;
}

.sec3 .rotate {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .vc_column_container.vc_col-sm-6 {
    position: relative;
}

.sec3 .rotate figure.wpb_wrapper.vc_figure {
    margin: 0 auto;
}

.sec3 .rotate figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey {
    height: 100%;
    border: 5px solid #fff;
    border-radius: 100%;
}


.sec3 .rotate .vc_single_image-wrapper::before {
    content: "\f061";
    font-family: 'Font Awesome 6 Free';
    font-size: 40px;
    font-weight: 700;
    margin: auto;
    position: absolute;
    margin: auto 0;
    transform: rotate(-40deg);
    color: #fff;
    transition: all ease .3s;
    z-index: 11;
}

.sec3 .rotate .vc_single_image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease .3s;
}


.sec3 .rotate .vc_single_image-wrapper:hover::before {
    transform: rotate(0deg);
}

.sec4 {
    padding: 100px 0;
    margin-top: 120px;
    position: relative;
}

.sec4::before {
    background: #333;
    width: 98%;
    height: 100%;
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    border-radius: 20px;
}

.sec4::after {
    content: '';
    bottom: 0;
    left: 20px;
    width: 497px;
    height: 787px;
    position: absolute;
    background-size: cover;
    background-image: url(/wp-content/uploads/2025/06/about-bg-icon-1.png);
}

.sec4 h2 , .sec4 p {
    color: #fff;
}

.sec4 .vc_row:first-child {padding-bottom: 60px;}

.sec4 .wd-info-box {
    transition: all linear .3s;
    background: #fff;
    padding: 10px 10px 40px;
    margin: 0;
    border-radius: 10px;
	min-height:572px;
}

.sec4 .wd-info-box .infocon .infoicon {
    position: absolute;
    right: 34px;
    top: -47px;
    width: 63px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00d9ff;
}

.sec4 .wd-info-box .infocon .infoicon::after {
    content: '';
    background: #10a9c4;
    position: absolute;
    right: -20px;
    width: 20px;
    height: 32px;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    top: 0;
}

.sec4 .wd-info-box .infocon .infocontent h4 {
    font-weight: 600;
    font-size: 24px;
    margin-top: 20px;
}

.sec4 .wd-info-box .info-box-content {
    padding: 15px 20px 0;
}

.sec4 .wd-info-box .infocon .infocontent p {
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #000;
}

.sec4 .wd-info-box .info-box-content .info-btn-wrapper {
    margin: 0;
    padding-top: 15px;
}

.sec4 .wd-info-box .info-box-content .info-btn-wrapper a.btn.btn-style-link {
    color: #00d9ff;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    border-color: inherit;
}

.sec4 .wd-info-box::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/sericonlogo.png);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 68px;
    height: 79px;
    filter: grayscale(1);
    transition: all ease .3s;
}

.sec4 .wd-info-box:hover::before {
    filter: grayscale(0);
}


.sec4 .vc_row:last-child {padding-top: 60px;}

.wd-marquee-wrapp .wd-marquee span.wd-marquee-item {
    font-size: 34px;
    font-weight: 900;
    color: #00d9ff;
}


.sec5 p {
    line-height: 162%;
}

.sec5  a.btn.theme-btn {margin-top: 10px;}

.sec5  .boxes {
    position: relative;
}

.sec5 .boxes:before {
    width: 98%;
    height: 100%;
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/06/Union.png);
    left: -37px;
    top: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
}

.sec5 .boxes .wd-info-box {
    margin: 0;
    padding: 0px 10px 0px 30px;
}

.sec5 .boxes .wd-info-box .info-box-icon {
    border: 1px solid #eee;
    border-radius: 4px;
    background: #00d9ff;
}

.sec5 .boxes .wd-info-box .info-box-icon .info-svg-wrapper.info-icon {
    width: 64px !important;
    height: 64px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec5 .boxes .wd-info-box .info-box-icon .info-svg-wrapper.info-icon svg {
    width: 40px !important;
    height: 40px  !important;
}

.sec5 .boxes .wd-info-box.specbox .info-box-icon .info-svg-wrapper.info-icon svg path {
    stroke: none !important;
}

.sec5 .boxes .wd-info-box .info-box-content h4 {
    font-weight: 600;
    font-size: 22px;
    color: #000;
}

.sec5 .boxes .wd-info-box .info-box-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 171%;
    color: #000;
    margin: 0;
}


.sec5 .boxes  .vc_row:last-child {padding-top: 60px;}

.sec5 .boxes .wd-info-box .info-box-content .info-box-inner.reset-last-child {
    margin-top: 10px;
}

.sec5 .boxes .wd-info-box  .box-icon-wrapper.box-with-icon.box-icon-simple {margin-bottom: 5px;}

.sec5 .boxes .wd-info-box.specbox1 ,.sec5 .boxes .wd-info-box.specbox3 {
    padding: 0px 30px 0px 0px;
}

.sec5 .boxes .wd-info-box.specbox2, .sec5 .boxes .wd-info-box.specbox4 {
    padding: 0px 0px 0px 30px;
}

.sec6 {
    padding: 120px 0;
    border-radius: 10px;
    margin-bottom: 120px;
}

.sec6 h2 , .sec6 p {
    color: #fff;
}

.sec6 p {
    line-height: 162%;
}

.sec5 {
    padding: 120px 0;
}


.testimonials .wd-testimon .testbox {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 0 0px 50px;
}

.testimonials .wd-testimon .wd-testimon-bio {
    text-align: center;
}

.testimonials .wd-testimon .wd-testimon-bio .star-rating {
    margin: 5px auto 0;
    font-size: 13px;
}

.testimonials .wd-testimon .wd-testimon-bio  .wd-testimon-name.title {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
}

.testimonials .wd-testimon .wd-testimon-bio  .wd-testimon-pos {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.testimonials .wd-testimon .wd-testimon-text.reset-last-child p {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 186%;
    padding: 0;
    margin: 0;
}

.testimonials .wd-testimon .wd-testimon-text.reset-last-child {
    background: transparent !important;
    padding: 40px 40px 30px;
}

.testimonials .wd-testimon .testbox::before {background-image: url(/wp-content/uploads/2025/06/testbf.png);width: 42px;height: 73px;content: '';background-size: cover;position: absolute;top: 0;left: 0;}


.testimonials .wd-testimon .testbox::after {background-image: url(/wp-content/uploads/2025/06/testaf.png);width: 42px;height: 73px;content: '';background-size: cover;position: absolute;bottom: 0;right: 0;}

.testimonials .wd-testimon .wd-testimon-bio .star-rating::before {
    color: #FF8800 !important;
}

.testimonials .wd-testimon .wd-testimon-bio .star-rating span::before {
    color: #FF8800 !important;
}

.sec7 {
    position: relative;
    padding: 100px 0;
}

.sec7::before {background-image: url(/wp-content/uploads/2025/06/secstar.png);width: 226px;height: 265px;position: absolute;content: '';bottom: 0;left: 0;}

.sec7::after {
    background-image: url(/wp-content/uploads/2025/06/secbrush.png);
    width: 223px;
    height: 296px;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
}

.sec7 ul.wd-nav-pagin {
    border-radius: 50000px;
    background: #fff;
    justify-content: center;
    padding: 3px 0px;
    gap: 0 !important;
    width: 76px !important;
}

.sec7 ul.wd-nav-pagin li.wd-nav-pagin-item span {
    border-color: transparent;
    background: rgb(0 217 254 / 50%);
}

.sec7 ul.wd-nav-pagin li.wd-nav-pagin-item.wd-active span {
    padding: 0 12px;
    background: #00d9ff;
}

.sec7 .vc_row:first-child {padding-bottom: 60px;}

.sec7 .wd-nav-pagin-wrap {margin-top: 60px;}

.sec8 {
    background-size: 100% 67% !important;
    background-repeat: no-repeat !important;
    padding-top: 100px;
    overflow: visible !important;
    padding-bottom: 120px;
    z-index: 14;
}

.sec8 .bookingbox {
    background: #fff;
    box-shadow: 0 0 48px 0 rgba(6, 28, 61, 0.05);
    background: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.sec8 .bookingbox .vc_column-inner {
    padding: 0;
}

.sec8 .bookingbox {
    padding: 0  0;
}

.sec8 .bookingbox .wpb_wrapper .bg-color {
    position: relative;
    z-index: 1;
    padding: 40px 0 60px;
}

.sec8 .bookingbox .wpb_wrapper .bg-color::before {
    width: 100%;
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/wp-content/uploads/2025/06/bookimg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.sec8 .bookingbox .wpb_wrapper .bg-color h4 {
    color: #000;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 20px;
}

.sec8 .bookingbox .wpb_wrapper .bg-color  p {
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #000;
}

.sec8 .bookingbox div.wpforms-container-full {
    padding: 40px 40px;
    margin: 0 !important;
    z-index: 11;
    position: relative;
}

div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    margin-bottom: 5px !important;
}

div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
    color: #838e9e !IMPORTANT;
    font-weight: 300 !important;
    font-size: 15px !important;
    border: 1px solid #e6e8ec !important;
}

div.wpforms-container-full textarea {
    height: 106px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
    border: 1px solid #e6e8ec !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    /* line-height: 150%; */
    color: #838e9e !important;
}

div.wpforms-container-full input[type=date]:focus, div.wpforms-container-full input[type=datetime]:focus, div.wpforms-container-full input[type=datetime-local]:focus, div.wpforms-container-full input[type=email]:focus, div.wpforms-container-full input[type=month]:focus, div.wpforms-container-full input[type=number]:focus, div.wpforms-container-full input[type=password]:focus, div.wpforms-container-full input[type=range]:focus, div.wpforms-container-full input[type=search]:focus, div.wpforms-container-full input[type=tel]:focus, div.wpforms-container-full input[type=text]:focus, div.wpforms-container-full input[type=time]:focus, div.wpforms-container-full input[type=url]:focus, div.wpforms-container-full input[type=week]:focus, div.wpforms-container-full select:focus, div.wpforms-container-full textarea:focus, .wp-core-ui div.wpforms-container-full input[type=date]:focus, .wp-core-ui div.wpforms-container-full input[type=datetime]:focus, .wp-core-ui div.wpforms-container-full input[type=datetime-local]:focus, .wp-core-ui div.wpforms-container-full input[type=email]:focus, .wp-core-ui div.wpforms-container-full input[type=month]:focus, .wp-core-ui div.wpforms-container-full input[type=number]:focus, .wp-core-ui div.wpforms-container-full input[type=password]:focus, .wp-core-ui div.wpforms-container-full input[type=range]:focus, .wp-core-ui div.wpforms-container-full input[type=search]:focus, .wp-core-ui div.wpforms-container-full input[type=tel]:focus, .wp-core-ui div.wpforms-container-full input[type=text]:focus, .wp-core-ui div.wpforms-container-full input[type=time]:focus, .wp-core-ui div.wpforms-container-full input[type=url]:focus, .wp-core-ui div.wpforms-container-full input[type=week]:focus, .wp-core-ui div.wpforms-container-full select:focus, .wp-core-ui div.wpforms-container-full textarea:focus {
    border-color:  #00d9ff !important;
    box-shadow: none !important;
}

div.wpforms-container .wpforms-form .choices__list--dropdown .choices__list {
    border-color: #00d9ff !important;
    box-shadow: none !IMPORTANT;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown {
    border-color: #00d9ff !important;
    box-shadow: none !IMPORTANT;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-focused .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__inner {border-color: #00d9ff !important;box-shadow: none !important;}

div.wpforms-container-full .wpforms-form .wpforms-submit-container button {
    width: 100% !important;
    background: #00d9ff !important;
    text-transform: capitalize !important;
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    min-height: auto !important;
    padding: 25px 0 !important;
    border-radius: 4px !important;
    gap: 12px !important;
    flex-direction: row-reverse !important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container button::before {
    content: "\f061";
    font-family: 'FontAwesome';
    font-weight: 500;
}


div.wpforms-container-full button[type=submit]:focus:after {
    display: none !important;
}

.sec8 h2 , .sec8 p {
    color: #fff;
}

.sec8 p {
    line-height: 162%;
}

pa {
    padding: 0;
    margin: 0;
}

.sec8 ul.border li {
    list-style: none;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    /* border: 1px solid #fff; */
    padding-bottom: 10px;
    width: 60%;
    position: relative;
    /* border-left: 1px solid rgb(255 255 255 / 50%); */
}

.sec8 ul.border {
    border-top: 1px solid rgb(255 255 255 / 50%);
    margin-top: 30px !important;
    padding: 20px 0 0;
}

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

.sec8 ul.border li::before {
    content: "\f3c5";
    font-family: 'Font Awesome 6 Free';
    margin-right: 14px;
    color: #00d9ff;
    padding-left: 22px;
}

.sec8 .vc_col-sm-6:last-child {padding-left: 100px;}

.sec8 .moreinforow {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: -1;
}

.sec8 .moreinforow .vc_col-sm-6:last-child {
    padding: 0;
    position: relative;
}

.sec8 .moreinforow .moreinfo {
    /* box-shadow: 0 0 48px 0 rgba(6, 28, 61, 0.05); */
    /* background: #000; */
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
}

.sec8 .moreinforow .moreinfo p {
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    text-transform: capitalize;
    color: #fff;
}

.sec8 .moreinforow .moreinfo p a {
    font-weight: 600;
    font-size: 34px;
    color: #fff;
}

.sec8 .moreinforow .moreinfo p a:hover {
    color: #00d9ff;
}

.sec8 .moreinforow .moreinfo  h5 {
    color: #000;
    font-weight: 600;
    font-size: 28px;
}

.sec8 .moreinforow .vc_col-sm-6:last-child::before {
    z-index: 0;
    box-shadow: 0 0 48px 0 rgba(6, 28, 61, 0.05);
    background: #000;
    width: 69.6%;
    border-radius: 0 120px 120px 0;
    position: absolute;
    content: '';
    bottom: -56.6px;
    left: 0;
    top: 0;
    height: 123px;
    margin: auto 0;
}

.sec8 .moreinforow .moreinfo .info {
    flex: 1 0 50%;
    max-width: 50%;
}

.sec8 .moreinforow .moreinfo  .infoimg {
    flex: 1 0 50%;
    max-width: 50%;
}

.sec8 .moreinforow .vc_col-sm-6:last-child .wpb_text_column.wpb_content_element {padding-left: 50px;}

.sec9 {padding: 120px 0 100px;border-top: 1px solid rgb(0 0 0 / 20%);}

body .wpb_content_element h5 {
    color: #000;
    font-weight: 600;
    font-size: 26px;
}

.sec10 {
    position: relative;
    padding: 72.6px 0;
    border-radius: 20px;
    overflow: hidden !important;
    margin-bottom: -90px;
}

.sec10::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2025/06/bf1.png);
    background-size: contain;
    width: 100%;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.sec10 .subrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec10 .subrow h2 {
    margin: 0;
}

.sec10 .subrow  h6 {
    font-weight: 400;
    font-size: 22px;
}

.sec10 .subrow p {
    margin: 0;
    flex: 1 0 auto;
    max-width: 10%;
}

.sec10 .subrow .inputemail {
    flex: 1 0 40%;
    max-width: 40%;
}

.sec10 .subrow .subcon {
    flex: 1 0 44%;
    max-width: 44%;
}

.sec10 .subrow .inputemail .es-form-field-container {
    position: relative;
    width: 100%;
    max-width: 410px;
}

.sec10 .subrow .inputemail .es-form-field-container .gjs-row {
    margin: 0;
}

.sec10 .subrow .inputemail .es-form-field-container  input[type="submit"] {
    position: absolute;
    right: 6px;
    top: 6px;
    margin: auto;
    bottom: 6px;
    background: #00d9ff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    min-height: auto;
    height: auto;
    line-height: 1;
}

.sec10 .subrow .inputemail .es-form-field-container input#esfpx_email_0fe74ada6116e {
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    color: rgb(0 0 0 / 50%);
    border-radius: 4px;
    height: 56px;
    border: none !important;
}

.blog-design-masonry.blog-style-bg.has-post-thumbnail .wd-post-content {
    padding: 40px  30px 0 !important;
    text-align: left !important;
    align-items: flex-start !important;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner {
    box-shadow: none !important;
    border:  1px solid #eee;
    border-radius: 10px !important;
    background: #fff !important;
    padding: 10px 10px 30px !important;
}


.blog-design-masonry.blog-style-bg.has-post-thumbnail .wd-post-content h3.wd-post-title.wd-entities-title.title.post-title {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    width: 70%;
}

.blog-design-masonry .wd-post-excerpt {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 171% !important;
    color: #000 !important;
    width: 80% !important;;
}

.wd-post-read-more.wd-style-link a::after {
    content: "\f061";
    font-family: 'FontAwesome';
    font-weight: 400;
    margin-left: 10px;
}

.wd-post-read-more.wd-style-link a {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    border-bottom: 1px solid;
}

.wd-post-read-more.wd-style-link {margin-top: 10px !important;}

.sec9 .vc_row:first-child {padding-bottom: 60px;}

.wd-footer .container.main-footer aside.footer-sidebar h5.widget-title {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
}

.wd-footer .container.main-footer aside.footer-sidebar .footer-column p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.wd-footer .container.main-footer aside.footer-sidebar .footer-column ul li a, .wd-footer .container.main-footer aside.footer-sidebar .footer-column ul li {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

.wd-footer .container.main-footer aside.footer-sidebar .footer-column-1 {
    grid-column: auto / span 5;
}

.wd-footer .container.main-footer aside.footer-sidebar .footer-column-2 {
    grid-column: auto / span 3;
    display: flex;
    justify-content: center;
}

.wd-footer .container.main-footer aside.footer-sidebar .footer-column-3 {
    grid-column: auto / span 2 !IMPORTANT;
}

.wd-footer .container.main-footer aside.footer-sidebar .footer-column-4 {
    grid-column: auto / span 2;
}

.wd-footer .container.main-footer aside.footer-sidebar .footer-column-4 {/* display: flex; *//* justify-content: flex-end; */}

.wd-footer .container.main-footer aside.footer-sidebar .footer-column-1 .wd-social-icons {
    justify-content: flex-start;
    gap: 10px;
    margin-top: 25px;
}

.wd-footer .container.main-footer aside.footer-sidebar .footer-column-1 .wd-social-icons a.wd-social-icon {
    width: 44px;
    height: 44px;
    padding: 0;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 5px;
}

.wd-footer .container.main-footer aside.footer-sidebar .footer-column-1 .wd-social-icons a.wd-social-icon span.wd-icon {
    font-size: 18px;
}

.wd-footer .container.main-footer aside.footer-sidebar .footer-column-1 .wd-social-icons a.wd-social-icon:hover {
    background: #fff;
    color: #000;
}

.wd-footer .container.main-footer aside.footer-sidebar .footer-column ul li a:hover {
    color: #1ac3e5;
}

.wd-copyrights .container.wd-grid-g {padding: 0 180px;/* --p: 50px; */ /* control the shape (can be percentage) */height: 60px;aspect-ratio: 3/2;/* clip-path: polygon(var(--p) 0,calc(100% - var(--p)) 0,100% 100%,0 100%); */background: #ffffff;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1194' height='67' viewBox='0 0 1194 67' fill='none'%3E%3Cpath d='M8.1131 10.008C8.61636 4.8887 12.9212 0.986328 18.0651 0.986328H1175.93C1181.08 0.986328 1185.38 4.88871 1185.89 10.008L1193.92 91.7287C1194.5 97.6099 1189.88 102.707 1183.97 102.707H10.0313C4.12172 102.707 -0.498904 97.6098 0.0792657 91.7287L8.1131 10.008Z' fill='white'/%3E%3C/svg%3E") no-repeat top center;background-size: cover;background-color: transparent;align-items: center;background-size: auto;}

.wd-copyrights .container.wd-grid-g .wd-col-start {
    z-index: 11;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.wd-copyrights .container.wd-grid-g .wd-col-start .anchor {
    color: #000;
    z-index: 55;
    position: relative;
}

.wd-copyrights .container.wd-grid-g .wd-col-end.reset-last-child {
    z-index: 111;
}

.wd-copyrights .container.wd-grid-g .wd-col-end .anchor , .wd-copyrights .container.wd-grid-g .wd-col-end .anchor a {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.wd-copyrights {
    padding: 0 !important;
    border: none !important;
}

.wd-footer .container.main-footer aside.footer-sidebar .footer-column-1 div#media_image-2 {
    margin: 0 !important;
    border: none !important;
}

body.home.wp-singular .footer-sidebar {
    padding: 180px 0 80px !important;
    align-items: baseline !important;
}

.sec3 .rotate figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img {
    animation: infinite-rotate 5s linear infinite;
}

.wd-nav-main>li>a {
    font-weight: 500 !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    color: #000 !important;
}

.wd-nav.wd-style-default {padding-right: 80px;}

.pg-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    z-index: 0;
    width: 98%;
    height: 100%;
    margin: 0 auto;
    border-radius: 30px;
}

.pg-title {
    position: relative;
    background: transparent !important;
    height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
}

.pg-title .wd-page-title {
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pg-title.pg-abt-tiltle::before {background-image: url(/wp-content/uploads/2025/07/abt-1.jpg);}

.pg-title.pg-ser-tiltle::before {background-image: url(/wp-content/uploads/2025/07/ser-1.jpg);}

.pg-title.pg-blog-tiltle::before {background-image: url(/wp-content/uploads/2025/06/pgblog.png);}

.pg-title.pg-cont-tiltle::before {background-image: url(/wp-content/uploads/2025/07/cont-1.jpg);}

.pg-title h1.entry-title.title {
    font-weight: 700;
    font-size: 56px;
    line-height: 1;
    margin-bottom: 25px;
}


.pg-title::after {
    content: '';
    background: #00000091;
    width: 98%;
    height: 100%;
    position: absolute;
    border-radius: 25px;
    z-index: 1;
}

.pg-title .wpb_text_column {
    position: relative;
    z-index: 2;
}

.pg-title nav.wd-breadcrumbs {
    display: inline-block;
    background: #00d9ff;
    border-radius: 4px;
    padding: 13px 25px;
}

.pg-title nav.wd-breadcrumbs a , .pg-title nav.wd-breadcrumbs span {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.wd-single-post-header .wd-post-meta {
    display: none !important;
}

.post-single-page h1.wd-entities-title.wd-post-title.title {
    font-size: 38px;
}

.post-single-page .wd-entry-content {
    text-align: center;
}

.single-post .wd-content-area.site-content {
    padding: 60px 0;
}

.wd-page-title .title {
    font-weight: 700;
    font-size: 56px;
    line-height: 1;
    margin-bottom: 15px;
}

nav.wd-breadcrumbs {
    display: inline-block;
    background: #00d9ff;
    border-radius: 4px;
    padding: 13px 25px;
    color: #000;
}

nav.wd-breadcrumbs a , nav.wd-breadcrumbs span {
    font-weight: 400;
    font-size: 16px;
    color: #000 !important;
}

.sec3.pgabt1 {padding-top: 80px;}

.sec4.pgser1 {margin-top: 80px;}

.secmarq.pgser2 {padding-bottom: 80px;}

.pgcont {
    padding: 70px 0;
}

.pgcont h4.woodmart-title-container {text-transform: capitalize !important;}


body.wp-singular  .footer-sidebar {
    padding: 80px 0 80px !important;
    align-items: baseline !important;
}
/* ----------------------------------------------------------new-------------------------------------------- */
.pgservice li {
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.2;
}

.pgservice {
    padding: 100px 0;
}
.pgservice h2 {
    font-size: 37px;
    margin-bottom: 5px;
}

.pgservice p {margin-bottom: 10px;}


.pgservice h4 {
    font-size: 20px;
    color:#000;
    margin-bottom: 10px;
}

.pgservice strong {
    font-size: 20px;
}

.paking li {
    margin-bottom: 5px;
    line-height: 1.5;
}

.paking ul li strong {
    font-size: 17px;
}

.whb-general-header-inner .wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    font-size: 14px !important;
    color: #000;
}

.whb-general-header-inner .wd-sub-menu li>a {
    color: #000;
    font-size: 16px !important;
}

.whb-general-header-inner .wd-sub-menu li>a:hover{
	color:#00d9ff;
}

.whb-general-header-inner .wd-dropdown-menu.wd-design-default{
	--wd-dropdown-width: 318px !important;
	border-radius:10px !important;
}

.sec6 h4 {margin-bottom: 10px !important;color: #fff;font-size: 20px;}

.sec6 h2 {margin-bottom: 0px !important;}

.sec6  strong {
    font-size: 17px;
}

.ser .vc_row:last-child {
    padding-top: 0 !IMPORTANT;
}

.ser .wpb_column.vc_column_container.vc_col-sm-4 {
    padding-bottom: 30px;
}


@media (max-width:1500px){
	h1 {
	    font-size: 52px;
	}
	
	.sec1 p {
	    font-size: 16px;
	}
	
	.sec2 .wd-info-box h4.info-box-title {
	    font-size: 20px;
	}
	
	h2 {
	    font-size: 40px;
	}
	
	a.theme-btn {
	    font-size: 16px;
	}
	
	.sec4 .wd-info-box .infocon .infocontent h4 {
	    font-size: 22px;
	}
	
	body .wpb_content_element h5 {
	    font-size: 22px;
	    margin-bottom: 0px;
	}
	
	.sec8 .moreinforow .moreinfo p {
	    font-size: 20px;
	}
	
	.sec8 .moreinforow .moreinfo p a {
	    font-size: 30px;
	}
	
	.sec8 .moreinforow .moreinfo .infoimg img {
	    object-fit: cover;
	    width: 100%;
	    max-width: 90px;
	}
	
	.sec8 .moreinforow .vc_col-sm-6:last-child::before {
	    width: 66.3%;
	    height: 79%;
	    bottom: -31px;
	}
	
	.blog-design-masonry.blog-style-bg.has-post-thumbnail .wd-post-content h3.wd-post-title.wd-entities-title.title.post-title {
	    font-size: 22px;
	}
	
	.sec10 .subrow h6 {
	    font-size: 20px;
	}

}

@media (max-width:1440px){
	
	.wd-page-content > .container {padding-left: 30px;padding-right: 30px;}
	
	:is([data-vc-full-width],[class*="wd-section-stretch"]).vc_row {padding-left: 30px;padding-right: 30px;}
	
	.sec8 .vc_col-sm-6:last-child {
	    padding-left: 60px;
	}
	
	.sec8 {
	    background-size: 100% 70% !important;
	}
}

@media (max-width:1300px){
	.sec10 .subrow .subcon h2 {
		font-size: 38px;
	}

	.sec10 .subrow .inputemail .es-form-field-container {
		max-width: 380px;
	}

}

@media (max-width:1280px){
	.sec8 ul.border li {
	    width: 70%;
	}
	
	.sec8 .moreinforow .vc_col-sm-6:last-child .wpb_text_column.wpb_content_element {
	    padding-left: 20px;
	}

	.sec10 .subrow .inputemail .es-form-field-container {
	    max-width: 350px;
	}

	.sec10 .subrow {
	    justify-content: center;
	    gap: 20px;
	}
	
	.sec10 .subrow .subcon h2 {
	    font-size: 35px;
	}

.main-footer {
    padding-right: 75px !important;
}
}

@media (max-width:1180px){
	.sec10 {
    padding: 35.6px 0;
}

.sec10 .subrow .subcon h2 {
    font-size: 25px;
}

.sec10 .subrow h6 {
    font-size: 16px;
}
	.sec8 .vc_col-sm-6:last-child {
    padding-left: 0px;
}

.sec8 {
    background-size: 100% 96% !important;
    padding-bottom: 0px;
}

.sec8 .moreinforow {
    position: relative;
    top: -100px;
    z-index: 1;
}

body .wpb_content_element h5 {color: #fff;}

.sec8 .moreinforow .moreinfo p a {
    font-size: 22px;
}
	.sec6 {
    padding: 60px 10px;
    border-radius: 10px;
    margin-bottom: 80px;
}

.sec6 .wpb_column.vc_column_container.vc_col-sm-10 {
    width: 100%;
}
	.sec1 {
    height: 50vh;
}
	.sec2 .wd-info-box::after{
		display:none;
	}
	.sec7::after {
    width: 15%;
   
}
}
/* 	___________________________________________________________________________________________________________ */

@media (min-width: 768px) and (max-width: 999px){
	h1 {
	    font-size: 40px;
	}
	.whb-general-header .container {
    padding: 0 20px;
}

.sec4 .info-box-icon img {
   
    width: 730px;
}

.wd-nav-mobile>li>a, .wd-nav-mobile>li>ul li>a {
    color: #000;
}
.sec3 h3 span.bg {
    font-size: 16px;
    margin-top: 30px;
}
	h3 span.bg {
		font-size: 16px;
	}

.sec1 p {
    font-size: 18px;
    line-height: 1.3;
}



a.btn.theme-btn {
    font-size: 16px;
}

h1 br {
    display: none;
}

.sec1 p br {
    display: none;
}
	.sec2 {
    padding: 30px 15px 20px;
}

.sec2 .wd-info-box::after {
    display: none;
}

.sec2 .wd-info-box h4.info-box-title {
    font-size: 20px;
}

.sec2 .wd-info-box .info-box-inner.reset-last-child p {
    font-size: 16px;
}



.sec3 .rotate .vc_single_image-wrapper::before {
    font-size: 22px;
}
	


h2 {
    font-size: 25px;
}

p {
    font-size: 16px;
}

.sec4 {
    margin-top: 30px;
    padding: 40px 0;
}
	.sec4 .vc_row:first-child {
    padding-bottom: 20px;
}
	.sec1 {
    height: 40vh;
}
	.sec2 .wd-info-box {
    margin-bottom: 10px !important;
}
	.sec4 .wd-info-box .info-box-content {
    padding: 0px 10px 0;
}

.sec4 .wd-info-box .infocon .infocontent h4 {
    font-size: 22px;
    line-height: 1.1;
}

h5 {
    line-height: 1.2;
}

.sec4 .wd-info-box .infocon .infocontent p {
    line-height: 1.3;
}

.sec4 .wd-info-box {
    min-height: auto !important;
    margin-bottom: 0 !IMPORTANT;
}

.sec4 .vc_row:last-child {
    padding-top: 0;
}
	.wd-marquee-wrapp .wd-marquee span.wd-marquee-item {
    font-size: 25px;
}

.wd-marquee-wrapp .wd-marquee span.wd-marquee-item img {
    width: 10%;
}
	.sec5 {
    padding: 30px 0;
}

h2 br {
    display: none;
}

.sec5 a.btn.theme-btn {
    margin-bottom: 30px;
}

.sec5 .boxes:before {
    display: none;
}
	.sec5 .boxes .wd-info-box.specbox2, .sec5 .boxes .wd-info-box.specbox4 {
    padding: 0;
}

.sec5 .boxes .wd-info-box {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.sec5 .boxes .vc_row:last-child {
    padding-top: 0;
}

.sec5 .boxes .wd-info-box .info-box-content h4 {
    font-size: 18px;
    line-height: 1.1;
}

.sec5 .boxes .wd-info-box .info-box-content p {
    font-size: 14px;
    line-height: 1.3;
}
	.sec6 {
    padding: 40px 0;
    margin-bottom: 40px;
}

.sec6 h4 {
    font-size: 18px;
    text-align: center;
}

.sec6 h2 {
    margin-bottom: 10px !important;
    text-align: center;
}

.sec6 p strong {
    text-align: center !IMPORTANT;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
}

.sec6 p {
    text-align: center;
}

.sec6 p br {
    display: none;
}
	.sec7 {
    padding: 40px 0;
}

.sec7::after {display: none;}

.sec7 .vc_row:first-child {
    padding-bottom: 30px;
}

.testimonials .wd-testimon .wd-testimon-text.reset-last-child {
    padding: 20px 25px 15px;
}

.testimonials .wd-testimon .wd-testimon-bio .wd-testimon-name.title {
    font-size: 18px;
}
.sec8 {
    background-size: 100% 100% !important;
    padding: 30px 15px !IMPORTANT;
}

.sec8 .bookingbox .wpb_wrapper .bg-color h4 {
    font-size: 22px;
    margin-bottom: 0;
}

.sec8 .bookingbox .wpb_wrapper .bg-color p {
    padding: 0 10px;
}

.sec8 .bookingbox div.wpforms-container-full {
    padding: 20px 10px 30px;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container button {
    font-size: 14px !IMPORTANT;
}

.sec8 .vc_col-sm-6:last-child {
    padding-left: 0px;
	padding-top:40px;
}

.sec8 ul.border li {
    width: 90%;
}
	h3 {
    margin-bottom: 10px;
}

.sec8 h2, .sec8 p {
    margin-bottom: 10px;
}
.sec10 .subrow {
    display: flex;
    flex-direction: column;
    width: 100% !IMPORTANT;
    max-width: 100% !important;
    /* display: block; */
    /* align-items: center; */
    /* justify-content: unset !IMPORTANT; */
}

.sec10::before {
    display: none;
}

.sec10 {
    padding: 30px 0 !IMPORTANT;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sec10 .subrow .subcon h2 {
    font-size: 22px;
    width: 100% !IMPORTANT;
    max-width: 100%;
    display: block;
    text-align: center;
}

.sec10 .subrow h6 {
    font-size: 18px;
    text-align: center;
}

.sec10 .wpb_column.vc_column_container.vc_col-sm-2 {
    display: none !important;
}

.sec10 .subrow .subcon {
    flex: 1 0 100%;
    max-width: 100%;
}

.wd-footer .container.main-footer aside.footer-sidebar .footer-column-1 .wd-social-icons {
    margin-top: 0;
}

.wd-copyrights .container.wd-grid-g {
    padding: 0 !important;
}

img.image.wp-image-96.attachment-medium.size-medium {
    width: 200px;
}

body.home.wp-singular .footer-sidebar {
    padding: 60px 0 40px !important;
   
}

.wd-footer .container.main-footer aside.footer-sidebar .footer-column ul li a, .wd-footer .container.main-footer aside.footer-sidebar .footer-column ul li {
    margin-bottom: 0px;
}
.wd-copyrights .container.wd-grid-g .wd-col-start {
    font-size: 14px;
}
h1.entry-title.title {
    font-size: 28px !IMPORTANT;
    margin-bottom: 10px !important;
}

nav.wd-breadcrumbs a {
    font-size: 14px !important;
}


nav.wd-breadcrumbs {
    padding: 7px 15px !important;
}

.wd-breadcrumbs>:is(span,a):last-child {
    font-size: 14px !IMPORTANT;
}
	body.wp-singular .footer-sidebar {
    padding: 40px 0 40px !important;
}
	.sec3.pgabt1 {
    padding-top: 40px;
}
	.secmarq.pgser2 {
    padding-bottom: 20px;
}

:is([data-vc-full-width],[class*="wd-section-stretch"]).vc_row {
    padding-left: 15px;
    padding-right: 15px;
    /* height: 30vh; */
}
	.pgcont {
    padding: 40px 0;
}
	.pgservice {
    padding: 40px 0;
}

.pgservice h2 {
    font-size: 22px;
    line-height: 1.1;
}

.pgservice a.btn.theme-btn {
    margin-bottom: 25px;
}

.pgservice li {
    font-size: 14px;
}
	.sec3 .vc_row.vc_row-flex {
    flex-direction: column;
    width: 100% !IMPORTANT;
}

.sec3 .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}

.sec3 .wpb_column.vc_column_container.vc_col-sm-5 {
    width: 100%;
}

.sec5 {
    display: flex;
    flex-direction: column;
    /* width: 100%; */
    /* max-width: 100%; */
}

.sec5 .wpb_column.vc_column_container.vc_col-sm-5 {
    width: 100%;
}

.sec5 .wpb_column.boxes.vc_column_container.vc_col-sm-6 {
    width: 100%;
}
	.sec10 .wpb_column.vc_column_container.vc_col-sm-10 {
    width: 100%;
}
	.wd-footer .container.main-footer aside.footer-sidebar .footer-column-1{
		grid-column: auto / span 3;
	}
	.wd-footer .container.main-footer aside.footer-sidebar .footer-column-3{
		grid-column: auto / span 3 !important;
	}
	.sec10 .subrow .inputemail {
    width: 100% !IMPORTANT;
    flex: 1 0 100% !important;
		max-width:100%;
}

.sec10 .subrow p {
	margin: 0 auto !!important;
	}
	.sec10 .subrow .inputemail .es-form-field-container {
    max-width: 100%;
}
	.sec3 .rotate {
    left: 48%;
}
}

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


/* ------------------------------------------------------------------------mobile-responsive----------------------------------------------- */

@media (max-width:767px){
	h1 {
	    font-size: 22px;
	}
	.whb-general-header .container {
    padding: 0 20px;
}
	.sec8 .moreinforow {
    top: 20px;
}
.sec8 .moreinforow .vc_col-sm-6:last-child .wpb_text_column.wpb_content_element {
    padding-left: 0;
}
	.infoimg img {
    width: 50px !IMPORTANT;
}

.sec8 .moreinforow .moreinfo .info p {
    font-size: 14px;
}

.sec8 .moreinforow .moreinfo .info p a {
    font-size: 14px;
}
.wd-nav-mobile>li>a, .wd-nav-mobile>li>ul li>a {
    color: #000;
}
.sec3 h3 span.bg {
    font-size: 14px;
    margin-top: 30px;
}
	h3 span.bg {
		font-size: 14px;
	}

.sec1 p {
    font-size: 14px;
    line-height: 1.3;
}

.wd-page-content > .container {
    padding-left: 15px;
    padding-right: 15px;
}

a.btn.theme-btn {
    font-size: 14px;
}

h1 br {
    display: none;
}

.sec1 p br {
    display: none;
}
	.sec2 {
    padding: 30px 15px 20px;
}

.sec2 .wd-info-box::after {
    display: none;
}

.sec2 .wd-info-box h4.info-box-title {
    font-size: 18px;
}

.sec2 .wd-info-box .info-box-inner.reset-last-child p {
    font-size: 14px;
}


.sec3 .rotate figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey {
    width: 60%;
}
	.sec3 .rotate {
    right: -68px;
}

.sec3 .rotate .vc_single_image-wrapper::before {
    font-size: 20px;
}
	
	.vc_row.wpb_row.vc_row-fluid.sec2.wd-rs-6841e360a88b6 {}

h2 {
    font-size: 22px;
    margin-bottom: 7px;
}

p {
    font-size: 14px;
}

.sec4 {
    margin-top: 30px;
    padding: 40px 0;
}
	.sec4 .vc_row:first-child {
    padding-bottom: 20px;
}
	.sec1 {
    height: 50vh !important;
}
	.sec2 .wd-info-box {
    margin-bottom: 10px !important;
}
	.sec4 .wd-info-box .info-box-content {
    padding: 0px 10px 0;
}

.sec4 .wd-info-box .infocon .infocontent h4 {
    font-size: 20px;
    line-height: 1.1;
}

h5 {
    line-height: 1.2;
}

.sec4 .wd-info-box .infocon .infocontent p {
    line-height: 1.3;
}

.sec4 .wd-info-box {
    min-height: auto !important;
    margin-bottom: 0 !IMPORTANT;
}

.sec4 .vc_row:last-child {
    padding-top: 0;
}
	.wd-marquee-wrapp .wd-marquee span.wd-marquee-item {
    font-size: 20px;
}

.wd-marquee-wrapp .wd-marquee span.wd-marquee-item img {
    width: 7%;
}
	.sec5 {
    padding: 30px 0;
}

h2 br {
    display: none;
}

.sec5 a.btn.theme-btn {
    margin-bottom: 30px;
}

.sec5 .boxes:before {
    display: none;
}
	.sec5 .boxes .wd-info-box.specbox2, .sec5 .boxes .wd-info-box.specbox4 {
    padding: 0;
}

.sec5 .boxes .wd-info-box {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.sec5 .boxes .vc_row:last-child {
    padding-top: 0;
}

.sec5 .boxes .wd-info-box .info-box-content h4 {
    font-size: 18px;
    line-height: 1.1;
}

.sec5 .boxes .wd-info-box .info-box-content p {
    font-size: 14px;
    line-height: 1.3;
}
	.sec6 {
    padding: 40px 0;
    margin-bottom: 40px;
}

.sec6 h4 {
    font-size: 18px;
    text-align: center;
}

.sec6 h2 {
    margin-bottom: 10px !important;
    text-align: center;
}

.sec6 p strong {
    text-align: center !IMPORTANT;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
}

.sec6 p {
    text-align: center;
}

.sec6 p br {
    display: none;
}
	.sec7 {
    padding: 40px 0;
}

.sec7::after {display: none;}

.sec7 .vc_row:first-child {
    padding-bottom: 30px;
}

.testimonials .wd-testimon .wd-testimon-text.reset-last-child {
    padding: 20px 25px 15px;
}

.testimonials .wd-testimon .wd-testimon-bio .wd-testimon-name.title {
    font-size: 18px;
}
.sec8 {
    background-size: 100% 100% !important;
    padding: 50px 15px !IMPORTANT;
}

.sec8 .bookingbox .wpb_wrapper .bg-color h4 {
    font-size: 22px;
    margin-bottom: 0;
}

.sec8 .bookingbox .wpb_wrapper .bg-color p {
    padding: 0 10px;
}

.sec8 .bookingbox div.wpforms-container-full {
    padding: 20px 10px 30px;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container button {
    font-size: 14px !IMPORTANT;
}

.sec8 .vc_col-sm-6:last-child {
    padding-left: 0px;
	padding-top:40px;
}

.sec8 ul.border li {
    width: 90%;
}
	h3 {
    margin-bottom: 10px;
}

.sec8 h2, .sec8 p {
    margin-bottom: 10px;
}
.sec10 .subrow {
    display: flex;
    flex-direction: column;
    width: 100% !IMPORTANT;
    max-width: 100% !important;
    /* display: block; */
    /* align-items: center; */
    /* justify-content: unset !IMPORTANT; */
}

.sec10::before {
    display: none;
}

.sec10 {
    padding: 30px 0 !IMPORTANT;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sec10 .subrow .subcon h2 {
    font-size: 22px;
    width: 100% !IMPORTANT;
    max-width: 100%;
    display: block;
    text-align: center;
}

.sec10 .subrow h6 {
    font-size: 18px;
    text-align: center;
}

.sec10 .wpb_column.vc_column_container.vc_col-sm-2 {
    display: none !important;
}

.sec10 .subrow .subcon {
    flex: 1 0 100%;
    max-width: 100%;
}
	.wd-footer .container.main-footer aside.footer-sidebar .footer-column-1 {
    grid-column: auto / span 12;
}

.wd-footer .container.main-footer aside.footer-sidebar .footer-column-2, .wd-footer .container.main-footer aside.footer-sidebar .footer-column-3 {
    grid-column: auto / span 6 !important;
    justify-content: left;
}

.wd-footer .container.main-footer aside.footer-sidebar .footer-column-4 {
    grid-column: auto / span 12;
    justify-content: flex-start;
}

.wd-footer .container.main-footer aside.footer-sidebar .footer-column-1 .wd-social-icons {
    margin-top: 0;
}

.wd-copyrights .container.wd-grid-g {
    padding: 0 !important;
}

img.image.wp-image-96.attachment-medium.size-medium {
    width: 200px;
}

body.home.wp-singular .footer-sidebar {
    padding: 40px 0 40px !important;
}

.wd-footer .container.main-footer aside.footer-sidebar .footer-column ul li a, .wd-footer .container.main-footer aside.footer-sidebar .footer-column ul li {
    margin-bottom: 0px;
}
.wd-copyrights .container.wd-grid-g .wd-col-start {
    font-size: 14px;
}
h1.entry-title.title {
    font-size: 28px !IMPORTANT;
    margin-bottom: 10px !important;
}

nav.wd-breadcrumbs a {
    font-size: 14px !important;
}


nav.wd-breadcrumbs {
    padding: 7px 15px !important;
}

.wd-breadcrumbs>:is(span,a):last-child {
    font-size: 14px !IMPORTANT;
}
	body.wp-singular .footer-sidebar {
    padding: 40px 0 40px !important;
}
	.sec3.pgabt1 {
    padding-top: 40px;
}
	.secmarq.pgser2 {
    padding-bottom: 20px;
}

	.sec10 .subrow .inputemail {
    width: 100% !IMPORTANT;
    flex: 1 0 100% !important;
		max-width:100%;
}

.sec10 .subrow p {
	margin: 0 auto !!important;
	}


:is([data-vc-full-width],[class*="wd-section-stretch"]).vc_row {
    padding-left: 15px;
    padding-right: 15px;
}
	.pgcont {
    padding: 40px 0;
}
	.pgservice {
    padding: 40px 0;
}

.pgservice h2 {
    font-size: 22px;
    line-height: 1.1;
}

.pgservice a.btn.theme-btn {
    margin-bottom: 25px;
}

.pgservice li {
    font-size: 14px;
}
	.pg-title {
    height: 20vh;
}
	.sec3 p {
    margin-bottom: 20px;
}
	.sec10 {
    margin-left: 0;
    margin-right: 0;
}
	.main-footer {
    padding-right: 10px !IMPORTANT;
}
	.info-box-icon {}

.sec4 .info-box-icon img {
  
    width: 730px;
}
	.sec4 h2 {
    text-align: left;
}

.sec4 h3 {
    text-align: left !IMPORTANT;
}

p br {
    display: none;
}

.wpforms-container .wpforms-field {
    padding-bottom: 5px !important;
}
}
