.home_hero {
    position: relative;
    padding-top: 210px;
    padding-bottom: 0px;
    /* background-color: #0161FF; */
    /* background-image: url(../img/home/home_bg-02.svg); */
    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}

.home_hero::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 40%;
    height: 60%;
    margin: 0 auto;
    background-image: url(../img/home/home_bg-02.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home_hero::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 65%;
    border-radius: 30px;
    background: linear-gradient(180deg, #F6F6F6 0%, #FFF 100%);
}

.home_hero .md-container::before {
    position: absolute;
    content: '';
    top: 14%;
    left: 0;
    right: 0;
    width: 90%;
    height: 45%;
    margin: 0 auto;
    background-image: url(../img/home/home_bg-01.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.home_hero .txt_wrap {
    position: relative;
    text-align: center;
    padding-bottom: 60px;
}

.home_hero h1 {
    color: var(--c3);
    margin-bottom: 32px;
}

.home_hero h1 span {
    display: block;
    color: var(--c1);
}

.home_hero p {
    color: var(--c3);
}

.home_hero .btn {
    margin-top: 32px;
}

.home_hero .img {
    position: relative;
}

@media(max-width:990px) {
    .home_hero {
        padding-top: 64px;
        padding-bottom: 0px;
        margin-bottom: 64px;
    }
    .home_hero .md-container::before {
        display: none;
    }
    .home_hero .txt_wrap {
        padding-top: 24px;
    }
    .home_hero .txt {
        padding-left: 0px;
    }
    .home_hero .txt .arrow_down {
        display: none;
    }
}


/* --- who-we-are ---  */

.who_we_are {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.who_we_are h2 {
    font-size: 60px;
    margin-bottom: 40px;
}


/* .who_we_are .flex {
    flex-wrap: wrap;
    padding-top: 32px;
} */

.who_we_are .text_img {
    display: flex;
    padding: 80px 50px 0;
    text-align: end;
    background-image: url(../img/home/who_we_bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
}

.who_we_are .text_img .flex {
    height: auto;
    align-items: start;
    padding-bottom: 30px;
    flex-direction: column;
    justify-content: space-between;
    /* background-color: #E7FA2E; */
}

.who_we_are .text_img .txt h4 {
    font-size: 80px;
    color: var(--cf);
}

.who_we_are .text_img .txt h4 em {
    color: var(--c2);
}

.who_we_are .text_img .txt p {
    color: var(--cf);
}

.who_we_are .text_img .img_profile ul {
    display: flex;
    border-radius: 50%;
}

.who_we_are .text_img .img_profile ul li {
    width: 70%;
    margin-left: -18px;
}

.who_we_are .text_img .img_profile ul li:first-of-type {
    margin-left: 0px;
}

.who_we_are .text_img .img_profile ul li img {
    border-radius: 50%;
    z-index: 1;
}

@media(max-width:1440px) {
    .who_we_are h2 {
        font-size: 46px;
    }
    .who_we_are .text_img .txt h4 {
        font-size: 70px;
    }
}

@media(max-width:1300px) {
    .who_we_are h2 {
        font-size: 42px;
    }
}

@media(max-width:990px) {
    .who_we_are .txt_wrap {
        padding-top: 0px;
        margin-bottom: 32px;
    }
    .who_we_are .text_img {
        flex-direction: column;
    }
    .who_we_are .text_img .txt {
        margin-bottom: 24px;
    }
    .who_we_are .text_img .txt h4 {
        font-size: 60px;
    }
    .who_we_are .img img {
        width: 100%;
    }
}

@media(max-width:990px) {
    .who_we_are h2 {
        font-size: 34px;
    }
}


/* --- main_services ---  */

.main_services {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 20px;
    background-color: var(--c1);
}

.main_services .title_sec {
    margin-bottom: 32px;
}

.main_services .title_sec h2 {
    font-size: 60px;
    color: var(--cf);
}

.main_services .title_sec h3 {
    color: var(--c1);
}

.main_services a {
    text-decoration: unset;
}

.main_services .col-lg-4 {
    margin-bottom: 40px;
}

.main_services .col-lg-4:nth-last-child(3),
.main_services .col-lg-4:nth-last-child(2),
.main_services .col-lg-4:nth-last-child(1) {
    margin-bottom: 0;
}

.main_services .wrap {
    height: 100%;
    padding: 40px;
    display: flex;
    border-radius: 40px;
    justify-content: space-between;
    flex-direction: column;
    /* border: 1px solid #AFAFAF; */
    transition: ease-in-out 0.5s;
    background-color: var(--cf);
}

.main_services .wrap .top {
    display: flex;
    align-items: start;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(9, 9, 9, 0.40);
}

.main_services .wrap h4 {
    margin-bottom: 0px;
}

.main_services .wrap .btn_arrow {
    color: var(--c3);
    display: inline-block;
    padding: 20px 24px;
    border-radius: 16px;
    background-color: var(--c2);
}

.main_services .wrap .btn_arrow:hover {
    color: var(--cf);
    background-color: var(--c3);
}

.main_services .wrap .btn_arrow em {
    transform: rotate(-45deg);
}

.main_services .wrap .img {
    padding-top: 20px;
}

.main_services .wrap .img img {
    border-radius: 28px;
}


/* .main_services .wrap:hover {
    background-color: var(--c1);
    border: 1px solid var(--c1);
}

.main_services .wrap:hover h4,
.main_services .wrap:hover p {
    color: var(--cf);
}

.main_services .wrap:hover svg>path {
    fill: var(--cf);
} */

@media(max-width:1440px) {
    .main_services .title_sec h2 {
        font-size: 46px;
    }
    .main_services .wrap {
        padding: 32px;
        border-radius: 32px;
    }
    .main_services .wrap .btn_arrow {
        padding: 16px 22px;
    }
    .main_services .wrap .img img {
        border-radius: 20px;
    }
}

@media(max-width:1300px) {
    .main_services .title_sec h2 {
        font-size: 42px;
    }
}

@media(max-width:1200px) {
    .main_services .wrap {
        padding: 26px;
    }
    .main_services .wrap .top {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .main_services .wrap .btn_arrow {
        padding: 12px 18px;
        border-radius: 10px;
    }
}

@media(max-width:990px) {
    .main_services .title_sec h2 {
        font-size: 34px;
    }
    .main_services .col-lg-4:nth-last-child(3) {
        margin-bottom: 40px;
    }
}

@media(max-width:767px) {
    .main_services .col-lg-4:nth-last-child(2) {
        margin-bottom: 40px;
    }
}


/* --- why_choose ----  */

.why_choose {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 40px;
    background: linear-gradient(180deg, #F6F6F6 0%, #FFF 100%);
}

.why_choose .title_sec {
    text-align: center;
}

.why_choose .title_sec h2 {
    font-size: 60px;
    color: var(--c3);
}

.why_choose .wrap {
    /* padding-bottom: 40px; */
}

.why_choose .img {
    text-align: center;
}

.why_choose .txt {
    text-align: center;
    padding-top: 24px;
}

.why_choose .txt h3 {
    color: var(--c3);
    max-width: 80%;
    margin: 0 auto 16px;
}


/* .why_choose .txt p {
    color: var(--cf);
} */

@media(max-width:1440px) {
    .why_choose .title_sec h2 {
        font-size: 46px;
    }
}

@media(max-width:1300px) {
    .why_choose .title_sec h2 {
        font-size: 42px;
    }
}

@media(max-width:990px) {
    .why_choose {
        padding: 70px 0;
    }
    .why_choose .title_sec h2 {
        font-size: 34px;
    }
    .why_choose .col-lg-4 {
        border-top: unset;
        border-right: unset;
        border-bottom: unset;
    }
    .why_choose .col-lg-4:nth-child(4),
    .why_choose .col-lg-4:nth-child(5),
    .why_choose .col-lg-4:nth-child(6) {
        padding-top: 0px;
    }
    .why_choose .col-lg-4:nth-last-child(2) .wrap,
    .why_choose .col-lg-4:nth-last-child(1) .wrap {
        padding-bottom: 0px;
    }
}

@media(max-width:767px) {
    .why_choose .col-lg-4:nth-last-child(2) .wrap {
        padding-bottom: 40px;
    }
}


/* --- it_solution ---  */

.it_solution {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}

.it_solution .title_sec {
    text-align: center;
    max-width: 1165px;
    margin: 0 auto 40px;
}

.it_solution .img {
    text-align: center;
}

.it_solution .txt {
    text-align: center;
    padding-top: 24px;
}


/* .it_solution .txt h3 {
    font-size: 26px;
} */

@media(max-width:990px) {
    .it_solution .wrap {
        padding-bottom: 32px;
    }
    .it_solution .col-md-6:nth-last-child(2) .wrap,
    .it_solution .col-md-6:nth-last-child(1) .wrap {
        padding-bottom: 0px;
    }
}

@media(max-width:767px) {
    .it_solution .col-md-6:nth-last-child(2) .wrap {
        padding-bottom: 32px;
    }
}


/* --- portfolio ---   */

.portfolio {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.portfolio .title_sec h3 {
    color: var(--c1);
}

.portfolio .title_sec h2 {
    font-size: 60px;
}

.portfolio .slick-list {
    padding-left: 10% !important;
}

.portfolio .slick-slide {
    margin: 0 10px;
}

.portfolio .img img {
    border-radius: 20px;
}

.portfolio .col-lg-4:nth-child(1) .img:nth-child(1) {
    margin-bottom: 32px;
}

.portfolio .col-lg-4:nth-child(3) .img:nth-child(1) {
    margin-bottom: 32px;
}

@media(max-width:1440px) {
    .portfolio .title_sec h2 {
        font-size: 46px;
    }
}

@media(max-width:1300px) {
    .portfolio .title_sec h2 {
        font-size: 42px;
    }
    .portfolio .img img {
        border-radius: 16px;
    }
}

@media(max-width:990px) {
    .portfolio .title_sec h2 {
        font-size: 34px;
    }
    .portfolio .img img {
        width: 100%;
    }
    .portfolio .img {
        margin-bottom: 22px;
    }
}


/* --- our_commitment ---  */

.our_commitment {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.our_commitment .txt_wrap {
    position: relative;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 30px;
    background: linear-gradient(180deg, #0161FF 0%, #100E26 269.07%);
}

.our_commitment .txt_wrap::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-image: url(../img/home/commitment-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.our_commitment .txt_wrap .title_sec {
    position: relative;
    z-index: 1;
    margin-bottom: 110px;
}

.our_commitment .txt_wrap h2 {
    color: var(--cf);
}

.our_commitment .txt_wrap p {
    color: var(--cf);
}

.our_commitment .txt_wrap .logo-img {
    position: relative;
    z-index: 1;
}

.our_commitment .txt_wrap .logo-img .img {
    margin-bottom: 20px;
}

.our_commitment .txt_wrap .logo-img img {
    border-radius: 16px;
}

.our_commitment .card-box .col-lg-6 {
    margin-bottom: 20px;
}

.our_commitment .card-box .col-lg-6:nth-last-child(2),
.our_commitment .card-box .col-lg-6:nth-last-child(1) {
    margin-bottom: 0px;
}

.our_commitment .card-box .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 40px 40px;
    border-radius: 30px;
    border: 1px solid rgba(9, 9, 9, 0.05);
    background: linear-gradient(180deg, #F6F6F6 0%, #FFF 100%);
}

.our_commitment .card-box .content .title {
    padding-bottom: 24px;
}

.our_commitment .card-box .img-box {
    height: 100%;
}

.our_commitment .card-box .img-box img {
    width: 100%;
    border-radius: 30px;
}

@media(max-width:1440px) {
    .our_commitment .title_sec h2 {
        font-size: 46px;
    }
}

@media(max-width:1300px) {
    .our_commitment .title_sec h2 {
        font-size: 42px;
    }
}

@media(max-width:990px) {
    .our_commitment .title_sec h2 {
        font-size: 34px;
    }
    .our_commitment .txt_wrap {
        padding-bottom: 32px;
    }
}


/* --- partner_sec ---  */

.partner_sec {
    position: relative;
    padding-top: 30px;
    padding-bottom: 0px;
    border-radius: 40px;
    border: 1px solid rgba(9, 9, 9, 0.05);
    background: linear-gradient(180deg, #F6F6F6 0%, #FFF 100%);
}


/* .partner_sec .txt {
    max-width: 750px;
} */

.partner_sec h2 {
    font-size: 60px;
    color: var(--c3);
}

.partner_sec h2 span {
    display: block;
}

.partner_sec p {
    color: var(--ct);
}

.partner_sec .wrap {
    padding: 40px;
    border-radius: 20px;
    background-color: #E7FA2E;
}

.partner_sec .col-md-4:nth-child(1) .wrap {
    background-color: #E7FA2E;
}

.partner_sec .col-md-4:nth-child(2) .wrap {
    background-color: var(--cf);
}

.partner_sec .col-md-4:nth-child(3) .wrap {
    background-color: #FFB406;
}

.partner_sec .img {
    text-align: end;
}

.partner_sec .img>img {
    position: relative;
    z-index: 1;
}

.partner_sec .img ul {
    display: flex;
    flex-direction: column;
}

.partner_sec .img ul li {
    position: absolute;
    top: auto;
    left: 9.5%;
    bottom: 48%;
    color: var(--c3);
    font-size: 26px;
    font-weight: 700;
    padding: 20px 110px 20px 40px;
    display: inline-block;
    border-radius: 200px;
    background-color: #E7FA2E;
}

.partner_sec .img ul li:nth-child(2) {
    bottom: 28%;
    left: 5.5%;
    color: var(--cf);
    background-color: var(--c3);
}

.partner_sec .img ul li:nth-child(3) {
    /* left: 9.5%; */
    bottom: 10%;
    color: var(--cf);
    background-color: var(--c2);
}

.partner_sec .img ul li img {
    margin-right: 22px;
}

@media(max-width:1680px) {
    .partner_sec .img>img {
        width: 460px;
    }
    /* .partner_sec .img ul li {
        left: 4.5%;
    }
    .partner_sec .img ul li:nth-child(2) {
        left: 2.5%;
    } */
}

@media(max-width:1440px) {
    .partner_sec h2 {
        font-size: 46px;
    }
    .partner_sec .img>img {
        width: 420px;
    }
    .partner_sec .img ul li {
        left: 4.5%;
        font-size: 22px;
        padding: 16px 94px 16px 40px;
    }
    .partner_sec .img ul li:nth-child(2) {
        left: 2.5%;
    }
}

@media(max-width:1400px) {}

@media(max-width:1300px) {
    .partner_sec h2 {
        font-size: 42px;
    }
}

@media(max-width:990px) {
    .partner_sec h2 {
        font-size: 34px;
    }
    .partner_sec {
        padding: 70px 0;
    }
    .partner_sec .txt {
        padding-bottom: 32px;
    }
}

@media(max-width:767px) {
    .partner_sec .wrap {
        margin-bottom: 32px;
    }
    .partner_sec .col-md-4:last-of-type .wrap {
        margin-bottom: 0px;
    }
    .partner_sec .wrap h4 {
        max-width: 100%;
    }
}


/* --- client_review ---  */

.client_review {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
    background-color: var(--cf);
}

.client_review .title_sec h2 {
    font-size: 60px;
    text-align: center;
}

.client_review .slick-list {
    padding-right: 5%;
}

.client_review .slick-track {
    display: flex;
}

.client_review .slick-slide {
    margin: 0 20px;
    height: auto;
}

.client_review .slick-slide>div {
    height: 100%;
}

.client_review .slick-slide .wrap {
    margin-bottom: 0px;
}

.client_review .col-lg-3 {
    height: 100%;
    margin-bottom: 32px;
}

.client_review .wrap {
    display: flex;
    height: 100%;
    padding: 40px 32px;
    border-radius: 30px;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(9, 9, 9, 0.05);
    background: linear-gradient(180deg, #F6F6F6 0%, #FFF 100%);
}

.client_review .col-lg-3:nth-last-child(4),
.client_review .col-lg-3:nth-last-child(3),
.client_review .col-lg-3:nth-last-child(2),
.client_review .col-lg-3:nth-last-child(1) {
    margin-bottom: 0px;
}

.client_review .wrap h3 {
    margin-bottom: 10px;
}

.client_review .wrap .profile {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.client_review .wrap .profile .img {
    width: 20%;
}

.client_review .wrap .profile .img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.client_review .wrap .profile .txt {
    padding-left: 20px;
}

.client_review .wrap .profile .txt h5 {
    font-size: 20px;
    color: var(--c1);
    margin-bottom: 0px;
}

.client_review .wrap .rating {
    margin-top: 20px;
}

.client_review .wrap .rating em {
    color: var(--c2);
    font-size: 15px;
}

@media(max-width:1440px) {
    .client_review .title_sec h2 {
        font-size: 46px;
    }
    .client_review .wrap {
        padding: 28px 32px;
    }
    /* .client_review .wrap .profile .img {
        width: 24%;
    } */
    .client_review .wrap .profile .img img {
        width: 46px;
        height: 46px;
    }
    .client_review .wrap .profile .txt {
        padding-left: 16px;
    }
    .client_review .wrap .profile .txt h5 {
        font-size: 18px;
    }
}

@media(max-width:1400px) {
    .client_review .wrap .profile .txt {
        padding-left: 10px;
    }
}

@media(max-width:1300px) {
    .client_review .title_sec h2 {
        font-size: 42px;
    }
    .client_review .wrap {
        padding: 24px 28px;
    }
    .client_review .wrap .profile .img {
        width: 22%;
    }
    .client_review .wrap .profile .txt h5 {
        font-size: 16px;
    }
    .client_review .wrap .profile .txt p {
        font-size: 15px;
    }
}

@media(max-width:1200px) {
    .client_review .wrap {
        padding: 24px;
    }
    .client_review .wrap .profile .img {
        width: 19%;
    }
    .client_review .wrap .profile .img img {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:990px) {
    .client_review .title_sec h2 {
        font-size: 34px;
    }
    .client_review .col-lg-3:nth-last-child(4) .wrap,
    .client_review .col-lg-3:nth-last-child(3) .wrap {
        margin-bottom: 32px;
    }
    .client_review .slick-slider {
        padding-bottom: 32px;
    }
    .client_review .slick-prev {
        right: 14%;
    }
    .client_review .slick-prev,
    .client_review .slick-next {
        top: unset;
        bottom: -10%;
    }
}

@media(max-width:767px) {
    .client_review .slick-prev {
        right: 20%;
    }
    .client_review .col-lg-3:nth-last-child(2) .wrap {
        margin-bottom: 32px;
    }
}