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

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


h2 strong {
    color: #1E90FF;
}

a.btn.theme-btn.foot-btn:hover {
    background: #000;
    border: 1px solid #1E90FF;
}

a.btn.theme-btn.foot-btn:hover:after {
    background: #1E90FF;
}

.wd-header-text ul {
    list-style: none;
    display: flex;
    padding-left: 0px;
    gap: 20px;
    align-items: baseline;
    justify-content: center;
}

.wd-header-text ul li img {
    padding-right: 10px;
}

.wd-header-text ul li {
    text-transform: none !important;
}

.wd-header-text ul li, .wd-header-text ul li a {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    text-transform: lowercase;
    color: #fff;
}

.wd-header-text span.wd-icon {
    background: rgba(255, 255, 255, 0.08);
    font-size: 16px;
    padding: 7px;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.wd-header-text span.wd-icon:hover {
    background: #000;
    color: #fff;
}

.wd-dropdown-menu.wd-dropdown {
    padding: 0;
}


a.woodmart-nav-link {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 400;
}

.wd-dropdown .wd-entry-content li {
    background: #1e90ff;
    padding: 5px 10px;
	    font-family: 'Manrope';
}

.wd-dropdown .wd-entry-content li:hover {
    background: #000;
}

.whb-row.whb-top-bar {
    border-radius: 0 0 10px 10px;
    margin-left: 35px;
    margin-right: 35px;
}

span.nav-link-text {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.wd-header-nav {text-align: center;margin-left: 100px;}

a.btn.theme-btn {
    background: #1E90FF;
    border-radius: 100px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 500;
    padding: 8px 8px 8px 30px;
    gap: 30px;
	border: 1px solid #1E90FF;
}

a.btn.theme-btn::after {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
    background: #000;
    /* padding:  10px; */
    border-radius: 100px;
    /* padding-left: 10px !important; */
    font-size: 19px;
    /* margin-left: 27px; */
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.btn.theme-btn:hover {
    background: #000;
    color: #fff;
	border: 1px solid #000000;
}

a.btn.theme-btn:hover::after {
    background: #1E90FF;
}

.sec-5 h5 {
    font-size: 24px;
    font-family: 'Manrope';
    font-weight: 500;
    color: #000;
}

.foot-3 {
    background: #1E90FF;
    border-radius: 10px 10px 0 0;
    padding-block: 10px;
    padding-inline: 40px;
    margin-top: 70px;
    display: flex;
    align-items: center;
    position: relative;
}

.foot-3 p {
    color: #fff;
    font-size: 15px;
    font-family: 'Manrope';
}

.foot-3 p a {
    color: #fff;
	font-weight: 500;
}

.foot-3 p img {
    width: 131px;
}

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

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

.wpb_text_column.wpb_content_element {
    margin: 0px !important;
}

.out-sou .vc_row:first-child {
    margin-bottom: 70px;
}

.servic img.vc_single_image-img.attachment-full {
    border-radius: 20px;
}


.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    font-size: 15px;
    color: #000 !important;
}

section.vc_section.sec-1.wd-rs-686725ea5a1a3 .vc_row .wpb_column .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.sec-1 .vc_row {
    padding-top: 200px;
    padding-bottom: 100px;
}
.sec-1 span.wd-el-video-play-btn {
    display: none;
}

.sec-1 span.wd-el-video-play-label {
    backdrop-filter: blur(30px);
    box-shadow: 20px 10px 50px 0 rgba(0, 0, 0, 0.05);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100px;
    font-size: 12px;
    font-family: 'Manrope';
    padding-block: 8.9px;
    padding-inline: 14px;
}

.sec-1 .wd-el-video-overlay:after {
    display: none;
}

.sec-1 .wd-el-video :is(iframe,video) {
    background-color: transparent;
}

.sec-1 h1 {
    font-size: 64px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-family: 'Manrope';
}

.sec-1 h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    font-family: 'Manrope';
}

.sec-1 p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Manrope';
}
.whb-col-right a.btn.theme-btn {
    background: #000;
	border: 1px solid #000000;
}

.whb-col-right a.btn.theme-btn:hover {
    background: #1E90FF;
	border: 1px solid #1E90FF;
}


.whb-col-right a.btn.theme-btn:hover::after {
    background: #000;
}
.whb-col-right a.btn.theme-btn::after {
	background: #1E90FF;
}


h3 {
    display: inline-block;
    background: #000;
    padding-block: 5px;
    padding-inline: 24px;
    color: #fff;
    font-size: 16px;
    font-family: 'Manrope';
    font-weight: 600;
    border-radius: 100px;
}

.years {
    display: flex;
    backdrop-filter: blur(30px);
    box-shadow: 20px 10px 50px 0 rgba(0, 0, 0, 0.05);
    background: rgba(0, 0, 0, 0.3);
    width: 448px;
    padding: 15px;
    justify-content: center;
    gap: 10px;
    align-items: anchor-center;
    border-radius: 10px;
    position: absolute;
    top: 450px;
    margin: 0 auto;
    right: 210px;
    left: 0;
}

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

.about-2 {
    padding-left: 100px;
}

