/*
 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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.wd-page-content {
    background: #001533 !important;
}
.whb-general-header-inner .whb-column {
    position: relative;
    z-index: 2;
}

.whb-sticky-shadow.whb-sticked .whb-row:last-child {
    background: transparent !important;
}
.whb-sticky-shadow.whb-sticked .whb-flex-row.whb-general-header-inner {
    margin-top: 10px !important;
}
.whb-general-header-inner {
    backdrop-filter: blur(30px);
    box-shadow: 0 -1px 0 0 rgba(26, 26, 23, 0.08), 0 1px 0 0 rgba(26, 26, 23, 0.04), 0 0 30px 20px rgba(0, 21, 51, 0.5);
    background: rgba(0, 0, 0, 0.08);
    border-radius: 100px;
    margin-top: 40px;
    padding-inline: 50px;
    box-shadow: rgb(166 166 166 / 68%) 1px 1px 0em, rgb(173 173 173 / 79%) 0px 0em 0em, rgb(255 255 255 / 30%) 0px 0px 1px 1px inset;
    position: relative;
}

.whb-general-header-inner::before {
	  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: 0;
 border-radius: 100px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 20%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 60%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 1) 100%
  );
  background-size: 200% 100%;
  animation: moveBorder 9s linear infinite;
}

.whb-general-header-inner::after {
	   backdrop-filter: blur(30px);
background: #0B182D;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
	border-radius: 100px;
}
.sec-1 {
    padding-top: 430px;
    padding-bottom: 50px;
    position: relative;
}

h1 {
    font-weight: 700;
    font-size: 64px;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 75px;
}

.sec-1 p {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #fff;
}

.sec-1::before {
    content: '';
    background: url("./nyc-backround.jpg") no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% 100%;
    background-position: 100% bottom !important;
}


.wd-nav.wd-style-bg>li:is(:hover,.wd-opened,.current-menu-item)>a:before {
    box-shadow: inset 2px 2px 4px 0 #00396f !important;
    background: #000e28 !important;
    opacity: 1 !important;
}

span.nav-link-text {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #fff;
}

a.woodmart-nav-link {padding: 5px 20px !important;}

a.btn.theme-btn {
    box-shadow: inset 4px 4px 4px 0 #00396f;
    background: linear-gradient(90deg, #00396f 0%, #006dd5 100%);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 100px;
    gap: 20px;
    padding: 8px 30px 8px 10px;
}

a.btn.theme-btn:hover {
    background: linear-gradient(90deg, #006dd5 0%, #00396f 100%);
    transition: all ease 0.2s;
}

a.btn.theme-btn::before {
    content: ">";
    /* font-family: "woodmart-font"; */
    font-weight: 400;
    background-color: #117aca;
    width: 36px;
    height: 36px;
    border-radius: 100pc;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(
321deg);
}

.sec-1 .wd-info-box {
    backdrop-filter: blur(30px);
    background: rgba(0, 0, 0, 0.2);
    padding: 50px;
    border-radius: 20px !important;
}

.sec-1 .wd-info-box h4.info-box-title {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.sec-1 .bdy-lq {
    border-left: 4px solid #117ACA;
    padding-left: 12px;
    margin-bottom: 30px;
}

.sec-1 .wd-info-box .info-box-inner.reset-last-child {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

.sec-1 p:first-child {
}

span.highlights {
    box-shadow: inset 2px 2px 4px 0 #00396f;
    background: rgba(0, 14, 40, 0.3);
    border-radius: 194px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    padding: 15px 62px;
    position: relative;
}

span.highlights::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 30px;
    top: 15px;
    bottom: 0;
    display: block;
}

span.highlights::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        right: 30px;
        top: 15px;
        bottom: 0;
        display: block;
}

h3 {
    padding-block: 15px;
    /* display: inline-block; */
}

.sec-2 h3::before ,.sec-3 h3::before ,.sec-6 h3::before {
    content: '';
    position: absolute;
    width: 130px;
    height: 20px;
    left: 220px;
    top: 20px;
}


.sec-2 h3::after ,.sec-3 h3::after , .sec-5 h3::after ,.sec-6 h3::after{
        content: '';
        position: absolute;
        width: 130px;
        height: 20px;
        right: 220px;
        top: 20px;
}

h2 {
    font-weight: 600;
    font-size: 44px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #fff;
}

.sec-2row1 p {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
}

p {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #fff;
}

.sec4row1 h2 strong {
    font-style: italic;
}

.cnt-sec input::placeholder {
    color: #a7a7a7;
}

.sec-2 ul {
    display: inline-flex;
    gap: 15px;
    list-style: none;
    padding-left: 0px;
    flex-wrap: wrap-reverse !important;
    align-items: baseline;
    justify-content: center;
    margin-top: 20px;
}

.sec-2 ul li {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    padding-inline: 60px 30px;
    background: rgba(0, 14, 40, 0.5);
    padding-block: 8px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.sec-2 ul li::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 25px;
    top: 12px;
}

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

.sec-2row2 img.vc_single_image-img {
    border-radius: 20px;
    width: 100%;
}

.sec-2row2 .vc_single_image-wrapper.vc_box_border_grey {
    padding: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    width: 100% !important;
}

.sec-2row2  figure.wpb_wrapper.vc_figure {
    width: 100% !important;
}

