/*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%;
}


/**********How We Work***************/
.HowWeWork_Page p{
    margin-bottom: 0 !important;
}


/*Banner Section*/

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

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




/*how QAonCloud works*/

.HowWeWork_Page .howQAonCloud{
    padding: 50px 0;
    background-color: #ffffff;
    text-align: center;
}
.HowWeWork_Page .howQAonCloud .heading{
    font-size: 24px;
    font-weight: 700;
    color: #172C54;
    margin-bottom: 30px;
}
.HowWeWork_Page .howQAonCloud .heading .blue_highlight{
    color: #00ACFF;
}
.HowWeWork_Page .howQAonCloud .description{
    font-size: 16px;
}


.HowWeWork_Page .howQAonCloud .row{
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.HowWeWork_Page .howQAonCloud .row > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.HowWeWork_Page .howQAonCloud .cardBox{
    background: #EBEBEB;
    text-align: center;
    max-width: 300px;
    height: 400px;
    border: 0;
    padding: 20px 0 20px 0;
    border: 1px solid #707070;
    border-radius: 0;
}
.HowWeWork_Page .howQAonCloud .cardBox .card-header{
    width: 80%;
    margin: 0 auto;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #000000;
    padding-bottom: 20px;
}
.HowWeWork_Page .howQAonCloud .cardBox img{
    width: 80px;
    height: 80px;
}
.HowWeWork_Page .howQAonCloud .cardBox .card-body{
    flex: none;
    height: 80px;
}
.HowWeWork_Page .howQAonCloud .cardBox .card-body .title{
    font-size: 20px;
    font-weight: 600;
}
.HowWeWork_Page .howQAonCloud .cardBox .card-footer .description{
    font-size: 14px;
    font-weight: 400;
}
.HowWeWork_Page .howQAonCloud .cardBox .card-footer{
    background-color: transparent;
    border: 0;
}



/*Expert Teams*/

.HowWeWork_Page .expertTeams{
    padding: 50px 0;
    background-color: #ffffff;
    text-align: center;
}
.HowWeWork_Page .expertTeams .heading{
    font-size: 24px;
    font-weight: 700;
    color: #172C54;
    margin-bottom: 30px;
}
.HowWeWork_Page .expertTeams .heading .blue_highlight{
    color: #00ACFF;
}
.HowWeWork_Page .expertTeams .description{
    font-size: 18px;
    margin-bottom: 50px !important;
}
.HowWeWork_Page .expertTeams .row{
    max-width: 900px;
    margin: 0 auto;
}
.HowWeWork_Page .expertTeams .row > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.HowWeWork_Page .expertTeams .text_box{
    position: relative;
    width: 300px;
    height: 300px;
    background: #F4F4F4;
    color: #000000;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
}
.HowWeWork_Page .expertTeams .text_box > .hidden_div{
    width: 100%;
    height: 100%;
    border: 2px dashed #ffffff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.HowWeWork_Page .expertTeams .text_box .overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 300px;
    height: 300px;
    background: linear-gradient(180deg, rgba(0,172,255,1) 0%, rgba(9,9,121,1) 100%);
    color: #ffffff;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
}
.HowWeWork_Page .expertTeams .text_box .overlay:hover{
    opacity: 0;
}
.HowWeWork_Page .expertTeams .overlay > div{
    width: 100%;
    height: 100%;
    border: 2px dashed #ffffff;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}



/*QAjourney*/

.HowWeWork_Page .QAjourney{
    padding: 50px 0;
    background-color: #ffffff;
    text-align: center;
}

.HowWeWork_Page .QAjourney > .container > div > img{
    max-width: 80%;
}

.HowWeWork_Page .QAjourney .heading{
    font-size: 24px;
    font-weight: 700;
    color: #172C54;
    margin-bottom: 30px;
}
.HowWeWork_Page .QAjourney .heading .blue_highlight{
    color: #00ACFF;
}
/*Process of QA*/

.HowWeWork_Page .ProcessofQA{
    padding: 50px 0;
    background-color: #ffffff;
    text-align: center;
}
.HowWeWork_Page .ProcessofQA .heading{
    font-size: 24px;
    font-weight: 700;
    color: #172C54;
    margin-bottom: 30px;
}
.HowWeWork_Page .ProcessofQA .heading .blue_highlight{
    color: #00ACFF;
}
.HowWeWork_Page .ProcessofQA .description{
    font-size: 16px;
    margin-bottom: 50px !important;
}
.HowWeWork_Page .ProcessofQA .row{
    max-width: 1100px;
    margin: 0 auto;
}
.HowWeWork_Page .ProcessofQA .row > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.HowWeWork_Page .ProcessofQA .text_box{
    width: 100%;
    max-width: 380px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #707070;
    background-color: #FAFAFA;
    color: #172C54;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}
.HowWeWork_Page .ProcessofQA .text_box:hover{
    background-color: #d4cece;
}






/*ProcessofQA Modal PopUps*/


.custom_modal .modal-content{
    border: 10px solid #033354;
    text-align: center;
}
.custom_modal .modal-content .modal-header{
    border-bottom: 0;
}
.custom_modal .modal-content .modal-body{
    padding: 30px 8% 80px 8%;
}
.custom_modal .modal-content img{
    width: 100px;
}
.custom_modal .modal-content .description{
    font-size: 16px;
    margin: 30px 0 0 0;
    line-height: 40px;
}









/*Media Queries*/
@media screen and (max-width:575px) {
    .HowWeWork_Page .banner_section .title{
        font-size: 18px;
        max-width: 90%;
        margin: 0 auto;
    }
    .HowWeWork_Page .howQAonCloud .heading {
        font-size: 22px;
    }
    .HowWeWork_Page .howQAonCloud .description {
        font-size: 16px;
    }
    .HowWeWork_Page .expertTeams{
        padding: 20px 0;
    }
    .HowWeWork_Page .expertTeams .text_box{
        width: 280px;
        height: 280px;
        font-size: 12px;
    }
    .HowWeWork_Page .expertTeams .text_box .overlay{
        width: 280px;
        height: 280px;
    }
    .HowWeWork_Page .expertTeams .heading {
        font-size: 26px;
    }
    .HowWeWork_Page .expertTeams .description {
        font-size: 16px;
        margin-bottom: 0 !important;
    }
    
    .HowWeWork_Page .ProcessofQA .title_box{
        max-width: 90%;
        margin: 0 auto;
    }
    .HowWeWork_Page .ProcessofQA .heading{
        font-size: 24px;
    }
    .HowWeWork_Page .ProcessofQA .description{
        font-size: 16px;
        margin-bottom: 10px !important;
    }


    .custom_modal .modal-content .modal-body{
        padding: 10px 8% 30px;
    }
    .custom_modal .modal-content img {
        width: 70px;
    }
    .custom_modal .modal-content .description {
        font-size: 14px;
        line-height: 26px;
    }
}
@media screen and (min-width:576px) and (max-width:767px) {
    .HowWeWork_Page .banner_section .title{
        font-size: 28px;
        max-width: 75%;
        margin: 0 auto;
    }
    .custom_modal .modal-content .modal-body {
        padding: 10px 8% 40px 8%;
    }
    .custom_modal .modal-content img {
        width: 80px;
    }
    .custom_modal .modal-content .description {
        font-size: 14px;
        line-height: 30px;
    }
}
@media screen and (min-width:768px) and (max-width:990px) {
    .HowWeWork_Page .banner_section .title{
        font-size: 34px;
        max-width: 70%;
        margin: 0 auto;
    }
    .custom_modal .modal-content .modal-body {
        padding: 30px 8% 50px 8%;
    }
    .custom_modal .modal-content .description {
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (min-width:991px) and (max-width:1200px) {
    .HowWeWork_Page .banner_section .title{
        font-size: 40px;
        max-width: 70%;
        margin: 0 auto;
    }
}