.abt .vc_single_image-wrapper.vc_box_border_grey {
     /* cut size */
       /* control the rounded part */
       /* control the size of the cut */
      /* control the depth of the curvature */
        /* control the position */
     /* aspect-ratio: 1.1; */
     border-radius: 20px;
     --r: 93px;  /* control the rounded part */
     --s: 90px;  /* control the size of the cut */
     --a: 27deg; /* control the depth of the curvature */
     --p: 50%;   /* control the position */
     /* aspect-ratio: 2/3; */
     /* background: #ED303C; */
     /* border-radius: var(--r); */
     --_m:,#000 calc(100% - 1px),#0000;
     --_r:var(--r) at calc(100% - var(--r));
     --_d:(var(--s) + var(--r))*cos(var(--a));
     mask:
    radial-gradient(var(--_r) calc(var(--p) + var(--_d)) var(--_m)),
    radial-gradient(var(--_r) calc(var(--p) - var(--_d)) var(--_m)),
    radial-gradient(var(--s) at calc(100% + sin(var(--a))*var(--s)) var(--p),
      #0000 100%,#000 calc(100% + 1px)) calc(var(--r)*(sin(var(--a)) - 1)) 0 no-repeat,
    linear-gradient(#000 calc(var(--p) - var(--_d)),#0000 0 calc(var(--p) + var(--_d)),#000 0);
}
/* .rotate .vc_single_image-wrapper img {
    position: absolute;
    right: -58px;
    top: -92px;
    bottom: 0;
    margin: auto;
    animation: rotate360 2s linear infinite;
    z-index: 0;
} */

.rotate .vc_single_image-wrapper img{
	    animation: rotate360 10s linear infinite;
}

.wpb_single_image.wpb_content_element.vc_align_left.rotate {
    position: absolute;
    right: -70px;
    top: 200px;
    bottom: 0;
    margin: auto;
    z-index: 0;
}

.sec-vid .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 0px !important;
}

.wpb_single_image.wpb_content_element.vc_align_left.abt {
    margin: 0;
}

.site-logo {
    max-height: initial !important;
    padding: 0;
}


.wd-logo img {
    padding: 0;
    max-width: 340px !important;
    max-height: initial !important;
    width: 400px !IMPORTANT;
}

h2 {
    font-family: 'Manrope';
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
}

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

.rotate::before {
    background: url(/wp-content/uploads/2025/07/rotate-inner-page.png) no-repeat;
    position: absolute;
    width: 50px;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.years h4 {
    margin-bottom: 0px;
    font-size: 44px;
    color: #fff;
    font-weight: 700;
    font-family: 'Manrope';
}

.years p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}


.abt img.vc_single_image-img.attachment-full {
    position: relative;
    height: 580px;
    object-fit: cover;
    border-radius: 10px;
}


.abt figure.wpb_wrapper.vc_figure::before {
    content: '';
    background: url(/wp-content/uploads/2025/08/Group-5.png) no-repeat;
    height: 100%;
    width: 130px;
    position: absolute;
    z-index: 14;
    background-position: center;
    right: -45px;
    top: 0;
    background-size: 65%;
}

.page-id-8 .about-2 p {
    margin-bottom: 8px;
}

.wd-marquee {
    background: #1E90FF;
}

.wd-marquee-content {
    color: #fff;
    font-family: 'Manrope';
    font-size: 25px;
}

.wd-marquee-content strong {
    font-size: 30px;
    font-weight: 700;
}

.sec-4 {
    padding-top: 100px;
    padding-bottom: 60px;
	 position: relative;
}


.sec-4 .info-box-content p:first-child {
    background: #000;
    position: absolute;
    top: -80px;
    right: 20px;
    padding: 20px;
    border-radius: 50px;
    border: 5px solid #fff;
}

.sec-4 .wd-info-box:hover .info-box-content p:first-child {
    background: #1E90FF !important;
    transition: 0.5s;
}


.sec-4 .wd-carousel {
    padding-top: 80px;
    padding-bottom: 80px;
}



.sec-4 h4 {
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.sec-4 a.btn {
    color: #000;
    border-color: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Manrope';
}


.sec-4 li.wd-nav-pagin-item.wd-active span {
    background-color: #1E90FF !important;
    border-color: #1E90FF !important;
    width: 32px;
}

.sec-4 li.wd-nav-pagin-item span {
    background: #1e90ff75 !important;
	border: none;
}

.sec-4 .wd-info-box {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    gap: 40px;
}

.sec-4 .info-box-content {
    padding-bottom: 50px;
    padding-left: 20px;
}


.sec-4 .vc_column-inner .info-box-wrapper:hover::before {
    content: '';
    position: absolute;
    right: 13px;
    left: 13px;
    top: 0;
    bottom: -2px;
    border-radius: 12px;
    background: linear-gradient(360deg, rgba(30, 144, 255, 0.85) 27%, rgba(255, 255, 255, 1) 56%);
    transition: 0.5s;
}


.sec-4 .wd-info-box {position: relative;z-index: 3;}

.sec-4 .wd-info-box:hover a.btn {
    color: #1E90FF;
    border-color: #1E90FF;
}

.sec-4::before {
    content: '';
    background: url(/wp-content/uploads/2025/07/bg1-1-1.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 815px;
    height: 815px;
}

.sec-4::after {
    content: '';
    background: url(/wp-content/uploads/2025/07/bg1-1-2.png) no-repeat;
    position: absolute;
    width: 313px;
    height: 206px;
    /* top: 0; */
    bottom: 0;
    right: 0;
    /* left: 0; */
}



.sec-5 {
    padding-top: 80px;
    padding-bottom: 20px;
}


.sec-5 .vc_row {
    padding: 20px 20px 20px 80px;
	border-radius: 10px;
}

.sec-5 .wpb_single_image.wpb_content_element.vc_align_center {
    text-align: right !important;
    margin: 0px;
}

.sec-5 .billing-ser {
    background: #000;
    display: inline-block;
    padding-inline: 70px;
    padding-block: 35px;
    border-radius: 10px;
    margin-left: 87px !important;
    margin-top: 10px !important;
    position: relative;
}

.sec-5 .billing-ser p {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-family: "Mulish", sans-serif;
    font-style: italic;
    line-height: 30px;
}

.page-id-10 .sec-5 .billing-ser::before {
    /* bottom: 45px; */
}

.sec-5 .billing-ser::before {
    content: '';
    background: url(/wp-content/uploads/2025/07/gds.png) no-repeat;
    position: absolute;
    width: 100px;
    height: 50px;
    /* left: 0; */
    bottom: 5px;
    opacity: 0.5;
    right: 12px;
}

.sec-5 ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 30px !important;
}

.page-id-10 .sec-5 ul {
    margin-bottom: 20px !important;
}

.sec-5 ul li::before {
    content: '';
    background: url(/wp-content/uploads/2025/07/arrow-icon.png) no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 3px;
}

.sec-5 ul li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Manrope';
}


.sec-6 .info-box-inner h4::before {
    content: '';
    background: url(/wp-content/uploads/2025/07/Line-2.png) no-repeat;
    position: absolute;
    width: 100px;
    height: 10px;
    top: 130px;
    left: 0;
    bottom: 0;
}

.sec-7 {
    padding-top: 100px;
    padding-bottom: 70px;
}
.sec-7 .vc_row {
    padding-top: 50px;
}

.gjs-cell .es-email:focus {
    background: none !important;
}

.sec-7 .wd-accordion-title {
    background: #FAFAFA;
    border-radius: 100px;
    padding-inline: 30px;
    padding-block: 15px;
    border: 1px solid #eee;
}

.sec-7 .wd-accordion-title-text span {
    font-size: 14px;
    color: #000;
    font-family: 'Manrope';
    font-weight: 500;
}

.sec-7 .wd-accordion-item {
    border: 0px !important;
}

.sec-7 span.wd-accordion-opener {
    font-size: 18px;
    color: #000 !important;
}

.sec-7 .wd-accordion-content.wd-entry-content p {
    padding-inline: 30px;
    padding-block: 20px;
	    font-size: 15px;
}

.sec-7 .wd-accordion-content.wd-entry-content.wd-active p {
    padding-top: 5px;
    padding-bottom: 0px;
	margin-bottom: 0;
}

.sec-7 .wd-accordion-content.wd-entry-content.wd-active p:first-child {
    padding-top: 20px;
}

.wd-accordion-content.wd-entry-content.wd-active ul.answer {
    list-style: none;
    padding-left: 50px;
    padding-top: 15px;
}

.wd-accordion-content.wd-entry-content.wd-active ul.answer li {
    font-size: 15px;
    font-family: 'Manrope';
    color: #000;
    font-weight: 400;
    position: relative;
}


.wd-accordion-content.wd-entry-content.wd-active ul.answer li::before {
    content: '';
    background: url(/wp-content/uploads/2025/07/arrow-icon.png) no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 3px;
}

.sec-7 .wd-accordion-item {
    margin-bottom: 10px;
}
.foot-1 h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

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

.foot-1 {
    padding-bottom: 100px !important;
}

.offer .vc_column-inner {
        background: #121212;
        padding-top: 80px !important;
        padding-inline: 100px;
        border-radius: 20px;
        background-size: cover;
        padding-bottom: 80px !important;
        margin-right: 10px;
}

.offer .vc_column-inner:hover {
    background: url(/wp-content/uploads/2025/07/foot-2.png) no-repeat;
    border-radius: 20px;
	background-size: cover;
	transition: 0.5s;
}
.code .vc_column-inner {
        background: #121212;
        padding-top: 80px !important;
        padding-inline: 100px;
        border-radius: 20px;
        padding-bottom: 60px !important;
        margin-left: 10px;
}

.code .vc_column-inner:hover {
    background: url(/wp-content/uploads/2025/07/foot-2.png) no-repeat;
    border-radius: 20px;
	background-size: cover;
	transition: 0.5s;
}
.foot-2 p {
    color: #fff;
    font-size: 16px;
}

.foot-2 .widget.widget_nav_menu {
    padding-left: 130px;
}

.foot-2 h2.widgettitle {
    font-family: 'Manrope';
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
.foot-2 a.wd-social-icon::after {
    font-family: 'Manrope';
    border-left: 1px solid #ffff;
    font-size: 14px;
}

.foot-2 .wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
    flex-direction: column;
}

.foot-2 span.wd-icon {
    color: #fff;
}

.wd-slide-bg.wd-fill::before {
    content: '';
    background: url(/wp-content/uploads/2025/07/ban-before.png) no-repeat;
    position: absolute;
    width: 425px;
    height: 300px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.wd-slider .wd-nav-pagin-wrap.wd-slider-pagin.wd-custom-style.wd-style-number-2.text-right {position: absolute;top: 0;bottom: 0;margin: -22% auto auto auto;align-items: center;left: inherit;right: 63px;}

.wd-slider .wd-nav-pagin::before {
    content: '';
    background: #fff;
    width: 1px;
    position: absolute;
    top: 55%;
    bottom: 390px;
    opacity: 0.3;
}

.foot-2 .wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
    align-items: baseline;
}

.sec-6 {
    padding-top: 80px;
}

.foot-2 h4 {
    font-family: 'Manrope';
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.widget_nav_menu ul li a {
    color: #fff;
    font-size: 14px;
    font-family: 'Manrope';
    font-weight: 400 !important;
}


.es-form-field-container {
    display: flex;
    background: #121212;
    border-radius: 50px;
    padding-top: 7px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 665px;
    align-items: center;
}

.gjs-cell .es-email {
    background: #121212;
    border-radius: 50px;
    padding-left: 30px;
    width: 500px;
    /* padding-top: 7px; */
    border: none;
}


input[type="submit"] {
    background: #1E90FF;
    border-radius: 50px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    padding-block: 15px;
    padding-inline: 40px;
}

.sec-6 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    backdrop-filter: blur(30px);
    box-shadow: 20px 10px 50px 0 rgba(0, 0, 0, 0.05);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 25px;
    position: absolute;
    top: -120px;
    left: 20px;
    right: 20px;
    color: #fff;
    font-size: 22px;
    font-family: 'Manrope';
}

.sec-6 .info-box-inner.reset-last-child {
    text-align: left;
    /* display: none; */
}

.sec-6 .info-box-inner h4 {
    font-size: 24px;
    font-family: 'Manrope';
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
}

.sec-6 .info-box-inner a.btn.theme-btn {
    margin-top: 20px;
}

.sec-6 .info-box-inner {
    /* background: #FAFAFA; */
    border-radius: 10px;
    \: 100px;
    /* height: 100%; */
}

.sec-6 .wd-info-box:hover .info-box-icon {
    /* display: none; */
}

.sec-6 .wd-info-box:hover h4.info-box-title {
    /* display: none; */
}

.sec-6 .wd-info-box:hover .info-box-inner {
}

.sec-6 .info-box-wrapper {
    /* padding-top: 60px; */
}

.foot-2 a.wd-social-icon:hover {
    background: #1e90ff;
}

.foot-2 input::placeholder {
    color: #fff;
    font-family: 'Manrope';
}

.foot-2 a.wd-social-icon.social-facebook::after {
    content: 'Facebook';
    color: #fff;
    padding-left: 15px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Manrope';
    border-left: 1px solid #ffff;
}

.foot-2 a.wd-social-icon.social-twitter::after {
    content: 'Twitter';
    color: #fff;
    padding-left: 10px;
}

.foot-2 a.wd-social-icon.social-instagram::after {
    content: 'Instagram';
    color: #fff;
    padding-left: 10px;
}

.foot-2 a.wd-social-icon.social-youtube::after {
    content: 'Youtube';
    color: #fff;
    padding-left: 10px;
}

.foot-2 a.wd-social-icon.social-linkedin::after {
    content: 'Linkedin';
    color: #fff;
    padding-left: 10px;
}
.foot-2 a.wd-social-icon {
    border-radius: 5px;
    gap: 10px;
    margin-bottom: 15px;
    width: 137px !important;
    height: 44px !important;
    justify-content: flex-start;
    padding-left: 18px !important;
    background: rgba(255, 255, 255, 0.08);
}

.wd-slider {
    margin-inline: 35px;
}

.wd-slide-bg {
    border-radius: 10px;
}


.wd-header-text.reset-last-child {
    text-align: right !important;
}

.wd-slider-pagin .wd-nav-pagin {
    flex-direction: column;
    gap: 20px !important;
}

.wd-slider-pagin .wd-nav-pagin-wrap.wd-slider-pagin.wd-custom-style.wd-style-number-2.text-right {
    position: absolute;
    top: -180px;
    bottom: 0;
    margin: auto;
    display: table;
    left: inherit;
    right: 90px;
}

.wd-slider-pagin.wd-style-number-2 li.wd-active:after {
    display: none;
}

.wd-slider-pagin.wd-style-number-2 li:after {
    display: none;
}

.wd-slider-pagin li.wd-nav-pagin-item span {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: 'Manrope';
    padding: 10px;
    opacity: 0.3;
}

.wd-slider-pagin li.wd-nav-pagin-item.wd-active span {
    border: 1px solid;
    padding: 10px;
    border-radius: 30px;
    opacity: 1;
}

.wd-slider-pagin .wd-nav-pagin-wrap::before {
    content: '';
    background: #fff;
    position: absolute;
    top: 100px;
    bottom: -80px;
    width: 2px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.3;
}

.sec-6 .wpb_text_column.wpb_content_element.text-center {
    padding-bottom: 70px;
}


.sec-1 .wd-el-video.wd-wpb.wd-rs-6867250a29d44.wd-enabled-width.wd-action-overlay.wd-video-youtube {
    border-radius: 10px;
    max-width: 500px !important;
    width: 500px !important;
    height: 370px !important;
}

.sec-4 .wd-carousel-item {
    transition: 0.5s;
}

.sec-6 .wd-info-box .info-box-content {
    position: absolute;
    top: 0px;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: end;
    left: 0px;
    right: 0px;
    transition: 0.5s;
    border-radius: 10px;
}

.sec-6 .wd-info-box .info-box-content h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    position: unset;
    margin-bottom: 10px;
}

