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

.wd-page-content.main-page-wrapper {
    background-color: #FDFCF0 !important;
}

.sec-1 {
    padding-top: 230px !important;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.sec-1::before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0px auto;
    background: url(/wp-content/uploads/2025/08/Vizcaya-International.svg) no-repeat;
    width: 1250px;
    height: 70px;
    mix-blend-mode: overlay;
}

.sec-1 p {
    color: #fff;
}

.wd-nav {
    background: #293c37;
    border-radius: 200px;
    gap: 40px;
    padding-inline: 30px;
    padding-block: 6px;
}

a.woodmart-nav-link {
    font-weight: 500 !important;
    font-size: 16px !important;
    text-transform: capitalize;
    color: #fff !important;
}

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

a.btn.theme-btn {
    background: #fa401b;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Inter';
    padding: 18px 38px;
    border-radius: 5px;
    border: 1px solid #fa401b;
}

a.btn.theme-btn:hover {
    color: #fa401b;
    background: transparent;
    border: 1px solid #fa401b;
}

p {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}

h1 {
    font-weight: 700;
    font-size: 88px;
    text-transform: capitalize;
    color: #fff;
	    line-height: 85px;

}

.sec-1 h2 {
    font-weight: 600;
    font-size: 36px;
    text-transform: capitalize;
    color: #fff;
}


.row.trust-row {
    display: flex;
    justify-content: left;
    align-items: end;
    gap: 15px;
    backdrop-filter: blur(30px);
    box-shadow: 20px 10px 50px 0 rgba(0, 0, 0, 0.15);
    background: #293c37;
    border-radius: 10px;
    width: 410px;
    padding: 15px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    position: relative;
}


.row.trust-row::before {
    content: "\f148 \f148 \f148 \f148 \f149";
    font-family: "woodmart-font";
    position: absolute;
    right: 165px;
    top: 12px;
    color: #FA401B;
    font-size: 15px;
}

.sec1-row2 {
    padding-top: 50px;
}

.sec1-row2 img {
    border-radius: 10px !important;
}

.test-2sg {
    position: relative;
}

.test-2sg::before {
    content: '';
    background: #fa401b;
    position: absolute;
    width: 160px;
    height: 2px;
    top: -15px;
    left: 0;
}

.text-leg {
    position: relative;
    padding-left: 70px;
}

.text-leg::before {
    content: '';
    background: url(/wp-content/uploads/2025/08/Vector-1.png) no-repeat;
    position: absolute;
    width: 300px;
    height: 100px;
    top: -20px;
    left: -20px;
}

.sec-2 {
    padding-top: 100px;
	 padding-bottom: 100px;
}

.sec-2 .vc_row:first-child {
    margin-bottom: 30px;
}


h3 {
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 210px;
	font-family: 'Manrope' !important;
}

h2 {
    font-weight: 700;
    font-size: 55px;
    text-transform: capitalize;
    line-height: 68px;
}

.sec-2 p {
    color: #000;
}

.sec-2 h2 {
    color: #000;
}

.ab-txt {
    margin-bottom: 0px !important;
    margin-top: 75px;
}

.counter-label {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #000 !important;
    font-family: 'Manrope' !important;
}

.counter-value {
    font-size: 120px !important;
    color: #000 !important;
    font-weight: 500 !important;
    position: relative;
	font-family: 'Inter' !important;
}

.counter-value::after {
    content: '+';
    font-size: 50px;
}

.rotate figure {
    position: relative;
}

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

.rotate figure::before {
    content: '';
    background: url(/wp-content/uploads/2025/08/arrow-right-1.png) no-repeat;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 70px;
    left: 0px;
    right: 10px;
    bottom: 0;
    margin: 0 auto;
	z-index: 2;
}

.sec-3 {
    padding-top: 100px;
    padding-bottom: 190px;
    position: relative;
}

.sec-3::after {
    content: '';
    background: url(/wp-content/uploads/2025/08/Dr.-Franklin.svg) no-repeat;
    position: absolute;
    width: 1250px;
    height: 136px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	mix-blend-mode: soft-light;
}

