/*
 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=Lilita+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
  scroll-behavior: smooth;
}

.wpb_content_element {
    margin: 0 !important;
}

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

.rocket-img {
    text-align: center !important;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    will-change: transform;
    z-index: 1;
}


.timeline-line {
    background: linear-gradient(180deg, #6e42a5 0%, #bd3838 100%);
    width: 8px;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 20px;
}


.rocket-sec {
    position: relative;
}


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

.btn.theme-btn.icon {
    border-radius: 6px;
    /* border-bottom: 4px solid #212529; */
    font-weight: 400;
    font-size: 20px;
    color: #03063A;
    text-transform: capitalize;
    padding: 10px 20px;
    /* border-right: 4px solid #212529; */
    box-shadow: 6px 6px 1px #212529;
}

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

.sec1 h4 {
    font-weight: 400;
    font-size: 24px;
    color: #f8a42d;
    paint-order: stroke fill;
    -webkit-text-stroke: 10px #212529;
}

h1 {
    font-weight: 400;
    font-size: 119px;
    color: #FCFCFD;
    paint-order: stroke fill;
    -webkit-text-stroke: 32px #212529;
}

.btn.theme-btn.bg-yel {
    background: #f8a42d;
}

.btn.theme-btn.bg-wh {
    background: #FCFCFD;
}