.sec-6 .wd-info-box:hover .info-box-content .info-box-inner.reset-last-child {
    opacity: 1;
    transform: translatey(0);
    transition: 0.5s;
}

.sec-6 .wd-info-box .info-box-content .info-box-inner.reset-last-child {
    opacity: 0;
    transform: translateY(70px);
    overflow: hidden;
    transition: -2.5s;
    padding-bottom: 60px;
}

.sec-6 .wd-info-box .info-box-content .info-box-inner.reset-last-child {margin-bottom: 20px;}

.sec-6 .wd-info-box:hover .info-box-content h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    display: none;
}

.sec-6 .wd-info-box {
    padding: 0;
    transition: all ease 0.5s;
    overflow: hidden;
}

.sec-6 .wd-info-box:hover .info-box-content {
    background: #fafafa;
}
.sec-6 .wd-info-box {
    border-radius: 10px;
}

.sec-6 .wd-info-box .info-box-content {
    padding: 20px;
}

/* .social .vc_column-inner {
    padding-left: 200px;
} */


.foot-2 .social .widget.widget_nav_menu {
    padding-left: 100px;
}

ul#menu-header-menu {
    gap: 40px;
}

.current-menu-item a.woodmart-nav-link {
/*     padding-block: 8.5px;
    padding-inline: 20px;
    background: #000;
    color: #fff;
    border-radius: 20px; */
}