.sec-2row2 .imsg1 {
    margin-top: -250px;
}

.sec-2row2 .imsg2 {
    margin-top: -40px;
}

.sec-2row1 {
    padding-bottom: 60px;
    position: relative;
    display: block;
}

.sec-2::before {
    content: '';
    background: #2E9CD7;
    position: absolute;
    width: 300px;
    height: 300px;
    top: 280px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    filter: blur(190px);
    border-radius: 300px;
}

.sec-2row1::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    left: 30px;
    top: 110px;
}

.sec-2::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    right: 30px;
    top: 110px;
}


.marq span.wd-marquee-item {
    color: #A1A9B2;
    font-size: 22px;
    font-family: 'Inter';
    font-weight: 500;
    line-height: 20px;
}

.marq span {
    font-weight: 700;
    color: #fff;
}

.marq span b {
    color: #2E9CD7;
    font-weight: 700;
}

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

.marq1 {
    background: #03010D;
    padding-block: 3px;
    transform: rotate(
4deg);
}

.marq2 {
    background: #0F2B55;
    padding-block: 3px;
    transform: rotate(
356deg);
    margin-top: -50px;
}

.sec-3 {
    /* margin-top: 70px; */
    padding-top: 80px;
    padding-bottom: 70px !important;
    overflow: visible;
}

.sec3row1 .info-box-wrapper.wd-carousel-item.wd-active {
    position: relative;
}

.sec3row1::before {
    content: '';
    position: absolute;
    width: 480px;
    height: 870px;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    margin: 0 auto !important;
    background-size: 100%;
}

.sec3row1 .wd-info-box {
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 50px 20px 30px 20px;
    gap: 30px;
    min-height: 360px !important;
    box-shadow: rgb(150 150 150 / 36%) 1px 1px 0em, rgb(62 62 62 / 52%) 0px 0em 0em, rgb(255 255 255 / 10%) 0px 1px 1px 1px inset;
}

.sec3row1 .info-box-wrapper.wd-carousel-item {
    /* padding-bottom: 150px !important; */
    /* padding-top: 150px; */
}

.sec3row1 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #fff;
}

.sec3row1 .info-box-inner.reset-last-child p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #fff;
}

.sec3row1 a.btn.dbt {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background: none !important;
    padding: 0px !important;
    text-transform: capitalize;
    font-family: 'Inter' !important;
    line-height: 13px;
}

.sec3row1 a.btn.dbt::after {
    content: ">>";
    font-weight: 400;
}

.sec3row1 .info-box-inner.reset-last-child {
    margin-top: 20px !important;
}

.sec3row1 {
    padding-bottom: 80px;
    overflow: visible;
    position: relative;
    padding-top: 230px;
}
.sec-4 {
    position: relative;
    padding-block: 130px !important;
    overflow: visible;
}

.sec4row1{
	    padding-top: 130px;
	    padding-bottom: 130px;
	    position: relative;
	    z-index: 4;
}

.sec4row1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 110%;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    background-size: 100% 100%;
    background-position: 100% top !important;
}

.sec-5 {
    padding-top: 80px;
    padding-bottom: 50px;
    z-index: 2;
}

.sec-5 h3::before {
    display: none;
}

.sec-5 h3::after {
    right: 790px;
}

.sec-5row1 {
    padding-bottom: 120px;
    /* margin-bottom: 230px; */
    overflow: visible !important;
}

.sec-5row1 .testimonial-inner {
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 110px 20px 50px 40px;
    position: relative;
    overflow: hidden !important;
    box-shadow: rgb(150 150 150 / 86%) 1px 1px 0em, rgb(62 62 62 / 52%) 0px 0em 0em, rgb(255 255 255 / 10%) 0px 1px 1px 1px inset;
}

.sec-5row1 .testimonial.wd-carousel-item:nth-child(odd) .testimonial-inner::after {
    content: '';
    border-radius: 100%;
    background: #117aca;
    filter: blur(50px);
    position: absolute;
    width: 350px;
    height: 50px;
    bottom: 0;
}
.sec-5row1 .testimonial.wd-carousel-item:nth-child(even) .testimonial-inner::after {
    content: '';
    border-radius: 100%;
    background: #117aca;
    filter: blur(50px);
    position: absolute;
    width: 350px;
    height: 50px;
    top: 0;
}

.sec-5row1 .testimonial-inner::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    top: 40px;
    left: 30px;
}

.sec-5row1 .testimonial-content {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #fff;
}

.sec-5row1 .testimonial-content footer {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: #fff;
    padding-top: 40px;
}

.sec-5row1 .testimonial-content footer span {
    font-weight: 500;
    font-size: 16px;
}

.sec-5row1 .testimonial-rating {
    position: absolute;
    bottom: 90px;
}

.sec-5row1 span.star-rating {
    color: #F7C547 !important;
}
.wd-arrow-inner {
    background: #117aca !important;
    border-radius: 120px !important;
    padding: 5px;
    width: 72px !important;
    height: 72px !important;
    color: #fff !important;
}

.sec-5row1 .wd-nav-arrows.wd-pos-together {
    top: calc(-30% - var(--wd-arrow-offset-v, 0px) - var(--wd-arrow-height, var(--wd-arrow-size, 50px))) !important;
    right: 100px !important;
    gap: 20px !important;
}