.btn.theme-btn.icon::before {
    display: block;
    content: '';
    background-image: url(/wp-content/uploads/2025/09/but-icon.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

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

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

.sec1::before {
    background: url(/wp-content/uploads/2025/09/sec1-bf.png);
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: -80px;
    width: 1060px;
    height: 1129px;
    background-size: cover;
    background-repeat: no-repeat;
}


.sec1::after {
    background: url(/wp-content/uploads/2025/09/sec1-af.png);
    content: '';
    position: absolute;
    right: 70px;
    top: 110px;
    width: 479px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

.sec1 .sec-text {padding-bottom: 80px;z-index: 1;position: relative;}

.bg-gradient {
    background: linear-gradient(180deg, #6e42a5 0%, #bd3838 100%);
    border-radius: 20px;
    border: 1px solid #212529;
    box-shadow: 6px 6px 1px #fff;
    /* padding: 60px 80px; */
    position: relative;
}

h2 {
    font-weight: 400;
    font-size: 86px;
    color: #fff;
    text-shadow: 5px 4px 0  #212529;
    line-height: 1;
}

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

.sec-marq.sec-marq1 {transform: rotate(-2deg);margin-top: -40px;}

.sec-marq.sec-marq1 .wd-marquee-wrapp {
    background: #FAA51F;
    padding: 10px 0px;
}

.sec3 {
    position: relative;
    padding: 140px 0;
    margin-bottom: 100px;
    overflow: visible !important;
}

.sec3 .wd-info-box {
    border-radius: 20px;
    background: #fff;
    border: 1px solid #000;
    padding: 0;
    gap: 0;
}

.sec3 .wd-info-box .box-icon-wrapper {
    border-radius: 20px 20px 0 0;
    background: #000;
    padding: 20px 40px;
}

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

.sec3 .wd-info-box .info-box-content h4 {
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase;
}

.sec3 .wd-info-box .info-box-content p {
    font-size: 15px;
    color: #000;
}

.sec3 .wd-info-box .info-box-content .info-box-inner.reset-last-child {
    margin: 0;
}

.sec3::before {background: url(/wp-content/uploads/2025/09/bg-sec3.png);width: 98%;height: 100%;position: absolute;left: 0;right: 0;background-repeat: no-repeat;background-size: 100%;background-position: center;bottom: 0;top: 0;margin: 0 auto;}

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

.sec3 .vc_row:last-child {padding-top: 80px;}
.foot-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    background: #FCFCFD;
    padding: 30px 40px;
    gap: 40px;
    z-index: 127;
    position: relative;
    box-shadow: 4px 4px 1px #000;
}

.foot-row .menu {}

.foot-row .menu ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot-row .menu ul li {
    margin: 0;
    list-style: none;
}

.foot-row {}

.foot-row .logo {
    flex: 1 0 18%;
}

.foot-row  .menu {
    flex: 1 0 24%;
}

.foot-row  .copy {
    flex: 1 0 6%;
}

.foot-row .copy p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    font-family: "inter";
    color: #212529;
}

.foot-row .menu ul li a {
    font-weight: 400;
    font-size: 18px;
    color: #212529;
}

.foot-row .logo a br {
    display: none;
}

.wd-footer {
    position: relative;
    z-index: 2;
    padding: 0px 0 0;
    margin-bottom: 0;
}

.wd-footer:before {
    background: url(/wp-content/uploads/2025/09/footer-bf.png);
    background-size: contain;
    width: 100%;
    height: 490px;
    position: absolute;
    border: 0;
    left: 0;
    right: 0;
    content: '';
    background-repeat: no-repeat;
    bottom: 0;
    background-position: center bottom;
    z-index: -1;
    bottom: -5px;
    background-size: cover;
    overflow: visible !important;
}

.sub-row {
    position: relative;
    padding: 200px 0 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.sub-row::before {
    content: '';
    background: url(/wp-content/uploads/2025/09/sub-bf.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 0;
	background-position:center;
}

.footer-row {
    position: relative;
    padding: 0;
}

.footer-menu-row {
    position: relative;
    z-index: 3;
    padding: 0px 0px 50px;
}


.sec5 {
    position: relative;
    padding: 126px 0;
}

.sec5::before {
    content: '';
    background: url(/wp-content/uploads/2025/09/bg-blog.png);
    background-size: 100%;
    width: 98%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
}

.sec5 .vc_row:first-child {padding-bottom: 40px;}

.blog-design-masonry.wd-add-shadow .wd-post-inner {box-shadow: 1px 1px 1px #000 !important;border: 1px solid #212529 !important;border-radius: 20px !important;}

.blog-design-masonry.wd-add-shadow .wd-post-inner .wd-post-content.article-body-container {
    box-shadow: 1px 1px 1px #000 !important;
    border-radius: 20px !important;
    box-shadow: 12px 12px 1px #e3a341 !important;
    align-items: flex-start !important;
    padding: 50px 40px !important;
    position: relative !important;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner .wd-post-content.article-body-container h3.wd-post-title {
    font-weight: 400 !important;
    font-size: 36px !important;
    text-align: left !important;
    line-height: 1.3 !important;
    width: 80% !important;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner .wd-post-content.article-body-container .wd-post-excerpt.entry-content {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 162% !important;
    color: #000 !important;
    text-align: left !important;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner .wd-post-content.article-body-container .wd-post-read-more {
    transition: all ease .3s;
    border-radius: 8px !important;
    background: #000 !important;
    padding: 12px 20px !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    text-transform: capitalize !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    box-shadow: 6px 6px 1px #000 !important;
    margin-top: 10px !important;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner .wd-post-content.article-body-container .wd-post-read-more  a {
    color: #fff !important;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner .wd-post-content.article-body-container::before {
    content: '';
    background: url(/wp-content/uploads/2025/09/blog-bf.png);
    width: 100px;
    height: 100px;
    position: absolute;
    right: 30px;
    top: 30px;
}


.whb-general-header-inner  .wd-nav-main>li>a {
    font-weight: 400;
    font-size: 16px;
    color: #CED4DA;
    text-transform: capitalize;
    height: 56px !important;
}

.whb-general-header-inner .wd-nav.wd-style-bg>li:is(:hover,.current-menu-item,.whb-general-header-inner .wd-active,.active)>a {
    color: #CED4DA !important;
}

.whb-general-header-inner .wd-nav.wd-style-bg>li>a:before {
    background: #6e42a5 !important;
    border-radius: 0 !important;
}

.whb-general-header-inner .wd-nav.wd-style-bg>li:is(:hover,.current-menu-item,.whb-general-header-inner .wd-active,.active)>a:before {
    visibility: visible;
    opacity: 1 !important;
}

.rocket-sec .wd-info-box {
    box-shadow: 4px 4px 0 0 #f8a42d;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #212529;
    padding: 50px 40px;
}

.rocket-sec .wd-info-box .info-box-content ul {
    margin: 0;
}

.rocket-sec .wd-info-box h4.info-box-title {
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase;
    color: #212529;
}

.rocket-sec .wd-info-box  .info-box-inner {}

.rocket-sec .wd-info-box  .info-box-inner ul {
    padding: 0;
}

.rocket-sec .wd-info-box  .info-box-inner ul li {
    font-weight: 400;
    font-size: 14px;
    color: #212529;
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: center;
}

.rocket-sec .wd-info-box .info-box-inner ul li::before {
    content: "";
    background-image: url(/wp-content/uploads/2025/09/check.png);
    width: 10px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: cover;
}

section.sec4 {
    position: relative;
    padding-top: 140px;
    padding-bottom: 50px;
}

section.sec4::before {
    background: url(/wp-content/uploads/2025/09/bg.png);
    content:'';
    width: 100%;
    HEIGHT: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: contain;
    margin: auto;
    background-repeat: no-repeat;
    background-position: top center;
}

section.sec4 .vc_row:first-child {padding-bottom: 80px;}


/* Dot circle style */
.dot {
    position: relative;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #212529;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    transition: all 0.3s ease;
    top: 100px;
    z-index: 0;
}

/* Active dot (when rocket passes it) */
.dot.active {
    border-color: #6e42a5;
    box-shadow: 7px 4px 1px #212529;
}

/* Label hidden by default */
.dot::after {
    content: attr(data-phase);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #FCFCFD;
    font-size: 21px;
    font-weight: 400;
    white-space: nowrap;
    paint-order: stroke fill;
    -webkit-text-stroke: 12px #212529;
    pointer-events: none;
}

/* Show label only when active */
.dot.active::after {
    opacity: 1;
}

/* Odd phases (#01, #03) → right side */
.dot[data-phase="Phase #01"]::after,
.dot[data-phase="Phase #03"]::after {
    left: 40px;
    text-align: left;
}

/* Even phases (#02, #04) → left side */
.dot[data-phase="Phase #02"]::after,
.dot[data-phase="Phase #04"]::after {
    right: 40px;
    text-align: right;
}


.rocket-row {padding-bottom: 100px;}

.rocket-row .wd-info-box {
    margin: 0 !important;
}

.rocket-row.rocket-row4 {
    padding: 0;
}

.rocket-row.rocket-row4 .dot {
    top: -90px;
}

.cloud-img {
    position: relative;
    z-index: 11;
}


.sec-marq.sec-marq2 , .sec-marq.sec-marq3 {background: transparent !important;overflow: visible !important;}

.sec-marq.sec-marq2 .wd-marquee-wrapp {
    background: #f39f1b;
    padding: 10px 0;
    transform: rotate(-1deg);
}

.sec-marq.sec-marq3 .wd-marquee-wrapp {
    background: #212529;
    padding: 10px 0;
    transform: rotate(4deg);
    position: relative;
    margin-top: -64px;
}

.bg-gradient .wpb_wrapper {
    padding: 60px 80px;
}

.bg-gradient::before {
    content: '';
    background: url(/wp-content/uploads/2025/09/anhcor.png);
    width: 100%;
    height: 16%;
    position: absolute;
    background-repeat: no-repeat;
    top: -40px;
    left: 0;
    right: 0;
    background-size: cover;
}

.bg-gradient .wpb_wrapper::before {
    background: url(/wp-content/uploads/2025/09/coin.png);
    position: absolute;
    left: -30px;
    top: 50px;
    content: '';
    width: 56px;
    height: 54px;
}

.bg-gradient .wpb_wrapper::after {
    background: url(/wp-content/uploads/2025/09/cloud-bg.png);
    background-size: cover;
    width: 165px;
    height: 123px;
    position: absolute;
    bottom: -40px;
    right: -60px;
    content: '';
}

.sec2 {
    padding: 120px 0 60px;
    position: relative;
    overflow: visible !important;
    z-index: 1;
}

.sec3 h2 {
    color: #000;
    text-shadow: none;
}

.sec3 p {
    color: #000;
}

.sub-row .emaillist {max-width: 460px;margin:  auto;z-index: 999999;position: relative;}

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

.sub-row .emaillist .es-form-field-container .gjs-row {
    margin: 0 !important;
}

.sub-row .emaillist .es-form-field-container .gjs-row input[type="submit"] {
    border-radius: 6px;
    position: absolute;
    right: 10px;
    top: 5px;
    background: #f8a42d;
    box-shadow: 4px 4px 1px #212529;
    font-weight: 400;
    font-size: 12px;
    color: #212529;
    min-height: auto;
    padding: 12px 12px;
    z-index: 2;
}

.sub-row .emaillist .es-form-field-container .gjs-row  input#esfpx_email_0fe74ada6116e {
    border: 1px solid #212529;
    border-radius: 8px;
    height: 54px;
    box-shadow: 4px 4px 1px #212529;
    font-weight: 400;
    font-size: 14px;
    color: #21252961;
    z-index: 0;
    position: relative;
    background: #FCFCFD;
}



.footer-row > .vc_column_container.vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column.vc_column_container.vc_col-sm-12 {
    position: relative;
    z-index: 19;
}

.footer-row > .vc_column_container.vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column.vc_column_container.vc_col-sm-12 .wpb_text_column.wpb_content_element.text-center {
    z-index: 2;
    position: relative;
}

.sub-row h2 {
    color: #000;
    text-shadow: none;
}

.sub-row p {
    color: #000;
}

.sub-row .wd-social-icons {margin-top: 40px !important; gap: 10px !important;}

.sub-row .wd-social-icons a.wd-social-icon {
    background: #FCFCFD !important;
    box-shadow: 4px 4px 1px #000 !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

.sub-row .wd-social-icons a.wd-social-icon span.wd-icon {
    color: #000 !important;
    font-size: 17px !important;
 }

.wd-prefooter {
    background: #000 !important;
    overflow: visible !important;
}

.btn.theme-btn.bg-wh.icon.icon-with::before {
    display: none;
}

.sec2::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/09/imagesec2.png);
    width: 50%;
    height: calc(100% + 200px);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -3;
    background-position: bottom center;
}

.sub-row .wd-social-icons a.wd-social-icon:hover {
    background: #f4a33a !important;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner .wd-post-content.article-body-container .wd-post-read-more:hover {
    background: #e0a349 !important;
}

.btn.theme-btn.bg-yel:hover {
    background: #fcfcfd;
}

.btn.theme-btn.bg-wh:hover {}

.btn.theme-btn.bg-wh:hover {
    background: #f4a33a;
}

.btn.theme-btn.bg-bl {background: #000;color: #fff;border: 1px solid #fff;}

.btn.theme-btn.bg-bl::before {
    filter: brightness(0) invert(1);
}

.btn.theme-btn.bg-bl:hover {
    background: #f6a12d;
}

h1.wd-entities-title.wd-post-title.title {
    font-size: 40px;
    box-shadow: none;
    -webkit-text-stroke: 0;
    color: #fff;
}

.comments-area h3, .comments-area p, .comments-area a, .comments-area label {
    color: #fff !important;
}

.comments-area textarea {
    border: 1px solid #ffff;
    border-radius: 4px;
}


body.wp-singular .wd-content-layout {
    padding: 80px 0 !important;
}

input[type='email']:focus, input[type='date']:focus, input[type='search']:focus, input[type='number']:focus, input[type='text']:focus, input[type='tel']:focus, input[type='url']:focus, input[type='password']:focus, :root textarea:focus, :root select:focus {
    border-color: #fff !important;
}

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

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

.comments-area {
    display: none;
}

.pum-theme-105 .pum-container, .pum-theme-lightbox .pum-container {
    background: #000 !important;
    border: none !important;
    padding: 30px 30px;
}


div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
    color: #fff !important;
    font-size: 15px;
    box-shadow: none !important;
    font-family: "inter";
}

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: transparent !important;
    border: 1px solid #fff !important;
    font-size: 14px !important;
    color: #fff !important;
    font-family: "inter";
}

div.wpforms-container-full button[type=submit] {
    background: #F8A42D !important;
}

.pum-theme-lightbox .pum-container h2 {
    font-size: 50px;
}

div.wpforms-container-full input[type=date]:focus, div.wpforms-container-full input[type=datetime]:focus, div.wpforms-container-full input[type=datetime-local]:focus, div.wpforms-container-full input[type=email]:focus, div.wpforms-container-full input[type=month]:focus, div.wpforms-container-full input[type=number]:focus, div.wpforms-container-full input[type=password]:focus, div.wpforms-container-full input[type=range]:focus, div.wpforms-container-full input[type=search]:focus, div.wpforms-container-full input[type=tel]:focus, div.wpforms-container-full input[type=text]:focus, div.wpforms-container-full input[type=time]:focus, div.wpforms-container-full input[type=url]:focus, div.wpforms-container-full input[type=week]:focus, div.wpforms-container-full select:focus, div.wpforms-container-full textarea:focus, .wp-core-ui div.wpforms-container-full input[type=date]:focus, .wp-core-ui div.wpforms-container-full input[type=datetime]:focus, .wp-core-ui div.wpforms-container-full input[type=datetime-local]:focus, .wp-core-ui div.wpforms-container-full input[type=email]:focus, .wp-core-ui div.wpforms-container-full input[type=month]:focus, .wp-core-ui div.wpforms-container-full input[type=number]:focus, .wp-core-ui div.wpforms-container-full input[type=password]:focus, .wp-core-ui div.wpforms-container-full input[type=range]:focus, .wp-core-ui div.wpforms-container-full input[type=search]:focus, .wp-core-ui div.wpforms-container-full input[type=tel]:focus, .wp-core-ui div.wpforms-container-full input[type=text]:focus, .wp-core-ui div.wpforms-container-full input[type=time]:focus, .wp-core-ui div.wpforms-container-full input[type=url]:focus, .wp-core-ui div.wpforms-container-full input[type=week]:focus, .wp-core-ui div.wpforms-container-full select:focus, .wp-core-ui div.wpforms-container-full textarea:focus {
    border-color: #F8A42D !important;
    box-shadow: none !important;
}

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

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

@media(max-width:1680px){
	h2 {
		font-size: 72px;
	}

	.sec3::before {
		width: 99%;
	}

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

	.sec3 .vc_row:last-child {
		padding-top: 40px;
	}

	.rocket-row {
		padding-bottom: 80px;
	}

	.blog-design-masonry.wd-add-shadow .wd-post-inner .wd-post-content.article-body-container h3.wd-post-title {
		width: 90% !important;
	}

	.sec5::before {
		width: 99%;
	}
	
	.wd-content-layout {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}


}


@media (max-width:1440px){
	.bg-gradient .wpb_wrapper::after {
	    right: 0;
	}
	
	.sec3::before {background-size: cover;}

}


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


@media (max-width:1024px){
	
	.wd-toolbar {
    display: none !important;
}
	.sticky-toolbar-on {
    padding-bottom: 0 !important;
}
	.vc_row  {
    padding-left: 15px;
    padding-right: 15px;
}


.footer-row {
    padding-left: 0;
    padding-right: 0;
}
	
	.btn.theme-btn.bg-yel {
    font-size: 18px;
}

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

.sec4 .vc_col-sm-4 {
    width: 40%;
}
	.blog-design-masonry.wd-add-shadow .wd-post-inner .wd-post-content.article-body-container h3.wd-post-title {
    font-size: 30px !important;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner .wd-post-content.article-body-container .wd-post-excerpt.entry-content {
    font-size: 14px !IMPORTANT;
}

.sub-row::before {
    background-size: contain;
    background-repeat: no-repeat;
}
	h1 {
    font-size: 90px;
}

h2 {
    font-size: 60px;
}
}

/* -------------------------------------------------------------------------------------media-999px--------------------------------------------------------- */

@media (max-width:999px){
	
	.sec3 .wpb_single_image {
    text-align: center;
		margin-bottom:30px !important;
}

.sub-row h2 {
    font-size: 50px;
    margin-bottom: 5px;
}

.sub-row p {
    font-size: 14px;
    width: 80%;
    margin: 0 auto 10px;
}

.sub-row p br {
    display: none;
}

body.wp-singular .wd-content-layout {
    padding: 0 0 !important;
}

.sub-row {
    padding: 180px 0 150px;
}

.footer-menu-row {
    padding: 0px 0px 20px;
}

.foot-row {
    gap: 0;
    flex-direction: column;
}
}

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

@media (max-width:767px){
	
	.dot.active {
    display: none !important;
}
	.timeline-line {
    display: none;
}

.rocket-img {
    display: none;
}
	.sec4 .vc_col-sm-4 {
    width: 100%;
}

.dot {
    display: none;
}
.sec1 h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

h1 {
    font-size: 50px;
}

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

.btn.theme-btn.bg-wh {
    font-size: 14px;
}
	.sec2 {
    padding: 40px 0 0px;
}

.bg-gradient .wpb_wrapper {
    padding: 30px 30px;
}

h2 {
    font-size: 30px;
	margin-bottom:5px;
}

p {
    font-size: 14px;
}
.sec3 .wd-info-box .box-icon-wrapper {
    padding: 20px 20px;
}

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

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

.sec3 .wd-info-box .info-box-content p {
    font-size: 14px;
    line-height: 1.3;
}
	.sec3 .vc_row:last-child {
    padding-top: 0;
}

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

.sec3 {
    /* padding: 122px 0; */
    margin-bottom: 8px;
}

section.sec4 {
    padding-top: 40px;
   
}

/* span.wd-marquee-item img {
    width: 10%;
} */
/* 	.wd-marquee-item img {
    width: 11% !important;
} */
	
	section.sec4 .vc_row:first-child {
    padding-bottom: 30px;
}

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

.rocket-sec .wd-info-box h4.info-box-title {
    font-size: 20px;
}

.rocket-row {
    padding-bottom: 30px;
}
	.rocket-row.rocket-row4 {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -20px;
}

.cloud-img {
    display: none;
}

.sec5 {
    padding: 20px 0;
}

.sec5 .btn.theme-btn.bg-yel {
    margin-top: 20px;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner .wd-post-content.article-body-container {
    padding: 25px 20px !important;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner .wd-post-content.article-body-container h3.wd-post-title {
    font-size: 20px !important;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner .wd-post-content.article-body-container .wd-post-excerpt.entry-content {
    width: 70%;
    line-height: 1.3 !important;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner .wd-post-content.article-body-container .wd-post-read-more {
    font-size: 14px !important;
}



.sub-row {
    padding: 100px 0 100px;
}

.foot-row {
    padding: 10px;
}

.foot-row .logo {
    width: 50%;
    margin-bottom: 5px;
}

.foot-row .menu ul li a {
    font-size: 14px;
    /* display: flex; */
    /* gap: 10px !important; */
}

.foot-row .menu ul {
    gap: 10px;
}

.footer-menu-row .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.sub-row::before {
    background-size: cover;
}
.sub-row h2 {
    font-size: 30px;
}
.sub-row p {
    width: 100%;
    line-height: 1.3;
}
.wd-footer:before {
    height: 150px;
    bottom: 140px;
}
	.sec1::after {
    top: 10px;
}

.bg-gradient .wpb_wrapper::before {
    left: unset;
    right: 0;
    top: 0;
}
.rocket-sec .wd-info-box .info-box-inner ul li {
    margin-bottom: 0;
    line-height: 1.3;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner .wd-post-content.article-body-container::before {
    right: 0;
}
	span.wd-marquee-item img {
    height: 22px;
}
.fa-bell {
    display: none;
}
	.bg-gradient .wpb_wrapper::after {
    width: 100px;
    height: 75px;
}
h1.wd-entities-title.wd-post-title.title {
    font-size: 25px;
    line-height: 1.3;
}

.post-single-page, .related-posts-slider {
    padding: 30px 10px;
}

.wd-single-post-header {
    margin-bottom: 15px;
}
	.sec-marq.sec-marq3 .wd-marquee-wrapp {
    transform: unset;
    margin-top: -90px;
}

.sec-marq.sec-marq2 .wd-marquee-wrapp {
    transform: unset;
    /* margin-bottom: -20px; */
    /* margin-top: -17px; */
}
}