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

.sec1 {
    position: relative;
    padding: 120px 0 250px;
}

.sec1:before {
    content: '';
    background: url(/wp-content/uploads/2025/09/banner.png) no-repeat;
    position: absolute;
    width: 98%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    border-radius: 20px;
    background-size: cover;
    margin: auto;
}

.our-gallery img.wd-gallery-image {
	height: 350px;
	object-fit: cover;
	border-radius: 20px;
}


.sec3 img.vc_single_image-img.attachment-full {
    border-radius: 10px;
}

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

.whb-general-header {
    border: 0 !important;
}

span.wd-marquee-item {
    font-size: 30px;
    color: #fff;
    /* background: red; */
    font-weight: 900;
}

.wd-marquee {
    background: #000;
}

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

.footer {
    position: relative !important;
   
}

.footer::before {
    content: '';
    background: url(/wp-content/uploads/2025/11/Mask-group-3.jpg) no-repeat;
    width: 98%;
    /* height: 1650px; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: center;
    margin-bottom: 90px !important;
    background-size: cover;
    border-radius: 20px !important;
    background-attachment: fixed;
}

.footer-txt h2 {
    font-weight: 500;
    font-size: 80px;
    line-height: 112%;
    color: #fff;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #fff;
}

a.btn.them-btn {
    font-weight: 400;
    font-size: 16px;
    /* line-height: 350%; */
    text-transform: capitalize;
    color: #fff;
    border-radius: 4px;
    padding: 15px 35px;
    background: #690923;
    transition: all 0.4s 
ease-in-out;
}

.footer-txt {
    /* padding-top: 100px; */
    padding-bottom: 200px;
}

h2 {
    font-weight: 500;
    font-size: 44px;
    line-height: 123%;
    /* text-align: center; */
    /* color: #fff; */
    color: #000;
}

.footer h2 {
    color: #fff;
}

input#esfpx_email_0fe74ada6116e {
    border-radius: 8px;
    /* width: 1073px; */
    height: 56px;
    backdrop-filter: blur(40px);
    box-shadow: 0 -1px 0 0 rgba(26, 26, 23, 0.08), 0 1px 0 0 rgba(26, 26, 23, 0.04);
    background: rgba(255, 255, 255, 0.15);
	margin-bottom:150px;
}

.es-form-field-container {
    position: relative;
}

input[type="submit"] {
    position: absolute;
    top: 15px;
    right: 8px;
    background-color: #690923;
    font-size: 0;
    background-image: url(/wp-content/uploads/2025/09/ice.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 44px;
    border-radius: 4px;
}

input[type="submit"]:hover {
    background-color: #011345;
}

ul.footer-manu {
    padding: 0;
    list-style: none;
    display: flex;
    /* gap: 50px; */
    align-items: center;
    justify-content: space-between;
}

ul.footer-manu li a {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.last-footer {
    position: relative;
}

.last-footer::before {
    content: '';
    background: #fff;
    position: absolute;
    width: 92%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 20px;
    top: 0;
    bottom: 0;
}

.last-footer h2 {
    color: #000;
}

.last-footer img {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 50px 0;
}

.wd-social-icon {
    border-radius: 4px !important;
    padding: 12px !important;
    width: 36px !important;
    height: 36px !important;
    background: rgba(125, 7, 12, 0.08) !important;
    color: #690923 !important;
    /* gap: 20px !important; */
}

.wd-social-icons {
    justify-content: end !important;
    gap: 10px !important;
}

.wd-social-icon:hover {
    background: #690923 !important;
    color: #fff !important;
}

.last-fotr-txt {
    padding-top: 50px;
}

ul.footer-manu li {
    margin-bottom: 0;
}

span.mroon {
    color: #690923;
}

.last-footer p {
    color: #000;
}

ul.top-barr {
    list-style: none;
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 0;
}

ul.top-barr li {
    margin-bottom: 0;
    gap: 10px;
    display: flex;
    align-items: center;
}

ul.top-barr li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #000;
}

.whb-general-header-inner {
    background: #F5F5F5;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 10px 10px 0 0;
}

ul#menu-main-manu li a {
    font-weight: 400;
    font-size: 16px;
    color: #231f20;
    text-transform: capitalize;
}

.whb-flex-flex-middle .whb-col-center {
    padding-right: 100px;
}

.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
    font-weight: 600 !important;
}

.whb-flex-row.whb-top-bar-inner {
    padding-left: 50px;
    padding-right: 50px;
}

h1 {
    font-weight: 600;
    font-size: 56px;
    line-height: 116%;
    color: #fff;
}

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

.sec2 {
    border-radius: 0 0 20px 20px;
    padding: 60px 50px 60px 0;
}

.sec2 .wd-info-box {
    margin-bottom: 0;
    margin-left: 50px;
}

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