.sec-3::before {
    content: '';
    background-color: #1E322D;
    position: absolute;
    width: 98.5%;
    height: 100%;
    top: 0;
    left: 10px;
    --r: 62px;  /* control the rounded part */
    --s: 100px;  /* control the size of the cut */
    --a: 20deg; /* control the depth of the curvature */
    --p: 50%;   /* control the position */
    aspect-ratio: 3/2;
    border-radius: var(--r);
    --_m:calc(100% - var(--r)),#000 calc(100% - 1px),#0000;
    --_d:(var(--s) + var(--r))*cos(var(--a));
    mask:
    radial-gradient(var(--r) at calc(var(--p) + var(--_d)) var(--_m)),
    radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)),
    radial-gradient(var(--s) at var(--p) calc(100% + sin(var(--a))*var(--s)),
      #0000 100%,#000 calc(100% + 1px)) 0 calc(var(--r)*(sin(var(--a)) - 1)) no-repeat,
    linear-gradient(90deg,#000 calc(var(--p) - var(--_d)),#0000 0 calc(var(--p) + var(--_d)),#000 0);
}

.sec-3 h2 {
    color: #fff;
}

.sec-3 p {
    color: #fff !important;
    font-size: 15px;
	    font-weight: 300 !important;
}

.rows.hover-row {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 1px solid #ffffff4f;
    align-items: center;
}

.rows.hover-row h4 {
    font-weight: 700;
    font-size: 26px;
    text-transform: capitalize;
    color: #fff;
}

.rows.hover-row a {
    background: transparent;
    border: 1px solid #fa401b;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Inter';
    padding: 18px 38px;
    border-radius: 5px;
}

.rows.hover-row:hover a {
    background: #fa401b;
}

.rows.hover-row:hover {
    background: url(/wp-content/uploads/2025/08/servic.png);
    transition: 0.5s linear;
    padding-inline: 30px;
    border-radius: 10px;
	border-color: #1e322d;
}

.sec-4 {
    padding-top: 100px;
    padding-bottom: 30px;
}

.sec-4 p {
    color: #000;
}

ul.vc_tta-tabs-list {
    background: #fff;
    display: inline-block !important;
    padding: 10px!important;
    border-radius: 10px !important;
	margin-bottom: 50px !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active>a {
    background: #fa401b !important;
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    padding: 13px 20px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a {
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #000!important;
    padding: 13px 20px;
}

.wd-marquee-content {
    gap: 5px !important;
}

.sec-5 span.wd-marquee-item {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    font-family: 'Inter';
}

.sec-5.marq1 {
    background: #1E322D;
    transform: rotate(
4deg);
    margin-top: 100px;
}

.sec-5.marq2 {
    background: #FA401B;
    transform: rotate(
356deg);
    margin-bottom: 140px;
    margin-top: -50px;
}

.sec-6 {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

.sec-6::before {
    content: '';
    background: url(/wp-content/uploads/2025/08/ready.jpg) no-repeat;
    position: absolute;
    width: 94%;
    height: 100%;
    top: 0;
    left: 60px;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background-size: cover;
}

.sec-6 h2 {
    color: #fff;
}

.sec-6 p {
    color: #fff;
}

.sec-7 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.testi-inner {
    display: flex;
    flex-direction: column-reverse;
    background: #f4f3e6;
    border-radius: 20px;
    padding: 168px 30px 70px 30px;
    position: relative;
}

.testi-inner::after {
    content: '';
    background: url(/wp-content/uploads/2025/08/star.png) no-repeat;
    position: absolute;
    width: 95px;
    height: 36px;
    top: 75px;
}


.testi-inner .wd-testimon-text.reset-last-child {
    background: none !important;
    margin-top: 0px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding: 0px;
}

.testi-inner .testimon-style-info-top .wd-testimon-text:before {
    display: none;
}

.testi-inner .wd-testimon-name.title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
	margin-bottom: 2px;
}

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

.testi-inner .wd-testimon-thumb {
    border-radius: 10px !important;
	margin-right: 10px;
}

.marq1 span.wd-marquee-item {
    color: #FA401B !important;
}

.marq2 span.wd-marquee-item {
    color: #1E322D !important;
}

.rowtesti h2 {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
}

.rowtesti .vc_column-inner {
    background: #1E322D;
    border-radius: 20px;
    padding: 80px 30px 230px 30px;
    position: relative;
    overflow: hidden;
}

.rowtesti p {
    color: #fff;
}

.wd-testimon-info {
    padding-top: 50px;
}

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

.testimon-with-rating .wd-testimon .star-rating {
    position: absolute;
    top: 60px;
    left: 32px;
    background: #FA401B;
    color: #fff !important;
    border-radius: 4px;
    /* padding: 2px; */
}



.testimon-style-info-top .wd-testimon-text:before {
    display: none;
}


.rowtesti .vc_column-inner::before {
    content: '';
    background: url(/wp-content/uploads/2025/09/Group-1000001616.png) no-repeat;
    position: absolute;
    width: 250px;
    height: 174px;
    bottom: 0;
    left: 0;
    background-size: 80%;
}

.sec-7 .wd-arrow-inner {
    background: #fa401b !important;
    border-radius: 4px !important;
    padding: 10px !important;
    width: 44px !important;
    height: 44px !important;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-7 .wd-arrow-inner::after {
    font-size: 20px;
}

.sec-7 .wd-nav-arrows {
    gap: 10px !important;
    margin-top: -20px;
    left: -160px;
    bottom: 90px;
    top: auto !important;
}

.sec-8 {
    padding-bottom: 100px;
}

.sec-8 h2 {
    color: #333333;
}

.sec-8 p {
    color: #000;
}

.sec-8 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 {
    background: #fdfcf0 !important;
    border: 1px solid rgba(30, 50, 45, 0.3) !important;
    border-radius: 8px !important;
    height: 56px !important;
}

.sec-8 div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 180px !important;
}


.sec-8 button#wpforms-submit-6 {
    background: #fa401b;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Inter';
    padding: 27px 60px;
    border-radius: 5px;
    border: 1px solid #fa401b;
}

.rot-sec .rotate figure {
    margin-top: -104px;
    margin-left: -5px;
}

.sec-9 {
	padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.sec-9::before {
    content: '';
    background: #1E322D;
    width: 98.5%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    right: 0;
    bottom: 0;
    background-size: cover;
    border-radius: 20px;
}

.sec-9::after {
    content: '';
    background: url(/wp-content/uploads/2025/08/simple-curly-arrow-1.png) no-repeat;
    position: absolute;
    width: 1000px;
    height: 230px;
    bottom: 0;
    right: 20px;
}

.sec-9 h2 {
    color: #fff;
    font-size: 88px;
    line-height: 93px;
}

.sec-9 span.wd-icon::before {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    padding: 12px;
    width: 44px;
    height: 44px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center !important;
}

.sec-9 span.wd-icon:hover::before {
    background: #FA401B;
}


.sec-9 .wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
	justify-content: end;
	gap: 10px;
	float: right;
	margin-top: 100px;
}

.sec-9 a.wd-social-icon {
    padding: 0px !important;
}

.sec-9 ul {
    list-style: none;
    padding-left: 0;
	margin-bottom: 50px;
	margin-top: 20px;
}

.sec-9 ul li {
    color: #fff;
    font-size: 18px;
    font-weight: 400 !important;
    padding-block: 30px;
    border-top: 1px solid #ffffff5e;
    /* border-bottom: 1px solid #ffffff5e; */
    margin-bottom: 0px;
}

.sec-9 ul li strong {
    color: #fa401b;
    font-weight: 600;
}

.footer-column-1 img {/* height: 50px !important; */}


.footer-column.footer-column-1.wd-grid-col {
    --wd-col-lg: 7 !important;
	padding-top: 50px;
}

.footer-column.footer-column-2.wd-grid-col {
    --wd-col-lg: 5 !important;
}

.footer-column-2 h5.widget-title {
    font-weight: 800;
    font-size: 36px;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.footer-column-2 p {
    color: #000;
    margin-bottom: 20px;
}

.footer-column-2 .es-form-field-container {
    display: flex;
    justify-content: left;
}

.footer-column-2 input#esfpx_email_0fe74ada6116e {
    width: 460px !important;
    height: 44px !important;
    background: #fdfcf0;
    border: 1px solid rgba(30, 50, 45, 0.5) !important;
    border-radius: 4px !important;
    padding-block: 24px !important;
}

.footer-column-2 input[type="submit"] {
	font-size: 0px;
	background-color: #FA401B;
	border-radius: 5px;
	background-image: url(/wp-content/uploads/2025/08/icon-1.png);
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	left: -44px;
	align-items: center;
	justify-content: center;
	top: 3px;
}

h5.widget-title {
    font-weight: 600;
    font-size: 22px;
    color: #333;
    text-transform: capitalize;
    font-family: 'Inter' !important;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}

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

.wd-copyrights .container.wd-grid-g {
    background: #1e322d;
    border-radius: 8px 8px 0 0;
    padding-block: 10px;
}

.wd-copyrights .wd-col-start.reset-last-child {
    font-weight: 300 !important;
    font-size: 16px !important;
    color: #fdfcf0 !important;
    font-family: 'Inter' !important;
}

.widget_nav_menu a {
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #000 !important;
}

.footer-column-5 li, .footer-column-5 li a {
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #000 !important;
    display: flex;
    justify-content: left;
    align-items: anchor-center;
    gap: 10px;
}

.text-leg p {
    font-weight: 300 !important;
}

.footer-column-6 .wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
    justify-content: left !important;
    flex-direction: column !important;
    text-align: left !important;
    gap: 10px;
    align-items: baseline;
}

.footer-column-6  a.wd-social-icon {
    background: rgba(51, 51, 51, 0.08);
    border-radius: 5px;
    padding: 12px !important;
    width: 135px !important;
    height: 44px !important;
    justify-content: left !important;
    color: #000 !important;
    gap: 10px;
}

.footer-column-6  a.wd-social-icon:hover {
    background: rgba(250, 64, 27, 0.08);
    color: #fa401b !important;
}

.footer-column-6 span.wd-icon {
    border-right: 1px solid #00000040;
    padding-right: 10px;
}

.footer-column-6 a.wd-social-icon:hover span.wd-icon {
    border-color: #fa401b7a;
}

.footer-column-6 a.wd-social-icon::after {
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 500;
}

.footer-column-6  a.wd-social-icon.social-facebook::after {
    content: ' Facebook';
}

.footer-column-6  a.wd-social-icon.social-twitter::after {
    content: 'Twitter';
}

.footer-column-6  a.wd-social-icon.social-instagram::after {
    content: 'Instagram';
}

.footer-column-6  a.wd-social-icon.social-youtube::after {
    content: 'Youtube';
}

.footer-column.footer-column-6 {
    padding-right: 80px;
}

h5.widget-title::after {
    content: '';
    background: #000;
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    flex: 1 0 20%;
    max-width: 100%;
}

.footer-column.footer-column-6 h5.widget-title::after {
    display: none;
}

.footer-column.footer-column-2 h5.widget-title::after {
    display: none;
}


.footer-column-1 .widget_media_image a img {
    width: 90%;
}

.footer-column {
    position: relative;
}

.footer-column-3 {
    padding-left: 80px !important;
}

.footer-sidebar {
    padding-top: 60px !important;
    padding-bottom: 90px !important;
    position: relative;
	row-gap: 150px;
}


footer.wd-footer {
    position: relative;
}

footer.wd-footer::before {
    content: '';
    background: #000;
    position: absolute;
    width: 1440px;
    height: 1px;
    top: 280px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.2;
}

.sec-9 .vc_row:first-child {position: relative;}

.sec-9 .vc_row:first-child::before {
    content: '';
    background: #fff;
    width: 30%;
    height: 1px;
    right: 250px;
    position: absolute;
    bottom: 60px;
}

.wd-gallery-item a::before {
    background: #000000a6;
    content: '';
    position: absolute;
    width: 440px;
    height: 280px;
    top: 10px;
    left: 7px;
    right: 10px;
    border-radius: 10px;
    bottom: 10px;
    margin: auto;
    transition: 0.5s;
    opacity: 0;
}

.wd-gallery-item a:hover::before {
    opacity: 1;
}

.wd-gallery-item a {
    position: relative;
	transition:  0.5s ;
    
}

.wd-gallery-item a:hover::after {
    content: '';
    background: url(/wp-content/uploads/2025/08/Group-11.png) no-repeat;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s linear;
}

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

.sec-3 .vc_row:first-child {
    margin-bottom: 25px;
}

body {
    --wpforms-button-background-color: #FA401B;
}

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

.wd-copyrights .wd-col-start.reset-last-child img {
    max-width: 170px;
}

.wd-page-title nav.wd-breadcrumbs {
    background: #fa401b;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Inter';
    padding: 15px 35px;
    border-radius: 5px;
    border: 1px solid #fa401b;
}

.wd-page-title h1.entry-title.title {
    font-size: 60px;
}

.wd-page-title {
    padding-bottom: 110px;
}

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

.page-id-15 .sec-8 {
    padding-bottom: 0px;
}


.sec2-row-1 {
    margin-bottom: 0px !important;
}

.sec2-row-3 .counter-value {
    font-size: 80px !important;
    font-weight: 700 !important;
}

.sec2-row-3 .counter-value::after {
    font-weight: 200 !important;
}

.sec2-row-3 {
    padding-top: 70px;
}

.sec2-row-3 .sec-count .vc_column-inner {
    background: #f4f3e6;
    padding: 50px 20px;
    border-radius: 10px;
}

.happy-sec {
    margin-bottom: 0px !important;
    margin-top: 100px !important;
    border-top: 1px solid #F9582C;
    padding-top: 30px;
}

.happy-sec h4 {
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
    color: #1e322d;
    margin-bottom: 5px;
}

.happy-sec p {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
}

.sec2-row-3 .sec-count .vc_column-inner:hover {
    background: #F9582C;
    transition: 0.7s ease;
}

.sec2-row-3 .sec-count .vc_column-inner:hover .counter-value {
    color: #fff !important;
}

.sec2-row-3 .sec-count .vc_column-inner:hover .happy-sec h4 {
    color: #fff !important;
}

.sec2-row-3 .sec-count .vc_column-inner:hover .happy-sec p {
    color: #fff !important;
}

.sec2-row-3 .sec-count .vc_column-inner:hover .happy-sec {
    border-color: #fff;
}

.mis-sec {
    padding-top: 100px;
    padding-bottom: 0px;
    position: relative;
}

.mis-sec::before {
    content: '';
    background: #1E322D;
    position: absolute;
    width: 98.5%;
    height: 100%;
    top: 0;
    left: 12px;
    right: 0;
    bottom: 0;
    border-radius: 30px;
}

.mis-sec h2 {
    color: #fff;
    position: relative;
}

.mis-sec p {
    color: #fff;
    font-weight: 300 !important;
}

.mis-sec h2::after {
    content: '';
    background: #F9582C;
    width: 70%;
    height: 1px;
    top: 40px;
    position: absolute;
    left: 340px;
    right: 0;
}

.mis-sec .mis-img figure.wpb_wrapper.vc_figure {
    --r: 44px; /* the radius */
    --s: 50px; /* size of inner curve */
    --x: 44px; /* horizontal offset (no percentage) */
    --y: 33px; /* vertical offset (no percentage) */
    border-radius: var(--r);
    --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
    --_g:conic-gradient(at calc(100% - var(--r)) var(--r),#0000 25%,#000 0);
    --_d:(var(--s) + var(--r));
    mask:
    calc(100% - var(--_d) - var(--x)) 0 var(--_m),
    100% calc(var(--_d) + var(--y)) var(--_m),
    radial-gradient(var(--s) at 100% 0,#0000 99%,#000 calc(100% + 1px)) 
     calc(-1*var(--r) - var(--x)) calc(var(--r) + var(--y)),
    var(--_g) calc(-1*var(--_d) - var(--x)) 0,
    var(--_g) 0 calc(var(--_d) + var(--y));
    mask-repeat: no-repeat;
}
.rotate2 figure.wpb_wrapper.vc_figure {
    position: absolute;
    right: 0;
    z-index: 3;
    display: block;
    top: 250px;
}

.wd-nav-mobile.wd-active {
    padding-inline: 10px !IMPORTANT;
    padding-block: 10px !important;
    border-radius: 0px !important;
}

.wd-nav-mobile li:is(.current-menu-item,.wd-active)>a {
    color: rgb(250 64 24) !important;
}



@keyframes rotateImage {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media only screen and (max-width: 1400px){
	.wd-nav {
		gap: 20px;
		padding-inline: 30px;
	}

	a.btn.theme-btn {
		padding: 15px 30px;
	}

	.sec-1 h2 {
		font-size: 24px;
		line-height: 33px;
		margin-bottom: 10px;
	}

	h1 {
		font-size: 62px;
		line-height: 65px;
	}

	.sec-1::before {
		width: 1060px !important;
		background-size: 70%;
		background-position: center;
		height: 43px;
	}

	h2 {
		font-size: 38px;
		line-height: 45px;
	}

	.sec-3 {
		padding-inline: 20px;
	}

	.rows.hover-row {
		font-size: 13px;
		justify-content: space-between;
		padding-block: 70px;
	}

	.rows.hover-row h4 {
		font-size: 19px;
	}

	.rows.hover-row a {
		font-size: 13px;
		padding: 14px 20px;
	}

	.rows.hover-row .col-md-5:first-child {
		width: 35%;
	}

	.sec-3::after {
		width: 1010px;
		background-size: 70%;
		background-position: center;
		height: 85px;
	}

	.rot-sec .rotate figure {
		margin-left: 4px;
	}

	.sec-4 {
		padding-top: 60px;
	}

	.sec-6::before {
		width: 98%;
		left: 10px;
	}

	.sec-9 h2 {
		font-size: 58px;
		line-height: 62px;
	}

	.sec-9 .wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
		margin-top: 0px;
	}

	.sec-9 .vc_row:first-child::before {
		right: 200px;
	}

	.sec-9::after {
		background-size: 106%;
		width: 686px;
		height: 160px;
	}

	.sec-9 {
		padding-inline: 15px;
	}

	.footer-sidebar {
	}

	.footer-column-2 input#esfpx_email_0fe74ada6116e {
		width: 390px !important;
	}

	.footer-column-3 {
		padding-left: 40px !important;
	}
	
}

@media only screen and (max-width: 1024px){
	.wd-header-mobile-nav .wd-tools-icon:before {
		color: #fff !important;
		font-size: 28px !important;
	}

	.sec-1 {
		padding-top: 150px !important;
		padding-bottom: 50px;
	}

	h1 {
		font-size: 45px;
		line-height: 45px;
	}

	.text-leg {
		padding-left: 30px;
	}

	.text-leg::before {
		top: -35px;
	}

	.sec-1 h2 {
		font-size: 18px;
		line-height: 20px;
	}

	.row.trust-row {
		font-size: 18px;
	}

	.sec-1::before {
		width: 775px !important;
		background-size: 70%;
		background-position: center;
		height: 35px;
	}

	.sec-2 {
		padding-top: 60px;
		padding-bottom: 50px;
	}

	h2 {
		font-size: 28px;
		line-height: 33px;
	}

	p {
		font-size: 15px;
	}

	.counter-value {
		font-size: 100px !important;
	}

	p br {
		display: none;
	}

	.sec-3 h2 {
		text-align: left;
		width: 110%;
	}

	.rows.hover-row br {
		display: none;
	}

	.rows.hover-row .col-md-5:last-child {
		width: 30% !important;
	}

	.sec-3::after {
		width: 800px;
		height: 70px;
	}

	.sec-5.marq2 {
		margin-bottom: 90px;
	}

	.sec-5.marq1 {
		margin-top: 50px;
	}

	.sec-6 {
		padding-top: 70px;
		padding-bottom: 60px;
	}

	.sec-7 {
		padding-top: 70px;
		padding-bottom: 70px;
		padding-inline: 10px;
	}

	.sec-7 .rowtesti.vc_col-sm-4 {
		width: 50% !important;
	}

	.sec-7 .vc_col-sm-8 {
		width: 50%;
	}

	.testi-inner {
		padding: 130px 20px 48px 20px;
	}

	.rowtesti h2 {
		font-size: 30px;
		line-height: 30px;
	}

	.sec-8 {
		padding-bottom: 40px;
	}

	.sec-9 h2 {
		font-size: 37px;
		line-height: 40px;
	}

	.sec-9 .vc_col-sm-8 {
		width: 56%;
	}

	.sec-9 .vc_col-sm-2:first-child {
		width: 5% !IMPORTANT;
	}

	.sec-9 .vc_col-sm-2:last-child {
		width: 44% !important;
	}

	.sec-9 span.wd-icon::before {
		width: 35px;
		height: 35px;
	}

	.sec-9 .vc_row:first-child::before {
		width: 25%;
		right: 200px;
	}

	.sec-9 ul li {
		padding-block: 20px;
		font-size: 16px;
	}

	.sec-9 ul {
		margin-bottom: 20px;
	}

	.sec-9::after {
		width: 545px;
		height: 130px;
	}

	.footer-column.footer-column-1.wd-grid-col {
		--wd-col-sm: 6 !important;!i;!;
	}

	.footer-column.footer-column-2.wd-grid-col {
		--wd-col-sm: 6 !important;
	}

	.footer-column-2 input#esfpx_email_0fe74ada6116e {
		width: 350px !important;
	}

	.footer-column-2 h5.widget-title {
		font-size: 30px;
		line-height: 32px;
	}

	.footer-sidebar {
		padding-top: 30px !important;
		padding-bottom: 50px !important;
		position: relative;
		row-gap: 60px;
	}

	footer.wd-footer::before {
		top: 250px;
	}

	.footer-column-3 {
		padding-left: 10px !important;
	}

	.footer-column.footer-column-6 {
		padding-right: 20px;
	}

	.footer-column.footer-column-5.wd-grid-col {
		padding-left: 10px;
	}
	
	.rows.hover-row {
		flex-wrap: wrap !important;
		row-gap: 10px;
		padding-block: 40px;
	}

	.rows.hover-row .col-md-2 {
		margin-top: 20px;
	}

	.rows.hover-row .col-md-5:first-child {
		width: 100%;
	}

	.sec-3 {
		padding-top: 60px;
		padding-bottom: 90px;
	}

	.sec-4 {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 767px){
		h1 {
		font-size: 38px;
		line-height: 35px;
	}

	.row.trust-row {
		width: 325px;
		font-size: 14px;
		gap: 30px;
	}

	.row.trust-row .col-md-6:first-child {
		width: 35%;
	}

	.row.trust-row::before {
		right: 102px;
		top: 5px;
	}

	.col-md-6 {}

	.text-leg {
		padding-left: 10px;
		padding-top: 20px;
	}

	.text-leg::before {
		top: -25px;
		left: -40px;
	}

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

	.sec1-row2 {
		padding-top: 0px;
	}

	.sec1-row2 img {
		width: 100% !important;
		max-width: 100% !important;
		object-fit: cover !important;
		height: 220px;
	}

	.sec-1::before {
		width: 395px !important;
		background-size: 70%;
		background-position: center;
		height: 22px;
	}

	.sec-1 {
		padding-top: 120px !important;
		padding-bottom: 10px;
	}

	.sec-2 {
		padding-bottom: 10px;
		padding-top: 40px;
	}

	.ab-txt {
		margin-top: -15px;
	}

	h2 {
		font-size: 22px;
		line-height: 26px;
	}

	.counter-value {
		font-size: 60px !important;
	}

	.counter-label {
		font-size: 14px !important;
		margin-top: 0px !important;
	}

	.sec-2 .wpb_single_image.wpb_content_element.vc_align_right {
		margin-bottom: 10px;
	}

	.sec-3 .vc_row:first-child {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 0px !important;
	}

	.sec-3 .wpb_text_column.wpb_content_element.text-right {
		margin-bottom: 10px;
	}

	.sec-3 .wpb_text_column.wpb_content_element {
		margin-bottom: 15px;
	}

	.rows.hover-row {
		padding-top: 30px;
	}

	.sec-3 p {
		font-size: 14px;
	}

	.rows.hover-row h4 {
		font-size: 18px;
	}

	.rot-sec .rotate figure {
		max-width: 35% !important;
		margin-top: -52px;
		margin-left: 0px;
	}

	.rotate figure::before {
		background-size: 85%;
		width: 40px;
		height: 40px;
		top: 44px;
		right: -10px;
	}

	.sec-3::before {
		--r: 52px;
		--s: 61px;
		--a: 32deg;
		--p: 50%;
		border-radius: 20px;
		width: 100% !important;
		left: 0px;
		right: 0px;
	}

	.sec-3::after {
		background-size: 80%;
		width: 400px;
		height: 46px;
	}

	.sec-3 {
		padding-inline: 10px;
	}

	.sec-4 {
		padding-top: 0px;
	}

	ul.vc_tta-tabs-list {
		margin-bottom: 10px !important;
	}

	.sec-5 span.wd-marquee-item {
		font-size: 20px;
		line-height: 40px;
	}

	.sec-5.marq1 {
		transform: rotate(
	7deg);
		margin-top: 30px;
	}

	.sec-5.marq2 {
		transform: rotate(
	349deg);
		margin-bottom: 60px;
		margin-top: -40px;
	}

	.sec-6 {
		padding-top: 40px;
		padding-bottom: 20px;
	}

	.sec-6::before {
		width: 100%;
		left: 0px;
	}

	.sec-7 .rowtesti.vc_col-sm-4 {
		width: 100% !important;
	}

	.sec-7 .vc_col-sm-8 {
		width: 100%;
		margin-top: 20px;
	}

	.sec-7 .rowtesti.vc_col-sm-4 .vc_column-inner {
		padding-inline: 15px !important;
	}

	.sec-7 .vc_col-sm-8 .vc_column-inner {
		padding-inline: 0px;
	}

	.sec-7 .wd-nav-arrows {left: 240px;bottom: 580px;}

	.testi-inner {
		padding: 100px 15px 40px 15px;
	}

	.testi-inner::after {
		top: 35px;
	}

	.sec-7 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.testi-inner .wd-testimon-text.reset-last-child {
		font-size: 14px;
	}

	.wd-testimon-info {
		padding-top: 30px;
	}

	.sec-8 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 {
		height: 45px !important;
	}

	.sec-8 div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
		height: 120px !important;
	}

	.sec-8 button#wpforms-submit-6 {
		padding: 20px 40px;
	}

	.sec-8 {
		padding-bottom: 10px;
	}

	.sec-9 .vc_col-sm-8 {
		width: 100%;
	}

	.sec-9 h2 {
		font-size: 30px;
		line-height: 33px;
	}

	.sec-9 .vc_col-sm-2:last-child {
		width: 58% !important;
	}

	.sec-9 .vc_row:first-child::before {
		right: 240px;
		top: 73px;
	}

	.sec-9 .wpb_text_column.wpb_content_element {
		margin-bottom: 10px;
	}

	.sec-9 {
		padding-top: 50px;
		padding-bottom: 60px;
		padding-inline: 10px;
	}

	.sec-9::before {
		width: 100%;
		left: 0px;
	}

	.sec-9 ul li {
		padding-block: 15px;
		font-size: 14px;
	}

	.sec-9::after {
		background-size: 100%;
		width: 185px;
		height: 60px;
	}

	.footer-column.footer-column-1.wd-grid-col {
		--wd-col-sm: 12 !IMPORTANT;!I;!;
		padding-top: 0px;
		padding-bottom: 20px;
	}

	.footer-column.footer-column-2.wd-grid-col {
		--wd-col-sm: 12 !important;!i;!;
	}

	.footer-sidebar {
		padding-top: 10px !important;
		padding-bottom: 30px !important;
		row-gap: 15px;
	}

	footer.wd-footer::before {
		top: 50px;
	}

	.footer-column-2 h5.widget-title {
		font-size: 24px;
		line-height: 25px;
	}

	.footer-column-3 {
		padding-left: 0px !important;
		--wd-col-xs: 6 !important;!i;!;
	}

	.footer-column.footer-column-5.wd-grid-col {}

	.footer-column.footer-column-5.wd-grid-col {
		padding-left: 0px;
		--wd-col-xs: 7 !important;!i;!;
	}

	h5.widget-title::after {
		display: none;
	}

	.footer-column.footer-column-4.wd-grid-col {
		--wd-col-xs: 6 !important;!i;!;
		padding-bottom: 10px;
	}

	h5.widget-title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.footer-column.footer-column-6.wd-grid-col {
		--wd-col-xs: 5 !important;!i;!;
		padding-left: 0px;
		padding-right: 0px;
	}

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

	.wd-copyrights .wd-col-start.reset-last-child img {
		max-width: 140px;
	}

	.rotate figure.wpb_wrapper.vc_figure {
		max-width: 40%;
	}
}