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

html {
  scroll-behavior: smooth;
}

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

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

h1{
	font-weight: 600;
	font-size: 64px;
	color: #fff;
	line-height: 1;
}

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

h3{
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #ebae11;
	padding-left: 35px;
	position: relative;
	display: inline-block;
}

.sec1 h3{
	font-weight: 700;
	font-size: 24px;
	color: #ebae11;
	padding: 0;
}

.theme-color{
	color: #ebae11;
}

h3 span.icon:before{
	content:'';
	background-image: url(/wp-content/uploads/2025/05/hicon.png);
	width:25px;
	height:24px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: 1;
}

.sec1 p{
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 156%;	
}

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

span.icon {
    /* position: relative; */
}

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

a.theme-btn {
    background: #ebae11;
    padding: 16px 38px;
    border-radius: 500px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid transparent;
}

a.theme-btn:hover {
    border-color: #ebae11;
    background: transparent;
    color: #ebae11;
}

.sec5 {
}

.sec5 .absolute {
    /* position: relative; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    width: 100%;
    height: 100%;
}

.sec5 .vc_row {
    padding: 0px 0 0px 80px;
}

.sec5 .absolute img.vc_single_image-img.attachment-full {
    position: absolute;
    left: 0;
    top: -20px;
    bottom: 0;
}

.sec1 {
    padding: 550px 0 100px;
    border-bottom: 14px solid #464648;
    position: relative;
    z-index: 2;
    overflow: visible;
}

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

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

.sec2 {
    padding: 120px 0 190px;
    position: relative;
    z-index: 0;
}

.inner-ser p {
    margin-bottom: 10px;
}

.inner-ser h2 {
    margin-top: 0 !important;
}

.inner-ser {
    padding-bottom: 120px;
}
.inner-ser h4 {
    font-size: 30px;
    margin-bottom: 10px;
}

.inner-ser h5 {
    font-size: 22px;
    margin-bottom: 10px;
}

.inner-ser li {
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
}

.img2 {margin-top: 60px;}

.rotate {
    position: absolute;
    right: -60px;
    bottom: -80px;
}

.img2 .vc_single_image-wrapper {
    position: relative;
}

.img2 .vc_single_image-wrapper::before {
    content: '';
    bottom: -50px;
    right: -50px;
    background-image: url(/wp-content/uploads/2025/05/shape.png);
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}

.sec2::after {
    content: '';
    background: url(/wp-content/uploads/2025/05/architecturecommercial.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35%;
    height: 70%;
    opacity: 0.5;
    background-size: cover;
    background-position: 100% top;
    mix-blend-mode: exclusion;
    z-index: -1;
}
.sec3 {
    z-index: 1;
    padding: 100px 0;
    position: relative;
    overflow: visible;
    border-top: 15px solid #464648;
    overflow: visible;
    display: flex;
}

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


.sec3 .wd-info-box {
    margin: 0;
    border-radius: 10px;
    background: #fff;
    gap: 0 !important;
    border-bottom: 5px solid transparent;
    transition: all ease .3s;
    min-height: 613px;
}

.sec3 .wd-info-box .info-box-content {
    padding: 35px 30px 35px 40px;
	min-height:355px;
}


.sec3 .wd-info-box .info-box-content .box .imgbox {
    position: absolute;
    right: 44px;
    top: -31px;
    background: #ebae11;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.sec3 .wd-info-box .info-box-content .box .imgbox::before {
    clip-path: polygon(0 0, 0 100%, 90% 100%);
    position: absolute;
    content: '';
    right: -20px;
    width: 21px;
    height: 36px;
    background: #d09d18;
    top: 0;
}

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

.sec3 .wd-info-box .info-box-content .contentbox, .sec3 .wd-info-box .info-box-content .contentbox p {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 157%;
}

.sec3 .wd-info-box .info-box-content .info-btn-wrapper {
    margin: 20px 0 0 0;
}

.sec3 .wd-info-box .info-box-content .info-btn-wrapper a.btn {
    color: #ebae11;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    border-color: #ebae11;
}

.sec3 .wd-info-box:hover {
    border-color: #ebae11;
}

.sec3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 549px;
    height: 275px;
    background-image: url(/wp-content/uploads/2025/05/img-decor.png);
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.sec3::before {
    position: absolute;
    width: 64%;
    height: 15px;
    right: 0;
    background: #EBAE11;
    content: '';
    z-index: 999999;
    /* clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); */
    /* clip-path: polygon(0% 0%, 75% 0%, 0 52%, 75% 100%, 0% 100%); */
    clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 1% 100%, 0% 50%);
    top: -15px;
}