.wd-arrow-inner:after {
    font-size: 28px !important;
}

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

.sec-6::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.sec3row1 .wd-nav-arrows.wd-pos-together.wd-hover-1.wd-icon-2 {
    position: unset !important;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.sec-6 input {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
border-radius: 10px !important;
    background: #001533 !important;
        font-weight: 400 !important;
    font-size: 16px !important;
    color: #fff !important;
	height: 56px !important;
}

.sec-6 textarea {
    background: #001533 !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 10px !important;
    color: #fff !important;
}

.sec-6 input::placeholder {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #fff !important;
    opacity: 0.5 !important;
    
}

.sec-6 textarea::placeholder {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #fff !important;
    opacity: 0.5 !important;
    
}

.sec-6 button#wpforms-submit-51 {
    box-shadow: inset 4px 4px 4px 0 #00396f;
    background: linear-gradient(90deg, #00396f 0%, #006dd5 100%);
    border-radius: 194px;
    width: 454px;
    padding-block: 28px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    margin-top: 20px;
}

.sec-6 .wpforms-field {
    padding-block: 5px !important;
}

.sec-6 .wpforms-container-full {
    margin-top: 40px !important;
}

.foot-main {
    backdrop-filter: blur(30px) !important;
    box-shadow: 0 -1px 0 0 rgba(26, 26, 23, 0.08), 0 1px 0 0 rgba(26, 26, 23, 0.04) !important;
    background: #152842;
    border-radius: 20px 20px 0px 0px;
    padding-top: 40px;
    padding-bottom: 130px;
    position: relative;
	margin-top: -20px;
}

.foot-2 {}

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

.foot-main::before {
    content: '';
    position: absolute;
    width: 99%;
    height: 125px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: 100%;
}

.foot-2 {
    position: relative;
    padding-top: 100px;
    margin-bottom: -100px;
}

.foot-2::before {
    content: '';
    background: #00132f;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 20px;
    width: calc(100% - 40px);
    margin: auto;
}

.foot-2 h2 {
    font-weight: 500;
    font-size: 80px;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 90px;
}

.foot-2 h5 {
    font-weight: 600;
    font-size: 28px;
    text-transform: capitalize;
    color: #fff;
}

.foot-2 ul {
    list-style: none !important;
    padding-left: 0px;
}

.foot-2 ul li a {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
}

.foot-2 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
}

.foot-2 .info-box-inner.reset-last-child p a {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}

.info-box-inner.reset-last-child {
    margin-top: 0px !important;
}

.foot-2 .wd-info-box {
    gap: 13px;
}

.foot-4 .wpb_text_column.wpb_content_element.text-right {
    margin-bottom: 0px !important;
    margin-top: 40px;
}

.foot-4 p {
    font-weight: 400;
    font-size: 18px;
}

.foot-4 {
    padding-top: 20px;
    border-top: 1px solid #fff;
}

.foot-3 {
    padding-bottom: 40px;
}

.sec-2row2 {
    position: relative;
    display: block;
}

.sec3row1 .info-box-wrapper.wd-carousel-item.wd-active .wd-info-box {
    backdrop-filter: blur(50px);
    box-shadow: 0 0px 0 0 rgba(26, 26, 23, 0.08), 0 1px 0 0 rgba(26, 26, 23, 0.04), 0 0 30px 20px rgba(8, 88, 182, 0.4);
    background: rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}

.sec-4::before {
    content: '';
    background: #092a68;
    width: 800px;
    height: 800px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100%;
    filter: blur(230px);
}

.sec-4::after {
       content: '';
       background: #092a68;
       width: 800px;
       height: 800px;
       position: absolute;
       left: 0;
       top: 0;
       border-radius: 100%;
       filter: blur(230px);
}

.sec-3 h3::before {
    left: 460px;
}

.sec-3 h3::after {
    right: 460px;
}

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

.marq::before {
    content: '';
    background: #092a68;
    position: absolute;
    width: 130px;
    height: 70px;
    left: 0;
    border-radius: 100%;
    top: 0;
    filter: blur(100px);
}

.marq::after {
    content: '';
    background: #092a68;
    position: absolute;
    width: 130px;
    height: 90px;
    right: 0;
    bottom: 0;
    filter: blur(100px);
    border-radius: 100%;
}

.page-id-11 .wd-page-content {
    background: #fff !important;
}

.page-id-11 footer.wd-footer.footer-container {
    display: none;
}


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

.cnt-sec h1 {
    font-weight: 700;
    font-size: 56px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #000;
}

.cnt-sec h3 {
    background: #071D3E;
    color: #fff;
    font-weight: 600 !important;
    font-size: 28px !important;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    text-align: center;
}

.cnt-sec table td {
    color: #000 !important;
    font-weight: 500;
    padding: 10px 5px;
    border-color: #000;
	font-size: 16px;
}

.cnt-sec td.section-header {
    background: #071D3E;
    color: #fff !important;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -0.02em;
    font-family: 'Inter';
}

.cnt-sec input {
    border-color: #d4d4d4 !important;
    border-radius: 5px;
}

.cnt-sec label {
    display: inline-block;
}

.cnt-sec table {
    border-radius: 10px 10px 0px 0px !important;
}

