
h1,
h2,
h3,
h4,
h5,
a,
p {
    margin: 0;
    outline: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: AmericanCaptain !important;
    font-weight: lighter !important;
}

.cs-h-nav-links-new ul>li>a,
.cs-h-nav-links-new ul>li>a:hover {
    color: white;
}

.cs-lets-btn>a {
    color: black !important;
}

.cs-h-nav-links-new ul>li>a:after,
.cs-h-nav-links-new ul>li>a:hover:after {
    background-color: white;
}

.hero-section {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image:url({$theme_path}/static/image/1920x1000.png) !important;
    display: flex;
    position: relative;
    padding-top: 250px;
    padding-bottom: 111px;
    overflow: hidden;
    margin-top: -111px;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-container {
    z-index: 5;
    width: 100%;
    max-width: 1340px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    justify-content: center;
    display: flex;
}


.hero-bg-image {
    z-index: -1;
    width: 100vw;
    height: auto;
    max-width: none;
    object-fit: fill;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    background: #091030;
}

.hero-bg-image-mobile {
    z-index: -1;
    width: 100vw;
    height: auto;
    max-width: none;
    object-fit: fill;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: scale(1.5);
}

.hero-content {
    width: 100%;
    max-width: 1086px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.hero-col-1 {
    width: 100%;
    text-align: center;
}

.strong-button {
    z-index: 2;
    width: 200px;
    height: 86px;
    background-color: transparent;
    border-bottom: 1px #000;
    border-radius: 82px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0%;
    bottom: auto;
    right: 0;
}

.clutch {
    width: 100%;
    height: 34px;
    max-width: 81px;
    object-fit: contain;
}

.clutch-review-2,
.clutch-review-new {
    width: 100%;
    height: 22px;
    max-width: 145px;
}

.w-embed:before,
.w-embed:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.w-embed:after {
    clear: both;
}

.clutch-button {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1.2s cubic-bezier(.86, 0, .12, 1);
    stroke-dasharray: 508 508;
    will-change: stroke-dashoffset;
    -webkit-animation: beat 2s infinite;
    animation: beat 2s infinite;
}

.strong-button:hover .clutch-button {
    stroke-dashoffset: 384;
    transition: stroke-dashoffset .9s cubic-bezier(.86, 0, .12, 1);
}

@-webkit-keyframes beat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    58% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    62% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    66% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes beat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    58% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    62% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    66% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

}

.embed-border {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: rotate(180deg);
}

.hero-col-2 {
    position: relative;
}

.hero-h1-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    flex-wrap: wrap;
}



.services-h-wrap {
    width: 94px;
    height: 94px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
}

a.herobtn.consul_btn.wb-btn-color {
    background: #FE9B02 !important;
}




span.dfclr {
    color: #FE9B02;
}

.typed-cursor {
    opacity: 1;
    color: #FE9B02;
    font-size: 81px;
    position: relative;
    top: -18px;
    left: 5px;
}



.services-jumbo {
    color: white;
    font-size: 110px;
    font-weight: lighter !important;
    line-height: 110px;
    font-family: AmericanCaptain !important;
}