.sec2 .info-box-inner.reset-last-child p {
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #000;
}

.mid-box {
    position: relative;
}

.mid-box::after {
    content: '';
    background: #66636399;
    position: absolute;
    width: 2px;
    height: 50px;
    right: -35px;
    /* top: 18px; */
}

.mid-box::before {
    content: '';
    background: #66636399;
    position: absolute;
    width: 2px;
    height: 50px;
    /* right: -35px; */
    /* top: 8px; */
    left: -49px;
    /* bottom: 18px; */
}

.sec3 {
    padding: 100px 0 150px;
}

.sec3 p {
    color: #000;
    font-size: 14px;
}

a.btn.them-btn.mobile {
    display: none;
}

h4.border {
    font-weight: 400;
    font-size: 16px;
    line-height: 197%;
    text-transform: capitalize;
    color: #000;
    border-top: 2px solid #690923;
    display: inline-block;
    border-bottom: 2px solid #690923;
    padding-left: 10px;
    padding-right: 10px;
}

.sec4 p {
    color: #000;
    font-size: 14px;
}

.round2 {
    position: absolute;
    top: 295px;
    right: 25px;
    /* text-align: center; */
    /* align-items: center; */
    /* justify-content: center; */
    /* display: flex; */
    left: -100px;
    margin: auto;
    /* bottom: -30px; */
}

.round2 img {
    border: 5px solid #fff;
    border-radius: 445px !IMPORTANT;
}

.round2 img {
  animation: rotateImage 5s linear infinite;
}

@keyframes rotateImage {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.round2 figure.wpb_wrapper.vc_figure {
    position: relative;
}

.round2 figure.wpb_wrapper.vc_figure::before {
    content: '';
    background: url(/wp-content/uploads/2025/09/homme-icn.png) no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 11;
    top: 60px;
    right: 70px;
}

.sec4 h4.info-box-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    color: #000;
}

.sec4 .info-box-inner.reset-last-child p {
    font-weight: 300;
    font-size: 14px;
    line-height: 171%;
    color: #000;
}

.sec4 .btn.btn-style-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* text-align: center; */
    color: #690923;
    text-transform: capitalize;
    border-color: #690923;
}

.sec4 {
    border-top: 1px solid rgba(51, 51, 51, 0.5);
    padding: 150px 0;
}

ul.footer-manu li a:hover {
    font-weight: 600;
    color: #690923;
}

/* ----------------------------------------------------------------------------- */

h1 {
    padding-top: 100px;
}

.round {align-items: center !important;text-align: center !important;position: relative;z-index: 80 !important;}

.round img {
  animation: rotateImage 5s linear infinite;
}

