.solution-container .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    text-align: right;
    /* height: calc(100vh - 80px); */
    height: 100%;
    min-height: 600px;
    position: relative;
}


.solution-container .item .text-con {
    color: #fff;
    width: 50%;
    height: 100%;
    text-align: left;
    position: absolute;
    top: 0;
    opacity: .9;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.solution-container .section:nth-child(even) .text-con {
    right: 0;
    padding-left: 4.47vw;
    padding-right: 9.375vw;

}

.solution-container .section:nth-child(odd) .text-con {
    left: 0;
    padding-left: 9.375vw;
    padding-right: 4.47vw;
}

.solution-container .section:nth-child(2) .text-con {

    background: linear-gradient(135deg, #1c517d, #4d92d6);
}

.solution-container .section:nth-child(3) .text-con {

    background: linear-gradient(135deg, #255458, #42949a);
}

.solution-container .section:nth-child(4) .text-con {
    background: linear-gradient(135deg, #0e0101, #0f0f0f);
}

.solution-container .section:nth-child(5) .text-con {

    background: linear-gradient(135deg, #032f59, #0d2a4b);
}

.solution-container .section:nth-child(6) .text-con {

    background: linear-gradient(135deg, #051415, #343337);
}

.solution-container .section:nth-child(7) .text-con {


    background: linear-gradient(135deg, #f6bf2c, #d26132);
}

.solution-container .section:nth-child(8) .text-con {


    background: linear-gradient(135deg, #f6bf2c, #d26132);
}

.solution-container .section:nth-child(9) .text-con {
    background: linear-gradient(135deg, #7c878d, #718087);
}

.solution-container .section:nth-child(10) .text-con {
    background: linear-gradient(135deg, #bcbcb8, #6a8387);
}

.solution-container .section:nth-child(11) .text-con {

    background: linear-gradient(135deg, #012150, #04214b);
}

.solution-container .section:nth-child(12) .text-con {

    background: linear-gradient(180deg, #8c9fb6, #7789a0);
}

.solution-container .section:nth-child(13) .text-con {


    background: linear-gradient(135deg, #3c6387, #255a82);
}

.solution-container .section:nth-child(14) .text-con {
    background: linear-gradient(180deg, #112f51, #070935, #112f51, #112f51);
}

.solution-container .section:nth-child(15) .text-con {

    background: linear-gradient(135deg, #01b2fe, #0e8bb6);
}

.solution-container .section:nth-child(16) .text-con {
    background: linear-gradient(180deg, #42563d, #264428);
}

.solution-container .section:nth-child(17) .text-con {

    background: linear-gradient(135deg, #92a4c7, #5f7ea1);
}


.solution-container .item .text-con h2 {
    font-size: calc(14px   1.45vw);

    display: flex;
    -webkit-display: flex;
    align-items: center;
    margin-bottom: 2.8vw;
    position: relative;
}

.solution-container .item .text-con h2::before,
.solution-container .item .text-con h2::after {
    content: "";
    display: block;
    clear: both;
}

.solution-container .item .text-con .img img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.solution-container .item .text-con .img {

    margin-top: 5vw;

}

.solution-container .item .img:hover img {
    transform: translatey(-8px);
}

.solution-container .item .text-con p {
    font-size: var(--size-18);
    line-height: 2;

}
.solution-container .item .text-pinfo.text-con p{
    position: relative;
    padding-left: 16px;
    line-height: 2.4;
}
.solution-container .item .text-pinfo.text-con p::before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    border-radius: 50%;


}

.solution-container .item:nth-child(5) p,
.solution-container .item:nth-child(2) p {
    margin-bottom: 1.56vw;
}

.solution-container .item:nth-child(2) p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1600px) {

    .solution-container .item .text-con p {
        font-size: 16px;
        line-height: 32px;
    }
}

@media (max-width: 1440px) {

    .solution-container .item:nth-child(5) p,
    .solution-container .item:nth-child(2) p {
        margin-bottom: 15px;
    }
}


@media (max-width: 1024px) {
    .solution-container .item {
        height: auto;
        /* padding: 2rem 0; */
    }
    

    .solution-container .item .container {
        display: block;
    }

    .solution-container .item .text-con {
        width: 100%;
      
        padding: 1.5rem!important ;
    }

   

}

@media (max-width: 992px) {
    .mininav .right {
        display: none;
    }

}

@media (max-width: 768px) {
    
    .solution-container .item .text-con .txtbg {
        padding: 30px;
    }

    .solution-container .item .text-con{
        position: static;
    }

    .solution-container .item{
        min-height: auto;
    }

    .solution-container .item .text-con p {
        font-size: 15px;
        line-height: 26px;

    }

    .solution-container .item .text-con .img img{
        width: 70px;
        
    }

}

@media (max-width: 480px) {

    .solution-container .item .text-con{
        padding-left: .5rem!important;
        padding-right: .5rem!important;

    }

}

body{
    padding-top: 66px!important;
}