.new-services-jumbo {
    color: white;
    font-family: DMSans !important;
    font-weight: 400;
    line-height: 1.3em;
    font-size: 30px;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.hero-outer {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.hero-inner {
    width: 100%;
    max-width: 1086px;
    align-items: center;
    display: flex;
    justify-content: center;
    column-gap: 30px;
    margin-top: 35px;
}

.arrow-logo {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    border: 1px solid;
    border-radius: 100px;
}

.services-arrow-image.absolute {
    width: 100%;
    max-width: 45px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    animation: arrowAnimation 1.9s infinite;
}

.cs-h-col-strong-btn {
    position: relative;
}

@keyframes arrowAnimation {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

.hero-text {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    text-align: center;
}

.text-xl.services {
    margin-bottom: 0;
}

.text-xl {
    letter-spacing: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6em;
}

.text-neutral {
    color: #fff;
}




.cs-h-sec2 {
    background: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 60vh;
    background-image: url('{$theme_path}/static/image/Bg-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
}


.supa_wwd {
    font-size: 110px;
    line-height: 100px;
    font-weight: lighter !important;
    text-align: center;
    transition: all 0.9s;
    position: relative;


    background-color: #FE9B02 !important;
    margin-top: 0;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.cs-h-services-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    max-width: 1280px;
    padding: 0;

    width: 100%;
    z-index: 10;
}

.service-card {
    border-radius: 32px;
    flex-direction: column;
    gap: 50px;
    height: 100%;
    width: 100%;
    max-width: 100%;
    padding: 20px;
}


.service-card>.name {
    align-items: flex-start;
    display: flex;
    width: 100%;
}

.service-card>.name {
    color: black;
    flex-direction: row;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    opacity: 0.8;
    padding: 0;
    text-align: center;
    justify-content: center;
}

.consul_btn:hover .consul_btn_icon2 {
    right: 40px !important;
}


.service-card.design>.name>img {
    transform: scaleY(-1);
}

.sc-about-ct-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0.8;
    color: black;
}

p.sc-about-subtitle {
    font-size: 30px;
    margin: 0;
    font-weight: 500;
    color: white;
}

p.sc-about-para {
    margin: 0;
    margin-top: 0px;
    font-size: 28px;
}



.cs-h-sec3 {
    position: relative;
    padding: 50px 0 0px 0;
}

.tab-parent {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
}

.tab-top {
    width: 100%;
    height: 7em;
    border-top: 1px #7a7a7a;
    align-items: flex-end;
    margin-top: 0;
    padding-bottom: 3em;
    display: flex;
    position: relative;
}

.container-tabs.is--tab {
    width: 100%;
    max-width: 1280px;
    border-bottom: 1px rgba(9, 20, 27, .28);
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0.8em;
    padding-left: 0;
    top: 40px;
}

.tab-btn-parent {
    width: 100%;
    display: flex;
    position: relative;
}



.tab-button-selector {
    width: 20%;
    height: 100%;
    color: #fff;
    background-color: #FE9B02;
    border: 1px solid #e5f8fc;
    border-radius: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transition: all 0.3s;
}

.tab-btn-child {
    cursor: pointer;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    text-decoration: none;
    display: flex;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.div-hide-2 {
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.teb-text-selector {
    color: #111633;
    font-weight: bold;
    font-family: DMSans !important;
    font-size: 16px !important;
}

.teb-text-selector.one {
    margin-bottom: 0;
    text-decoration: none;
    font-weight: bold;
}


.tab-h2.text-white {
    max-width: none;
    color: #fff;
    font-weight: lighter;
    font-size: 48px;
    line-height: 48px;
}

.tab-h2 {
    margin-bottom: 10px;
    font-size: 3.2em;
    font-weight: 600;
}


.text-white {
    color: #fff;
}

.span-text {
    display: inline-block;
}

.span-text.one {
    max-width: 600px;
    letter-spacing: 0;
    font-size: 22px;
    line-height: 30px;
}

.cs-h-bk-container {
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    background: hsla(0, 0%, 100%, .02);
}



.section-tabs-service {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 38em;
    background: #121632;
}

.left-tab-slide-parent {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.right-tab-slide-parent {
    width: 50%;
    height: 100%;
    background: #111633;
    overflow: hidden;
}

.tab-slide-child {
    display: flex;
    transition: all 0.6s;
    transform: translateX(-400%);
}

.img-parent.is--tab.mob-hidden {
    width: 100%;
    min-width: 100%;
}

.tab-panels-contain {
    display: flex;
    min-width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.tab-panel.bg-black {
    width: 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 100px;
    color: #fff;
}

.img-parent {
    min-width: 100%;
    width: 100%;
    margin-left: -4px;
}

p.supa_wwd_para {
    text-align: center;
    font-size: 28px;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 0 20px;
}



.cs-h-sec4 {
    width: 100%;
    padding: 100px 20px 100px 20px;
}

.cs-h-s4-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1085px;
    margin: 0 auto;
    padding-top: 60px;
    column-gap: 2%;
    row-gap: 25px;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    background: hsla(0, 0%, 100%, .02);
}

.portfolio-card {
    background-size: cover !important;
    border-radius: 32px;
    cursor: pointer;
    overflow: hidden;
    padding: 20px;
    position: relative;
    height: 600px;
    border: 1px solid black;
}



.portfolio-card:first-of-type {
    width: 46%;
}

.portfolio-card:nth-of-type(2) {
    width: 52%;
}

.portfolio-card:nth-of-type(3) {
    width: 52%;
}

.portfolio-card:nth-of-type(4) {
    width: 46%;
}

.portfolio-card:nth-of-type(5) {
    width: 46%;
}

.portfolio-card:nth-of-type(6) {
    width: 52%;
}

.portfolio-card:nth-of-type(7) {
    width: 52%;
}

.portfolio-card:nth-of-type(8) {
    width: 46%;
}

.portfolio-card>.pf-card-text {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    width: 100%;
    color: white;
}

.pf-card-h {
    font-weight: 200 !important;
    font-size: 30px;
    line-height: 35.2px;
    font-weight: 600;
    letter-spacing: 2px !important;
}

.pf-card-para {
    line-height: 21px;
    font-weight: 200;
}



.portfolio-card a.pf-icon-go {
    opacity: 0;
}

.portfolio-card a.pf-icon-go {
    align-items: flex-start;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background: hsla(0, 0%, 100%, .02);
    border-radius: 99px;
    content: url({$theme_path}/static/image/arrow-up-right.svg);
    display: flex;
    flex-direction: row;
    gap: 15px;
    height: 64px;
    justify-content: center;
    padding: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 64px;
    transition: all .3s;
    margin-top: 25px;
}

.portfolio-card:hover a.pf-icon-go {
    margin-top: 0;
    opacity: 1;
    scale: .9;
}



.cs-h-sec5 {
    width: 100%;
    padding-bottom: 0px;
}

.achievement_wrappper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.achievement_row {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
}

.achievement_container {
    padding: 100px 20px;
    background: white;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    background-repeat: no-repeat;
    background-size: cover;
}

.achievement_col_1,
.achievement_col_2 {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}

.achievement_col_1>p {
    font-size: 28px;
    color: #091030;
    font-weight: 400;
    margin-bottom: 15px;
}

.achievement_col_1>span {
    font-size: 15px;
    color: white;
}



.achievement_col_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
    width: 100%
}

.achievement_count_box {
    width: 48%;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 300px;
    background: #091030;
    justify-content: center;
    box-shadow: 0px 0px 12px 2px #fe9b0266;
}

span.achievement_cb_h1 {
    font-size: 70px;
    font-weight: bold;
    line-height: 95px;
    color: #FE9B02;
    font-family: 'AmericanCaptain' !important;
    letter-spacing: 5px;
}

span.achievement_cb_para {
    color: white;
    font-size: 22px;
    font-weight: 400;
}

.achievement_col_3 {
    width: 100%;
}

.achievement_col_3>p {
    margin-top: 50px;
    font-size: 18px;
    color: white;
    font-weight: 400;
    line-height: 35px;
}



section.cs-h-sec6 {
    width: 100%;
    padding-bottom: 100px;
    padding: 40px 20px 50px 20px;
}

.blog_container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    max-width: 1000px;
}

.blog_col-1,
.blog_col-2 {
    width: 100%;
}

.blog_c1_decs {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px 40px 0px;
    align-items: center;
}

.blog_c1_decs>p {
    font-size: 28px;
    line-height: 1.5;
    margin: auto;
    text-align: center;
    display: flex;
}

a.all_blog_btn {
    background: #091030;
    padding: 10px 60px;
    text-decoration: none;
    display: flex;
    margin: auto;
    color: white;
    border-radius: 23px;
    font-size: 18px;
    transition: 0.3s;
}


a.all_blog_btn:hover {
    background: #FE9B02;

}

.blog_row {
    width: 100%;
    margin: 0 auto;
}

.blog_article {
    background-size: cover !important;
    border-radius: 18px;
    display: flex;
    min-height: 275px !important;
    position: relative;
    width: 48%;
    flex-direction: column;
    padding: 25px;
}

a.blog_read {
    padding: 10px 20px;
    background: #FE9B02;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 25px;
    transition: 0.3s;
    opacity: 0;
    z-index: 2;
}

.blog_article:hover a.blog_read {
    margin-top: 0;
    opacity: 1;
}

.blog_top_btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: white;
    margin-bottom: 25px;
}

.blog_btn_1 {
    padding: 8px 40px;
    background: #091030;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 400;
    color: white;
    text-decoration: none;
}

.blog_btn_1:visited,
.blog_btn_1:focus,
.blog_btn_1:active {
    color: white;
}

.blog_btn_2 {
    font-size: 14px;
    font-weight: 400;
}

.blog_content_con>h3 {
    font-family: 'DMSans' !important;
    font-size: 22px !important;
    line-height: 25px !important;
    color: white;
    font-weight: 400 !important;
    margin-bottom: 25px;
}

.blog_content_con p {
    font-size: 18px;
    line-height: 24px;
    color: lightgray;
}

.blog_top_btn,
.blog_content_con {
    z-index: 1;
}



.blog_c2_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
}



.sample-slider {
    width: 100%;
}

.sec7_container {
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

.swiper-wrapper.partner-wrapper {
    display: flex;
    column-gap: 32px;
}

.swiper-slide {
    height: 300px;
    width: 300px;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sample-slider .swiper-wrapper.partner-wrapper {
    transition-timing-function: linear;
}

section.cs-h-sec7 {
    width: 100%;
    padding: 100px 20px;
}



.sec-consultation-container {
    max-width: 100%;
    color: #091030;
    text-align: center;
    background-color: #091030;
    background-position: 0 0;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 50px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.sec-consultation-container h2 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 30px;
    color: #FE9B02;
}

.wb-btn-color-2 {
    background-color: #FE9B02 !important;
    border: 1px solid #FE9B02 !important;
}

.qutoe {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 31px;
    color: white;

}

.consul_btn {
    box-shadow: none;
    color: #fff !important;
    letter-spacing: 0;
    background-color: #FE9B02 !important;
    border: 1px solid #FE9B02 !important;
    padding: 15px 90px 15px 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    position: relative;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.consul_btn:hover {
    color: #fff;
    background-color: #0c171f;
    border-color: #f8f8f8;
    box-shadow: 5px 5px #042825;
}

a.consul_btn img {
    width: 30px;
    position: absolute;
    transition: all .3s;
}

.tab-col-hd {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.tab-col-hd h3 {
    margin-left: 15px;
}

a.consul_btn:hover img {
    right: 50px;
}

.tab-col-hd img {
    width: 100px;
}




section.cs-h-sec8 {
    width: 100%;
}

section.cs-h-sec8 {
    width: 100%;
}

.sec8_row {
    width: 100%;
    background: black;
    margin: 0 auto;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    padding: 50px 20px;
}

.swiper-slide.testi-slide {
    height: 500px !important;
}

.sec8_container {
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.sec8_col_1 {
    width: 45%;
}

.sec8_col_2 {
    width: 55%;
}

.testi-box {
    display: flex;
    padding: 20px;
    background: #404040;
    border: 2px solid #FE9B02;
    border-radius: 50px;
    margin: 0 40px;
    height: 500px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 85%;
}

.testi_img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px !important;
}

.testi_col_1,
.testi_col_2 {
    display: flex;
    width: 100%;
}

.testi_col_2 {
    flex-wrap: wrap;
    justify-content: center;
}

.testi_col_2 span,
.testi_col_2 p {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.testi_img img {
    max-width: 140px;
    border-radius: 100px;
}

.testi_col_2 span {
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: 'AmericanCaptain';
}

.testi_col_2 p {
    font-size: 18px !important;
    padding: 0px 0px !important;

}

.sec8_col_2 {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}



.faq_container .faq {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.faq_container .faq li {
    padding: 20px;
}

.faq_container .faq li.q {
    font-weight: bold;
    font-size: 120%;
    border: 1px #ddd solid;
    border-radius: 15px 15px 0px 0px;
    cursor: pointer;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq_container .faq li.a {
    background: black;
    display: none;
    color: #fff;
}

.faq_container .faq li.q i {
    float: right;
    transition: transform 0.3s ease-in-out;
}

.faq_container .faq li.q.rotate i::before {
    content: "\f068";
}

.faq_container .faq li.q i::before {
    content: "\f067";
}

.faq_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}



.sec9_row {
    width: 100%;
    padding: 100px 20px;
}

span.q-col-1 {
    width: 94%;
}

span.q-col-3 {
    font-size: 18px;
}


h2.supaa.supa_wwd {
    line-height: 100px !important;
}

h2.ah {
    color: #FE9B02 !important;
}


a.consul_btn.herobtn:hover {
    box-shadow: 3px 3px white !important;
}

h2.abouthead {
    font-size: 110px;
    line-height: 100px;
    font-weight: lighter !important;
    text-align: center;
    transition: all 0.9s;
    position: relative;
    background-color: #111633;
    margin-top: 0;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.herobtn {
    outline: none !important;
    box-shadow: none;
    color: #fff !important;
    letter-spacing: 0;
    background-color: #4053ff;
    border: 1px solid #4053ff;
    padding: 15px 90px 15px 50px;
    font-size: 18px;
    font-weight: bold;
    margin: auto;
    line-height: 28px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    position: relative;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media only screen and (max-width: 1600px) {

    .section.cs-h-sec3 h2,
    section.cs-h-sec7 h2,
    .supa_wwd {
        line-height: 100px !important;
        font-size: 110px !important;
    }
}


@media only screen and (max-width: 1100px) {
    .typed-cursor {
        font-size: 70px !important;
        top: -16px !important;
        left: 3px;
    }
}


@media only screen and (max-width: 860px) {
    .typed-cursor {
        font-size: 56px !important;
        top: -12px !important;
    }
}


@media only screen and (max-width: 1366px) {
    .new-services-jumbo {
        font-size: 30px !important;
        line-height: 30px !important;
    }

    font-size: 74px !important;
    top: -17px !important;
    left: 3px;
}
}


@media only screen and (max-width: 660px) {
    .typed-cursor {
        font-size: 41px !important;
        top: -10px !important;
        left: 3px;
    }
}


@media only screen and (max-width: 1100px) {
    .service-card>.name {
        font-size: 30px !important;
        line-height: 36px !important;
        padding-top: 10px;
    }

    p.sc-about-para {
        margin: 0 !important;
        margin-top: 0px !important;
        font-size: 28px !important;
        padding: 0px 20px;

    }

}




@media only screen and (max-width: 960px) {
    .tab-btn-parent {
        flex-wrap: wrap;
        row-gap: 0px !important;
        flex-direction: column;
    }

    .typed-cursor {
        color: #FE9B02;
        font-size: 56px;
        position: relative;
        top: -13px;
        left: 5px;
    }


}

@media only screen and (max-width: 1024px) .span-text.one {
    font-size: 18px !important;
    line-height: 24px !important;
}





@media only screen and (max-width: 768px) {

    .supa_wwd,
    h2.abouthead {
        font-size: 48px !important;
        line-height: 75px !important;
        margin-bottom: 0px;
    }

    .achievement_col_1>p {
        font-size: 18x !important;


    }

    section.cs-h-sec7 h2,
    .sec-consultation-container h2,
    span.achievement_cb_h1 {
        font-size: 48px !important;
        line-height: 50px !important;
    }



    a.herobtn.consul_btn.wb-btn-color {
        font-size: 13px !important;
        padding: 10px 70px !important;
    }


    img.consul_btn_icon {
        right: 35px !important;
        top: 13px;
    }


    .new-services-jumbo {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    h2.ah.supa_wwd {
        margin-bottom: -10px;

    }

    .typed-cursor {
        font-size: 51px !important;
        top: -11px !important;
        left: 3px;

    }

    .service-hero-title {
        padding-bottom: 20px;
    }


    h2.hs.supa_wwd {
        margin-bottom: -15px;
    }

    .service-hero-title {
        padding-bottom: 20px;
    }

    .cs-h-sec2 {
        padding: 15px 0 !important;
    }

    .cs-h-s4-container {
        padding-top: 10px;
    }

    .cs-h-sec5 {
        padding-bottom: 10px !important;
    }

    .cs-h-sec4 {
        padding-top: 20px !important;
        padding-bottom: 70px !important;
    }



    .blog_c1_decs.responsive-para {
        padding-top: 0px !important;
    }

    span.achievement_cb_para,
    .span-text.one {
        font-size: 18px !important;

    }

    p.supa_wwd_para,
    p.sc-about-para,
    .blog_c1_decs>p {
        margin-bottom: 10px;
        font-size: 18px !important;
    }

    h3.pf-card-h {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 2px !important;
    }

    .section.cs-h-sec3 h2,
    section.cs-h-sec7 h2,
    .sec-consultation-container h2,
    {
    line-height: 50px !important;
    font-size: 48px !important;
    line-height: 48px !important;

}

.achievement_container {
    padding: 20px 20px 70px !important;
}

.achievement_row {

    padding-top: 5px;
}

.blog_c1_decs.responsive-para {
    padding-top: 20px;
}

.service-card {
    padding: 0px !important;
}

h2.supaa.supa_wwd {
    line-height: 45px !important;
}

}

@media only screen and (max-width: 450px) {
    .service-card span {
        font-size: 26px;
        line-height: 36px;
        padding: 0px 10px;
    }


    .achievement_container {
        padding: 20px 20px 0px !important;
    }

    .sec8_col_1 {
        padding: 20px !important;
    }


    .cs-h-sec2 {
        padding: 0px 0px 25px 0px !important;
    }

    a.herobtn.consul_btn.wb-btn-color {
        font-size: 13px !important;
        padding: 10px 70px !important;
    }

    img.consul_btn_icon {
        right: 35px !important;
        top: 13px;
    }

    .cs-h-sec3 {
        padding: 30px 0 0px 0;
    }


    h2.abouthead {
        padding-top: 30px;
        padding-bottom: 10px;
        line-height: 60px !important;
    }

    p.sc-about-para {
        margin: 0px !important;
    }

    h3.pf-card-h {
        font-size: 25px;
        line-height: 30px;
    }

    .new-services-jumbo {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .typed-cursor {
        font-size: 31px !important;
        top: -7px !important;
        left: 3px
    }

}

section.cs-h-sec8 {
    width: 100%;
}

section.cs-h-sec8 {
    width: 100%;
}

.sec8_row {
    width: 100%;
    background: black;
    margin: 0 auto;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    padding: 50px 20px !important;
    background-size: cover;
    background-repeat: repeat;
}



.sec8_container {
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.sec8_col_1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    gap: 50px;
    padding: 80px 0px !important;
}

.sec8_col_2 {
    width: 80% !important;
}



.testi-box {
    display: flex;
    padding: 20px;
    background: #091030;
    border-radius: 0px;
    margin: 0 40px;
    height: 500px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border: 2px solid #FE9B02;
    width: 85%;
}

.testi_img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.testi_col_1,
.testi_col_2 {
    display: flex;
    width: 100%;
}

.testi_col_2 span {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #FE9B02;
}

.testi_col_2 {
    flex-wrap: wrap;
    justify-content: center;
    color: white;
}

.testi_col_2 span,
.testi_col_2 p {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.testi_img img {
    max-width: 140px;
    border-radius: 100px;
}

.testi_col_2 span {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.testi_col_2 p {
    font-size: 16px;
    padding: 0 50px;
}

.sec8_col_2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
}


.video_popup_mian {
    background: #0b102fa3;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 558;
    backdrop-filter: blur(2px);
    display: none;
    align-items: center;
    justify-content: center;
}

.close_Btn_vid {
    position: absolute;
    width: 37px;
    top: 52px;
    right: 52px;
    cursor: pointer;
}

.vide_one,
.vide_two {
    display: none;
}

img.ids_gm_v {
    cursor: pointer;
}

.active_popup {
    display: flex;
    animation-name: fadeIn;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.vide_visla_active {
    display: block !important;
}

@media only screen and (max-width: 600px) {
    .sec8_row {
        padding: 50px 20px !important;
    }

    .service-hero-title {
        font-size: 45px !important;
        line-height: 55px !important;
    }
}

@media only screen and (max-width: 767px) {
    .service-hero-title {
        font-size: 80px !important;
        line-height: 90px !important;
    }

    .sec8_col_1 {
        padding-bottom: 80px !important;
    }

    .testi-box {
        width: 100% !important;
    }

    .service-hero-title {
        font-size: 70px !important;
        line-height: 75px !important;
    }

    .sec8_col_2 {
        width: 100% !important;
    }


}

@media only screen and (max-width: 425px) {

    .sec8_col_1 {
        padding-top: 0px !important
    }



}

body {
    margin-bottom: 0 !important;
}

a {
    outline: none !important;
}

.rebrand-h1 {
    font-family: 'AmericanCaptain';
    letter-spacing: 2px;
}

.footer_container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

footer#custom_footer {
    width: 100%;
    z-index: 1;
    color: #fff;
    background-color: #091030;
    flex-direction: column;

    display: flex;
    position: relative;
    overflow: hidden;
    padding: 112px 20px 0 20px;
}

.footer_m_col_1,
.footer_m_col_2 {
    width: 100%;
}

span.think_span {
    font-family: DMSans !important;
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

a.start_a {
    display: flex;
    font-size: 64px;
    align-items: center;
    text-decoration: none;
    line-height: 70.4px;
    border-bottom: 3px solid;
    color: white;
    font-weight: 600;
    margin-bottom: 60px;
    position: relative;
}

.footer-white-arrow {
    width: 3.0625rem;
    height: 2.625rem;
    object-fit: contain;
    margin-left: 1.5rem;
    transition: 0.3s;
    position: absolute;
    right: 0;
}

a.start_a:hover .footer-white-arrow {
    margin-left: 2.5rem;
    right: -25px;
}

p.rebrand-paragraph-l {
    font-size: 24px;
    line-height: 38.4px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer_m_col_3 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.footer_m_col_1 {
    padding-right: 0;
}

.footer_c22_col_2 {
    width: 28%;
}

form#fluentform_2 label:after {
    all: unset;
}

form#fluentform_2 label {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

form#fluentform_2 input {
    width: 100%;
    height: 3.625rem;
    background-color: rgba(0, 0, 0, .1);
    border-width: 0.0625rem;
    border-color: rgba(255, 255, 255, .5);
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: white;
}

form#fluentform_2 input:hover,
form#fluentform_2 input:focus,
form#fluentform_2 input:active {
    border-color: white;
}

form#fluentform_2 .fluentform .ff-el-group {
    margin-bottom: 0 !important;
}

button.ff-btn.ff-btn-submit {
    font-size: 17px !important;
    line-height: 19.6px;
    font-weight: 500;
    border-width: 0.0625rem;
    border-color: rgba(255, 255, 255, .5);
    border-radius: 0.25rem;
    height: 3.625rem !important;
}

button.ff-btn.ff-btn-submit:hover {
    background-color: white !important;
    border-color: rgba(245, 210, 252, 1) !important;
    color: black !important;
    opacity: 1 !important;
}

.footer_cc2_col_1 {
    width: 68%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_m_col_2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-self: auto;
}

.footer_cc2_col_wrapper>span,
.footer_c22_col_2>span {
    display: block;
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: 'AmericanCaptain';
    letter-spacing: 2px;
}

.footer_ccm_col_2 {
    width: 100%;
    margin-bottom: 20px;
}

.footer_cc2_col_wrapper>div ul {
    font-family: DMSans !important;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_cc2_col_wrapper>div>ul>li>a {
    font-family: DMSans !important;
    display: block;
    text-decoration: none;
    color: white;
    margin-bottom: 10px;
    opacity: 1;
}

.footer_c22_col_2>div>span {
    margin-bottom: 35px;
    display: block;
}

.footer_c22_col_2>span {
    border-bottom: 1px solid #b5b8c1;
    padding-bottom: 25px;
}

.footer_c22_col_2>div>p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    opacity: 0.6;
}

.footer_m_col_3>a {
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    color: white;
}

.footer_c22_col_2 {
    width: 28%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.footer_ccm_col_2>p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
    opacity: 0.7;
}

.footer_ccm2_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}

.footer_cc2_col_wrapper {
    width: 30%;
    margin-bottom: 20px;
}

div[data-name="ff_cn_id_1"] .ff-el-group,
div[data-name="ff_cn_id_2"] .ff-el-group {
    margin-bottom: 10px;
}

.ff-el-form-check-label {
    background: #091030;
    color: white;
    padding: 13px 20px;
    display: block;
}

.footer_ccm_col_2>a {
    font-size: 14px;
    line-height: 21px;
    opacity: 0.7;
    text-decoration: none;
    color: white;
}


@media only screen and (max-width: 1200px) {
    .footer_cc2_col_1 {
        width: 100% !important;
    }

    .footer_c22_col_2 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 800px) {
    .footer_cc2_col_wrapper {
        width: 49% !important;
    }
}

@media only screen and (max-width: 680px) {
    .footer_cc2_col_wrapper {
        width: 100% !important;
    }

    a.start_a:hover .footer-white-arrow {
        margin-left: 0 !important;
        right: 0 !important;
    }

    a.start_a {
        font-size: 50px !important;
        line-height: 60px !important;
        margin-bottom: 35px !important;
    }

    footer#custom_footer {
        padding: 80px 20px 0 20px;
    }
}

@media only screen and (max-width: 445px) {
    a.start_a {
        font-size: 45px !important;
        line-height: 60px !important;
    }

    .footer_m_col_3 {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 425px) {
    a.start_a {
        font-size: 35px !important;
        line-height: 50px !important;
    }

    .footer-white-arrow {
        width: 40px !important;
        height: 40px !important;
    }
}

@font-face {
    font-family: AmericanCaptain;
    src: url({$theme_path}/static/font/American-Captain.woff);
}

@font-face {
    font-family: DMSans;
    src: url({$theme_path}/static/font/DMSans_18pt-Regular.ttf);
}

#sib-container input:-ms-input-placeholder {
    text-align: left;
    color: #c0ccda;
}

#sib-container input::placeholder {
    text-align: left;
    color: #c0ccda;
}

#sib-container textarea::placeholder {
    text-align: left;
    color: #c0ccda;
}

span.tt {
    letter-spacing: 2px;
    font-family: 'AmericanCaptain';
    color: white !important;
    font-size: 28px !important;
}

input#EMAIL {
    font-family: DMSans !important;
}

#sib-container {
    background: none !important;
    margin: -20px 0px auto !important;
}

.sib-form-block {
    padding: 0px !important;
}

.sib-form {
    padding: 0px 0px 32px !important;
}

.sib-form .entry__field {
    align-items: center;
    height: 50px !important;
    background: #ff000000 !important;
    border: 2px solid white !important;
    border-radius: 5px;
    display: inline-flex;
    margin: 0.25rem 0;
    max-width: 100%;
}

.grecaptcha-badge {
    visibility: hidden;
}

form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit {
    background-color: rgba(245, 210, 252, 0);
    border-color: rgba(255, 255, 255, 1);
    color: #000000;
    border-radius: 5px;
    min-width: 100%;
}

form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit:hover {
    background-color: #ffffff;
    border-color: #1a7efb;
    color: #1a7efb;
}

.fluent_form_2 button.ff-btn.ff-btn-submit {
    color: #ffffff;

    border: solid 0.8px white !important;

}

.fluent_form_2 form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit {
    background-color: rgba(245, 210, 252, 1);
    border-color: rgba(245, 210, 252, 1);
    color: #ffffff;
    border-radius: 5px;
    min-width: 100%;
}

.cs-sec2-col-1 img {
    width: 100%;
    max-width: 520px !important;
    background: radial-gradient(circle, rgba(9, 16, 48, 0.5) 0%, #c1ccff 30%, rgba(173, 216, 230, 0.5) 100%);
    border-radius: 20px;
}


form#fluentform_5 .ff-btn-submit {}

img.entered.litespeed-loaded {
    width: 41px;
}

span.nav-subtitle {
    font-size: 23px;
    font-weight: 700;
}

.sec_post_hero:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8 !important;
}


.cs-service-h2 {
    font-size: 48px !important;
    line-height: 55.2px;
    font-weight: 600;
    color: #111456;
}



p.paragraph-53 {
    font-size: 22px !important;
    line-height: 35px;
    color: #000000 !important;
}

.cs-sec3-service-box span {
    font-size: 30px !important;

}

.cs-sec6-hire-box h3 a {
    font-size: 22px !important;
}

.faq_container .faq li.a {
    font-size: 18px !important;

}

.faq_container .faq li.q {
    font-size: 22px !important;
}


.pf-card-para p {
    font-size: 18px !important;
}



p,
a {
    font-family: DMSans !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: AmericanCaptain !important;
    font-weight: lighter !important;
}

@media only screen and (max-width: 768px) {

    .pf-card-para p {
        display: none;
    }

}


form#fluentform_5 input {
    border: 0;
    border-bottom: 3px solid;
    border-radius: 0;
    border-bottom: 3px solid gray !important;
    background: none !important;
}


form#fluentform_5 .ff-el-input--content textarea {
    min-height: 200px;
    background: none !important;
    border-bottom: 3px solid gray !important;
}

form.fluent_form_5 .wpf_has_custom_css.ff-btn-submit {
    color: black !important;
}


button.ff-btn.ff-btn-submit {
    background: none !important;
    border: solid 1px black !important;
}


button.ff-btn.ff-btn-submit:hover {
    background: none !important;
    border: solid 1px black !important;
}


form#fluentform_5 input,
form#fluentform_5 .ff-el-input--content textarea {
    color: black !important;
}

form#fluentform_5 .ff-btn-submit {
    background: #FE9B02 !important;
    color: white !important;
    border: none !important;
    font-size: 18px !important;
}