.cnt-sec button {
	    box-shadow: inset 4px 4px 4px 0 #00396f;
    background: linear-gradient(90deg, #00396f 0%, #006dd5 100%);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 100px;
    gap: 20px;
    padding: 8px 30px 8px 10px;
}

.cnt-sec button:hover {
    color: #fff;
}

.page-id-11 .whb-main-header {display: none !important;}

.cnt-sec p {
    color: #000 !important;
}

.mob-sec {
    display: none;
}

.sec-1 .wd-info-box {
  position: relative;
  z-index: 1; /* Ensure content is above the border */
   /* Prevent the pseudo-element from overflowing */
  border-radius: 20px; /* Optional: matches your design */
}

.sec-1 .wd-info-box::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: 0;
  border-radius: 20px; /* Same as box radius */
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 20%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 60%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 1) 100%
  );
  background-size: 200% 100%;
  animation: moveBorder 9s linear infinite;
}

.sec-1 .wd-info-box::after {
   backdrop-filter: blur(30px);
background: #0B182D;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    border-radius: 20px;
}

.sec-1 .wd-info-box .box-icon-wrapper {
    position: relative;
    z-index: 2;
}

.sec-1 .wd-info-box .info-box-content {
    position: relative;
    z-index: 2;
}

.pum-container::before {
    content: '';
    position: absolute;
    width: 360px;
    height: 520px;
    right: -70px;
    bottom: 0px;
    z-index: 2;
}

.popmake-content {
  max-height: 400px;   /* apni zarurat ke hisaab se height set karein */
  overflow-y: auto;    /* sirf vertical scroll enable */
  overflow-x: hidden;  /* horizontal scroll hide */
  scroll-behavior: smooth;
}

/* Chrome, Edge, Safari ke liye */
.popmake-content::-webkit-scrollbar {
  width: 8px;
}
.popmake-content::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 4px;
}
.popmake-content::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}




.pum-content.popmake-content {
    /* padding-block: 50px 30px; */
    /* padding-inline: 30px; */
    position: relative;
}

.pum-container::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
    background-size: 100% 100%;
    border-radius: 40px !important;
	box-shadow: 0 -1px 0 0 rgba(26, 26, 23, 0.08), 0 1px 0 0 rgba(26, 26, 23, 0.04), 0 0 30px 20px rgb(0 21 51);
}

.pum-theme-133 .pum-container, .pum-theme-lightbox .pum-container {
    /* backdrop-filter: blur(30px); */
    border: 6px solid #ffffff47;
    border-radius: 40px;
    /* background-size: cover; */
    padding: 0px;
    margin-left: -25% !important;
    width: 40% !important;
    position: relative;
    background-color: transparent;
    box-shadow: none !important;
    padding-block: 40px 30px;
    padding-inline: 30px 0px;
}

.pum-theme-133 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    background-color: #117ACA !important;
    height: 36px;
    width: 36px;
    font-size: 30px;
}

.pum-container .wd-info-box {
    margin-bottom: 0px !important;
}

.pum-theme-lightbox .pum-container h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 600;
    font-size: 22px;
    line-height: 136%;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #fff;
}

.pum-theme-lightbox .pum-container .info-box-inner.reset-last-child {
    margin-top: 10px !important;
}

.cnt-sec input[type="date"] {
    color: #a0a0a0;
}

.cnt-sec input[type="number"] {
    text-align: left;
    padding-left: 15px;
}

.cnt-sec a.btn {
    font-size: 0;
    border-radius: 100%;
    padding: 12px 15px;
    background: linear-gradient(90deg, #00396f 0%, #006dd5 100%);
    gap: 0px !important;
    position: absolute;
    top: 30px;
}

.cnt-sec a.btn span.wd-btn-icon {
    font-size: 25px;
    color: #fff;
}

.page-id-177 .wd-content-layout, .page-id-179 .wd-content-layout, .page-id-3 .wd-content-layout {
    padding-block: 100px !important;
}

.page-id-177 p, .page-id-179 p, .page-id-3 p {
    margin-bottom: 15px !important;
}

.page-id-3 ul.pd-lst li::before {
    content: "\f107";
    font-family: "woodmart-font";
    font-weight: 600;
    position: absolute;
    left: 0;
    color: #0775de;
}

.page-id-3 ul.pd-lst {
    list-style: none !important;
    display: block;
    padding-left: 0px;
    position: relative;
}

.page-id-3 ul.pd-lst li {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #fff;
    padding-left: 30px;
}

.page-id-177 h4, .page-id-179 h4, .page-id-3 h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 136%;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 15px;
}

.page-id-177 ol, .page-id-179 ol, .page-id-3 ol {
    font-weight: 600;
    font-size: 22px;
    line-height: 136%;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 2px !important;
}

.page-id-177 p a, .page-id-179 p a, .page-id-3 p a {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #0068CB;
}

.wd-page-title.page-title {
    padding-top: 230px !important;
}

h1.entry-title.title {
    font-size: 54px;
}

tr.bus-lab input[type="text"] {
	width: auto !important;
}

.pum-content h2.info-box-title {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}

.pum-content h4 {
    margin-bottom: 30px;
    margin-top: 20px !important;
}