.current-menu-item span.nav-link-text {
    padding-block: 8.5px;
    padding-inline: 20px;
    background: #000;
    color: #fff;
    border-radius: 20px;
    font-weight: 600;
}
.foot-3 .wpb_single_image.wpb_content_element.vc_align_center {
    margin-bottom: 0px;
}

.wd-page-title {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    margin-left: 35px;
    margin-right: 35px;
    border-radius: 10px;
    background-attachment: fixed;
    margin-bottom: 20px;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background-repeat: no-repeat !important;
}
.wd-page-title::before {
    content: '';
    background: url(/wp-content/uploads/2025/07/ban-before.png) no-repeat;
    position: absolute;
    width: 422px;
    height: 300px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.wd-slide-bg.wd-fill {
    background-attachment: fixed;
    height: 100vh;
}

nav.wd-breadcrumbs {
    background: #1E90FF;
    border-radius: 50px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    padding-block: 15px;
    padding-inline: 40px;
}

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

.con-text {
    padding-block: 50px;
}

.con-text button#wpforms-submit-102 {
    background: #1E90FF;
    border-radius: 50px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    padding-block: 15px;
    padding-inline: 40px;
}

.con-text h4.woodmart-title-container.title.wd-font-weight-.wd-fontsize-l {font-family: "Manrope", sans-serif;}

