/*!
 * solutions css
 */

#techno-solutions{
    /*margin-top: -11rem;*/
    background: url("/img/mainpage/solution/plane.png") no-repeat right;
    background-size: cover;
}

#opt-service .sign{
    width: 100%;
}

#opt-service .intro-serve{
    width: 100%;
}

#end2end-solutions{
    background: url("/img/mainpage/solution/rope.png") no-repeat left;
    background-size: cover;
}

#end2end-solutions .frame-work{
    width: 100%;
}

#expertise {
    background: #3d0101 url("/img/mainpage/solution/semisphere.png") no-repeat center;
    background-size: cover;
}

#gateway{
    background: #1f0000 url("/img/mainpage/solution/world-map.png") no-repeat center;
    background-size: cover;

}

#fix-protocol .fix-intro{
    width: 95%;
}

#liquidity-pools .liquid-intro{
    width: 100%;
}

#tobe-partner .c-scale{
    width: 70%;
}

#get-in-touch {
    background: #3d0101 url("/img/mainpage/solution/writing.png") no-repeat center;
    background-size: cover;
}


#get-in-touch .lg-color{
    color: #3d0101;
}
#get-in-touch .lg-color2{
    color: #a97c50;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    /*#techno-solutions .tech-sols{
        width:124%;
        margin-left: -12rem;
        text-align: right;
    }*/
    #tech-partners .partners-line{
        border-left: 1px solid #dee2e6 !important;
        border-right: 1px solid #dee2e6 !important;
    }
    #tobe-partner .c-scale{
        width: 50%;
    }

}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {


   /* #techno-solutions .tech-sols{
        width:118%;
        margin-left: -16rem;
        text-align: right;
    }*/
    #end2end-solutions .frame-work{
        width: 75%;
    }


}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    #opt-service .sign{
        width: 75%;
    }

    #opt-service .intro-serve{
        width: 75%;
    }

    #end2end-solutions .frame-work{
        width: 100%;
    }

    #expertise {
        background: #3d0101 url("/img/mainpage/solution/semisphere.png") no-repeat left top;
        background-size: contain;
    }

    #integration{
        background: #3d0101;
        z-index: 5;
    }

    #fix-protocol .fix-intro{
        width: 60%;
    }


    #liquidity-pools .liquid-intro{
        width: 60%;
    }

    #tobe-partner .c-scale{
        width: 90%;
    }

    #get-in-touch {
        background: #3d0101 url("/img/mainpage/solution/writing.png") no-repeat left top;
        background-size: contain;
    }


    #get-in-touch .lg-color{
        color: #acacac;;
    }
    #get-in-touch .lg-color2{
        color: #ffffff;;
    }

    #contact-info{
        background:#3d0101 ;
        z-index:5;
    }


}

/*@media screen and (min-width:1900px) and (max-width: 2000px) {
    #techno-solutions .tech-sols{
        width:68%;
        margin-left: -14rem;
        text-align: right;
    }

    #end2end-solutions .sluts{
        width:137%;
        margin-left: -14rem;
        text-align: right;
    }

    #expertise .world-class{
        width:85%;
        margin-left: -14rem;
        text-align: right;
    }

    #white-label .partners{
        width:122%;
        margin-left: -14rem;
        text-align: right;
    }

    #tobe-partner .p-with{
        width:40%;
        margin-left: -14rem;
        text-align: right;
    }

    #get-in-touch .for-you{
        width:138%;
        margin-left: -14rem;
        text-align: right;
    }

}*/