.sec4 {
    padding: 120px 0 100px;
    position: relative;
    z-index: 1;
}

.sec4 .trust-row .wd-info-box {
    margin: 0;
    background-image: linear-gradient(225deg, #d09d18 0%, #ebae11 100%);
    padding: 22px 30px 22px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}


.sec4 .trust-row .wd-info-box .info-box-content h4.info-box-title {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    line-height: 140%;
}

.sec4 .trust-row .wd-info-box .info-box-content .info-box-inner.reset-last-child p {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
}

.sec4 .trust-row .wd-info-box::before {background-image: url(/wp-content/uploads/2025/05/pattern.png);width: 75px;height: 80px;position: absolute;content: '';top: 0;right: 0;}

.sec4 .trust-row {margin-bottom: 30px;}

.sec4::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/05/img-decor2.png);
    width: 549px;
    height: 275px;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    background-size: cover;
    z-index: 1;
    opacity: 1;
    filter: brightness(0.5);
    background-repeat: no-repeat;
    z-index: 0;
}

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

.sec4 .vc_col-sm-5 .wd-info-box .info-box-content h4.info-box-title {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.sec4 .vc_col-sm-5 .wd-info-box .info-box-content .info-box-inner.reset-last-child {
    margin: 0;
}

.sec4 .vc_col-sm-5 .wd-info-box .info-box-content .info-box-inner.reset-last-child p {
    font-weight: 400;
    font-size: 13px;
}

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

.wd-sub-menu li>a {
    color: #000 !important;
}

.sec4 .wpb_content_element.bot {padding-bottom: 35px;}

.sec4 .wpb_content_element.bot p {
    line-height: 162%;
}

body .sec5 {margin-top: 120px;border-radius: 20px;background-position: top center !important;}

.sec5 h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
}

.sec5 .vc_row .wpb_text_column.wpb_content_element {padding-top: 80px;padding-bottom: 80px;}

.sec6 {
    padding: 120px 0 50px;
}

.comparesec {
    padding: 0 50px;
}

.wd-compare-img-handle span {
    width: 44px !important;
    height: 44px !important;
    top: calc(50% - 15px);
    left: calc(50% - 22px) !important;
    color: #fff !important;
    gap: 10px !important;
    background: transparent !important;
    border: 3px solid  #fff !important;
}

.testbox {
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 50px 30px 70px 30px;
    border-radius: 10px;
    position: relative;
}

.testbox .wd-testimon-text.reset-last-child {
    padding: 0;
    background: transparent;
    margin: 0;
    color: #000;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 162%;
    margin-bottom: 30px;
}

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

.testbox .wd-testimon-bio .wd-testimon-name.title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin: 0;
}

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

.testbox .wd-testimon-thumb {
    margin: 0;
    border-radius: 4px !important;
    margin-bottom: 0;
    border: 2px solid #fff;
    position: absolute;
    bottom: -30px;
}

.testbox .wd-testimon-thumb img.testimonial-avatar-image {
    min-width: 70px !important;
    max-width: 70px !important;
}

.testbox .star-rating {
    margin: 0 0 20px;
}

.testbox::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 38px;
    height: 37px;
    background-image: url(/wp-content/uploads/2025/05/shape1.png);
    background-repeat: no-repeat;
}

.sec7 .wd-carousel {padding-bottom: 80px;}

.wd-nav-pagin-wrap li.wd-nav-pagin-item span {
    background: rgba(235, 174, 17, 0.3) !important;
    border: none !important;
}

.wd-nav-pagin-wrap li.wd-nav-pagin-item.wd-active span {
    background: #ebae11 !important;
    padding: 0 15px !important;
}


.sec7 {
    padding: 120px 0;
}

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

.sec8 {
    padding: 20px 0px;
    position: relative;
}