.pum-content h4 span.info-badge {
    font-size: 16px;
    color: #fff;
    background-color: #30a7f5;
    border-radius: 15px;
    padding-inline: 15px;
    padding-block: 6px;
}

.pum-content h5 {
    color: #fff;
    font-size: 18px;
}

.pum-content ul {
    padding-left: 0;
    list-style: none;
    position: relative;
    display: block;
}

.pum-content ul li {
    position: relative;
    padding-left: 30px;
    font-size: 16px !important;
    color: #fff;
    font-weight: 500;
    font-family: 'Inter';
}

.pum-content ul li::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
}

.nte-txt {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
    border-radius: 35px;
    padding-block: 16px;
    position: relative;
    padding-inline: 30px 20px;
    margin-top: 50px !important;
    width: 70%;
    line-height: 20px;
}

.nte-txt::before {
    border-radius: 35px;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
    background-color: #ffffff;
    border: 2px solid #00519f;
    opacity: 0.149;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0;
    top: 0;
}

@media (max-width: 1920px){
	.sec3row1 {
		padding-top: 210px;
		padding-bottom: 40px;
	}

	.sec3row1::before {
		background-size: 100%;
		left: 0;
		width: 430px;
	}
}

@media (max-width: 1800px){
	.sec3row1::before {
		background-size: 100%;
		left: 0;
		right: 0;
	}
	
	.sec3row1 {
		padding-top: 190px;
		padding-bottom: 30px;
	}
	
	.pum-container .wd-info-box {
		width: 60%;
	}

	.nte-txt {
		width: 100%;
	}
}
@media (max-width: 1600px){
	.sec3row1::before {
        background-size: 90%;
        left: 40px;
    }
	
	.sec3row1 {
		padding-top: 140px;
		padding-bottom: 30px;
	}
	
	.pum-container::before {
		background-size: 100%;
		width: 300px;
		height: 487px;
	}
	.pum-container .wd-info-box {
		width: 63%;
	}

	.nte-txt {
		width: 100%;
	}
}
@media (max-width: 1200px){
	
	.pum-theme-133 .pum-container, .pum-theme-lightbox .pum-container {
		margin-left: -40% !important;
		width: 75% !important;
	}
	.sec3row1 .info-box-wrapper.wd-carousel-item {
		padding-inline: 4px;
	}

	.sec3row1::before {
		background-size: 70% !important;
		left: 120px !important;
	}
}


@media (max-width: 1440px){
	
	.pum-container::before {
		background-size: 100%;
		width: 286px;
		height: 480px;
	}
	
	.pum-container .wd-info-box {
		width: 60%;
	}

	.nte-txt {
		width: 100%;
		margin-top: 30px !important;
	}
	.sec3row1 .wd-info-box {
		padding: 40px 10px 20px 20px;
	}

	.sec3row1 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
		font-size: 20px;
	}

	.sec3row1 .info-box-wrapper.wd-carousel-item {
		padding-inline: 10px;
	}

	.foot-2 {
		padding-inline: 20px !important;
	}
	
	.sec3row1::before {
		background-size: 83%;
		left: 70px;
	}
	
	.sec3row1 {
		padding-top: 130px;
		padding-bottom: 30px;
	}

	.wd-arrow-inner {
		width: 62px !important;
		height: 62px !important;
	}
}

@media (max-width: 1300px){
	h1 {
		font-size: 55px;
		line-height: 63px;
	}

	.sec-1 {
		padding-top: 380px;
	}

	.sec-2 h3::before {
		left: 100px;
	}

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

	.sec-1 p br {
		display: none;
	}

	.sec-1 .wd-info-box {
		padding: 30px;
	}

	.sec-2 h3::after {
		right: 95px;
	}

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

	h2 br {
		display: none;
	}

	p {
		font-size: 16px;
	}

	p br {
		display: none;
	}

	.sec-2row1::before {
		background-size: 60%;
	}

	.sec-2::after {
		background-size: 70%;
	}

	.sec-3 h3::after {
		right: 250px;
	}

	.sec-3 h3::before {
		left: 250px;
	}

	.sec-4 {
		padding-block: 90px !important;
	}

	.sec4row1 p br {
		display: block;
	}

	.sec-5 h3::after {
		right: 440px;
	}

	.sec-5row1 .wd-nav-arrows.wd-pos-together {
		top: calc(-10% - var(--wd-arrow-offset-v, 0px) - var(--wd-arrow-height, var(--wd-arrow-size, 50px))) !important;
		right: 40px !important;
	}

	.sec-5row1 .testimonial-inner {
		padding: 110px 15px 30px 30px;
	}

	.sec-5row1 .testimonial-content {
		font-size: 16px;
	}

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

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

	.sec-6 h3::before {
		left: 60px;
	}

	.sec-6 h3::after {
		right: 60px;
	}

	.foot-2 h2 {
		font-size: 60px;
		line-height: 69px;
	}

	.foot-2 h5 {
		font-size: 25px;
	}

	.foot-4 .wpb_text_column.wpb_content_element.text-right {
		margin-top: 10px;
	}
}