@keyframes rotateImage {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



.arrow img {
    position: relative;
    top: -130px;
    z-index:2222;
    right:25px
}

body.home .whb-col-right a.btn.them-btn:after {
    content: '';
    background: #fff;
    position: absolute;
    width: 100%;
    height: 630%;
    z-index: -1 !important;
    top: 44px;
    border-radius: 0 0 333px 333px;
}

.whb-col-right {
    position: relative;
    z-index: 6 !important;
}

.round img {
    position: relative;
    z-index: 11 !important;
    right: 25px;
}

.sec1 .vc_row.wpb_row.vc_inner.vc_row-fluid {
    position: relative;
   
}

.sec1 .vc_col-sm-4 {
    position: relative;
    z-index: 2222;
}


.sec5 {
    padding: 130px 0 70px;
    margin-top: -5px;
    background-size: cover;
}

.sec5 h4.border {
    color: #fff;
}

.sec5 h2 {
    color: #fff;
}

.sec5 .wpb_text_column {
    margin-bottom: 70px;
}

.sec5 h4.info-box-title {
    color: #fff;
    margin-bottom: 20px;
}

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

.sec5 .btn-icon-pos-right {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 15px;
}

.sec5 .wd-info-box {
    border: 1px solid rgba(238, 238, 238, 0.3);
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}

.sec5 .box-icon-align-top .box-icon-wrapper img {
    margin-bottom: 0 !important;
    width: 100%;
    position: relative;
    z-index: 11;
    border-radius: 10px;
    px; */
}

.sec5 .wd-info-box .info-box-content {
    padding: 40px 35px 40px 30px;
    margin-top: -20px;
    border-radius: 0px 0px 10px 10px;
    background: #27282B;
    min-height: 250px;
}

.sec5 .wd-info-box:hover {
    padding: 10px;
    background: #690923;
    border: 0;
    height: 500px;
}

.sec5 .wd-info-box:hover .info-box-content {
    background: #fff;
}


.sec5 .wd-info-box:hover h4.info-box-title {
    color: #000;
}

.sec5 .wd-info-box:hover .info-box-inner.reset-last-child p {
    color: #000;
}

.sec5 .wd-info-box:hover .btn-icon-pos-right {
    color: #690923;
    border-color: #690923;
}



.wd-arrow-inner {
    color: #fff !important;
    background: #690923;
    background: #690923 !important;
    border-radius: 5px !important;
    padding: 20px !important;
}

.wd-nav-arrows.wd-pos-together {
    padding-top: 20px;
    gap: 20px !important;
    top: unset !important;
    display: flex !important;
    justify-content: center;
    width: 100% !important;
    /* padding-bottom: 130px !important; */
}

.wd-arrow-inner:hover {
    background: #fff !important;
    color: #690923 !important;
}

.sec5 {
    /* margin-top: -15px; */
}

.vc_row.wpb_row.vc_row-fluid.sec5.vc_custom_1758231380472.vc_row-has-fill.wd-bg-center-bottom.wd-rs-68cc7b431aa0c.wd-section-stretch {}

.sec6 {
    padding: 100px 0;
}

.sec6 p {
    color: #000;
}

.sec6 ul {
    list-style: none;
    padding-left: 30px;
}

.sec6 ul li {
    font-size: 18px;
    color: #000;
    position: relative;
}

.sec7 {
    padding: 100px 0 80px;
}

.sec7 h2 {
    color: #fff;
}

.sec8 p {
    color: #000;
}

.sec8 {
    padding: 100px 0;
}

.sec8 .wpb_text_column {
    margin-bottom: 70px;
}

.wd-nav-pagin-wrap {
    margin-top: 70px !important;
}

li.wd-nav-pagin-item.wd-active span {
    background: #690923 !important;
    padding: 7px 20px;
    border: 0 !important;
}

.wd-nav-pagin-wrap[class*="wd-style-shape"] span {
    border: 0 !important;
    background: #6909238c !important;
    padding: 7px;
    /* opacity: .5; */
}

.wd-nav-pagin {
    padding: 7px 15px !important;
    background: #f5f5f5;
    border-radius: 333px;
}

.sec9 {
    padding-top: 100px;
    position: relative;
}

.sec9 h4, .sec9 h2 {
    color: #fff;
}

.sec9::before {
    right: 0;
    content: '';
    background: #222020;
    width: 98%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
:
    b;
    margin: auto;
    /* background-position: center; */
    border-radius: 0 0 20px 20px;
}

.sec10 {
    padding: 130px 0 70px;
}

.sec10 p {
    color: #000;
    margin-bottom: 60px !important;
}

.abt-img {
    margin-bottom: 0 !important;
}

a.btn.them-btn:hover {
    background: #011345;
}

.sec4-txt {
    margin-bottom: 10px;
}

.sec6 ul li::before {
    content: '';
    background: url(/wp-content/uploads/2025/09/hommm-1.png);
    width: 16px;
    height: 13px;
    position: absolute;
    bottom: 10px;
    left: -29px;
    top: 8px;
}

.sec7 p {
    font-size: 14px;
}
.testi-one {
    border-radius: 20px;
    background: #f5f5f5;
    padding: 50px 40px;
    /* min-height: 375px; */
}

.wd-testimon-text {
    padding: 20px 0 30px 0 !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #000;
    min-height: 170px;
}

.wd-testimon-name {
    font-weight: 600;
    font-size: 18px;
    /* line-height: 156%; */
    color: #000;
    margin-bottom: 0 !important;
}

.wd-testimon-pos {
    font-weight: 400;
    font-size: 14px;
    /* line-height: 171%; */
    color: #000;
}

body .testimon-style-info-top .wd-testimon-thumb img {
    border-radius: 4px !important;
    min-width: 52px !important;
    max-width: 52px !important;
}

.wd-testimon-thumb {
    border-radius: 4px !important;
    width: 52px !important;
    height: 52px !important;
}

.starrr {
    background: #690923;
    width: 100px;
    padding: 5px 10px;
    border-radius: 5px;
}

.star-rating {
    color: #fff !important;
    margin-top: 0 !important;
}

.sec9 .wpb_single_image.vc_align_left {
    margin-bottom: 0;
}

.sec9 p {
    font-size: 14px;
}
.marq-2 {
    padding-left: 19px;
    padding-right: 19px;
    /* border-radius: 20px !important; */
}

.marq-2 .wd-marquee {
    border-radius: 20px 20px 0px 0px !important;
}

.sec9-right .wpb_wrapper {
    border-radius: 20px 20px 0 0;
    background: #fff;
    /* padding: 75px 40px; */
}

.sec9-right h2, .sec9-right p {color: #000;}

.sec9-right .wpb_text_column {
    padding: 75px 40px 62px;
    margin-bottom: 0;
}

.wpforms-field-medium {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 4px !important;
}

.wpforms-field {
    padding-top: 5px !important;
	height: 48px !!important;
}

button#wpforms-submit-78 {
    border-radius: 4px;
    /* padding: 0px 40px; */
    /* width: 136px; */
    height: 50px;
    background: #690923;
    font-weight: 400;
    font-size: 16px;
    line-height: 350%;
    text-transform: capitalize;
    color: #fff;
    margin-top: 10px;
}

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: #690923 !important;
    box-shadow: none !important;
    outline: none !important;
}