.sec8 .vc_column_container.vc_col-sm-6:first-child {
    border-radius: 0 10px 10px 0;
    background-image: url(/wp-content/uploads/2025/05/bg2.png);
    background-repeat: no-repeat;
    background-size: auto;
    padding: 120px 60px 251px 60px;
}


.sec8 .vc_column_container.vc_col-sm-6:first-child .wd-info-box {margin-bottom: 50px;}


.sec8 .vc_column_container.vc_col-sm-6:first-child .wd-info-box .info-box-content h4.info-box-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.5;
}

.sec8 .vc_column_container.vc_col-sm-6:first-child .wd-info-box .info-box-content .info-box-inner.reset-last-child {
    margin: 0;
}

.sec8 .vc_column_container.vc_col-sm-6:first-child .wd-info-box .info-box-content .info-box-inner.reset-last-child p a {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}

.sec8 p {
    color: #fff;
    font-size: 22px;
}

.socialbox h5 {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    display: inline-block;
    padding-left: 40px;
}

.socialbox h5::before {
    background: #fff;
    width: 28px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    top: 0;
    content: '';
    margin: auto;
    left: 0;
}

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

.socialbox .wd-social-icons a.wd-social-icon {
    padding: 0 !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 5px !important;
    background: rgba(255, 255, 255, 0.3) !important;
}

.socialbox .wd-social-icons a.wd-social-icon span.wd-icon {
    color: #fff;
    font-size: 18px;
}

.socialbox .wd-social-icons a.wd-social-icon:hover {
    background: #fff !important;
}

.socialbox .wd-social-icons a.wd-social-icon:hover span.wd-icon {
    color: #464648;
}


.sec8::before {background-image: url(/wp-content/uploads/2025/05/PngItem.png);width: 1036px;height: 259px;content: '';bottom: 0;right: 0;position: absolute;mix-blend-mode: color-dodge;}

.wd-marquee-wrapp {
    background: #EBAE11;
    padding: 5px 0px;
}

.wd-marquee-wrapp span.wd-marquee-item {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    gap: 50px !important;
}

/* .socialbox {margin-top: 150px !important;} */

.sec1::before {
    width: 64%;
    height: 14px;
    content: '';
    position: absolute;
    bottom: -14px;
    background: antiquewhite;
    right: 0;
    background: #EBAE11;
    content: '';
    z-index: 1111;
    /* clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); */
    /* clip-path: polygon(0% 0%, 75% 0%, 0 52%, 75% 100%, 0% 100%); */
    clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 1% 100%, 0% 50%);
    z-index: -1;
}

span.down-btn {
    position: relative;
    color: #fff;
}

span.down-btn::after {
    content: "\f358";
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 18px;
    margin-left: 8px;
}


.down-btn-row {padding-top: 14px;}


.down-btn-row a {
    color: #fff;
}

.down-btn-row a:hover span {
    color: #e8ae29;
}

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

.wd-prefooter {
    padding: 0 !IMPORTANT;
}

.wd-footer .footer-column.footer-column-1 {
    grid-column: auto / span 2 !important;
}

.wd-footer .footer-column.footer-column-2 {
    grid-column: auto / span 2 !important;
}

.wd-footer .footer-column.footer-column-3 {
    grid-column: auto / span 2 !important;
}
.wd-footer .footer-column.footer-column-4 {
    grid-column: auto / span 3 !important;
}

.wd-footer .footer-column.footer-column-5 {
    grid-column: auto / span 3 !important;
}


.footer-column-4 li {
    color: #fff;
}

div#es_form_f3-n1 {
    position: relative;
}

.wd-footer .footer-column p , .wd-footer .footer-column a ,.wd-footer .footer-column ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.wd-footer .footer-column-1 div#media_image-2 {
    margin: 0;
    border: none !important;
    text-align: left;
}

.wd-footer .footer-column-1 .wd-social-icons.wd-style-default {
    justify-content: flex-start !important;
    gap: 10px !important;
    padding-bottom: 30px;
}

.wd-footer .footer-column-1 .wd-social-icons.wd-style-default a.wd-social-icon {
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 5px !important;
    width: 44px !important;
    height: 44px !important;
}

.wd-footer .footer-column-1 .wd-social-icons.wd-style-default a.wd-social-icon span.wd-icon {
    font-size: 20px;
}