form.fluent_form_4 .wpf_has_custom_css.ff-btn-submit {
    color: #000000 !important;

}

form#fluentform_4 input {
    background: none !important;
}

form#fluentform_4 .ff-el-input--content textarea {
    background: none !important;

}


form#fluentform_4 .ff-btn-submit {
    background: #1a7efb !important;
    color: white !important;
    border: none !important;
    font-size: 18px !important;
}

form.fluent_form_6 .ff-btn-submit {
    background-color: white !important;
    color: #0f0f0f !important;
    border: none !important;

    width: 100%;
}

textarea#ff_6_description {
    background: none;
}


select.ff-el-form-control:not([size]):not([multiple]) {
    height: 50px !important;
}

.cs-h-sec-quotation {
    background: #091030 !important;
    padding-bottom: 50px;
    position: sticky;
}



.cs-h-s-containerr {
    padding: 50px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .6);

    backdrop-filter: blur(3px);

    border-radius: 50px;
    font-family: 'AmericanCaptain';
    letter-spacing: 2px;
    font-size: 22px;
    color: #FE9B02;
}

select.ff-el-form-control:not([size]):not([multiple]) {
    height: 50px !important;
    background: none;
    color: white;
}

input#ff_6_input_text {
    background: none;
    color: white !important;

}