.wd-post-thumb.entry-header {
    border-radius: 20px !important;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner {
    box-shadow: none !important;
}

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

h3.wd-post-title.wd-entities-title.title.post-title {
    text-align: left !important;
    color: #000 !important;
}

.wd-post-read-more.wd-style-link {
    width: 90% !important;
    text-align: right !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
	position:relative;
}

.wd-post-read-more.wd-style-link::after {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 600;
    color: #690923;
    position: absolute;
    top: -1px;
    right: -25px;
    font-size: 20px;
}

.wd-post-read-more.wd-style-link::before {
    content: '';
    background: #690923;
    width: 200px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 12px;
}

.wd-post-read-more.wd-style-link a::after {
    content: '';
    background: #690923;
    width: 165px;
    height: 2px;
    position: absolute;
    /* left: 0; */
    right: -20px;
    bottom: -3px;
}

.sec1 .wd-info-box {
    margin-left: -33px;
}

.wd-page-title {
    width: 98%;
    margin: auto;
    border-radius: 20px 20px 0px 0px;
}

.marq-inner-pages .wd-marquee {
    border-radius: 0px 0px 20px 20px !important;
}

.wd-single-footer {
    display: none !important;
}

.wd-page-nav.wd-design-1 {
    display: none !IMPORTANT;
}

div#respond {
    display: none !important;
}

h1.wd-entities-title.wd-post-title.title {
    padding-top: 0;
    font-size: 40px;
}

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


.post-single-page {
    width: 80%;
    margin: auto;
	padding-top:80px;
}

.post-single-page p {
    color: #000;
    text-align: center;
}

.wd-post-image {
    min-width: 100% !IMPORTANT;
}

.wd-post-image img {
    width: 60%;
}

.copy-rt img {
    border: 0 !important;
    padding: 0 !important;
    width: 140px;
}

.copy-rt p {
    display: flex;
    align-items: center;
    gap: 5px;
}

.copy-rt p br {
    display: none;
}

.about-bg {
    padding: 100px 0 80px;
}

.ser-bg {
    margin-top: 70px;
    /* margin-bottom: 50px; */
    padding-top: 30px;
    padding-bottom: 180px;
    height: 2262px;
}

.contact-bg {
    margin-top: 80px;
    /* margin-bottom: 80px; */
}

button#wpforms-submit-78:hover {
    background: #011345;
}

.contact-bg::before {
    border-radius: 20px 20px 0 0;
}

nav.wd-breadcrumbs {
    background: #690923;
    padding: 10px 30px;
    border-radius: 5px;
}

.footer {
    padding-top: 194px;
}
.sec9-right h2 {
    font-size: 28px;
}

.arrow img {
  transition: transform 0.4s ease;
}


.round:hover ~ .arrow img,
.arrow:hover img {
  transform: rotate(-47deg); 
}

ul.top-barr li a:hover {
    color: #690923;
}

ul#menu-main-manu li a:hover {
    color: #690923;
}

.es-email:focus {
  color: #fff;              
  border-color: #fff;     
  outline: none;         
}

.box5 .info-box-content {
    padding-right: 0px !important;
}

.box5 .info-box-inner.reset-last-child p {
    padding-right: 20px;
}

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

.wd-dropdown-menu.wd-design-default {
    width: 300px !important;
    /* background: red; */
    border-radius: 10px !important;
}

.ser-txt .wpb_text_column {
    margin-bottom: 0;
}


/* ----------------------------------------------intro-sec-------------------- */

.intro-sec h2 {text-transform: capitalize;}

.intro-sec p {
    color: #000;
    width: 80%;
    margin: auto;
}

.intro-sec {
    padding-top: 70px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
    padding-bottom: 60px;
}

.intro-sec .wd-info-box {
    padding: 10px;
    border: 1px solid #011345;
    border-radius: 10px;
    min-height: 350px;
    /* margin-bottom: 40px; */
}

.intro-sec .wd-info-box h4 {
    font-size: 16px;
}

.intro-sec .wd-info-box p {
    font-size: 14px;
    color: #333;
    width: 100%;
}

.intro-sec a.btn.them-btn {
    margin-top: 20px;
}

.about-bg .sec6 {
    padding-top: 0;
    padding-bottom: 0;
}


.about-bg h4 {
    margin-bottom: 10px;
}