.wd-footer .footer-column-1 .wd-social-icons.wd-style-default a.wd-social-icon:hover {
    background: #fff;
}

.wd-footer .footer-column-1 .wd-social-icons.wd-style-default a.wd-social-icon:hover span.wd-icon {
    color: #000;
}

.wd-footer .footer-column-1 p:first-child {margin-bottom: 30px;padding-right: 20px;}

.wd-footer .footer-column  h5.widget-title {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

/* .wd-footer .footer-column-4 h5.widget-title {
    margin: 0;
} */

.wd-footer .footer-column-4 p {
    font-size: 15px;
}

.wd-footer {
    position: relative;
}

.wd-footer::before {background-image: url(/wp-content/uploads/2025/05/footerbf.png);position: absolute;content: '';bottom: 0;left: 0;width: 240px;height: 412px;mix-blend-mode: color-burn;background-repeat: no-repeat;}

.wd-footer::after {
    background-image: url(/wp-content/uploads/2025/05/footeraf.png);
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 626px;
    height: 429px;
    mix-blend-mode: color-burn;
    background-repeat: no-repeat;
    z-index: 0;
}

.wd-footer .footer-column-4 .es-form-field-container {
    position: relative;
    z-index: 111;
}

.wd-footer .footer-column-4 .es-form-field-container .gjs-row {
    margin: 0;
}

.wd-footer .footer-column-5 .es-form-field-container input#esfpx_email_0fe74ada6116e {
    background: #fff;
    border-radius: 4px;
    border: none;
    color: #46464891;
    font-weight: 400;
    font-size: 14px;
    height: 48px;
}