.con-text legend.wpforms-field-label {
    font-family: "Manrope", sans-serif;
}
.sec-6 .info-box-inner::before {
    content: '';
    background: url(/wp-content/uploads/2025/07/gds.png) no-repeat;
    position: absolute;
    width: 100px;
    height: 100px;
    /* top: 0; */
    /* left: 0; */
    right: 0;
    bottom: -35px;
}
.wd-slider {
    overflow: hidden;
    border-radius: 20px;
}

.new-foot {
    margin-right: 10px !important;
    border-radius: 20px;
    margin-bottom: 30px !important;
}

footer.wd-footer.footer-container {
    margin: auto;
}

.container.main-footer.wd-entry-content {
}

section.vc_section.new-foot.vc_custom_1752024849314.vc_section-has-fill.wd-rs-686dc6fc8f7c5.wd-section-stretch {
    background-color: transparent !important;
}

.new-foot::before {
    content: '';
    background: #000;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 20px;
}

.new-foot {
    position: relative;
}

.wd-page-title::after {
    content: '';
    background: url(/wp-content/uploads/2025/07/Rectangle-3.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 60vh;
    border-radius: 10px;
    background-size: cover;
    z-index: -1;
}
.wd-slide-bg.wd-fill::after {
    content: '';
    background: url(/wp-content/uploads/2025/07/Rectangle-3.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100vh;
    border-radius: 10px;
    background-size: cover;
}


.servic h5.page-heading {
    font-size: 24px;
    font-family: 'Manrope';
    font-weight: 500;
    color: #000;
}

.servic ul {
    list-style: none;
    padding-left: 0px;
}

.servic li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Manrope';
}

.servic li::before {
    content: '';
    background: url(/wp-content/uploads/2025/07/arrow-icon.png) no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 4px;
}

.servic {
    padding-top: 100px;
    padding-bottom: 60px;
}

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

.servic h4 {
    font-size: 24px;
    font-family: 'Manrope';
    font-weight: 700;
}

.servic.ser-3 h4:last-child {
	margin-bottom: 50px;
	margin-top: 20px;
}

.ser-5 img {
    max-width: 100% !important;
    height: 400px !important;
    object-fit: cover;
    width: 100%;
}


.new-gal .wd-gallery-item img {
    width: 100%;
}

.new-gal .wd-gallery-item a {
    width: 100%;
}

.popmake .wpb_single_image.wpb_content_element.vc_align_center {
    margin-bottom: 0 !important;
}

.new-out {
    padding-top: 110px;
    padding-bottom: 0px;
}

.new-out ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 30px !important;
}

.new-out ul li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Manrope';
}

.new-out ul li::before {
    content: '';
    background: url(/wp-content/uploads/2025/07/arrow-icon.png) no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
}

.new-hippa {
    /* padding-bottom: 100px; */
    position: relative;
    /* padding-top: 100px; */
    margin-top: 100px;
}


.new-hippa::before {
    content: '';
    background: url(/wp-content/uploads/2025/09/Mask-group.png);
    position: absolute;
    width: 97%;
    height: 100%;
    top: 0px;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-radius: 10px;
    border: 20px solid #000;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat !important;
}

.new-hippa h3 {
    background: #fff;
    color: #000;
}

.new-hippa h2 {
    color: #fff;
}
h1.entry-title.title {
    font-family: 'Manrope';
}
.new-hippa p {
    color: #fff;
}

.new-hippa-2::after {
    content: '';
    background: url(/wp-content/uploads/2025/07/Group-3.png) no-repeat;
    position: absolute;
    width: 360px;
    height: 260px;
    bottom: 15px;
    right: 40px;
}


.new-hippa a.btn.theme-btn:hover {
	border: 1px solid #1E90FF;
}
.new-hippa a.btn.theme-btn {
	border: 1px solid #1E90FF;
}

.new-hippa-2 {
    position: relative;
    padding-bottom: 100px;
    position: relative;
    padding-top: 100px;
}

.new-hippa-2::before {
    content: '';
    background: url(/wp-content/uploads/2025/07/Group-4.png) no-repeat;
    position: absolute;
    width: 160px;
    height: 125px;
    bottom: 10px;
    left: 40px;
}

.new-hippa-2 h5 {
    color: #fff;
    font-size: 18px;
    font-family: 'Manrope';
}