.fluentform .ff-el-form-control {
    background: none;
    color: white;
}

.ff-t-cell.ff-t-column-1 {
    row-gap: 10px !important
}

.ff-t-container {
    gap: 30px !important;
}

div[id*='ajaxsearchlitesettings'].searchsettings .asl_option_inner label {
    font-size: 0px !important;
    color: rgba(0, 0, 0, 0);
}

div[id*='ajaxsearchlitesettings'].searchsettings .asl_option_inner label:after {
    font-size: 11px !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.asl_w_container {
    width: 100%;
    margin: 0px 0px 0px 0px;
    min-width: 200px;
}

div[id*='ajaxsearchlite'].asl_m {
    width: 100%;
}

div[id*='ajaxsearchliteres'].wpdreams_asl_results div.resdrg span.highlighted {
    font-weight: bold;
    color: rgba(217, 49, 43, 1);
    background-color: rgba(238, 238, 238, 1);
}

div[id*='ajaxsearchliteres'].wpdreams_asl_results .results img.asl_image {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

div.asl_r .results {
    max-height: none;
}

div.asl_r.asl_w.vertical .resdrg {
    display: flex;
    flex-wrap: wrap;
}

div.asl_r.asl_w.vertical .results .item {
    min-width: 200px;
    width: 24%;
    flex-grow: 1;
    box-sizing: border-box;
    border-radius: 0;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
    div.asl_r.asl_w.vertical .results .item {
        min-width: 200px;
    }
}

@media only screen and (max-width: 640px) {
    div.asl_r.asl_w.vertical .results .item {
        min-width: 200px;
    }
}

.site-title,
.site-description {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}

@font-face {
    font-family: AmericanCaptain;
    src: url({$theme_path}/static/font/American-Captain.woff);
}


@font-face {
    font-family: DMSans;
    src: url({$theme_path}/static/font/DMSans_18pt-Regular.ttf);
}


body {
    font-family: DMSans !important;
}


p,
a {
    font-family: DMSans !important;
    font-weight: Regular !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: AmericanCaptain !important;
    font-weight: lighter !important;
}


* {
    box-sizing: border-box;
}



header.cs-h-site-header {
    position: relative;
}

.cs-site-header {
    z-index: 99;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.cs-h-navbar {
    z-index: 999;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: static;
    overflow: visible;
}

.cs-w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative;
}

.cs-h-shadow-bg {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .08);
}

.cs-h-container.cs-h-nav-container {
    height: 90px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}

.cs-h-container {
    z-index: 5;
    width: 100%;
    max-width: 1340px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
}

.cs-h-header-col-left {
    align-items: flex-end;
    display: flex;
}

.cs-h-header-col-right {
    align-items: center;
    display: flex;
}

.cs-h-header-col-left>a>img {
    display: block;
    width: 120px;
}

.cs-h-header-col-left>a>img {
    display: block;
    width: 150px;
}

.cs-h-nav-menu {
    align-items: center;
    margin-right: 20px;
    display: flex;
}

.cs-h-nav-links-new {
    align-items: center;
    display: flex;
    position: static;
}

.cs-h-nav-links-new ul>li>a {
    opacity: 1;
    color: #ffffff;
    letter-spacing: 1px;
    border-bottom: 1px solid transparent;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    font-family: 'DMSans' !important;
    animation-iteration-count transition: color .2s, opacity .2s;
    display: flex;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    font-weight: 400;
}

.cs-h-nav-links-new ul>li {
    display: flex;
    align-items: center;
}

.cs-h-nav-links-new ul>li>a:hover {
    opacity: .8;
    color: #ffffff;
}

.cs-h-nav-links-new ul>li>a:after {
    content: '';
    will-change: background;
    background-color: rgb(0 0 0);
    width: 0%;
    height: 1px;
    transition: all .3s;
}

.cs-h-nav-links-new ul>li>a:hover:after {
    content: '';
    will-change: background;
    background-color: rgb(0 0 0);
    width: 100%;
    height: 1px;
}

.cs-lets-btn>a {
    z-index: 99;
    min-width: 110px;
    color: #091030;
    text-align: center;
    background-color: #f5d2fc;
    background-image: url(https:
background-position: 50% 200%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    padding: 14px 20px;
    font-size: 16px;
    line-height: 1em;
    transition: background-position 1s cubic-bezier(.39, .575, .565, 1), color .2s cubic-bezier(.6, -.28, .735, .045);
    display: flex;
    position: relative;
    align-items: center !important;
}


.cs-lets-btn>a:hover {
    background-color: #f5d2fc;
    background-position: 50% 0;
}

.cs-lets-btn a:after {
    all: unset !important;
}


@media only screen and (max-width: 1024px) {

    header.cs-h-site-header {
        z-index: 99;
    }

    .cs-h-nav-links-new {
        width: 100%;
    }

    .cs-h-nav-links-new>div>ul li:hover {
        background: #0b96f3;
    }

    .cs-h-nav-links-new>div>ul {
        background: rgb(240, 238, 238);
    }

    .cs-h-nav-links-new>div>ul li {
        padding: 10px;
        border-bottom: 1px solid;
    }

    .cs-h-nav-links-new>div {
        position: absolute;
        left: 100%;
        width: 100%;
        padding: 30px 0px;
        top: 85px;
        transition: all 1s;
    }

    .menu-toggle {
        display: block !important;
    }

}


.cs-active {
    position: relative;
    left: 0 !important;
    transition: all 1s;
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

html {
    overflow-x: hidden
}

body {
    overflow-x: hidden
}

.cs-h-nav-links-new ul>li>a {
    color: white !important
}

.cs-h-nav-links-new ul>li>a:after {
    background-color: rgb(255 255 255) !important
}

.wb-btn-color {
    background-color: #0a1030 !important;
    border: 1px solid #0a1030 !important
}

@media only screen and (max-width:1366px) {
    .services-jumbo {
        font-size: 100px !important;
        line-height: 115px !important
    }

    .new-services-jumbo {
        font-size: 45px !important;
        line-height: 60px !important
    }
}

@media only screen and (max-width:1100px) {
    .services-jumbo {
        font-size: 95px !important;
        line-height: 100px !important
    }

    .new-services-jumbo {
        font-size: 45px !important;
        line-height: 55px !important
    }

    .faq_container .faq li {
        padding: 15px !important
    }
}

@media only screen and (max-width:1024px) {
    .consul_btn {
        padding: 13px 85px 13px 35px;
        font-size: 16px
    }
}

@media only screen and (max-width:860px) {
    .services-jumbo {
        font-size: 75px !important;
        line-height: 85px !important
    }

    .new-services-jumbo {
        font-size: 33px !important;
        line-height: 45px !important
    }
}

@media only screen and (max-width:768px) {
    a.consul_btn img {
        width: 25px !important
    }

    .consul_btn {
        font-size: 16px !important
    }

    iframe {
        max-width: 100%;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .hero-section {
        padding-top: 200px !important
    }

    .services-jumbo {
        font-size: 65px !important;
        line-height: 75px !important
    }

    .new-services-jumbo {
        font-size: 30px !important;
        line-height: 40px !important
    }
}

@media only screen and (max-width:600px) {
    .services-jumbo {
        font-size: 55px !important;
        line-height: 65px !important
    }

    .new-services-jumbo {
        font-size: 26px !important;
        line-height: 35px !important
    }

    .hero-section {
        padding-top: 180px !important
    }
}

@media only screen and (max-width:450px) {
    .cs-h-header-col-left>a>img {
        width: 100px !important
    }

    button {
        padding: 8px 10px !important
    }

    button.menu-toggle img {
        width: 25px !important
    }

    .services-jumbo {
        font-size: 40px !important;
        line-height: 54px !important
    }

    .arrow-logo {
        width: 115px !important
    }

    .services-arrow-image.absolute {
        max-width: 30px !important
    }

    .clutch {
        height: 30px !important;
        max-width: 65px !important
    }

    .strong-button {
        width: 175px !important;
        height: 86px !important
    }
}

@media only screen and (max-width:390px) {
    .services-jumbo {
        font-size: 38px !important;
        line-height: 51px !important
    }
}

:root {
    --swiper-theme-color: #007aff
}

:root {
    --swiper-navigation-size: 44px
}

.sib-form * {
    box-sizing: border-box
}

.entry__error {
    display: none;
    margin-top: 6px;
    margin-bottom: 6px;
    background: rgba(0, 0, 0, 0)
}

.input--hidden {
    display: none !important
}

input::-webkit-input-placeholder {
    color: #bfcad8
}

input::-moz-placeholder {
    color: #bfcad8
}

input:-ms-input-placeholder {
    color: #bfcad8
}

input:-moz-placeholder {
    color: #bfcad8
}

.sib-form-message-panel {
    margin: 0 0 1.25rem 0;
    width: 100%;
    padding: .4375rem;
    border: 1px solid;
    display: none
}

.sib-form-message-panel__text {
    display: flex;
    align-items: center;
    margin: 0;
    padding: .5rem
}

.sib-form-message-panel__text .sib-icon {
    contain: strict;
    display: inline-block;
    fill: currentColor
}

.sib-form-message-panel__text .sib-notification__icon {
    height: 1.5em;
    width: 1.5em;
    flex-shrink: 0;
    margin-right: calc(1rem - 1px)
}

.sib-hide-loader-icon {
    display: none
}

.sib-form .entry__error {
    max-width: 40em
}

.sib-form .entry__error {
    display: block
}

.sib-form .entry__error {
    display: none;
    color: #ff4949;
    font-size: .87055056rem;
    line-height: 1rem
}

.sib-form .clickable__icon {
    height: 1.5rem;
    vertical-align: bottom;
    width: 1.5rem
}

.sib-form .clickable__icon:not(.sib-icon_standalone) {
    margin-right: calc(.7002rem - 1px)
}

.sib-form .progress-indicator__icon {
    -webkit-animation: indicator-spin 1.3s cubic-bezier(0.46, 0.35, 0.39, 0.85) infinite;
    animation: indicator-spin 1.3s cubic-bezier(0.46, 0.35, 0.39, 0.85) infinite
}

@-webkit-keyframes indicator-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes indicator-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

ul {
    box-sizing: border-box
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

a {
    background-color: transparent
}

b {
    font-weight: bolder
}

img {
    border-style: none
}

button,
input,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

*,
*::before,
*::after {
    box-sizing: inherit
}

html {
    box-sizing: border-box
}

body,
button,
input,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

h1 {
    clear: both
}

p {
    margin-bottom: 1.5em
}

body {
    background: #fff
}

ul {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

iframe {
    max-width: 100%
}

img {
    height: auto;
    max-width: 100%
}

a {
    color: #4169e1
}

a:visited {
    color: #800080
}

button {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em
}

input[type="text"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

textarea {
    width: 100%
}

.main-navigation {
    display: block;
    width: 100%
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation li {
    position: relative
}

.main-navigation a {
    display: block;
    text-decoration: none
}

.menu-toggle {
    display: block
}

@media screen and (min-width:37.5em) {
    .menu-toggle {
        display: none
    }

    .main-navigation ul {
        display: flex
    }
}

.page {
    margin: 0 0 1.5em
}

.custom-logo-link {
    display: inline-block
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.grecaptcha-badge {
    visibility: hidden
}

:root {
    --fluentform-primary: #1a7efb;
    --fluentform-secondary: #606266;
    --fluentform-danger: #f56c6c;
    --fluentform-border-color: #dadbdd;
    --fluentform-border-radius: 7px
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}

.broken_link,
a.broken_link {
    text-decoration: line-through;
}
