.banner_section {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #F2F2F2;
}

.banner_section .sec-content {
    position: relative;
    width: 1320px;
}

.banner_section .sec-content .content-inner {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.banner_section .sec-content .left-sec {
    position: relative;
    width: 50%;
}

.banner_section .sec-content .right-sec {
    position: relative;
    width: 50%;
}

.banner_section .sec-content .left-sec {
    position: relative;
    padding: 100px 0;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
}

.banner_section .sec-content .left-sec p {
    position: relative;
    margin-bottom: 20px;
}

.banner_section .sec-content .left-sec img.mob-banner {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
    display: none;
}

.banner_section .sec-content .left-sec button {
    position: relative;
    margin-top: 15px;
    width: max-content;
}

.banner_section .sec-content .left-sec button i {
    position: relative;
    margin-right: 12px;
}


.banner_section .sec-content .right-sec {
    position: relative;
    padding-top: 80px;
    display: flex;
}

.banner_section .sec-content .right-sec .sec_img {
    position: relative;
    width: 100%;
}

.banner_section .sec-content .right-sec .sec_img img {
    position: relative;
}

.banner_section .sec-content .right-sec .sec_img img.desk-img {
    display: block;
    max-width: 659px;
}

.banner_section .sec-content .right-sec .sec_img img.mob-img {
    display: none;
}


/* ================== Responsive Start ================== */

@media (max-width: 1600px) {
    .banner_section .sec-content .right-sec {
        align-items: flex-end;
    }

    .banner_section .sec-content .right-sec .sec_img img {
        width: 100%;
    }
}

@media (max-width: 1440px) {
    .banner_section .sec-content {
        width: 100%;
        padding: 0px 60px;
    }
}

@media (max-width: 1099px) {

    .banner_section .sec-content .left-sec,
    .banner_section .sec-content .right-sec {
        width: 100%;
    }

    .banner_section .sec-content .left-sec {
        padding: 70px 0;
    }

    .banner_section .sec-content .right-sec {
        padding-top: 0px;
        justify-content: center;
    }

    .banner_section .sec-content .right-sec .sec_img {
        width: 650px;
    }
}

@media (max-width: 575px) {
    .banner_section .sec-content {
        padding: 0px 0px;
    }

    .banner_section .sec-content .left-sec {
        padding: 70px 35px;
    }

    .banner_section .sec-content .left-sec button {
        width: 100% !important;
    }

    .banner_section .sec-content .right-sec .sec_img img.desk-img {
        display: none;
    }

    .banner_section .sec-content .right-sec .sec_img img.mob-img {
        display: block;
    }

    .banner_section .sec-content .right-sec .sec_img {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .banner_section .sec-content {
        padding: 0px;
    }

    .banner_section .sec-content .left-sec {
        padding: 50px 25px;
        padding-bottom: 35px;
    }
}

/* ================== Responsive End ================== */



.history_section {
    position: relative;
    width: 100%;
    padding: 100px 0;
    display: flex;
    justify-content: center;
}

.history_section .sec_content {
    position: relative;
    width: 1200px;
    display: flex;
    flex-direction: column;
}


.history_section .sec_content .sec_head {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}


.history_section .sec_content .sec_history {
    position: relative;
    width: 100%;
}

.history_section .sec_content .sec_history .divider {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    background: #3A4775;
}

.history_section .sec_content .sec_history .history_box {
    position: relative;
    width: 50%;
    padding: 0px 20px;
}

.history_section .sec_content .sec_history .history_box.left-box {
    left: 0;
    padding-right: 110px;
}

.history_section .sec_content .sec_history .history_box.right-box {
    left: 50%;
    padding-left: 110px;
}


.history_section .sec_content .sec_history .history_box img {
    position: absolute;
    top: 8px;
    width: 107px;
    z-index: 5;
}

.history_section .sec_content .sec_history .history_box img.desk-ind {
    display: block;
}

.history_section .sec_content .sec_history .history_box img.mob-ind {
    display: none;
}

.history_section .sec_content .sec_history .history_box.left-box img {
    right: -11.5px;
    transform: rotate(180deg);
}

.history_section .sec_content .sec_history .history_box.right-box img {
    left: -12px;
}



.history_section .sec_content .sec_history .history_box .box_inner {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.history_section .sec_content .sec_history .history_box.left-box .box_inner {
    text-align: right;
}

.history_section .sec_content .sec_history .history_box.right-box .box_inner {
    text-align: left;
}

.history_section .sec_content .sec_history .history_box .box_inner h6 {
    letter-spacing: 0;
    padding-bottom: 15px;
    color: #3A4775;
}


.history_section .sec_content .sec_history .history_box .box_inner p {
    position: relative;
}

/* .history_section .sec_content .sec_history .history_box .box_inner p span:first-child {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */
.history_section .sec_content .sec_history .history_box .box_inner p.active span:first-child {
    display: inline;
}

.history_section .sec_content .sec_history .history_box .box_inner p span:first-child br {
    margin-bottom: 15px;
}

.history_section .sec_content .sec_history .history_box .box_inner p span:last-child {
    position: relative;
    margin-left: 4px;
}

.history_section .sec_content .sec_history .history_box .box_inner p span:last-child a {
    text-decoration: underline;
    cursor: pointer;
    color: #18ABFF;
    font-weight: 600;
}

.history_section .sec_content .sec_history .history_box .box_inner p span:last-child a:first-child {
    display: inline-block;
}

.history_section .sec_content .sec_history .history_box .box_inner p span:last-child a:last-child {
    display: none;
}

.history_section .sec_content .sec_history .history_box .box_inner p.active span:last-child a:first-child {
    display: none;
}

.history_section .sec_content .sec_history .history_box .box_inner p.active span:last-child a:last-child {
    display: inline-block;
}


/* ================== Responsive Start ================== */

@media (max-width: 1440px) {
    .history_section .sec_content {
        padding: 0px 60px;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .history_section .sec_content .sec_history .divider {
        left: 0;
    }

    .history_section .sec_content .sec_history .history_box {
        width: 100%;
        padding-bottom: 30px;
    }

    .history_section .sec_content .sec_history .history_box.right-box {
        left: 0%;
        padding-right: 0px;
    }

    .history_section .sec_content .sec_history .history_box.left-box {
        padding-left: 110px;
        padding-right: 0px;
    }

    .history_section .sec_content .sec_history .history_box.left-box .box_inner {
        text-align: left;
    }

    .history_section .sec_content .sec_history .history_box.left-box img {
        left: -12px;
        transform: rotate(0deg);
    }
}

@media (max-width: 768px) {
    .history_section .sec_content .sec_history .history_box img {
        top: 10px;
        width: 75px;
    }

    .history_section .sec_content .sec_history .history_box.right-box,
    .history_section .sec_content .sec_history .history_box.left-box {
        padding-left: 80px;
    }

    .history_section .sec_content .sec_history .history_box.right-box img,
    .history_section .sec_content .sec_history .history_box.left-box img {
        left: -8px;
    }
}

@media (max-width: 575px) {
    .history_section {
        padding: 70px 0;
    }

    .history_section .sec_content {
        padding: 0px 35px;
    }

    .history_section .sec_content .sec_history .history_box {
        padding-bottom: 20px;
    }
}

@media (max-width: 450px) {
    .history_section {
        padding: 50px 0;
    }

    .history_section .sec_content {
        padding: 0px 25px;
    }

    .history_section .sec_content .sec_history .history_box img {
        top: 9px;
        left: -11px !important;
        width: 49px;
    }

    .history_section .sec_content .sec_history .history_box img.desk-ind {
        display: none;
    }

    .history_section .sec_content .sec_history .history_box img.mob-ind {
        display: block;
    }

    .history_section .sec_content .sec_history .history_box.right-box,
    .history_section .sec_content .sec_history .history_box.left-box {
        padding-left: 54px;
    }
}

/* ================== Responsive End ================== */




.founder_section {
    position: relative;
    width: 100%;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    background: #F2F2F2;
}

.founder_section .sec_content {
    position: relative;
    width: 1320px;
    display: flex;
    flex-direction: column;
}


.founder_section .sec_content .sec_head {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

.founder_section .sec_content .sec_items {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.founder_section .sec_content .sec_items .founder_box {
    position: relative;
    width: 50%;
    padding: 0px 60px;
}

.founder_section .sec_content .sec_items .founder_box .box_inner {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.founder_section .sec_content .sec_items .founder_box .box_inner .img_box {
    position: relative;
    width: 310px;
}

.founder_section .sec_content .sec_items .founder_box .box_inner .img_box img {
    position: relative;
    width: 100%;
}


.founder_section .sec_content .sec_items .founder_box .box_inner .details_box {
    position: relative;
    margin-top: 30px;
}

.founder_section .sec_content .sec_items .founder_box .box_inner .details_box h4 {
    color: #3A4775;
    padding-bottom: 15px;
    letter-spacing: -0.66px;
}

.founder_section .sec_content .sec_items .founder_box .box_inner .details_box p {
    margin-bottom: 4px;
}

.founder_section .sec_content .sec_items .founder_box .box_inner .details_box a {
    color: #18ABFF !important;
    text-decoration: none;
}

.founder_section .sec_content .sec_items .founder_box .box_inner .details_box a i {
    margin-right: 5px;
}


.founder_section .sec_content .sec_items .founder_box .box_inner .message_box {
    position: relative;
    margin-top: 35px;
}

.founder_section .sec_content .sec_items .founder_box .box_inner .message_box img {
    position: relative;
    width: 44px;
    margin-bottom: 10px;
}

.founder_section .sec_content .sec_items .founder_box .box_inner .message_box h5 {
    position: relative;
    letter-spacing: -0.52px;
    color: #292929 !important;
    margin-bottom: 25px;
}


/* ================== Responsive Start ================== */

@media (max-width: 1440px) {
    .founder_section .sec_content {
        width: 100%;
        padding: 0px 60px;
    }

}

@media (max-width: 991px) {
    .founder_section {
        padding: 70px 0;
    }

    .founder_section .sec_content .sec_items .founder_box {
        width: 100%;
        padding: 0px 30px;
        margin-bottom: 35px;
    }

    .founder_section .sec_content .sec_items .founder_box:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width: 575px) {
    .founder_section .sec_content .sec_items .founder_box {
        padding: 0px 0px;
        margin-bottom: 50px;
    }

    .founder_section .sec_content {
        padding: 0px 35px;
    }
}

@media (max-width: 450px) {
    .founder_section {
        padding: 50px 0;
    }

    .founder_section .sec_content {
        padding: 0px 25px;
    }

    .founder_section .sec_content .sec_head {
        margin-bottom: 30px;
    }

    .founder_section .sec_content .sec_items .founder_box .box_inner .img_box img {
        width: 290px;
    }
}


/* ================== Responsive End ================== */



.news_section {
    position: relative;
    width: 100%;
    padding: 100px 0;
    display: flex;
    justify-content: center;
}

.news_section .sec_content {
    position: relative;
    width: 1320px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.news_section .sec_content .sec_head {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

.news_section .sec_content .prev_btn {
    position: relative;
    width: 60px;
    display: flex;
    justify-content: flex-start;
}

.news_section .sec_content .next_btn {
    position: relative;
    width: 60px;
    display: flex;
    justify-content: flex-end;
}

.news_section .sec_content .prev_btn .swiper-button-prev,
.news_section .sec_content .next_btn .swiper-button-next {
    width: max-content !important;
    height: max-content !important;
}

.news_section .sec_content .prev_btn .swiper-button-prev::after,
.news_section .sec_content .next_btn .swiper-button-next::after {
    display: none;
}

.news_section .sec_content .prev_btn .swiper-button-prev img,
.news_section .sec_content .next_btn .swiper-button-next img {
    position: relative;
    width: 43px !important;
}

.news_section .sec_content .prev_btn .swiper-button-prev img {
    transform: rotate(180deg);
}

.news_section .sec_content .prev_btn .swiper-button-prev img:first-child,
.news_section .sec_content .next_btn .swiper-button-next img:first-child {
    display: none;
}

.news_section .sec_content .prev_btn .swiper-button-prev img:last-child,
.news_section .sec_content .next_btn .swiper-button-next img:last-child {
    display: block;
}

.news_section .sec_content .prev_btn .swiper-button-prev.swiper-button-disabled img:first-child,
.news_section .sec_content .next_btn .swiper-button-next.swiper-button-disabled img:first-child {
    display: block;
}

.news_section .sec_content .prev_btn .swiper-button-prev.swiper-button-disabled img:last-child,
.news_section .sec_content .next_btn .swiper-button-next.swiper-button-disabled img:last-child {
    display: none;
}

.news_section .sec_content .prev_btn .swiper-button-prev.swiper-button-disabled,
.news_section .sec_content .next_btn .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

.news_section .sec_content .slider_sec {
    position: relative;
    width: calc(100% - 120px);
}

.news_section .sec_content .slider_sec .swiper {
    position: relative;
    width: 100%;
}

.news_section .sec_content .slider_sec .swiper .swiper-slide {
    position: relative;
    width: 25%;
    padding: 0px 15px;
}

.news_section .sec_content .slider_sec .swiper .swiper-slide .news_box {
    position: relative;
    width: 100%;
    min-height: 346px;
    background: #F2F2F2;
    border-radius: 10px;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
}

.news_section .sec_content .slider_sec .swiper .swiper-slide .news_box .top_part {
    position: relative;
}

.news_section .sec_content .slider_sec .swiper .swiper-slide .news_box .top_part img {
    position: relative;
    width: 17px;
}

.news_section .sec_content .slider_sec .swiper .swiper-slide .news_box .top_part p {
    position: relative;
    margin-top: 3px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -0.24px;
    color: #989898;
    margin-bottom: 14px;
}

.news_section .sec_content .slider_sec .swiper .swiper-slide .news_box .middle_part {
    position: relative;
    flex-grow: 1;
}

.news_section .sec_content .slider_sec .swiper .swiper-slide .news_box .middle_part h5 {
    position: relative;
    letter-spacing: -0.44px;
    color: #292929 !important;
    margin-bottom: 5px;
}


.news_section .sec_content .slider_sec .swiper .swiper-slide .news_box .bottom_part {
    position: relative;
    margin-top: 60px;
    display: flex;
    align-items: center;
}

.news_section .sec_content .slider_sec .swiper .swiper-slide .news_box .bottom_part a {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.news_section .sec_content .slider_sec .swiper .swiper-slide .news_box .bottom_part a i {
    position: relative;
    font-size: 17px;
    margin-left: 5px;
}


.news_section .sec_content .slider_sec .swiper .swiper-slide .news_box .bottom_part span {
    position: relative;
    margin-left: auto;
}

.news_section .sec_content .slider_sec .swiper .swiper-slide .news_box .bottom_part img {
    position: relative;
    width: 20px;
}


.news_section .sec_content .slider_pagination {
    position: relative;
    width: 100%;
    margin-top: 70px;
}

.news_section .sec_content .slider_pagination .swiper-pagination span {
    width: 11px;
    height: 11px;
    margin: 0px 7px;
    opacity: 1;
    background: #B3B3B3;
}

.news_section .sec_content .slider_pagination .swiper-pagination span.swiper-pagination-bullet-active {
    background: #3A4775;
}


/* ================== Responsive Start ================== */

@media (max-width: 1440px) {
    .news_section {
        padding: 100px 60px;
    }

    .news_section .sec_content {
        width: 100%;
    }

    .news_section .sec_content .slider_sec .swiper .swiper-slide {
        width: 33.33%;
    }

    .news_section .sec_content .slider_sec .swiper .swiper-slide .news_box {
        min-height: 318px;
    }
}

@media (max-width: 1180px) {
    .news_section .sec_content .slider_sec .swiper .swiper-slide .news_box {
        min-height: 374px;
    }
}

@media (max-width: 991px) {
    .news_section {
        padding: 70px 60px;
    }

    .news_section .sec_content .slider_sec .swiper .swiper-slide {
        width: 50%;
    }

    .news_section .sec_content .slider_sec .swiper .swiper-slide .news_box {
        min-height: 346px;
    }
}

@media (max-width: 768px) {

    .news_section .sec_content .slider_sec .swiper .swiper-slide {
        width: 100%;
        padding: 0px 10px;
    }

    .news_section .sec_content .prev_btn,
    .news_section .sec_content .next_btn {
        display: none;
    }

    .news_section .sec_content .slider_sec {
        width: 100%;
    }

    .news_section .sec_content .slider_sec .swiper .swiper-slide .news_box {
        min-height: 377px;
    }

    .news_section .sec_content .slider_pagination {
        display: none;
    }

}

@media (max-width: 575px) {
    .news_section {
        padding: 70px 35px;
    }

    .news_section .sec_content .slider_sec .swiper .swiper-slide .news_box {
        min-height: 353px;
    }
}

@media (max-width: 450px) {
    .news_section {
        padding: 50px 15px;
    }

    .news_section .sec_content .sec_head {
        margin-bottom: 25px;
    }
}

@media (max-width: 340px) {
    .founder_section .sec_content .sec_items .founder_box .box_inner .img_box {
        width: 280px;
    }

    .founder_section .sec_content .sec_items .founder_box .box_inner .img_box img {
        width: 240px;
    }

    .news_section .sec_content .slider_sec .swiper .swiper-slide .news_box {
        min-height: 381px;
    }
}

@media (max-width: 290px) {

    .news_section .sec_content .slider_sec .swiper .swiper-slide .news_box {
        min-height: 431px;
    }
}


/* ================== Responsive End ================== */




.partnership_section {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #F2F2F2;
}

.partnership_section .sec-content {
    position: relative;
    width: 1320px;
}

.partnership_section .sec-content .content-inner {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.partnership_section .sec-content .left-sec {
    position: relative;
    width: 50%;
}

.partnership_section .sec-content .right-sec {
    position: relative;
    width: 50%;
}

.partnership_section .sec-content .left-sec {
    position: relative;
    padding: 100px 0;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
}

.partnership_section .sec-content .left-sec img {
    position: relative;
    margin-top: 5px;
}

.partnership_section .sec-content .left-sec p {
    position: relative;
    margin-bottom: 20px;
}


.partnership_section .sec-content .left-sec a {
    position: relative;
    margin-top: 50px;
    width: max-content;
}


.partnership_section .sec-content .right-sec {
    position: relative;
    padding-top: 80px;
    display: flex;
}

.partnership_section .sec-content .right-sec .sec_img {
    position: relative;
    width: 100%;
}

.partnership_section .sec-content .right-sec .sec_img img {
    position: relative;
}

/* ================== Responsive Start ================== */

@media (max-width: 1600px) {
    .partnership_section .sec-content .right-sec {
        align-items: flex-end;
    }

    .partnership_section .sec-content .right-sec .sec_img img {
        width: 100%;
    }
}

@media (max-width: 1440px) {
    .partnership_section .sec-content {
        width: 100%;
        padding: 0px 60px;
    }
}

@media (max-width: 991px) {

    .partnership_section .sec-content .left-sec,
    .partnership_section .sec-content .right-sec {
        width: 100%;
    }

    .partnership_section .sec-content .left-sec {
        padding: 70px 0;
    }

    .partnership_section .sec-content .left-sec img {
        width: 500px;
    }

    .partnership_section .sec-content .right-sec {
        padding-top: 0px;
        justify-content: center;
    }

    .partnership_section .sec-content .right-sec .sec_img {
        width: 600px;
    }
}

@media (max-width: 768px) {
    .partnership_section .sec-content .left-sec img {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .partnership_section .sec-content {
        padding: 0px 35px;
    }

    .partnership_section .sec-content .left-sec p {
        text-align: center;
    }

    .partnership_section .sec-content .left-sec button {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .partnership_section .sec-content {
        padding: 0px;
    }

    .partnership_section .sec-content .left-sec {
        padding: 50px 25px;
    }
}