body {
    background-image: none;
}

/* banner start */

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: none;
}

.banner img {
    width: 100%;
}

/* banner end */

/* about-us start */

.about-us {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
    position: relative;
}

.about-us .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
}

img.ven {
    margin: 0px auto;
    display: block;
    width: 85%;
}

.about-us .title h2 {
    font-size: 6rem;
    font-weight: 700;
    color: var(--white-color);
    line-height: 1.2;
    position: relative;
    padding-left: 15px;
    display: inline-block;
    text-transform: uppercase;
    width: max-content;
}

.about-us .title h2::after {
    content: '';
    width: 50%;
    height: 205px;
    background-color: var(--accent-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
}

.about-us .title p {
    font-size: 2.3rem;
    font-weight: 400;
    color: #cfcee0;
    line-height: 1.6;
    width: 65%;
}

.about-us .title p span {
    margin-top: 20px;
    display: block;
}

/* main */

.about-us .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.about-us .main .lt {
    width: 60%;
    order: 2;
}

.about-us .main .lt img {
    width: 100%;
}

.about-us .main .rt {
    width: 40%;
    order: 1;
    padding: 0 30px;
}

.about-us .main .rt h4 {
    font-family: var(--second-font);
    font-size: 4rem;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 20px;
}

.about-us .main .rt p {
    font-family: var(--second-font);
    font-size: 1.8rem;
    font-weight: normal;
    color: var(--black-color);
    line-height: 1.8;
}

.about-us .main .rt p span {
    color: var(--accent-color);
    display: block;
    margin-top: 10px;
}

/* main2 */

.about-us .main2 .lt {
    width: 60%;
    order: 1;
}

.about-us .main2 .rt {
    width: 40%;
    order: 2;
    padding: 0 30px;
}

/* main3 */

.about-us .main3 .lt {
    width: 50%;
    order: 2;
}

.about-us .main3 .rt {
    width: 50%;
    order: 1;
    padding: 0 30px;
}

.about-us .main3 .rt p span {
    color: var(--black-color);
    display: block;
    margin-top: 10px;
}

/* main4 */

.about-us .main4 .lt {
    width: 50%;
    order: 1;
}

.about-us .main4 .rt {
    width: 50%;
    order: 2;
    padding: 0 30px;
}

/* about-us end */

/* structure start */
.structure {
    padding: 80px 0;
}

.structure .title {
    margin-bottom: 110px;
}

.structure .title h2 {
    font-size: 6rem;
    font-weight: 700;
    color: var(--white-color);
    line-height: 1.2;
    position: relative;
    padding-left: 15px;
    display: inline-block;
    text-transform: uppercase;
    width: max-content;
}

.structure .title h2::after {
    content: '';
    width: 23%;
    height: 235px;
    background-color: var(--accent-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
}

.structure img {
    width: 100%;
}

/** solution **/

.solution {
    margin: 0px 0px 0px 0px;
    padding: 80px 0px 80px 0px;
    background: #221c5a;
    overflow: hidden;
}

.solution h2 {
    margin: 0px 0px 65px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 6rem;
    font-weight: 700;
    color: var(--white-color);
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}

.solution-row {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
}

.solution1 {
    margin: 0px 0px 0px 0px;
    padding: 40px 25px 40px 25px;
    width: 100%;
    transition: var(--trans);
}

.solution1:hover {
    background: #322c6d;
}

.icons {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    border: 1px solid #443d84;
    transition: var(--trans);
}

.solution1:hover .icons {
    border: 1px solid #32db8a;
}

img.icn {
    margin: 0px auto 0px auto;
    display: block;
}

.icons-text {
    margin: 35px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.icons-text h4 {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--white-color);
    line-height: 1.2;
    text-align: center;
}

.icons-text p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.7rem;
    font-weight: 400;
    color: #cfcee0;
    line-height: 1.6;
    text-align: center;
}

.icons-text p a {
    color: #32db8a;
}

button.myBtn {
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px !important;
    font-size: 1.7rem;
    font-weight: 600;
    color: #32db8a;
    background: none;
    border: none;
    text-align: center;
    display: block;
    width: 100%;
    text-transform: uppercase;
}

/* structure end */

/* responsive start */

/* 1920px start */

@media (max-width: 1920px) and (min-device-width: 1400px) {}

/* 1400px end */

/* 1399px start */

@media (max-width: 1399px) and (min-device-width: 1200px) {
    html {
        font-size: 54%;
    }
}

/* 1200px end */

/* 1199px start */

@media (max-width: 1199px) and (min-device-width: 992px) {
    html {
        font-size: 46%;
    }

    .about-us {
        padding: 65px 0 80px 0;
    }

    .about-us .title h2::after {
        height: 185px;
    }

    .about-us .main .lt {
        width: 55%;
    }

    .about-us .main .rt {
        width: 45%;
    }

    .about-us .main3 .lt {
        width: 50%;
    }

    .about-us .main3 .rt {
        width: 50%;
    }

    .about-us .main4 .lt {
        width: 50%;
    }

    .about-us .main4 .rt {
        width: 50%;
    }

    .structure .title h2::after {
        height: 185px;
    }
}

/* 992px end */

/* 991px start */

@media (max-width: 991px) and (min-device-width: 768px) {

    html {
        font-size: 54%;
    }

    .about-us {
        padding: 60px 0 80px 0;
    }

    .about-us .title {
        display: block;
    }

    .about-us .title h2 {
        font-size: 5rem;
        width: max-content;
    }

    .about-us .title h2::after {
        height: 175px;
    }

    .about-us .title p {
        font-size: 2.2rem;
        width: 100%;
        margin-top: 110px;
    }

    .about-us .main {
        display: block;
        margin-bottom: 40px;
    }

    .about-us .main .lt {
        width: 100%;
    }

    .about-us .main .rt {
        width: 100%;
        padding: 30px;
    }

    .structure {
        padding: 40px 0 70px 0;
    }

    .structure .title h2 {
        font-size: 5rem;
    }

    .structure .title h2::after {
        height: 175px;
    }
}

/* 768px end */

/* 767px start */

@media (max-width: 767px) and (min-device-width: 576px) {

    html {
        font-size: 52%;
    }

    .about-us {
        padding: 55px 0 50px 0;
    }

    .about-us .title {
        display: block;
    }

    .about-us .title h2 {
        font-size: 4.5rem;
        width: max-content;
    }

    .about-us .title h2::after {
        height: 160px;
    }

    .about-us .title p {
        font-size: 2.1rem;
        width: 100%;
        margin-top: 100px;
    }

    .about-us .main {
        display: block;
        margin-bottom: 40px;
    }

    .about-us .main .lt {
        width: 100%;
    }

    .about-us .main .rt {
        width: 100%;
        padding: 30px;
    }

    .about-us .main .rt h4 {
        font-size: 3.6rem;
    }

    .structure {
        padding: 40px 0 70px 0;
    }

    .structure .title h2 {
        font-size: 4.5rem;
    }

    .structure .title h2::after {
        height: 160px;
    }
}

/* 576px end */

/* 575px start */

@media (max-width: 575px) and (min-device-width: 414px) {
    html {
        font-size: 54%;
    }

    .about-us {
        padding: 55px 0 50px 0;
    }

    .about-us .title {
        display: block;
    }

    .about-us .title h2 {
        font-size: 4rem;
        width: max-content;
    }

    .about-us .title h2::after {
        height: 155px;
    }

    .about-us .title p {
        font-size: 2.1rem;
        width: 100%;
        margin-top: 90px;
    }

    .about-us .main {
        display: block;
        margin-bottom: 30px;
    }

    .about-us .main .lt {
        width: 100%;
    }

    .about-us .main .rt {
        width: 100%;
        padding: 20px;
    }

    .about-us .main .rt h4 {
        font-size: 3rem;
    }

    .structure {
        padding: 30px 0 60px 0;
    }

    .structure .title h2 {
        font-size: 4rem;
        width: inherit;
    }

    .structure .title h2::after {
        height: 180px;
        width: 26%;
    }

    .solution {
        padding: 50px 0;
    }

    .solution h2 {
        font-size: 5rem;
    }
}

/* 414px end */

/* 413px start */

@media (max-width: 413px) and (min-device-width: 320px) {
    html {
        font-size: 54%;
    }

    .about-us {
        padding: 55px 0 50px 0;
    }

    .about-us .title {
        display: block;
    }

    .about-us .title h2 {
        font-size: 3.4rem;
        width: max-content;
    }

    .about-us .title h2::after {
        height: 150px;
    }

    .about-us .title p {
        font-size: 2rem;
        width: 100%;
        margin-top: 90px;
    }

    .about-us .main {
        display: block;
        margin-bottom: 30px;
    }

    .about-us .main .lt {
        width: 100%;
    }

    .about-us .main .rt {
        width: 100%;
        padding: 20px 15px;
    }

    .about-us .main .rt h4 {
        font-size: 2.6rem;
    }

    .structure {
        padding: 50px 0;
    }

    .structure {
        padding: 30px 0 60px 0;
    }

    .structure .title h2 {
        font-size: 3.4rem;
        width: inherit;
    }

    .structure .title h2::after {
        height: 160px;
        width: 29%;
    }

    .solution {
        padding: 30px 0;
    }

    .solution h2 {
        font-size: 4rem;
    }
}

/* 320px end */

@media (max-width: 991px) and (min-device-width: 280px) {
    .solution-row {
        display: block;
    }
}

@media (max-width: 567px) and (min-device-width: 280px) {
    img.ven {
        width: 100%;
    }
}