@media (max-width: 1024px){
	
	.pum-theme-133 .pum-container, .pum-theme-lightbox .pum-container {
		margin-left: -40% !important;
		width: 65% !important;
		padding-block: 20px 20px;
		padding-inline: 20px 0px;
	}

	.pum-container::before {
		background-size: 90%;
		width: 270px;
		height: 406px;
	}
	
	.wd-page-title.page-title {
		padding-top: 170px !important;
		padding-bottom: 50px;
	}

	.page-id-177 .wd-content-layout, .page-id-179 .wd-content-layout, .page-id-3 .wd-content-layout {
		padding-block: 70px !important;
	}
	
	.widgetarea-mobile {
		padding-left: 5px;
	}
	.wd-tools-element.wd-design-6>a>:is(.wd-tools-inner,.wd-tools-icon) {
		border-color: #fff !important;
	}

	.wd-header-mobile-nav .wd-tools-icon:before {
		color: #fff !important;
	}

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

	.sec-1 {
		padding-top: 260px;
	}

	.sec-2 h3::before {
		left: 10px;
	}

	.sec-2 h3::after {
		right: 10px;
	}

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

	.sec-3 {
		padding-top: 40px;
	}

	.sec-3 h3::before {
		left: 140px;
	}

	.sec-3 h3::after {
		right: 140px;
	}

	.sec-3 {
		padding-bottom: 40px !important;
	}

	.sec3row1::before {
		background-size: 100% !important;
		left: 0px !important;
	}

	.sec3row1 {
		padding-top: 170px;
		padding-bottom: 60px;
	}

	.sec4row1 p {
		font-size: 12px;
	}

	h2 {
		font-size: 25px;
		line-height: 40px;
	}

	.sec4row1 {
		padding-inline: 20px !important;
		padding-top: 110px;
		padding-bottom: 110px;
	}

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

	.sec-5 h3::after {
		right: 240px;
	}

	.wd-arrow-inner {
		width: 62px !important;
		height: 62px !important;
	}

	.sec-5row1 {
		padding-bottom: 50px;
	}

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

	.sec-6 h3::before {
		left: 0px;
	}

	.sec-6 h3::after {
		right: 0px;
	}

	.foot-2 h2 {
		font-size: 45px;
		line-height: 58px;
	}

	.foot-2 h5 {
		font-size: 20px;
	}

	.foot-2 ul li a {
		font-size: 15px;
	}

	.foot-4 img.vc_single_image-img {
	}

	.foot-4 figure.wpb_wrapper.vc_figure {
		width: !important;
	}

	.foot-4 p {
		font-size: 15px;
	}
	
	.sec3row1 .wd-info-box {
		min-height: 390px !important;
	}
	
	.wd-nav:where(:not(.wd-dis-act))>li:where(.current-menu-item,.wd-active,.active)>a {
		color: #006DD5 !important;
	}

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

@media (max-width: 920px){
	.sec3row1::before {
		background-size: 85% !important;
		left: 60px !important;
	}
}
@media (max-width: 768px){
	.sec3row1 {padding-inline: 190px;}

    .sec3row1::before {
        background-size: 100% !important;
        left: 0px !important;
    }
}

@media (max-width: 767px){
	
	.pum-container .wd-info-box {
		width: 100%;
	}
	
	.pum-theme-133 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
		right: 20px;
		bottom: auto;
		top: 15px;
		/* left: 0; */
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.pum-content h2.info-box-title {
		font-size: 25px;
	}

	.pum-content h4 span.info-badge {
		font-size: 14px;
	}

	.pum-content h4 {
		margin-bottom: 20px;
		margin-top: 10px !important;
	}

	.pum-content h5 {
		font-size: 16px;
	}

	.pum-content ul li {
		font-size: 14px !important;
		margin-bottom: 8px !important;
	}
.pum-content.popmake-content {
    padding-block: 30px 20px;
    padding-inline: 15px;
}
	.nte-txt {
		margin-top: 30px !important;
		width: 100%;
		padding-inline: 20px 10px;
		font-size: 12px;
	}
	.sec-2row1 p {
    font-size: 14px;
    margin-bottom: 10px;
}
	tr.bus-lab input[type="text"] {
		margin-left: 0px !important;
	}
	
	.page-id-177 .wd-content-layout, .page-id-179 .wd-content-layout, .page-id-3 .wd-content-layout {
		padding-block: 40px !important;
	}

	.page-id-177 h4, .page-id-179 h4, .page-id-3 h4 {
		font-size: 18px;
	}

	.page-id-177 ol, .page-id-179 ol, .page-id-3 ol {
		font-size: 18px;
	}

	.page-id-177 p, .page-id-179 p, .page-id-3 p {
		margin-bottom: 10px !important;
	}

	.page-id-3 ul.pd-lst li {
		font-size: 14px !important;
		padding-left: 20px !important;
	}
	
	.wd-page-title.page-title {
		padding-top: 140px !important;
		padding-bottom: 30px !important;
	}

	h1.entry-title.title {
		font-size: 40px;
	}
	
	.cnt-sec table tr.bus-lab td {
		flex-direction: column;
	}

	.cnt-sec table tr.bus-lab td label {
		display: inline-flex;
		gap: 5px;
		margin-right: 5px;
	}

	.cnt-sec table tr.bus-lab td input[type="checkbox"] {
		margin-right: 0px !important;
	}

	.pum-container::before {
    display: none;
}
	
	.pum-theme-133 .pum-container, .pum-theme-lightbox .pum-container {
    margin-inline: 23px;
    width: 80% !important;
    overflow: hidden;
    padding-block: 30px 20px;
    padding-inline: 0px 0px;
    margin-left: -49% !important;
}
	.cnt-sec img {
    width: 60%;
}

.cnt-sec a.btn {
    top: 25px;
    padding: 10px 13px;
}

.cnt-sec a.btn span.wd-btn-icon {
    font-size: 18px;
}
	
	.mob-sec img.vc_single_image-img.attachment-full {
		width: 100%;
	}
	.sec-2row2 {
		display: none !important;
	}

	.mob-sec {
		display: block !important;
	}
	
	.app-sig td {
		flex-direction: column !IMPORTANT;
		padding-left: 0px !important;
	}
	div {
	    margin-top: 0px !important;
	}
	.whb-flex-row.whb-general-header-inner {
		margin-top: 20px !important;
		padding-inline: 20px;
	}

	h1 {
		font-size: 30px;
		line-height: 40px;
	}

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

	.sec-1 {
		padding-top: 170px;
		padding-bottom: 20px;
	}

	.sec-1 .wd-info-box h4.info-box-title {
		font-size: 17px;
	}

	.sec-1 .wd-info-box .info-box-inner.reset-last-child {
		font-size: 18px;
	}

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

	.sec-2 {
		padding-top: 30px;
	}

	span.highlights {
		padding: 13px 52px;
		font-size: 14px;
	}

	span.highlights::before {
		left: 20px;
		top: 11px;
	}

	span.highlights::after {
		right: 20px;
		top: 11px;
	}

	.sec-2 h3::before {
		background-size: 80%;
		top: 25px;
	}

	.sec-2 h3::after {
		background-size: 80%;
		right: -15px;
		top: 25px;
	}

	.sec-2::after {
		background-size: 30%;
	}

	h2 {
		font-size: 23px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	p {
		font-size: 14px;
	}

	.sec-2 ul li {
		font-size: 15px;
		padding-inline: 50px 20px;
		margin-bottom: 0px !important;
	}

	.sec-2 .imsg1 {
		margin-top: 0px !important;
	}

	.sec-2 ul {
		gap: 10px;
	}

	.sec-2 ul li::before {
		left: 20px;
		top: 7px;
	}

	.sec-2row1 {
		padding-bottom: 20px;
	}

	.sec-2 .imsg2 {
		margin-top: 0px;
	}

	.sec-2 .wpb_single_image.wpb_content_element.vc_align_left {
		margin-bottom: 15px !important;
	}

	.marq {
		padding-top: 50px;
		padding-bottom: 50px;
	}

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

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

	.marq1 {
		transform: rotate(
	7deg);
	}

	.marq2 {
		transform: rotate(
350deg);
		margin-top: -54px !important;
	}

	.sec-3 {
		padding-top: 20px;
		padding-bottom: 0px !important;
	}

	.sec-3 h3::after {
		right: -10px;
		background-size: 80%;
		top: 25px;
	}

	.sec-3 h3::before {
		background-size: 80%;
		left: 10px;
		top: 25px;
	}




	.sec3row1 .info-box-wrapper.wd-carousel-item.wd-active .wd-info-box {
		box-shadow: 0 0px 0 0 rgba(26, 26, 23, 0.08), 0 1px 0 0 rgba(26, 26, 23, 0.04), 0 0 30px 20px rgb(8 88 182 / 12%);
	}

	.sec3row1 .wd-info-box {
		min-height: 350px !important;
	}

	.sec4row1 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.sec-4 {
		padding-block: 30px !important;
	}

	.sec-5 {
		padding-top: 0px;
		padding-bottom: 50px;
	}
h1 br {
    display: none;
}
	.sec-5 h3::after {
		background-size: 80%;
		top: 25px;
		right: 10px;
	}

	.wd-arrow-inner {
		width: 45px !important;
		height: 45px !important;
	}

	.wd-arrow-inner:after {
		font-size: 20px !important;
	}
	
	.sec3row1 .wd-nav-arrows.wd-pos-together.wd-hover-1.wd-icon-2 {
	    gap: 10px !important;
	}
	.sec-5row1 .wd-nav-arrows.wd-pos-together {
		top: calc(-7% - var(--wd-arrow-offset-v, 0px) - var(--wd-arrow-height, var(--wd-arrow-size, 50px))) !important;
		left: 0px !important;
		gap: 10px !important;
	}



	.sec-6 h3::before {
		background-size: 80%;
		top: 25px;
	}

	.sec-6 h3::after {
		background-size: 80%;
		top: 25px;
		right: -30px;
	}

	.sec-6 input {
		height: 40px !important;
		font-size: 14px !important;
	}

	.sec-6 input::placeholder {
		font-size: 12px !important;
	}

	.sec-6 textarea::placeholder {
		font-size: 12px !important;
	}

	.sec-6 button#wpforms-submit-51 {
		width: 200px !important;
		margin-top: 10px !important;
		    font-size: 15px;
    padding-block: 23px;
	}

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

	.foot-2 h2 {
		font-size: 35px;
		line-height: 40px;
	}

	.foot-2 h2 br {
		display: none !important;
	}

	.foot-2 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
		font-size: 16px;
	}

	.foot-2 .info-box-inner.reset-last-child p a {
		font-size: 18px;
	}

	.foot-2 {
		padding-top: 50px;
		padding-bottom: 10px;
	}

	.foot-3 {
		padding-bottom: 0px;
	}

	.foot-4 .wpb_single_image.wpb_content_element.vc_align_left {
		margin-bottom: 0px !important;
		text-align: center;
	}

	.foot-main::before {
		height: 70px;
	}

	.foot-main {
		padding-top: 20px;
		padding-bottom: 140px;
	}

	.foot-2::before {
		width: calc(100% - 20px);
	}
	
	.cnt-sec h1 {
		font-size: 30px;
		line-height: 35px;
	}

	.cnt-sec {
		padding-top: 50px;
		padding-bottom: 0px;
	}
	
	.cnt-sec td.section-header {
		font-size: 20px;
		text-align: center !important;
		align-items: center !important;
		justify-content: center !important;
	}
		.cnt-sec h3 {
		font-size: 17px !important;
	}
.cnt-sec table td {
    width: 100% !important;
    display: flex;
    gap: 10px;
}

.cnt-sec label {
    display: inline;
}
	.sec-2row2 .wpb_single_image img {
    height: 270px !IMPORTANT;
    object-fit: cover;
    object-position: top;
}
	.foot-4 p {
    text-align: center;
}
		.sec3row1::before {
		background-size: 100%!important;
		top: 0;
		left: 0px !important;
		bottom: 0;
		right: 0;
		height: 100%;
		width: 420px;
		margin: 0 auto !important;
	}
	
	a.btn.theme-btn {
		gap: 10px;
		padding: 7px 25px 7px 7px;
		font-size: 14px;
	}

	a.btn.theme-btn::before {
    width: 30px;
    height: 30px;
}
}