.wd-footer .footer-column-5 .es-form-field-container input[type="submit"] {
    position: absolute;
    right: 5px;
    top: 12px;
    font-size: 0;
    background: #ebae11;
    border-radius: 4px;
    padding: 10px 20px;
    background-image: url(/wp-content/uploads/2025/05/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

.footer-sidebar {/* align-items: baseline !important; */padding-block: 0;padding: 100px 0 80px !important;z-index: 3;position: relative;}


footer :is(.widget_categories,.widget_pages,.widget_archive,.widget_nav_menu) ul li a {
    color: #fff !important;
}

.sec4 h3 span.icon:before {
    background-image: url(/wp-content/uploads/2025/05/Group-1.png);
}


.wd-copyrights.wd-layout-centered {
    border: none !IMPORTANT;
}

.wd-copyrights.wd-layout-centered .wd-col-start.reset-last-child {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.wd-copyrights.wd-layout-centered .container.wd-grid-g {position: relative;}

.wd-copyrights.wd-layout-centered .container.wd-grid-g::before {
    top: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: linear-gradient(90deg,rgba(70, 70, 72, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(70, 70, 72, 1) 100%);
}

.wpforms-field-container {
    width: 100%;
    max-width: 719px;
}

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 {
    border-radius: 8px !important;
    border: 1px solid transparent !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
    color: rgb(51 51 51 / 50%) !important;
}

.wpforms-container .wpforms-field {
    padding: 8px 0 !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 {
    box-shadow: none !important;
    border: 1px solid #e79c12 !important;
}

div.wpforms-container-full button[type=submit] {
    background: #ebae11 !important;
    border-radius: 5000px !important;
    min-height: auto !important;
    line-height: 1 !important;
    height: auto !important;
    padding: 15px 30px;
    font-weight: 500 !important;
    font-size: 16px !important;
    border: 1px solid transparent;
}

div.wpforms-container-full button[type=submit]:hover {
    color: #ebae11 !important;
    border-color: #ebae11 !important;
    background: transparent !important;
}

div.wpforms-container-full input[type=submit]:focus:after, div.wpforms-container-full button[type=submit]:focus:after, div.wpforms-container-full .wpforms-page-button:focus:after, .wp-core-ui div.wpforms-container-full input[type=submit]:focus:after, .wp-core-ui div.wpforms-container-full button[type=submit]:focus:after, .wp-core-ui div.wpforms-container-full .wpforms-page-button:focus:after {
    display: none !important;
}

.sec8 .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding: 70px 0 0;
}

.rotate .vc_single_image-wrapper::before {background-image: url(/wp-content/uploads/2025/05/rtbf.png);width: 56px;height: 56px;content: '';top: 0;left: 0;right: 0;bottom: 0;position: absolute;background-size: cover;background-position: center;margin: auto;z-index: 1;}

.rotate .vc_single_image-wrapper {
    position: relative;
}

.rotate img.vc_single_image-img.attachment-full {
    animation: spin 5s linear infinite;
}

.pgtitle {
    padding: 300px 0 80px;
    position: relative;
    background-image: url();
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 70vh;
    border-bottom: 14px solid #464648;
    z-index: 2;
    overflow: visible;
}

.pgtitle .wd-page-title.page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light {
    background: transparent;
}

.pgtitle.pgtitle-abt {
    background-image: url(/wp-content/uploads/2025/05/abt.jpg);
}

.pgtitle.pgtitle-ser {
    background-image: url(/wp-content/uploads/2025/05/ser.jpg);
}

.pgtitle.pgtitle-gallery {
    background-image: url(/wp-content/uploads/2025/05/gallery.jpg);
}


.pgtitle.pgtitle-contact {
    background-image: url(/wp-content/uploads/2025/05/contact.jpg);
}

.pgtitle::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70vh;
    background: linear-gradient(180deg, rgb(0 0 0 / 10%) 0%, rgb(0 0 0 / 44%) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.pgtitle::after {
    width: 64%;
    height: 14px;
    position: absolute;
    bottom: -14px;
    right: 0px;
    content: "";
    clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 1% 100%, 0% 50%);
    z-index: -1;
    background: rgb(235, 174, 17);
    z-index: 8;
}


.pgtitle .wd-page-title nav.wd-breadcrumbs {
    background: #ebae11;
    border-radius: 500px;
    display: inline-block;
    padding: 10px 30px;
}

.pgtitle .wd-page-title nav.wd-breadcrumbs a , .pgtitle .wd-page-title nav.wd-breadcrumbs span {
    font-weight: 500;
    font-size: 16px;
}

ul#menu-main-menu {padding-right: 60px;}

.btn-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

a.theme-btn.sec-btn {
    background: transparent;
    border-color: #ebae11;
}

a.theme-btn.sec-btn:hover {
    background: #ebae11;
    border-color: transparent;
    color: #fff;
}

.page-id-10 .sec3 {
    border-top: none;
}


.wd-dropdown {
    padding: 0 !important;
	background:transparent;
}

.wd-dropdown ul{
	background:#fff;
}
.wd-dropdown-menu.wd-design-default ul.wd-sub-menu.color-scheme-dark  li a:hover {
    background: #ebae11;
    color: #fff;
}

.wd-dropdown-menu.wd-design-default ul.wd-sub-menu.color-scheme-dark li a:hover {
	color:#fff !important; 
}

.wd-dropdown-menu.wd-design-default ul.wd-sub-menu.color-scheme-dark li a {
    padding: 10px 20px;
    transition: all ease .3s;
}

.wd-copyrights.wd-layout-centered .container.wd-grid-g a img {
    max-width: 170px;
}

.wd-copyrights.wd-layout-centered .container.wd-grid-g .wd-col-start.reset-last-child {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.sec8 {
    margin-top: 150px;
}
.page-id-8 .sec4 {
    margin-bottom: 120px;
}

/* -------------------------------------------------------------------------------media------------------------------------------------------------- */

@media (max-width:1600px){
	.sec8 .vc_column_container.vc_col-sm-6:first-child {
		background-position: -120px center;
	}

}

@media (max-width:1500px){
	.sec1 {padding-right: 40px !important;padding-left: 40px !important;}

	.container, .container-fluid {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.sec8 .vc_column_container.vc_col-sm-6:first-child {background-position: -170px center !important;}

	.sec1 h3 {
		font-size: 22px;
	}

	h1 {
		font-size: 60px;
	}

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

	h2 {
		font-size: 40px;
	}


	.sec8 .vc_column_container.vc_col-sm-6:first-child .wd-info-box .info-box-content .info-box-inner.reset-last-child p a {
		font-size: 19px;
	}
}

@media (max-width:1440px){
	.sec8 .vc_column_container.vc_col-sm-6:first-child {
		background-position: -200px center !important;
	}
}

@media (max-width:1300px){
	.sec8 .vc_column_container.vc_col-sm-6:first-child {
		background-position: -230px center !important;
	}
}


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



@media (max-width:1280px){
.sec1 {
    padding: 370px 0 40px;
}

h1 {
    font-size: 48px;
}

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

h2 {
    font-size: 35px;
}

h3 {
    font-size: 16px;
}

p {
    font-size: 15px;
}

.sec3 .wd-info-box .info-box-content h4.contentbox {
    font-weight: 600;
    font-size: 20px;
}

.sec3 .wd-info-box .info-box-content .contentbox, .sec3 .wd-info-box .info-box-content .contentbox p {
    font-size: 14px;
}

.sec3 .wd-info-box .info-box-content {
    padding: 35px 20px 35px 20px;
}

.sec3 .wd-info-box {
    min-height: 563px;
}

.sec4 .vc_col-sm-5 .wd-info-box .info-box-content h4.info-box-title {
    font-size: 18px;
}

.sec4 .trust-row .wd-info-box {
    padding: 20px 20px 20px;
}

.sec5 h4 {
    font-size: 20px;
}

.sec5 h2 {margin-bottom: 10px;}

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


}

@media (max-width:999px){

	.sec4 .trust-row .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
    margin-bottom: 20px;
}

.trust-row .vc_column_container.vc_col-sm-6 .wpb_single_image figure.wpb_wrapper.vc_figure img {
    width: 100% !IMPORTANT;
}
	
h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.sec1 {
    padding: 260px 0 30px;
}

.sec2 {
    padding: 40px 0 40px;
}

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

p {
    font-size: 14px;
}

a.theme-btn {
    padding: 12px 20px;
}

.sec3 {
    padding: 40px 0;
}

.sec3 .vc_row:first-child {
    padding-bottom: 20px;
}

.sec3 .wd-info-box .info-box-content h4.contentbox {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.sec4 {
    padding: 40px 0 40px;
}

.trust-row {
    /* flex-direction: column-reverse; */
    /* align-items: center; */
    /* justify-content: center; */
    /* width: 100%; */
    /* gap: 10px; */
}

.trust-row .vc_column_container.vc_col-sm-6 {
    /* width: 100%; */
}

.sec4 .trust-row {
    margin-bottom: 10px;
}

.trust-row .vc_column_container.vc_col-sm-6 .wpb_single_image {
    text-align: center;
}

.trust-row .vc_column_container.vc_col-sm-6 .wpb_single_image figure.wpb_wrapper.vc_figure {
    width: 100%;
}

.trust-row .vc_column_container.vc_col-sm-6 .wpb_single_image figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey {
    width: 100%;
}

.trust-row .vc_column_container.vc_col-sm-6 .wpb_single_image figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img {
    width: 60%;
}

body .sec5 {
    margin-top: 60px;
}

.sec8 {
    margin-top: 40px;
}

.sec8 .vc_column_container.vc_col-sm-6:first-child {
    padding: 60px 10px 160px 30px;
}

.wd-footer .footer-column h5.widget-title {
    font-size: 18px;
    margin-bottom: 5px;
}

.wd-footer .footer-column p, .wd-footer .footer-column a, .wd-footer .footer-column ul li a {
    font-size: 14px;
}

.footer-sidebar {
    padding: 50px 0 40px !important;
}

.wd-copyrights.wd-layout-centered .wd-col-start.reset-last-child {
    font-size: 14px;
}

.sec8 .vc_column_container.vc_col-sm-6:first-child .wd-info-box .info-box-content .info-box-inner.reset-last-child p a {
    font-size: 16px;
}

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

.sec8 .vc_column_container.vc_col-sm-6:first-child .wd-info-box {
    margin-bottom: 20px;
}

.sec8 .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding: 40px 0  0 20px;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 140px !important;
}

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

.sec5 h4 {
    font-size: 20px;
}

.sec5 .vc_row {
    padding: 0px 0 0px 30px;
}
}
@media (max-width:800px){
	
	.wd-footer .footer-column.footer-column-1 {
    grid-column: auto / span 12 !important;
    text-align: center;
}

.wd-footer .footer-column.footer-column-2 {
    grid-column: auto / span 6 !important;
    /* text-align: center; */
}

.wd-footer .footer-column.footer-column-3 {
    grid-column: auto / span 6 !important;
    /* text-align: center; */
}

.wd-footer .footer-column.footer-column-4 {
    grid-column: auto / span 12 !important;
    /* text-align: center; */
}

.wd-footer .footer-column.footer-column-5 {
    grid-column: auto / span 12 !important;
    /* text-align: center; */
}
}

@media (max-width:767px){
	
	.sec1 {
    padding: 100px 0 40px !important;
}

h1 {
    font-size: 28px;
}

a.theme-btn {

    font-size: 12px;
}

.sec1 p {
    font-size: 14px;
}
.rotate {
    width: 50%;
}

.rotate .vc_single_image-wrapper {
    width: 115px;
}
	
	.sec2-col {
    padding-top: 40px;
}

h2 {
    font-size: 22px;
    line-height: 1.3;
}
.sec4 .trust-row .wd-info-box {
    margin-bottom: 20px;
}

.sec4 .vc_single_image-wrapper.vc_box_border_grey img {
    width: 100% !IMPORTANT;
    margin-bottom: 20px;
}

.sec4 .wpb_content_element.bot {
    padding-bottom: 20px;
}


.sec5 .vc_row .wpb_text_column.wpb_content_element {
    padding-top: 20px;
    padding-bottom: 20px;
}

body .sec5 {
    margin-top: 30px;
    margin-bottom: 80px;
}

.sec8 .vc_column_container.vc_col-sm-6:first-child {
    padding: 35px 0px 10px 10px;
    border-radius: 15px;
}

.sec8 .vc_column_container.vc_col-sm-6:first-child .wd-info-box .info-box-content h4.info-box-title {
    font-size: 14px;
}

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

.sec8 p a {
    font-size: 14px !important;

}
.sec8 .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding: 40px 10px 0 10px;
}

div.wpforms-container-full button[type=submit] {
    font-size: 14px !IMPORTANT;
}

.wd-marquee-wrapp span.wd-marquee-item {
    font-size: 25px;
    gap: 20px !important;
}
	span.wd-marquee-item img {
    width: 30px;
}
	
	
.widget:last-child {
    /* text-align: center; */
}

div#media_image-2 {
    padding-bottom: 0;
    width: 110px;
}

.footer-sidebar {
    padding-bottom: 0 !important;
}



.wd-copyrights.wd-layout-centered .wd-col-start.reset-last-child {
    display: flex;
    flex-direction: column;
}
	
	.sec5 .absolute img.vc_single_image-img.attachment-full {
    width: 150px;
    right: 0;
    left: 176px;
    /* bottom: 10px !IMPORTANT; */
    top: -70px;
}

.rotate .vc_single_image-wrapper::before {
    width: 35px;
    height: 37px;
}
	.img2 {
    margin-top: 30px;
}

.sec3 .wd-info-box {
    margin-bottom: 25px;
}


.sec3 {
    padding-bottom: 0 !important;
}
.sec4 .vc_col-sm-5 .wd-info-box .info-box-content h4.info-box-title {
    font-size: 16px;
}

.sec8 {
    margin-top: -40px !important;
}
.pgtitle {
    padding: 100px 0 80px;
	height:100%;
   
}



h1.entry-title.title {
    font-size: 22px;
    margin-bottom: 0;
}



.pgtitle .wd-page-title nav.wd-breadcrumbs a, .pgtitle .wd-page-title nav.wd-breadcrumbs span {
    font-size: 14px !important;

}
.pgtitle::before {
    height: 100%;
}
	.page-id-8 .sec4 {
    margin-bottom: 40px;
}
	.pgtitle .wd-page-title nav.wd-breadcrumbs{
		padding: 5px 15px;

	}
	.page-id-14 .sec8 {
    margin-top: 30px !IMPORTANT;
}
	.inner-ser .vc_single_image-wrapper {
    margin-bottom: 30px;
}
	.inner-ser h4 {
    font-size: 18px;
}

.inner-ser li {
    font-size: 14px;
}
	.inner-ser h5 {
    font-size: 20px;
    line-height: 1.3;
}
	.container, .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
	.sec4 .trust-row .wpb_column.vc_column_container.vc_col-sm-6:first-child{
    order:2;
    
}

}