/*Google Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap');

/*Basic Settings*/
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

body{
    height: 100vh;
}

.wrapper{
    height: 100%;
    width: 100%;
}



/**********Solutions_All***************/

.Solutions_All p{
    margin-bottom: 0 !important;
}

/*Banner Section*/

.Solutions_All section.banner_section {
    height: 600px;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.Solutions_All .banner_section .title{
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    margin-left: 4em;
}
.Solutions_All .banner_section .title > div{
    width: 100%;
    max-width: 700px;
}


/*Mobile Application*/

.Solutions_All .mobileApplication{
    background-color: #ffffff;
    text-align: center;
}
.Solutions_All .mobileApplication .title_box{
    padding: 40px 20px;
    max-width: 1000px;
    margin: 0 auto;
}
.Solutions_All .mobileApplication .heading{
    font-size: 24px;
    font-weight: 700;
    color: #172C54;
    margin-bottom: 10px;
    text-transform: unset !important;
}

.Solutions_All .mobileApplication .description{
    font-size: 16px;
    font-weight: 500;
}
.Solutions_All .mobileApplication>.text_content{
    background-color: #172C54;
    color: #ffffff;
    font-size: 16px;
}
.Solutions_All .mobileApplication .text_content .text_box{
    text-align: left;
    padding: 50px;
}
.Solutions_All .mobileApplication .text_content .text_box:last-child{
    border-left: 2px solid #ffffff;
}




/*Statistics*/
.Solutions_All .statistics{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
}
.Solutions_All .statistics .stat{
    height: 120px;
    padding: 20px;
    border-right: 1px solid grey;
}
.Solutions_All .statistics .row > div:last-child .stat{
    border-right: 0 !important;
}
.Solutions_All .statistics .stat_numbers{
    font-size: 24px;
}
.Solutions_All .statistics .stat_text{
    font-size: 14px;
    margin-bottom: 0;
}


/*qAonCloudMobile*/

.Solutions_All .qAonCloudMobile{
    padding: 10px 0 70px 0;
    /* background-color: #EBEBEB; */
    background: linear-gradient(180deg, #ffffff 0%, #EBEBEB 100%);
    text-align: center;
}
.Solutions_All .qAonCloudMobile .title_box{
    padding: 60px 20px;
    max-width: 1000px;
    margin: 0 auto;
}
.Solutions_All .qAonCloudMobile .heading{
    font-size: 24px;
    font-weight: 700;
    color: #172C54;
    margin-bottom: 10px;
    text-transform: unset;
}
.Solutions_All .qAonCloudMobile .heading .blue_highlight{
    color: #00ACFF;
}

.Solutions_All .qAonCloudMobile .content_row{
    padding: 30px 0;
    overflow-x: hidden;
}
.Solutions_All .qAonCloudMobile .content_row:hover .img_column img{
    transform: scale(1.3);
}
.Solutions_All .qAonCloudMobile .content_row .img_column{
    display: flex;
    align-items: center;
    justify-content: center;
}
.Solutions_All .qAonCloudMobile .content_row .img_column img{
    width: 70px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.Solutions_All .qAonCloudMobile .content_row .text_column{
    text-align: left;
}
.Solutions_All .qAonCloudMobile .content_row .text_column .title{
    color: #172C54;
    font-size: 20px;
    font-weight: 700;
}
.Solutions_All .qAonCloudMobile .content_row .text_column .line{
    width: 65%; 
    max-width:60px;
    height: 2px;
    background-color:#00ACFF;
    margin: 20px 0px;

}
.Solutions_All .qAonCloudMobile .content_row .text_column .description{
    font-size: 16px;
    font-weight: 400;
}


/*qAonCloudEnd*/

.Solutions_All .qAonCloudEnd{
    
    text-align: center;
}
.Solutions_All .qAonCloudEnd .title_box{
    padding: 60px 20px;
    max-width: 1000px;
    margin: 0 auto;
}
.Solutions_All .qAonCloudEnd .heading{
    font-size: 24px;
    font-weight: 700;
    color: #172C54;
    margin-bottom: 10px;
    text-transform: unset !important;
}
.Solutions_All .qAonCloudEnd .heading .blue_highlight{
    color: #00ACFF;
}
.Solutions_All .qAonCloudEnd .text_box_column{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.Solutions_All .qAonCloudEnd .text_box_column .text_box{
    height: 70px;
    min-width: 270px;
    width: 90%;
    max-width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #172C54;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
    margin: 20px 0;
    cursor: pointer;
}
.Solutions_All .qAonCloudEnd .text_box_column .text_box:hover{
    color: #172C54;
    background-color: #ffffff;
    border: 1px solid #172C54;
}
.Solutions_All .qAonCloudEnd .slider_column{
    display: flex;
    align-items: center;
    justify-content: center;
}
.Solutions_All .qAonCloudEnd .slider_column .content_item .content_header{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #14274A;
    color: #ffffff;
    font-size: 16px;
    padding:0 20px;
    
}
.Solutions_All .qAonCloudEnd .slider_column .content_item .content_header h3{
    margin-bottom: 0 !important;
    font-weight: 600;
}
.Solutions_All .qAonCloudEnd .slider_column .content_item .content_body{
    position: relative;
}
.Solutions_All .qAonCloudEnd .slider_column .content_item .content_body .overlay{
    text-align: left;
    color: #ffffff;
    background: rgba(20, 39, 74, 0.0);
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Solutions_All .qAonCloudEnd .slider_column .content_item .content_body .overlay .text_content{
    width: 85%;
}
.Solutions_All .qAonCloudEnd .slider_column .content_item .content_body .overlay .text_content li{
    margin-bottom: 30px !important;
    list-style: none;
}
.Solutions_All .qAonCloudEnd .slider_column .content_item .content_body .overlay .text_content li::before{
    content: url('../assets/img/solutions/send.svg');
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    vertical-align:middle ;
    color: #ffffff;
    filter: invert(1);
}
.Solutions_All .qAonCloudEnd .slider_column img{
    width: 100%;
    height: 450px;
}


/*whyChoose*/

.Solutions_All .whyChoose{
    padding: 50px 0;
    background-color: #ffffff;
    text-align: center;
}
.Solutions_All .whyChoose .heading{
    font-size: 24px;
    font-weight: 700;
    color: #172C54;
    margin-bottom: 10px;
}
.Solutions_All .whyChoose .line{
    width: 65%; 
    min-width:100px;
    max-width: 150px;
    height: 2px;
    background-color:#172C54;
    margin: 10px auto 60px auto;
}
.Solutions_All .whyChoose .heading .blue_highlight{
    color: #00ACFF;
}

.Solutions_All .whyChoose .row{
    max-width: 1100px;
    margin: 0 auto;
}
.Solutions_All .whyChoose .row > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.Solutions_All .whyChoose .text_box{
    position: relative;
    width: 300px;
    height: 350px;
    background: #F4F4F4;
    color: #000000;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
}
.Solutions_All .whyChoose .text_box > .hidden_div{
    width: 100%;
    height: 100%;
    border: 2px dashed #ffffff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Solutions_All .whyChoose .text_box .overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 300px;
    height: 350px;
    background: linear-gradient(180deg, #00ACFF 0%, #005680 100%);
    color: #ffffff;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
}
.Solutions_All .whyChoose .text_box .overlay:hover{
    opacity: 0;
}
.Solutions_All .whyChoose .overlay > div{
    width: 100%;
    height: 100%;
    border: 2px dashed #ffffff;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}





/*Media Queries*/
@media screen and (max-width:575px){
    .Solutions_All .banner_section .title{
        font-size: 16px;
    }
    .Solutions_All .mobileApplication .title_box{
        padding: 40px 10px;
    }
    .Solutions_All .mobileApplication .title_box .heading{
        font-size: 20px;
    }
    .Solutions_All .mobileApplication .title_box .description{
        font-size: 14px;
    }
    .Solutions_All .mobileApplication .text_content .text_box{
        padding: 30px;
    }
    .Solutions_All .qAonCloudMobile .heading {
        font-size: 26px;
    }
    .Solutions_All .qAonCloudMobile .content_row .img_column img{
        width: 100px;
        margin-bottom: 30px;
    }
    .Solutions_All .qAonCloudMobile .content_row .text_column{
        text-align: center;
    }
    .Solutions_All .qAonCloudEnd .title_box{
        padding: 30px 20px;
    }
    .Solutions_All .qAonCloudEnd .heading{
        font-size: 24px;
    }

    .Solutions_All .qAonCloudEnd .slider_column .content_item .content_header h3{
        font-size: 16px;
    }
    .Solutions_All .qAonCloudEnd .slider_column .content_item .content_body .overlay{
        font-size: 16px;
    }
    .Solutions_All .qAonCloudEnd .slider_column .content_item .content_body .overlay .text_content li{
        margin-bottom: 20px !important;
    }
    .Solutions_All .qAonCloudEnd .slider_column .content_item .content_body .overlay .text_content li::before {
        margin-bottom: -0.4em;
    }
    /*crossBR_PT*/
    .Solutions_All .qAonCloudEnd .slider_column .content_item.crossBR_PT .content_body .overlay .text_content li{
        font-size: 12px;
    }
    .Solutions_All .qAonCloudEnd .slider_column .content_item.crossBR_PT .content_body .overlay .text_content li::before{
        width: 2.0em; /* same as padding-left set on li */
    }        
    .Solutions_All .qAonCloudEnd .slider_column img{
        height: 300px;
    }
    .Solutions_All .whyChoose .heading{
        font-size: 22px;
    }
    

    /*Statistics*/
    .Solutions_All .statistics .stat{
        border: 0;
        border-bottom: 1px solid grey !important;
    }
    .Solutions_All .statistics .row > div:last-child .stat{
        border-bottom: 0 !important;
    }
    .Solutions_All .qAonCloudMobile .content_row .text_column .line {
        margin: 20px auto;
    }
}


@media screen and (min-width:576px) and (max-width:767px){
    .Solutions_All .banner_section .title{
        font-size: 26px;
    }
    .Solutions_All .mobileApplication .heading{
        font-size: 28px;
    }
    .Solutions_All .qAonCloudMobile .heading{
        font-size: 30px;
    }
    .Solutions_All .qAonCloudMobile .content_row .img_column img{
        width:80px;
    }
    .Solutions_All .qAonCloudEnd .heading{
        font-size: 26px;
    }
    /*Statistics*/
    .Solutions_All .statistics .row > div:nth-child(2) .stat{
        border-right: 0 !important;
    }
    .Solutions_All .statistics .row > div:nth-child(4) .stat{
        border-right: 0 !important;
    }
    .Solutions_All .statistics .row > div:last-child .stat{
        border-right: 0 !important;
    }
}

@media screen and (min-width:768px) and (max-width:990px){
    .Solutions_All .banner_section .title > div{
        font-size: 30px;
        max-width: 80%;
    }
    .Solutions_All .qAonCloudMobile .content_row .img_column img{
        width:100px;
    }
    
    /*Statistics*/
    .Solutions_All .statistics .row > div:nth-child(2) .stat{
        border-right: 0 !important;
    }
    .Solutions_All .statistics .row > div:nth-child(4) .stat{
        border-right: 0 !important;
    }
    .Solutions_All .statistics .row > div:last-child .stat{
        border-right: 0 !important;
    }
}

@media screen and (min-width:991px) and (max-width:1200px) {
    .Solutions_All .qAonCloudMobile .content_row .img_column img{
        width:120px;
    }
    /*Statistics*/
    .Solutions_All .statistics .row > div:nth-child(3) .stat{
        border-right: 0 !important;
    }
}

@media screen and (max-width:767px) {
    .Solutions_All .mobileApplication .text_content .text_box:last-child{
            border-left: 0 !important;
            border-top: 3px solid #ffffff;
    }

}