.about-bg .sec6 li {
    font-size: 16px;
}

.intro-sec .info-box-content {
    padding-left: 15px;
}

.sec5 a.btn.them-btn {
    margin-top: 100px;
    margin-left: 20px;
}

.sec9::after {
    content: '';
    background: url(/wp-content/uploads/2025/09/form-img.png) no-repeat;
    width: 583px;
    height: 388px;
    position: absolute;
    bottom: 0;
    /* top: 30px; */
    /* background-position: bottom; */
    /* left: 0; */
}

.sec9 .wd-info-box .box-icon-wrapper {
    background: #690923;
    padding: 10px;
    border-radius: 555px;
}

.sec9 .wd-info-box p a, .sec9 .wd-info-box p {
    color: #fff;
    font-size: 16px;
}

.sec9 iframe {
    border-radius: 8px;
    height: 280px;
    width: 70%;
}

.sec9 .wd-info-box {
    margin-bottom: 20px;
}

.sec10 p {
    width: 80%;
    margin: auto;
}

.sec9 .wd-info-box p a:hover {
    color: #a5a5a5;
}

/* Focus hone par red border */
#wpforms-78-field_9-container .choices__inner.is-focused,
#wpforms-78-field_9-container .choices__inner:focus {
    border-color: #690923 !important;
    box-shadow: none !important;
	outline:none !important;
}

/* Jab dropdown list open ho */
#wpforms-78-field_9-container .choices.is-open .choices__inner {
    border-color: #690923 !important;
    box-shadow: none !important;
	outline:none !important;
}
/* Dropdown ke andar selected / hover option red */
#wpforms-78-field_9-container .choices__list--dropdown .choices__item.is-highlighted {
    background-color: #690923 !important;
    color: #fff !important;
	outline:none !important;
	box-shadow: none !important;
}

/* Dropdown focus border color red */
#wpforms-78-field_9-container .choices__inner.is-focused,
#wpforms-78-field_9-container .choices__inner:focus {
    border-color: #690923 !important;
    box-shadow: none !important;
	outline:none !important;
}

/* Dropdown list (open hone par) */
#wpforms-78-field_9-container .choices__list--dropdown.is-active {
    border-color: #690923 !important;
	outline:none !important;
	box-shadow: none !important;
}

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, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown, div.wpforms-container-full .wpforms-form .iti--allow-dropdown .iti__country-container .iti__selected-country:focus {
    border-color: #690923 !important;
    box-shadow: none !important;
    outline: none !important;
}

.num-box p {
    display: flex;
    gap: 20px;
}

.page-id-7 .intro-sec {
    padding-top: 0;
}

h1.entry-title.title {
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: 500;
}

.page-id-10 iframe {
    width: 99%;
    /* margin: 0 auto !important; */
    margin-left: 10px;
}

.page-id-6 .sec9 {
    margin-bottom: 100px;
}

.intro-sec .info-box-icon img {
    border-radius: 10px;
}

.our-gallery {
    padding-top: 70px;
    padding-bottom: 30px;
}

.our-gallery .wpb_text_column.wpb_content_element {
    text-align: center;
    margin-bottom: 40px;
}