.new-hippa-2 ul li {
    color: #fff;
    font-size: 15px;
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-family: 'Manrope';
}

.new-hippa-2 ul {
    padding-left: 0;
    margin-bottom: 30px;
}

.new-hippa-2 ul li::before {
    content: url(/wp-content/uploads/2025/07/arrow-icon.png);
    position: absolute;
    top: 2px;
    left: 0;
}

.con-text .info-box-content a {
    text-transform: lowercase;
	color:#000;
}

.new-hippa-2 h3 {margin-bottom: 25px;}

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


.con-text .email .info-box-icon {
    /* opacity: 0.2; */
}

.jion {
    background: #000;
    border-radius: 10px;
    padding-block: 60px;
    padding-inline: 30px;
	position: relative;
}

.jion::before {
    content: '';
    background: url(/wp-content/uploads/2025/08/fun.png) no-repeat;
    position: absolute;
    width: 60px;
    height: 60px;
    right: 30px;
}

.page-id-19 .con-text .vc_row {
    margin-bottom: 30px !important;
}

.jion p a {
    color: #fff !important;
}

.con-text .info-box-inner p strong {
    font-weight: 700;
    font-size: 16px;
}

.jion p {
    font-size: 30px;
    color: #fff !important;
}

.jion p em {
    display: block;
    font-size: 45px;
	    font-weight: 700;
}
.page-id-8 .abt img.vc_single_image-img.attachment-full {
    height: 580px;
}

.page-id-8 .wpb_single_image.wpb_content_element.vc_align_left.rotate {
    position: absolute;
    right: -70px;
    top: 226px;
    bottom: 0;
    margin: auto;
    z-index: 0;
}

	.sec-vid video#myVideo {
    /* margin-left: 12px; */
    /* margin-right: 10px !important; */
    width: 100%;
    /* margin-top: -60px; */
    height: auto;
}

.sec-vid button#muteBtn {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 0px;
    background: transparent;
    border-radius: 10px;
    padding: 0px !important;
}

.sec-vid span#muteIcon {
    font-size: 0;
}

.sec-vid .mute::before {
    padding-top: 2px;
    content: "\f6a9"; /* volume-xmark */
    font-family: "Font Awesome 6 Free"; /* correct family */
    font-weight: 900; /* solid */
    font-size: 45px;
    color: #fff;
    background: #000000;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 22px #1e90ff;
}
.unmute::before {
	padding-top: 2px;
	content: "\f026"; /* volume-xmark */
	font-family: "Font Awesome 6 Free"; /* correct family */
	font-weight: 900; /* solid */
	font-size: 45px;
	color: #fff;
	background: #000;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	box-shadow: 0px 1px 22px #1e90ff;
}

/* Make sure the video stays in place for parallax */
.sec-vid .wpb_wrapper {
    position: relative;
    overflow: hidden;
    height: auto !important; /* Adjust height as needed */
}

#myVideo {
    /* position: absolute; */
    /* top: 0; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* width: 100%; */
    /* height: auto; */
}