@media (max-width: 690px){
		.sec3row1::before {
		background-size: 100%!important;
		top: 0;
		left: 0px !important;
		bottom: 0;
		right: 0;
		height: 100%;
		width: 420px;
		margin: 0 auto !important;
	}
	.sec-5row1 {
		padding-inline: 10px;
	}
	.sec3row1 {
		padding-top: 190px;
		padding-bottom: 170px;
		padding-inline: 120px;
	}
}

@media (max-width: 500px){
	.sec3row1 {
		padding-top: 190px;
		padding-bottom: 170px;
		padding-inline: 30px;
	}
	
	.sec3row1::before {
    width: 100%;
}
	.sec-2 ul li {
    font-size: 12px;
}

.sec-2 ul {
    justify-content: left;
}
}
@media (max-width: 410px){
.sec-2 ul li {
    padding-inline: 40px 20px;
    font-size: 10px;
}

.sec-2 ul li::before {
    left: 14px;
    background-size: 80%;
}
}
@media (max-width: 385px){
	
		.foot-2 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
		font-size: 14px;
	}

	.foot-2 .info-box-inner.reset-last-child p a {
		font-size: 16px;
	}
	.foot-2 .wd-info-box .box-icon-wrapper {
    width: 15%;
}
	.sec3row1::before {
		background-size: 100% !important;
		height: 725px;
		left: 0px !important;
		width: 100%;
	}
	
	
	.sec3row1 .info-box-wrapper.wd-carousel-item {
		padding-inline: 10px 10px;
	}

	.sec3row1 {
		padding-top: 160px;
		padding-bottom: 70px;
		padding-inline: 30px;
	}
	
	.sec-2 h3::before {
		background-size: 65%;
	}
	
		.sec-3 h3::before {
		background-size: 65%;
	}
	
			.sec-6 h3::before {
		background-size: 65%;
	}
	   .sec-2 h3::after {
        background-size: 65%;
        right: -35px;
    }
	
		   .sec-3 h3::after {
        background-size: 65%;
        right: -35px;
    }
	
			   .sec-6 h3::after {
        background-size: 65%;
        right: -40px;
    }
}