/* --------------------------------------------------------------------------media-1600px------------------------------------------------ */
@media (max-width: 1600px) {
	
	h1 {
    padding-top: 50px;
	}

	.sec1-left {
		padding-left: 50px;
	}

	.sec1 .wd-info-box {
		margin-left: -50px;
	}

	.vc_row {
		/* padding-left: 15px; */
		/* padding-right: 15px; */
	}

	.sec9 {
		padding-left: 15px !IMPORTANT;
		padding-right: 15px !important;
	}
/* body .sec7 {
		padding-left: 0px !IMPORTANT;
		padding-right: 0px !important;
	} */
	.sec9 {
	}

	.marq-2 {
		padding-left: 14px;
		padding-right: 14px;
	}

	.sec9-right .wpb_text_column {
		padding: 75px 40px 85px;
	}
		.footer h2 {
		font-size: 60px;
	}

	.footer {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.last-footer h2 {
		font-size: 40px;
	}

	.footer-txt {
		/* padding-top: 180px; */
		padding-bottom: 150px;
	}

	.container, .container-fluid {
		/* padding-left: 30px; */
		/* padding-right: 30px; */
	}

	.sec2 {
		margin-right: 15px;
		margin-left: 15px;
	}


	.sec2 {
		padding: 60px 25px 60px 0;
	}
		.last-footer::before {
		width: 96%;
	}

	.last-footer {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	
	.footer .vc_row {
    padding-left: 30px;
    padding-right: 30px;
	}

	.footer .vc_single_image-wrapper {
		padding-left: 30px;
	}

}


/* --------------------------------------------------------------------------media-1440px------------------------------------------------ */


@media (max-width: 1440px) {
	
	h1 {
    padding-top: 50px;
	}

	.sec1-left {
		padding-left: 50px;
	}

	.sec1 .wd-info-box {
		margin-left: -50px;
	}

	.vc_row {
		/* padding-left: 15px; */
		/* padding-right: 15px; */
	}

	.sec9 {
		padding-left: 15px !IMPORTANT;
		padding-right: 15px !important;
	}

	.sec9 {
	}

	.marq-2 {
		padding-left: 14px;
		padding-right: 14px;
	}

	.sec9-right .wpb_text_column {
		padding: 75px 40px 85px;
	}
		.footer h2 {
		font-size: 60px;
	}

	.footer {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.last-footer h2 {
		font-size: 40px;
	}

	.footer-txt {
		/* padding-top: 180px; */
		padding-bottom: 150px;
	}

	.container, .container-fluid {
		/* padding-left: 30px; */
		/* padding-right: 30px; */
	}

	.sec2 {
		margin-right: 15px;
		margin-left: 15px;
	}


	.sec2 {
		padding: 60px 25px 60px 0;
	}
		.last-footer::before {
		width: 96%;
	}

	.last-footer {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

}

/* --------------------------------------------------------------------------media-1280px------------------------------------------------ */

@media (max-width: 1280px) {
	
	.round img {
    right: 39px;
	}

	.arrow img {
		right: 40px;
	}
		h1 {
		font-size: 50px;
	}

	.mid-box::before {
/* 		bottom: 37px; */
	}
		.footer p br {
		display: none;
	}

	.last-footer h2 {
		font-size: 30px;
	}
		h2 {
		font-size: 35px;
	}
		.wd-post-read-more.wd-style-link::before {
		width: 150px;
	}
		h3.wd-post-title.wd-entities-title.title.post-title {
		font-size: 18px;
	}
		.sec1 .wd-info-box {
		margin-left: -20px;
	}

	.sec1 .info-box-inner.reset-last-child p {
		font-size: 16px;
	}
		.sec9-right .wpb_text_column {
		padding: 75px 40px 62px;
	}
		h1.entry-title.title {
		font-size: 60px;
	}
		.wd-side-hidden.wd-right {
		z-index: 22222;
	}
		.wd-toolbar {
		display: none !important;
	}

	.sticky-toolbar-on {
		padding-bottom: 0 !important;
	}
}

/* --------------------------------------------------------------------------media-1180px------------------------------------------------ */

@media (max-width: 1180px) {
	
		.round img {
		right: 66px !important;
		/* position: absolute; */
		top: 0;
		bottom: 0;
		right: -20px !important;
		left: -47px;
		margin: auto;
	}

	.arrow img {
		right: 46px;
	}
		a.btn.them-btn {
		font-size: 14px;
	}

	.sec1 p {
		font-size: 16px;
	}

	.sec1 .info-box-inner.reset-last-child p {
		font-size: 13px;
	}

		.whb-col-right a.btn.them-btn {
		font-size: 16px;
	}

		.sec3, .sec4 {
		padding: 100px 15px;
	}

	.sec5 {
		padding-top: 100px;
	}

	.sec6 {
		padding: 100px 15px;
	}

	.sec8 {
		padding: 100px 15px;
	}
	.sec9-right .wpb_text_column {
    padding: 75px 40px 18px;
	}
		.mid-box::before {
/* 		bottom: 62px; */
	}
	
}

/* --------------------------------------------------------------------------media-1024px------------------------------------------------ */

@media (max-width: 1024px) {

	h1 {
    font-size: 38px;
		padding-top:0;
	}
	
.widgetarea-mobile {
    height: 60%;
    display: flex;
    align-items: end;
}
	
	.widgetarea-mobile {
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}

	.mobile-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
		gap: 5px;
}
	.sec1 p {
		font-size: 14px;
	}
	a.btn.them-btn {
		padding-left: 20px;
		padding-right: 20px;
	}

	.wd-sub-menu li>a {
    color: #333 !important;
}
.mobile-menu-widget:last-child {
    padding-left: 20px;
}
ul.top-barr li:last-child {
    margin-left: -5px;
}
ul.mobile-side {display: flex;flex-direction: column-reverse;gap: 0;justify-content: left !important;align-items: flex-start;}

ul.mobile-side li a {
    font-size: 14px;
}


	h2 {
		font-size: 30px;
	}

	.sec5 p br {
		display: none;
	}

	.sec5 .wd-info-box .info-box-content {
		padding: 20px 15px 30px 15px;
	}

	.testi-one {
		padding: 25px 20px;
	}

	.footer h2 {
		font-size: 40px;
	}

	.last-footer h2 {
		font-size: 28px;
	}

	.wd-post-read-more.wd-style-link::before {
		width: 90px;
	}
	.sec2 .wd-info-box {
    flex-direction: column;
}

/* .mid-box::before {
    top: 20px;
} */
	.sec1 {
    padding: 120px 0 120px;
}
	

.mobile-menu-widget a.btn.them-btn {
    margin-top: 20px;
	font-size:12px;
}

.mobile-menu-widget .wd-social-icons {
    justify-content: left !important;
/* 	margin-top: 15px; */
}
	.sec2 h4.info-box-title {
    text-align: center;
}
	.sec2 .wd-info-box {
    margin-bottom: 0;
    margin-left: 40px;
}
	.sec9::after {
    width: 450px;
    height: 290px;
    background-size: cover;
}

}

/* --------------------------------------------------------------------------media-767px------------------------------------------------ */

@media (max-width: 767px) {
	.whb-general-header-inner {
    padding-left: 10px;
    padding-right: 10px;
	}

	.our-gallery .wd-grid-f-col.wd-masonry {
    --wd-col-sm: 2 !important;
}
	
	.our-gallery .wpb_text_column.wpb_content_element {
    margin-bottom: 25px;
}
	.our-gallery.vc_row {
    padding-top: 40px !important;
}

.our-gallery img.wd-gallery-image {
    height: 150px !important;
}
.sec4-txt a.btn.them-btn {
    display: none;
}
	.sec1-left {
		padding-left: 0px;
		position: relative;
		z-index: 3;
	}

	h1 {
		font-size: 28px;
		margin-bottom: 10px;
		padding-top: 0;
	}

	.sec1 .wpb_text_column {
		margin-bottom: 10px;
	}

	.sec1:before {
		background-position: right;
	}

	.sec1 .wd-info-box {
		margin-left: 0;
		margin-bottom: -40px;
		margin-top: 10px;
	}

	.sec1 {
		padding: 60px 0 0px;
	}

	.arrow {
		/* display: none; */
	}

	.sec1 .wpb_single_image.vc_align_right {
		/* margin-bottom: 0; */
	}

	.round {
		bottom: -100px;
	}
	
	.round img {
    border: 5px solid #fff;
    border-radius: 555px !important;
    width: 100px;
}

.sec1 {
    margin-bottom: 80px;
    overflow: visible;
    /* padding-bottom: 20px; */
    padding-top: 100px;
}
.arrow {
    position: absolute;
    bottom: 0;
    left: 104px;
    right: 0;
    top: 212px;
    /* width: 100px; */
}

.arrow img {
    width: 30px;
    position: absolute;
    right: 0;
    left: -104px;
    margin: auto;
    top: 0;
    bottom: 41px;
}
	.arrow {
    top: 0;
    bottom: -245px;
}

	.round img {
    left: 0;
    right: 0;
}
.sec1:after {
    content: '';
    background: #00000066;
    width: 98%;
    height: 100%;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 20px;
    z-index: 0;
}
	.sec2 {
    padding: 20px 0px 0px 0;
    border-radius: 20px;
    margin-left: 0;
    margin-right: 0;
}

.mid-box::before {
    display: none;
}

.mid-box::after {
    display: none;
}

.sec2 .wd-info-box {
    margin-left: 0;
    flex-direction: row;
    margin-bottom: 20px;
}

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

.intro-sec {
    padding-top: 30px;
    padding-bottom: 0px;
}

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

.intro-sec p {
    width: 100%;
}

p {
    font-size: 14px;
}

.wpb_text_column {
    margin-bottom: 20px;
}

.intro-sec .wd-info-box {
    /* min-height: auto !important; */
}

.intro-sec .wd-info-box h4 {
    margin-bottom: 0 !important;
    /* line-height: .9 !IMPORTANT; */
}
.sec3, .sec4 {
    padding: 25px 0px;
}

.round2 img {
    width: 120px;
}
	
	.abt-img {
    margin-bottom: 20px !important;
}

body .round2 {
    left: unset;
    right: 0;
    top: -20px;
    /* bottom: 0px !important; */
    /* height: 100%; */0%; */
    /* bottom: -560px !important; */
}


.round2 figure.wpb_wrapper.vc_figure::before {
    width: 30px !important;
    height: 30px !important;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 20px;
}

h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.sec3 {
    padding-bottom: 10px;
}

.sec4 p {
    text-align: left;
}

.sec4 h4.info-box-title {
    font-size: 22px;
}

.sec4 {
    padding-bottom: 0;
}

.wd-marquee {
    height: 30px;
}

span.wd-marquee-item {
    font-size: 20px;
}

.sec5 {
    padding-top: 30px;
}

.sec5 .wpb_text_column {
    margin-bottom: 20px;
    text-align: left;
}
.sec5 .wd-info-box .info-box-content {
    /* padding-bottom: 0 !important; */
    min-height: 0;
}
	.sec5 h4.info-box-title {
    margin-bottom: 0;
}

.wd-info-box .info-btn-wrapper {
    margin-top: 0;
}

.wd-nav-arrows.wd-pos-together {
    padding-top: 0;
}

.sec5 p a.btn.them-btn {
    margin-top: 50px;
    margin-left: 0;
    text-align: center;
    width: 100%;
}

	.sec6 {
    padding: 30px 0px 10px;
}

.sec6 .vc_col-sm-1 {
    width: 0;
}

.sec7 {
    padding: 40px 0 15px;
}

.sec7 .text-right {
    text-align: left;
}
	.sec8 {
    padding: 30px 0px;
}

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

.wd-testimon-text {
    margin-top: 0 !important;
    /* padding-bottom: 0 !important; */
}

.testimon-style-info-top .wd-testimon-text:before {
    display: none;
}
.sec5 .btn-icon-pos-right {
    margin-top: 0;
    font-size: 14px;
}
	
	.marq-2 {
    padding-left: 4px;
    padding-right: 4px;
}

.sec9::after {
    display: none;
}

.sec9 {
    padding-top: 40px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sec9 .wd-info-box p a, .sec9 .wd-info-box p {
    font-size: 14px;
}

.sec9-right h2 {
    font-size: 22px;
    margin-bottom: -10px !important;
}

.sec9-right .wpb_text_column {
    padding: 30px 20px 1px;
    margin-top: 10px;
}

button#wpforms-submit-78 {
    font-size: 14px;
    width: 100%;
    margin-top: 0;
}

.page-id-6 .sec9 {
    margin-bottom: 30px;
}

.footer {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 40px;
}

.sec9 .wd-info-box {
    margin-bottom: 10px;
}
.footer .vc_row {
    padding-left: 0;
    padding-right: 0;
}

.footer h2 {
    font-size: 25px;
}

.footer-txt {
    padding-bottom: 30px;
}

input#esfpx_email_0fe74ada6116e {
    margin-bottom: 20px;
}
.last-fotr-txt {
    padding-top: 30px;
}

.last-footer img {
    padding: 10px 0;
}

.footer .vc_single_image-wrapper {
    padding-left: 0;
}

.last-footer .wpb_text_column {
    margin-bottom: 10px;
}

.last-footer {
    padding-left: 10px !important;
    padding-right: 10px !important;
}



.last-footer .wd-social-icons.wd-shape-circle {
    justify-content: center !important;
	margin-top:10px;
}
.copy-rt p {
    display: block;
}

.copy-rt {
    /* display: flex; */
    /* justify-content: center !important; */
    text-align: center;
}
	h1.entry-title.title {
    font-size: 25px;
    margin-bottom: 0;
}

nav.wd-breadcrumbs {
    padding: 5px 10px;
}

nav.wd-breadcrumbs a {
    font-size: 10px;
}

span.wd-last {
    font-size: 10px;
}
	.about-bg .sec6 li {
    font-size: 14px;
}

body .testimon-style-info-top .wd-testimon-text {
    padding-bottom: 0 !important;
    /* margin-bottom: -15px; */
    background-color: transparent;
}
	body .ser-bg {
    height: auto;
    margin-top: 30px;
    padding-bottom: 0;
    background-position: top !important;
}

.page-id-8 .sec5 p a.btn.them-btn {
    margin-top: 0;
    width: unset;
}
	.page-id-8 .sec8 {
    padding-top: 0;
		margin-top:-1px;
}
	.contact-bg {
    margin-top: 30px;
}

.page-id-10 iframe {
    width: 100%;
    margin-left: 0px;
    height: 200px;
    padding-top: 20px;
}
	.footer::before {
    background-attachment: unset;
}
	.intro-sec .info-box-icon img {
    width: 100% !important;
}

.about-bg {
    padding-top: 40px;
}

.intro-sec .wpb_text_column {
    text-align: left;
}
	.sec1 a.btn.them-btn {
    margin-top: 10px;
}
	.wd-logo img {
    max-width: 180px !important;
}
	.intro-sec .info-box-content {
    padding-left: 0;
}

.sec8 .wpb_text_column {
    text-align: left;
}
	a.btn.them-btn.mobile {
    display: block;
	margin-bottom: 30px;
}
	.sec4-txt .wpb_text_column {
    margin-bottom: 0;
}
	.sec2 .info-box-icon {
    width: 70%;
    position: relative;
}

.sec2 .box-icon-wrapper::after {
            content: '';
        background: #231f20b0;
        width: 2px;
        height: 30px;
        position: absolute;
        /* right: 0px; */
        top: 5px;
        left: 58px;
}
	.box-icon-wrapper{
		position:relative;
	}
	.sec2 h4.info-box-title{
		text-align:left;
	}
}
