.home_hero {
    position: relative;
    padding: 160px 0px;
    border-bottom: 2px solid rgba(7, 7, 7, 0.40);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home_hero::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: -14px;
    width: 45%;
    height: 22px;
    background-image: url(../img/home/home-bot-art.svg);
}

.home_hero .txt h1 span {
    color: var(--c1);
}
.home_hero .txt .btn{
    margin-top:24px;
}

@media(max-width:990px) {
    .home_hero {
        padding: 180px 0 60px;
    }
    .home_hero::before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        opacity: 0.7;
        height: 80%;
        background: linear-gradient(0deg, #fff 50%, rgb(255, 255, 255, 0.42) 74%, rgba(255, 255, 255, 0.01) 94%);
    }
    .home_hero .txt {
        position: relative;
        text-align: center;
    }
}


/* ---- plain_content ---  */

.plain_content {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.plain_content .txt {
    text-align: center;
}

@media(max-width:990px) {
    .plain_content {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}


/* --- why_choose ---  */

.why_choose {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.why_choose .wrap {
    text-align: center;
}

.why_choose .wrap h3 {
    margin-top: 32px;
    margin-bottom: 16px;
}

.why_choose .btns {
    margin-top: 40px;
}

@media(max-width:1300px) {
    .why_choose .wrap h3 {
        font-size: 20px;
    }
}

@media(max-width:990px) {
    .why_choose {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .why_choose .wrap {
        margin-bottom: 32px;
    }
    .why_choose .col-lg-4:nth-child(3) .wrap {
        margin-bottom: 0px;
    }
    /*.why_choose .btns {*/
    /*    margin-top: 24px;*/
    /*}*/
}
@media(max-width:767px){
    .why_choose .btns .btn{
        width:100%;
    }
}


/* --- sbs ---  */

.sbs {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}


/* --- our_offer ---  */

.our_offer {
    position: relative;
    margin-top: 120px;
    margin-bottom: 120px;
}

.our_offer .wrap {
    position: relative;
    /* padding: 40px; */
    border-radius: 16px;
    margin-bottom: 40px;
}

.our_offer .col-lg-6:nth-last-child(2) .wrap,
.our_offer .col-lg-6:nth-last-child(1) .wrap {
    margin-bottom: 0px;
}

.our_offer .wrap .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 16px;
}

.our_offer .wrap .txt {
    padding: 70px 40px 34px;
}

.our_offer .wrap .txt h3 {
    position: relative;
    font-size: 20px;
    display: inline-block;
    border-radius: 7px;
    padding: 10px 14px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.our_offer .wrap .txt h3::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 6px;
    background-color: var(--cf);
}

.our_offer .col-lg-6:nth-child(1) .wrap .txt h3 {
    background: linear-gradient(90deg, #2A4152 0%, #038487 100%);
    background-clip: text;
}

.our_offer .col-lg-6:nth-child(2) .wrap .txt h3 {
    background: linear-gradient(90deg, #33405B 0%, #A048E8 100%);
    background-clip: text;
}

.our_offer .col-lg-6:nth-child(3) .wrap .txt h3 {
    background: linear-gradient(90deg, #303C53 0%, #DE00A7 100%);
    background-clip: text;
}

.our_offer .col-lg-6:nth-child(4) .wrap .txt h3 {
    background: linear-gradient(90deg, #AA037B 0%, #F26713 100%);
    background-clip: text;
}

.our_offer .wrap .txt h4 {
    color: var(--cf);
    font-size: 42px;
}

.our_offer .wrap .txt p {
    color: var(--cf);
}

@media(max-width:1440px) {
    .our_offer .wrap .txt h3 {
        font-size: 18px;
    }
    .our_offer .wrap .txt h4 {
        font-size: 36px;
    }
}

@media(max-width:1300px) {
    .our_offer .wrap .txt h4 {
        font-size: 32px;
    }
}

@media(max-width:990px) {
    .our_offer {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .our_offer .col-lg-6:nth-last-child(2) .wrap {
        margin-bottom: 40px;
    }
    .our_offer .wrap .txt {
        padding: 80px 32px 32px;
    }
    .our_offer .wrap .img img {
        object-fit: cover;
        object-position: center;
    }
}


/* --- indutries_serve ---  */

.indutries_serve {
    position: relative;
    padding-top: 80px;
    padding-bottom: 0px;
    margin-bottom: 80px;
    background-color: var(--c1);
}

.indutries_serve .title_sec {
    text-align: center;
}

.indutries_serve .title_sec h2,
.indutries_serve .title_sec p {
    color: var(--cf);
}

.indutries_serve .wrap .img img {
    border-radius: 12px;
}

.indutries_serve .wrap .txt {
    padding-top: 24px;
}

.indutries_serve .wrap h3 {
    color: var(--cf);
    font-size: 20px;
    font-family: "SF Pro Display";
    text-decoration: underline;
}

.indutries_serve .wrap h4 {
    color: var(--cf);
    font-size: 28px;
}

.indutries_serve .wrap .btn-read-more {
    color: var(--cf);
    text-decoration: unset;
}

.indus_bot_txt {
    padding: 45px 0;
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: var(--ct);
}

.indus_bot_txt h4 {
    /* font-size: 28px; */
    color: var(--cf);
    text-align: center;
    font-weight: 400;
    font-family: "SF Pro Display";
}

@media(max-width:990px) {
    .indutries_serve{
        padding-top: 40px;
        margin: 50px 0;
    }
    .indutries_serve .wrap {
        margin-bottom: 32px;
    }
    .indutries_serve .col-md-6:nth-last-child(2) .wrap,
    .indutries_serve .col-md-6:nth-last-child(1) .wrap {
        margin-bottom: 0px;
    }
    .indus_bot_txt{
         margin: 50px 0;
    }
    
}

@media(max-width:767px) {
    .indutries_serve .col-md-6:nth-last-child(2) .wrap {
        margin-bottom: 32px;
    }
}


/* --- explore_product ---  */

.explore_product {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.explore_product .wrap {
    display: flex;
    padding: 40px 24px 24px;
    height: 100%;
    text-align: center;
    border-radius: 8px;
    justify-content: space-between;
    flex-direction: column;
    border: 1px solid rgba(82, 96, 109, 0.40);
}

.explore_product .wrap .img {
    display: flex;
    align-items: center;
    height: 70%;
    text-align: center;
}

.explore_product .wrap h3 {
    margin-top: 24px;
    margin-bottom: 0px;
}

@media(max-width:990px) {
    .explore_product {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .explore_product .col-md-4 {
        margin-bottom: 32px;
    }
    .explore_product .col-md-4:nth-last-child(3),
    .explore_product .col-md-4:nth-last-child(2),
    .explore_product .col-md-4:nth-last-child(1) {
        margin-bottom: 0px;
    }
}


/* --- lets_build ---  */

.lets_build {
    position: relative;
    padding: 20px 80px 0px;
    margin-bottom: 80px;
    border-radius: 20px;
    background-color: var(--c1);
}

.lets_build .txt {
    padding: 40px 20px 60px 0px;
}

.lets_build .txt h2,
.lets_build .txt p {
    color: var(--cf);
}
.lets_build .txt .btn{
    margin-top:24px;
}

.lets_build .flex {
    flex-wrap: wrap;
}

.lets_build .wrap {
    width: 48%;
    align-self: center;
    /* padding-bottom: 32px; */
}

.lets_build .wrap .content {
    position: relative;
    color: var(--ct);
    padding: 26px;
    border-radius: 20px;
    background-color: var(--cf);
    box-shadow: 0px 5.26px 31.559px 0px rgba(0, 0, 0, 0.25);
}

.lets_build .wrap .content::before {
    position: absolute;
    content: '';
    bottom: 10%;
    right: -4%;
    border-right: solid 24px var(--cf);
    border-bottom: solid 24px transparent;
    border-left: solid 24px transparent;
    transform: rotate(45deg);
}

.lets_build .wrap .content h4 a {
    color: var(--c1);
    text-decoration: none;
}

.lets_build .wrap .content .btn {
    display: block;
}

.lets_build .img {
    width: 52%;
}

@media(max-width:1440px) {
    .lets_build .wrap .content {
        padding: 22px;
    }
    .lets_build .wrap .content h4 {
        font-size: 20px;
    }
}

@media(max-width:1300px) {
    .lets_build .wrap .content {
        padding: 20px;
    }
    .lets_build .wrap .content h4 {
        font-size: 18px;
    }
}

@media(max-width:767px) {
    .lets_build {
        padding: 20px 40px 0px;
        margin-bottom: 50px;
    }
    .lets_build .wrap {
        width: 100%;
    }
    .lets_build .img {
        width: 100%;
    }
    .lets_build .wrap .content::before {
        display:none;
    }
    .lets_build .wrap .content::after {
        position: absolute;
        content: '';
        width: 77px;
        left: 37px;
        height: 73px;
        bottom: -60px;
        background-image: url(../img/home/arrow-cta.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        /* background-color: var(--cf); */
    }
    .lets_build .txt .btn{
        width:100%;
    }
}


/* --- customer_stories ---  */

.customer_stories {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.customer_stories .wrap {
    height: 100%;
    padding: 40px;
    border-radius: 30px;
    border: 2px solid rgba(82, 96, 109, 0.40);
}

.customer_stories .wrap .top {
    display: flex;
    align-items: center;
}

.customer_stories .wrap .top .img {
    width: 30%;
}

.customer_stories .wrap .top .img img {
    width: 110px;
    height: 75px;
}

.customer_stories .wrap .top p {
    width: 70%;
    padding-left: 12px;
}

.customer_stories .wrap .bot {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(82, 96, 109, 0.40);
}

.customer_stories .wrap .bot h3 {
    font-size: 24px;
}

.customer_stories .wrap .bot .rating {
    color: var(--c1);
    padding: 20px 0;
}

.customer_stories .wrap .bot .rating em {
    font-size: 20px;
    color: var(--c1);
}

.customer_stories .wrap .bot .rating span {
    padding-left: 16px;
}

.customer_stories .wrap .bot .pro_wrap {
    display: flex;
    align-items: center;
}

.customer_stories .wrap .bot .pro_wrap .img {
    width: 22%;
}

.customer_stories .wrap .bot .pro_wrap h4 {
    font-size: 20px;
    padding-left: 16px;
    margin-bottom: 0px;
}

@media(max-width:1440px) {
    .customer_stories .wrap {
        padding: 28px;
    }
    .customer_stories .wrap .bot {
        padding-top: 20px;
        margin-top: 20px;
    }
    .customer_stories .wrap .bot .pro_wrap h4 {
        font-size: 18px;
    }
    .customer_stories .wrap .bot .rating em {
        font-size: 16px;
    }
}

@media(max-width:1300px) {
    .customer_stories .wrap {
        padding: 22px;
    }
}

@media(max-width:990px) {
    .customer_stories {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .customer_stories .slick-track {
        display: flex;
    }
    .customer_stories .slick-slide {
        margin: 0 20px;
        height: auto;
    }
    .customer_stories .slick-slide>div {
        height: 100%;
    }
    .customer_stories .col-md-6 {
        margin-bottom: 32px;
        height: 100%;
    }
    .customer_stories .col-md-6:nth-last-child(2),
    .customer_stories .col-md-6:nth-last-child(1) {
        margin-bottom: 0px;
    }
    .customer_stories .slick-slider .slick-prev,
    .customer_stories .slick-slider .slick-next {
        z-index: 2;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.10);
        background-color: var(--cf);
        border: 1px solid var(--ct);
    }
    .customer_stories .slick-slider .slick-prev {
        left: -2px;
    }
    .customer_stories .slick-slider .slick-next {
        right: -2px;
    }
    .customer_stories .slick-slider .slick-prev:before {
        content: '\f053';
        color: var(--ct);
        font-weight: 900;
        font-family: 'Font Awesome 6 Free';
    }
    .customer_stories .slick-slider .slick-next:before {
        content: '\f054';
        color: var(--ct);
        font-weight: 900;
        font-family: 'Font Awesome 6 Free';
    }
    
}

@media(max-width:767px) {
    .customer_stories .col-md-6:nth-last-child(2) {
        margin-bottom: 32px;
    }
}


/* --- partner_sec ---  */

.partner_sec {
    padding: 80px 0;
    overflow: hidden;
    background-color: var(--c1);
}

.partner_sec .title_sec {
    max-width: 70%;
    margin: 0 auto 60px;
}

.partner_sec .title_sec h2,
.partner_sec .title_sec p {
    color: var(--cf);
}

.partner_sec .slick-slide {
    margin: 0 20px;
}

.partner_sec .slick-list {
    padding-right: 8% !important;
}

@media(max-width:990px) {
    .partner_sec{
        padding: 40px 0;
    }
    .partner_sec .title_sec {
        max-width: 100%;
    }
}

@media(max-width:767px) {
    .partner_sec .img img {
        width: 100%;
    }
    .partner_sec .slick-list {
        padding-right: 25% !important;
    }
}


/* --- artical_sec ----  */

.artical_sec {
    position: relative;
    margin-bottom: 80px;
}

.artical_sec::before {
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    z-index: -1;
    background-color: var(--c1);
}

.artical_sec .title_sec h2,
.artical_sec .title_sec p {
    color: var(--cf);
}

.artical_sec .slick-track {
    display: flex !important;
    padding-bottom: 20px;
}

.artical_sec .slick-slider .slick-prev,
.artical_sec .slick-slider .slick-next {
    z-index: 2;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.10);
    background-color: var(--cf);
    border: 1px solid var(--ct);
}

.artical_sec .slick-slider .slick-prev {
    left: -10px;
}

.artical_sec .slick-slider .slick-next {
    right: -10px;
}

.artical_sec .slick-slider .slick-prev:before {
    content: '\f053';
    color: var(--ct);
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
}

.artical_sec .slick-slider .slick-next:before {
    content: '\f054';
    color: var(--ct);
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
}

.artical_sec .slick-slide {
    margin: 0 20px;
    height: inherit !important;
}

.artical_sec .slick-slide>div,
.artical_sec .slick-slide .col-lg-4 {
    height: 100%;
}

.artical_sec .wrap {
    padding: 40px;
    height: 100%;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.10);
}

.artical_sec .wrap .img img {
    border-radius: 16px;
}

.artical_sec .wrap .txt {
    padding-top: 20px;
}

.artical_sec .wrap .txt h5 {
    color: var(--c1);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    text-decoration: underline;
}

.artical_sec .wrap .txt h3 {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 4px solid var(--c1);
}

.artical_sec .wrap .txt .btn-read-more {
    margin-top: 24px;
}

@media(max-width:1440px) {
    .artical_sec .wrap {
        padding: 28px;
    }
}
@media(max-width:1300px){
    .artical_sec .wrap .txt h3{
        font-size: 20px;
    }
}
@media(max-width:990px) {
    .artical_sec {
        margin-bottom: 50px;
    }
    .artical_sec .slick-slider .slick-prev {
        left: 0;
    }
    .artical_sec .slick-slider .slick-next {
        right: 0;
    }
}