@media (max-width: 1500px){
	.new-foot::before {
    content: '';
    background: #000;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 20px;
}

	.new-foot {
    padding-inline: 70px !important;
}

	
	
	
}
@media (max-width: 1300px){
	.new-foot::before {
    content: '';
    background: #000;
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 20px;
}

	.new-foot {
    padding-inline: 40px !important;
}
	
	.social .vc_column-inner {
    padding-left: 50px;
}


	

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




@media only screen and (max-width: 1440px) {
	
	.sec-1 .wpb_text_column.wpb_content_element:first-child {
		width: 60%;
	}

	.sec-1 .vc_row {
		padding-inline: 20px;
	}
	
	.new-hippa-2 {
		padding-left: 40px !important;
	}
	
	.foot-3 {
		padding-inline: 10px;
	}
	.foot-3 p {
		font-size: 13px;
	}
}
@media only screen and (max-width: 1400px) {
	

	.sec-1 h1 {
		font-size: 58px;
	}

	.sec-1 .wd-el-video.wd-wpb.wd-rs-6867250a29d44.wd-enabled-width.wd-action-overlay.wd-video-youtube {
		max-width: 400px !important;
		width: 400px !important;
		height: 300px !important;
	}
	
}

@media only screen and (max-width: 1280px) {
	.sec-vid video#myVideo {
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	
	.page-id-8 .wpb_single_image.wpb_content_element.vc_align_left.rotate {
		right: -71px;
		top: 251px;
	}

	.years {
	    top: 520px;
	    right: 0px;
	}
}


@media only screen and (max-width: 1025px) {

	.wd-header-text ul li, .wd-header-text ul li a {
		font-size: 14px;
	}

	.wd-header-nav {
		margin-left: 0px;
		text-align: left !important;
	}

	.wd-logo img {
		max-width: 180px !important;
	}

	a.woodmart-nav-link {
	}

	span.nav-link-text {
		font-size: 14px;
	}

	.current-menu-item span.nav-link-text {
		padding-block: 7.5px;
		padding-inline: 15px;
	}

	.wd-nav {
		gap: 15px;
		text-align: left !important;
	}

	a.btn.theme-btn {
		font-size: 15px;
		padding: 8.1px 8px 8px 25px;
	}

	.sec-1 .wpb_text_column.wpb_content_element:first-child {
		width: 50%;
	}

	.sec-1 h1 {
		line-height: 55px;
	}

	.about-2 {
		padding-left: 80px;
	}

	.years {
		left: 30px;
		top: 470px;
	}

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

	.foot-2 .widget.widget_nav_menu {
		padding-left: 60px;
	}

	.foot-2 .social .widget.widget_nav_menu {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	
	.wd-page-title {
		margin-left: 15px;
		margin-right: 15px;
		/* background-size: 100% 90% !important; */
	}
	
	.new-hippa-2 {
		padding-left: 20px !important;
	}
			.sec-vid .wpb_wrapper {
			height: auto !important;
		}

		#myVideo {
			position: relative;
			transform: translate(0%, 0px) !important;
			width: 100% !important;
			object-fit: cover;
			left: 0;
		}

		.sec-vid {
			margin-inline: 9px;
		}

		.new-hippa::before {
	    background-size: 100% 100% !important;
	    width: 100%;
	    left: 0;
	    right: 0;
	}
	
	.new-hippa-2 {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	
	p br {
	    display: none;
	}
	
	.wd-header-text ul {
		gap: 10px;
		align-items: center;
	}

	.wd-header-text ul li, .wd-header-text ul li a {
		font-size: 11px;
	}

	.wd-header-text ul li img {
		width: 16px;
		padding-right: 5px;
	}
	
	.wd-nav-mobile .current-menu-item span.nav-link-text {
		background: none !important;
		color: #000 !important;
		padding: 0 !important;
	}

	.wd-nav-mobile.wd-active ul.wd-sub-menu a.woodmart-nav-link {
		color: #000 !important;
		font-size: 14px !important;
		font-weight: 600;
		font-family: 'Manrope';
	}


	.mobile-nav .wd-nav-opener.wd-active {
		background-color: #1E90FF !important;
	}
	
	.sec-1 .wpb_text_column.wpb_content_element:first-child {
		width: 50%;
	}

	.sec-1 .wd-el-video.wd-wpb.wd-rs-6867250a29d44.wd-enabled-width.wd-action-overlay.wd-video-youtube {
		max-width: 340px !important;
	}

	.sec-1 h1 {
		font-size: 45px;
		line-height: 47px;
	}

	.sec-1 h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.sec-1 p {
		font-size: 16px;
	}

	a.btn.theme-btn {
		font-size: 14px;
		padding: 7.1px 8px 7px 20px;
		gap: 10px;
	}

	a.btn.theme-btn::after {
		font-size: 17px;
	}
	.sec-2 {
		padding-top: 50px;
		padding-bottom: 70px;
	}

	h2 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 10px;
	}

	p {
		font-size: 15px;
	}
	
	.sec-4 {
		padding-top: 60px;
		margin: 0;
	}

	.sec-4 .info-box-icon {
		max-width: 100% !important;
	}

	.sec-4 .info-box-icon img.attachment-Full.size-Full {
		width: 100% !important;
	}

	.sec-4 .wd-carousel {
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.new-hippa-2::after {
		width: 200px;
		height: 150px;
		background-position: right;
		background-size: contain;
	}

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

	.sec-7 .wd-accordion-title {
		padding-inline: 20px;
		padding-block: 10px;
	}

	.sec-7 .wd-accordion-title-text span {
		font-size: 13px;
	}

	.foot-2 .widget.widget_nav_menu {
		padding-left: 10px;
	}

	.foot-2 .social .widget.widget_nav_menu {
		padding-left: 0px;
	}

	.foot-2 p {
		font-size: 14px;
	}

	.foot-3 {
		margin-top: 40px;
	}
	
	.abt .vc_single_image-wrapper.vc_box_border_grey {
		mask: none !important;
	}
	.about-2 {
	    padding-left: 50px;
	}
	
	.abt figure.wpb_wrapper.vc_figure::before {
		height: 85%;
		right: -42px;
		backgr;
		background-size: 55%;
	}

	.page-id-8 .abt figure.wpb_wrapper.vc_figure::before {
	    height: 80%;
	    right: -63px;
	}
	.wpb_single_image.wpb_content_element.vc_align_left.rotate {
		width: 36%;
		top: 233px;
		right: -50px;
	}

	.years {
		width: 323px;
		flex-direction: column;
		align-items: baseline;
		position: unset;
		margin-left: 10px;
		margin-top: 10px;
	}
	
	

}

@media (min-width: 950px) and (max-width: 1024px) {
	.page-id-8 .abt figure.wpb_wrapper.vc_figure::before {
	    height: 93%;
	    right: -38px;
	}
}
	
	
@media only screen and (max-width: 767px) {


	.sec-1 .wpb_text_column.wpb_content_element:first-child {
		width: 100%;
	}

	.sec-1 h1 {
		font-size: 35px;
		line-height: 37px;
	}

	.sec-1 h4 {
		font-size: 18px;
	}

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

	.sec-1 .vc_row {
		padding-top: 50px;
		padding-bottom: 90px;
	}

	section.vc_section.sec-1.wd-rs-686725ea5a1a3 .vc_row .wpb_column .vc_column-inner > .wpb_wrapper {
		gap: 30px;
	}

	.sec-1 .wd-el-video.wd-wpb.wd-rs-6867250a29d44.wd-enabled-width.wd-action-overlay.wd-video-youtube {
		height: 230px !important;
	}

	.abt img.vc_single_image-img.attachment-full {
		height: 330px;
	}

	.about-2 {
		padding-left: 0px;
		padding-top: 20px;
	}

	.years {
		position: unset !important;
		width: 100%;
		flex-direction: column;
		justify-content: left !important;
		align-items: normal;
		margin-top: 40px;
		margin-left: 0px;
	}

	.years h4 {
		font-size: 30px;
	}

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

	.abt .vc_single_image-wrapper.vc_box_border_grey {
		mask: none !important;
	}
	
	h2 {
		font-size: 25px;
		line-height: 30px;
	}

	p {
		font-size: 14px;
	}

	.new-foot {
		padding: 20px 0px 0px 0px !important;
		margin-bottom: 0px !important;
		margin-right: 0px !important;
		margin-left: 0px ! IMPORTANT;
	}

	.foot-2 .widget.widget_nav_menu {
		padding-left: 0px;
		/* padding-top: 20px; */
	}

	
	.vc_col-sm-3 {
    width: 50%;
    /* display: flex; */
    /* flex-wrap: wrap !important; */
    flex: 1 0  50% !important;
    max-width: 50%;
    width: 46%;
}

.vc_row.wpb_row.vc_row-fluid.foot-2.wd-rs-686c0a4f91619 {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100% !important;
    flex: 1 0 auto;
    max-width: 100%;
}

.social {
    padding-top: 20px;
}
	
	.foot-2 .social .widget.widget_nav_menu {
		padding-top: 0px;
	}

	.social .vc_column-inner {
		padding-left: 10px;
	}


	.foot-3 {flex-direction: column;align-items: center !important;margin-top: 0px;text-align: center;gap: 5px;}

	.foot-3 p {
	}

	.new-hippa {
		margin-top: 0px;
	}

	.foot-3 .wpb_text_column.wpb_content_element {
		text-align: center;
	}

	.foot-3 .wpb_single_image.wpb_content_element.vc_align_center {
		display: none;
	}
	
/* 		.rotate {
			display: none !important;
		} */

	.page-id-8 .wpb_single_image.wpb_content_element.vc_align_left.rotate {
		/* top: -70px; */
		right: 85px;
	}
	
	.abt figure.wpb_wrapper.vc_figure::before {
		height: 70px;
		right: 45px;
		top: -20px;
		background-size: 0%;
	}

/* 	.abt figure.wpb_wrapper.vc_figure::after {
		content: '';
		background: url(/wp-content/uploads/2025/08/rot.png) no-repeat;
		position: absolute;
		top: -70px;
		width: 200px;
		height: 200px;
		display: block;
		right: 0;
	} */
	
/* 	.abt figure.wpb_wrapper.vc_figure::after{
	animation: rotate360 10s linear infinite;
} */
	
	.wpb_single_image.wpb_content_element.vc_align_left.rotate {
    width: 125px;
    /* top: -60px; */
    right: 80px;
    bottom: unset;
}

.wpb_single_image.wpb_content_element.vc_align_left.rotate figure::after {
    content: '';
    background: url(/wp-content/uploads/2025/08/Group-5.png) no-repeat;
    height: 50px;
    width: 60px;
    position: absolute;
    z-index: 14;
    /* background-position: center; */
    right: 0;
    top: 0;
    background-size: contain;
    left: 0;
    margin: auto;
    /* top: 0; */
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

	
	.sec-2 {
		padding-top: 62px;
		padding-bottom: 20px;
		margin: 0;
	}
	
	.sec-5 .vc_row {
		padding: 10px;
	}

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

	.sec-5 {
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.sec-5 ul li {
			font-size: 14px;
		}
		.servic {
		padding-top: 40px;
		padding-bottom: 0px;
		padding-inline: 10px;
	}

	.servic img.vc_single_image-img.attachment-full {
		margin-top: 30px;
	}
	
	.servic h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.sec-7 .wd-accordion-content.wd-entry-content p {
		font-size: 14px;
	}

	.con-text {
	    padding-block: 20px;
	    padding-inline: 10px;
	}
	
	.jion {
	    padding-block: 30px;
	    padding-inline: 20px;
	}
	
	.jion p em {
	    font-size: 35px;
	}
	
	.jion p {
	    font-size: 25px;
	}
	
	.wd-page-title {
		height: 30vh;
		margin-left: 5px;
		margin-right: 5px;
		background-attachment: unset;
	}

	.wd-page-title::before {
			height: 100px;
			width: 125px;
		    background-size: 70%;
}

.wd-page-title::after {
    height: 30vh;
}
	.wd-page-title {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
	
	nav.wd-breadcrumbs {
		font-size: 12px;
		padding-block: 10px;
		padding-inline: 20px;
	}

	h1.entry-title.title {
    font-size: 30px;
}
	
	.page-id-8 .abt img.vc_single_image-img.attachment-full {
		height: 350px;
	}
	
	.wd-header-text ul li:nth-child(2), .wd-header-text ul li:nth-child(4) {
		display: none;
	}

	.whb-row.whb-top-bar {
		margin-left: 10px;
		margin-right: 10px;
	}

	body {
		--wd-top-bar-sm-h: 70px;
	}

	.wd-header-text ul {
		flex-direction: column;
		flex-wrap: wrap;
		text-align: center;
	}
	
	.new-hippa-2::before {
		background-size: 50%;
		bottom: 10px;
		left: 40px;
		height: 65px;
	}

	.new-hippa-2::after {
		background-size: 70%;
		height: 110px;
	}
	
	.sec-7 .wd-wpb {
		margin-bottom: 0px;
	}
	
	.main-footer {
		padding: 0;
	}
	
	.page-id-8 .abt figure.wpb_wrapper.vc_figure::before {
		background-size: 45%;
		height: 666px;
		right: 82px;
		bottom: unset;
	}
	
	.page-id-8 .wpb_single_image.wpb_content_element.vc_align_left.rotate figure::after {
		display: none;
	}	

	.sec-vid .wpb_wrapper {
		height: auto !important;
	}

	.sec-vid video#myVideo {
		height: 20%;
	}

	.sec-vid .mute::before {
		width: 50px;
		height: 50px;
		font-size: 24px;
	}
	
		.unmute::before{
			width: 50px;
			height: 50px;
			font-size: 24px;
		}
	.page-id-8 .sec-2 {
		padding-top: 80px;
	}
	
	.sec-4::before {
		width: 315px;
		height: 815px;
		background-size: 100%;
	}

}