@media (max-width: 365px){
	.sec3row1::before {
		background-size: 100% !important;
		right: 0;
		left: 0px !important;
		margin: 0 auto !important;
	}
	
	    .sec-6 h3::before {
			background-size: 60%;
		}
	    .sec-6 h3::after {
			background-size: 60%;
			right: -55px;
		}
}

@media (max-width: 320px){
    .sec-2 h3::before {
			background-size: 58%;
			left: -5px;
		}
	
	    .sec-2 h3::after {
			background-size: 55%;
			right: -60px;
		}
	    .sec-3 h3::before {
        background-size: 55%;
        left: 0px;
    }
	    .sec-3 h3::after {
        background-size: 55%;
        right: -60px;
    }
	    .sec-6 h3::before {
        background-size: 50%;
        left: -5px;
    }
	
	    .sec-6 h3::after {
        background-size: 50%;
        right: -75px;
    }
	.sec-2 ul li {
    padding-inline: 30px 20px;
    font-size: 9px;
}

.sec-2 ul li::before {
    left: 10px;
    background-size: 75%;
}
	.sec3row1::before {
		left: 0px !important;
		background-size: 100% !important;
	}
	.sec3row1 .info-box-wrapper.wd-carousel-item {
		padding-inline: 0px 0px;
	}
	
	    .sec3row1 {
        padding-top: 110px;
        padding-bottom: 70px;
        padding-inline: 20px;
    }
}
	
@keyframes moveBorder {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
