body {
    background-image: none;
}

/* banner start */

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: none;
}

.banner img {
    width: 100%;
}

/* banner end */

/* products start */

.products {
    width: 100%;
    padding: 70px 0 90px 0;
    overflow: hidden;
    position: relative;
    background: #221c5a;
    z-index: 0;
}

.products .title {
    display: block;
}

.products .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;
}

.products .title h2::after {
    content: '';
    width: 16%;
    height: 265px;
    background-color: var(--accent-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

.products .title h2 span {
    z-index: 5;
    position: relative;
}

.title-texts {
    margin: 110px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.products .title p {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 2.3rem;
    font-weight: 400;
    color: #cfcee0;
    line-height: 1.6;
    width: 100%;
}

.products .title a {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 2.3rem;
    font-weight: 400;
    color: #32db8a;
    line-height: 1.6;
    width: 100%;
    text-decoration: underline !important;
}

/* sec  */

.sec {
    margin: 0px 0px 0px 0px;
    padding: 100px 0px 130px 0px;
    background: #1b1649 url(../images/core-bg.png) center no-repeat;
    background-size: 100%;
    overflow: hidden;
    width: 100%;
}

.sec h2 {
    margin: 0px 0px 105px 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;
}

.sec-row {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.sec1 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.sec1-row {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec1-text {
    margin: 0px 0px 0px 0px;
    padding: 0px 4% 0px 16.6%;
    width: 60%;
}

.bg-text {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.bg-text::before {
    margin: 0px 0px 0px 0px;
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    background: #32db8a;
    width: 116px;
    height: 216px;
}

.bg-text h4 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 40px;
    font-size: 4.5rem;
    font-weight: 700;
    color: var(--white-color);
    line-height: 1.2;
}

.bg-text h4 span {
    position: relative;
}

.bg-text p {
    margin: 25px 0px 0px 0px;
    padding: 0px 0px 0px 140px;
    font-size: 2rem;
    font-weight: 400;
    color: #cfcee0;
    line-height: 1.6;
}

.bg-text p.last {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 40px;
}

img.sec-pic {
    margin: 0px 0px 0px 0px;
    display: block;
    width: 40%;
}

.sec11-text {
    margin: 0px 0px 0px 0px;
    padding: 0px 16.6% 0px 4%;
}

.sec11 {
    margin: 35px 0px 35px 0px;
}

.bg-text3::before {
    top: -55px;
}

/* core */
.core {
    margin: 0px 0px 0px 0px;
    padding: 70px 0 100px 0;
    overflow: hidden;
    position: relative;
    background: url(../images/dy-bg.png) left top no-repeat;
    background-size: 100%;
    height: fit-content;
}

.core h2 {
    margin: 0px 0px 0px 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;
}

.core-text {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.core-text::before {
    margin: 0px 0px 0px 0px;
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    background: #32db8a;
    width: 10%;
    height: 200px;
}

.core-text h4 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 40px;
    font-size: 4.5rem;
    font-weight: 700;
    color: var(--white-color);
    line-height: 1.2;
    width: 30%;
}

.core-text h4 span {
    position: relative;
}

.core-text-para {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 60%;
}

.core-text p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 2.1rem;
    font-weight: 400;
    color: #cfcee0;
    line-height: 1.6;
}

.core-text p.last {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 40px;
}

.core .main {
    display: flex;
    justify-content: space-between;
    padding: 90px 0 0px 0;
}

.core .main .item {
    width: 48%;
}

.core .main .item .img-block img {
    width: 100%;
}

.core .main .item .text {
    background-color: #fff;
    padding: 30px 30px 30px 30px;
    width: 94%;
    margin: -90px auto 0 auto;
    position: relative;
}

.core .main .item .text h4 {
    font-family: var(--second-font);
    font-size: 4rem;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 20px;
}

.core .main .item .text p {
    font-family: var(--second-font);
    font-size: 1.8rem;
    font-weight: normal;
    color: var(--black-color);
    line-height: 1.8;
    margin-bottom: 30px;
}

.core .main .item .text a.btn {
    font-size: 2rem;
    font-weight: 700;
    color: var(--white-color);
    background-color: var(--accent-color);
    padding: 14px 40px;
    border: none;
    border-radius: 0;
    position: absolute;
    bottom: -20px;
}

/** solution **/

.solution {
    margin: 0px 0px 0px 0px;
    padding: 80px 0px 80px 0px;
    background: url(../images/solution-bg.png) center no-repeat;
    background-size: cover;
    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 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;
}

/** copy-block **/
.copy-block p {
    border: none !important;
}

/* responsive start */
img.sec-pic2 {
    display: none;
}

@media (max-width: 1400px) and (min-device-width: 1200px) {

    .sec1-text {
        padding: 0px 3% 0px 8.5%;
        width: 58%;
    }

    .sec11-text {
        padding: 0px 8.5% 0px 3%;
        width: 58%;
    }

    .bg-text h4 {
        font-size: 4.2rem;
    }

    .bg-text::before {
        height: 196px;
    }

    img.sec-pic {
        width: 42%;
    }

    .core-text h4 {
        width: 31%;
    }
}

@media (max-width: 1199px) and (min-device-width: 992px) {

    .core-text::before {
        height: 186px;
    }

    .core-text p {
        font-size: 2rem;
    }



    .sec1-text {
        padding: 0px 2% 0px 3%;
    }

    .sec11-text {
        padding: 0px 3% 0px 3%;
    }

    .bg-text::before {
        height: 178px;
    }

    .core-text h4 {
        width: 32%;
    }
}

@media (max-width: 991px) and (min-device-width: 768px) {

    .core {
        padding: 70px 0 70px 0;
    }

    .core-text {
        display: block;
    }

    .core-text h4 {
        width: 100%;
    }

    .core-text-para {
        width: 100%;
    }

    .core-text p {
        margin: 5px 0px 0px 0px;
        padding: 0px 0px 0px 90px;
        font-size: 1.8rem;
    }

    .core .main .item .text {
        padding: 30px 10px 10px 10px;
        width: 97%;
    }

    .core .main .item .text h4 {
        font-size: 3rem;
    }

    .sec {
        padding: 50px 0px 50px 0px;
    }

    .sec1-row {
        display: block;
    }

    .sec1-text {
        padding: 0px 30px 0px 30px;
        width: 100%;
    }

    .sec11-text {
        padding: 0px 30px 0px 30px;
    }

    .bg-text::before {
        height: 56px;
        top: -6px;
    }

    .bg-text h4 {
        padding: 0px 0px 0px 20px;
        font-size: 4rem;
    }

    img.sec-pic {
        display: none;
        width: 100%;
    }

    img.sec-pic1 {
        margin: 0px 0px 30px 0px;
        display: block;
    }

    img.sec-pic2 {
        margin: 0px 0px 30px 0px;
        display: block;
    }

    .bg-text p {
        margin: 17px 0px 0px 0px;
        padding: 0px 0px 0px 20px;
    }

    .bg-text p.last {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 20px;
    }

    .sec11 {
        margin: 75px 0px 75px 0px;
    }
}

@media (max-width: 767px) and (min-device-width: 280px) {


    .core {
        padding: 70px 0 70px 0;
    }

    .core-text::before {
        top: -20px;
        height: 86px;
        width: 65px;
    }

    .core-text {
        display: block;
    }

    .core-text h4 {
        width: 100%;
        font-size: 3.8rem;
    }

    .core-text-para {
        width: 100%;
    }

    .core-text p {
        margin: 35px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        font-size: 1.8rem;
    }

    .core-text p.last {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 20px;
    }

    .core .main .item .text {
        padding: 30px 10px 10px 10px;
        width: 97%;
    }

    .core .main .item .text h4 {
        font-size: 3rem;
    }

    .core .main {
        display: block;
    }

    .core .main .item {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }


    .sec {
        padding: 80px 0px 60px 0px;
    }

    .sec h2 {
        margin: 0px 0px 45px 0px;
        font-size: 4rem;
    }

    .sec1-row {
        display: block;
    }

    .sec1-text {
        padding: 0px 15px 0px 15px;
        width: 100%;
    }

    .sec11-text {
        padding: 0px 15px 0px 15px;
    }

    .bg-text::before {
        height: 46px;
        top: -10px;
    }

    .bg-text h4 {
        padding: 0px 0px 0px 20px;
        font-size: 3rem;
    }

    img.sec-pic {
        display: none;
        width: 100%;
    }

    img.sec-pic1 {
        margin: 0px 0px 30px 0px;
        display: block;
    }

    img.sec-pic2 {
        margin: 0px 0px 30px 0px;
        display: block;
    }

    .bg-text p {
        margin: 27px 0px 0px 0px;
        padding: 0px 0px 0px 20px;
    }

    .bg-text p.last {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 20px;
    }

    .sec11 {
        margin: 35px 0px 35px 0px;
    }
}


/* 1920px start */

@media (max-width: 1920px) and (min-device-width: 1400px) {
    .products .title h2::after {
        height: 285px;
    }
}

/* 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%;
    }

    .products .title h2::after {
        height: 250px;
    }

    .products .main .item {
        width: 48%;
    }

    .products .main .item .text {
        padding: 30px 25px 30px 25px;
    }

}

/* 992px end */

/* 991px start */

@media (max-width: 991px) and (min-device-width: 768px) {

    html {
        font-size: 54%;
    }

    .products {
        padding: 60px 0 55px 0;
    }

    .products .title {
        display: block;
    }

    .products .title h2 {
        font-size: 4.7rem;
        width: 100%;
    }

    .products .title h2::after {
        height: 230px;
    }

    .products .title p {
        font-size: 2.2rem;
        width: 100%;
    }

    .products .main {
        display: block;
        padding: 70px 0;
    }

    .products .main .item {
        width: 100%;
        margin-bottom: 80px;
    }

    .products .main .item.last {
        margin-bottom: 0;
    }

    .products .main .item .text h4 {
        font-size: 3.6rem;
    }
}

/* 768px end */

/* 767px start */

@media (max-width: 767px) and (min-device-width: 576px) {

    html {
        font-size: 52%;
    }

    .products {
        padding: 50px 0 50px 0;
    }

    .products .title {
        display: block;
    }

    .products .title h2 {
        font-size: 3.5rem;
        width: 100%;
    }

    .title-texts {
        margin: 80px 0px 0px 0px;
    }

    .products .title h2::after {
        height: 190px;
    }

    .products .title p {
        font-size: 2.1rem;
        width: 100%;
    }

    .products .main {
        display: block;
        padding: 70px 0;
    }

    .products .main .item {
        width: 100%;
        margin-bottom: 80px;
    }

    .products .main .item.last {
        margin-bottom: 0;
    }

    .products .main .item .text h4 {
        font-size: 3.4rem;
    }

}

/* 576px end */

/* 575px start */

@media (max-width: 575px) and (min-device-width: 414px) {
    html {
        font-size: 54%;
    }

    .products {
        padding: 50px 0 0 0;
    }

    .products .title {
        display: block;
    }

    .products .title h2 {
        font-size: 2.6rem;
        width: 100%;
    }

    .title-texts {
        margin: 80px 0px 0px 0px;
    }

    .products .title h2::after {
        height: 184px;
    }

    .products .title p {
        font-size: 2.1rem;
        width: 100%;
        margin-top: 80px;
    }

    .products .main {
        display: block;
        padding: 70px 0;
    }

    .products .main .item {
        width: 100%;
        margin-bottom: 80px;
    }

    .products .main .item.last {
        margin-bottom: 0;
    }

    .products .main .item .text {
        padding: 20px 20px 30px 20px;
    }

    .products .main .item .text h4 {
        font-size: 3rem;
    }
}

/* 414px end */

/* 413px start */

@media (max-width: 413px) and (min-device-width: 320px) {
    html {
        font-size: 54%;
    }

    .products {
        padding: 50px 0 0 0;
    }

    .products .title {
        display: block;
    }

    .products .title h2 {
        font-size: 2.6rem;
        width: 100%;
    }

    .title-texts {
        margin: 80px 0px 0px 0px;
    }

    .products .title h2::after {
        height: 175px;
    }

    .products .title p {
        font-size: 2.1rem;
        width: 100%;
        margin-top: 80px;
    }

    .products .main {
        display: block;
        padding: 70px 0;
    }

    .products .main .item {
        width: 100%;
        margin-bottom: 80px;
    }

    .products .main .item.last {
        margin-bottom: 0;
    }

    .products .main .item .text {
        padding: 20px 20px 30px 20px;
    }

    .products .main .item .text h4 {
        font-size: 2.6rem;
    }
}

/* 320px end */


@media (max-width: 991px) and (min-device-width: 280px) {
    .solution-row {
        display: block;
    }

    .solution {
        padding: 60px 0px 60px 0px;
    }

    .solution h2 {
        margin: 0px 0px 35px 0px;
        font-size: 3rem;
    }
}