/*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***************/

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

/*Banner Section*/

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

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

@media screen and (max-width:575px) {
    .IndustryPage .banner_section .title{
        font-size: 16px;
    }

}
@media screen and (min-width:576px) and (max-width:767px){
    .IndustryPage .banner_section .title{
        font-size: 20px;
    }
}
@media screen and (min-width:768px) and (max-width:990px){
    .IndustryPage .banner_section .title{
        font-size: 24px;
    }
}
/*Box Section*/

.IndustryPage .box_section{
    background-color: #ffffff;
    padding: 5px 0px 50px 0px;
}
.IndustryPage .box_section .content_row{
    display: flex;
    justify-content: center;
    /* position: relative; */
}
/* .IndustryPage .box_section .content_row:nth-child(1){
    float: left; background-color: #fff; padding-right: 15px; 
}
.line { border-bottom: 1px solid grey; position: absolute; top: 10px; width: 100%; z-index: -1; }
.IndustryPage .box_section .content_row:nth-child(2){
    float: right; background-color: #fff; padding-left: 15px;
} */



.IndustryPage .box_section .content_row > div{
    display: flex;
    justify-content: center;
    margin-top: 160px;
}
.IndustryPage .box_section .text_box{
    max-width: 90%;
    border: 3px solid #00ACFF;
    padding: 20px;
    font-size: 14px;
    background-color: #00ACFF;
    position: relative;
    text-align: justify;
    color: #fff;
    box-shadow: 4px 2px 8px #00000059;
    min-height: 195px;
    border-radius: 26px;
}



/*Perks of Testing*/

.IndustryPage .perksOfTesting{
    background-color: #172C54;
    padding: 60px 0;
    color: #ffffff;
    text-align: center;
}
.IndustryPage .perksOfTesting .heading{
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 50px;
    color: #fff;
}
.IndustryPage .perksOfTesting .description{
    font-weight: 500;
    font-size: 20px;
}
.IndustryPage .perksOfTesting .content_row{
    padding: 70px 0;
    display: flex;
    justify-content: center;
}

.IndustryPage .perksOfTesting .content_row .text_box{
    margin: 0 auto;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #000000;
    padding: 20px;
    height: 168px;
    max-width: 500px;
    font-size: 16px;
    font-weight:500 ;
    transition: all 0.4s ease;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.IndustryPage .perksOfTesting .content_row .text_box > img{
    max-height: 60px;
}
.IndustryPage .perksOfTesting .content_row .text_box:hover{
    transform: scale(1.1);
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

@media screen and (max-width:575px) {
    .IndustryPage .perksOfTesting .heading{
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .IndustryPage .perksOfTesting .description{
        font-size: 16px;
    }
    .IndustryPage .perksOfTesting .content_row .text_box{
        font-size: 14px;
    }
}
@media screen and (min-width:576px) and (max-width:767px){
    
    .IndustryPage .perksOfTesting .heading{
        font-size: 26px;
    }
    .IndustryPage .perksOfTesting .description{
        font-size: 18px;
    }
    .IndustryPage .perksOfTesting .content_row{
        padding: 0;
    }
    .IndustryPage .perksOfTesting .content_row .text_box{
        font-size: 14px;
        height: 70px;
    }
}
@media screen and (min-width:768px) and (max-width:990px){
    .IndustryPage .perksOfTesting .heading{
        font-size: 30px;
    }
    .IndustryPage .perksOfTesting .description{
        font-size: 20px;
    }
    .IndustryPage .perksOfTesting .content_row{
        padding: 30px 0;
    }
    .IndustryPage .perksOfTesting .content_row .text_box{
        font-size: 14px;
    }
}
@media screen and (min-width:991px) and (max-width:1200px){
    .IndustryPage .perksOfTesting .description{
        font-size: 20px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1550px){
    .cardSessionNew {
        min-width: 220px !important;
        max-width: 220px !important;
        padding:15px !important;
    }

    .cardSessionNew > p {
        font-size: 12px !important;
    }
}

/*Testing Services*/

.IndustryPage .testingServices .title_box{
    background-color: #ffffff;
    text-align: center;
    padding: 50px 0;
}
.IndustryPage .testingServices .heading{
    font-weight: 600;
    font-size: 24px;
    text-transform: unset !important;
}

.IndustryPage .testingServices .heading {
    margin-bottom: 0;
}

.IndustryPage .testingServices .title_box {
    padding-bottom: 10px;
}

.IndustryPage .testingServices .blue_highlight{
    color: #00ACFF;
}
.IndustryPage .testingServices .content_row{
    padding: 70px 0;
}

.IndustryPage .testingServices .carousel-item{
    border-radius: 10px;
    
    
}
.IndustryPage .testingServices .cardBox{
    position: relative;
    /*  */
    border: none;
    height: 600px;
}
.IndustryPage .testingServices .cardBox img{
    height: 100%;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}
.IndustryPage .testingServices .cardBox .card-body{
    width: 100%;
    height: 100%;
    /*max-width: 5px;*/ 
    position: absolute;  
    right: 0;
    left: 0;  
    top: 0;
    bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15%;
    /* background: rgba(189, 185, 185, 0.4); */

}
.IndustryPage > .chooseQAonCloud {
    margin-top: 100px;
}
.IndustryPage .testingServices .cardBox .card-body > div{
    width: 80%;
}
.IndustryPage .testingServices .cardBox .card-body .heading{
    font-size: 36px;
    font-weight: 700;
    color: #14274A;
    text-align: left;
    margin-bottom: 0px;
}
.IndustryPage .testingServices .cardBox .card-body .sub_heading{
    font-size: 20px;
}
.IndustryPage .testingServices .cardBox .card-body p{
    color: #0C0B0B;
    font-size: 18px;
    margin: 20px 0;
    font-weight: 400;
}

.IndustryPage > .testingServices > .container > .row > #demo > button.carousel-control-prev > span,
.IndustryPage > .testingServices > .container > .row > #demo > button.carousel-control-next > span
{
    width: 6rem;
    height: 6rem;
}
/* .IndustryPage .testingServices .cardBox .card-footer .description{
    font-size: 16px;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}
.IndustryPage .testingServices .cardBox .card-footer{
    background-color: transparent;
    border: 0;
} */

.carousel-control-prev-icon{
    filter: invert(1);
}
.carousel-control-next-icon{
    filter: invert(1);
}

@media screen and (max-width:575px){
    
    .IndustryPage .testingServices .heading{
        font-size: 20px;
    }
    .IndustryPage .testingServices .cardBox{
        height: 500px;
    }
    .IndustryPage .testingServices .cardBox .card-body .heading{
        font-size: 20px;
    }
    .IndustryPage .testingServices .cardBox .card-body .heading p{
        font-size: 14px;
    }
    .IndustryPage .testingServices .cardBox .card-body .sub_heading {
        font-size: 16px;
    }
    .IndustryPage .testingServices .cardBox .card-body p {
        font-size: 14px;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    .IndustryPage .testingServices .cardBox .card-body .heading{
        font-size: 20px;
    }
    .IndustryPage .testingServices .cardBox .card-body .sub_heading{
        font-size: 16px;
    }
    .IndustryPage .testingServices .cardBox .card-body p{
        font-size: 14px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .IndustryPage .testingServices .cardBox .card-body .heading{
        font-size: 24px;
    }
    .IndustryPage .testingServices .cardBox .card-body .sub_heading{
        font-size: 18px;
    }
    .IndustryPage .testingServices .cardBox .card-body p{
        font-size: 14px;
    }
}










/*Choose QAonCloud*/
.IndustryPage .chooseQAonCloud{
    padding: 80px 0;
    background-color: #E9E9E9;
    text-align: center;
}
.IndustryPage .chooseQAonCloud .title{
    font-weight: 600;
    font-size: 30px;
}
.IndustryPage .chooseQAonCloud .blue_highlight{
    color: #00ACFF;
}
.IndustryPage .chooseQAonCloud .content_row{
    max-width: 1200px;
    margin: 0 auto;
}
.IndustryPage .chooseQAonCloud .accordion-item{
    margin-top: 50px;
}
.IndustryPage .chooseQAonCloud .accordion-item .accordion-header{
    border-left: 10px solid #172C54;
}
.IndustryPage .chooseQAonCloud .accordion-item .accordion-button{
    padding: 30px 30px 30px 0;
}

.IndustryPage .chooseQAonCloud .accordion-item .accordion-button p{
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
}
.IndustryPage .chooseQAonCloud .accordion-item .accordion-button::after {
    width: 20px !important;
    margin-left: 10px !important;
}
.IndustryPage .chooseQAonCloud .accordion-item .accordion-button:focus{
    border: 0;
    box-shadow: none;
}
.IndustryPage .chooseQAonCloud .accordion-item .accordion-button:not(.collapsed){
    background-color: #ffffff;
    color: #000000;
    box-shadow: none;
}
.IndustryPage .chooseQAonCloud .accordion-item .accordion-body{
    background-color: #172C54;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    padding: 50px 15%;
}


@media screen and (max-width:575px) {
    .IndustryPage .chooseQAonCloud .title{
        font-size: 20px;
    }
    .IndustryPage .chooseQAonCloud .accordion-item{
        margin-top: 20px;
    }
    .IndustryPage .chooseQAonCloud .accordion-item .accordion-button{
        padding: 15px 15px 15px 0;
    }
    .IndustryPage .chooseQAonCloud .accordion-item .accordion-button p{
        font-size: 14px;
    }
    .IndustryPage .chooseQAonCloud .accordion-item .accordion-body{
        font-size: 12px;
        padding: 20px 5%;
    }
    
}
@media screen and (min-width:576px) and (max-width:767px){
    .IndustryPage .chooseQAonCloud .title{
        font-size: 22px;
    }
    .IndustryPage .chooseQAonCloud .accordion-item{
        margin-top: 20px;
    }
    .IndustryPage .chooseQAonCloud .accordion-item .accordion-button{
        padding: 15px 15px 15px 0;
    }
    .IndustryPage .chooseQAonCloud .accordion-item .accordion-button p{
        font-size: 16px;
    }
    .IndustryPage .chooseQAonCloud .accordion-item .accordion-body{
        font-size: 16px;
        padding: 20px 8%;
    }
}
@media screen and (min-width:768px) and (max-width:990px){
    .IndustryPage .chooseQAonCloud .title{
        font-size: 28px;
    }
    .IndustryPage .chooseQAonCloud .accordion-item{
        margin-top: 30px;
    }
    .IndustryPage .chooseQAonCloud .accordion-item .accordion-button{
        padding: 20px 20px 20px 0;
    }
    .IndustryPage .chooseQAonCloud .accordion-item .accordion-button p{
        font-size: 16px;
    }
    .IndustryPage .chooseQAonCloud .accordion-item .accordion-body{
        font-size: 18px;
        padding: 20px 8%;
    }
}
@media screen and (min-width:991px) and (max-width:1200px){
    .IndustryPage .chooseQAonCloud .accordion-item .accordion-body{
        font-size: 24px;
        padding: 30px 12%;
    }
}


/*Statistics*/
.IndustryPage .statistics{
    margin: 50px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
    background-color: #172C54;
}
.IndustryPage .statistics .stat{
    min-height: 150px;
    padding: 20px;
    border-right: 1px solid grey;
    color: #ffffff;
}
.IndustryPage .statistics .row > div:last-child .stat{
    border-right: 0 !important;
}
.IndustryPage .statistics .stat_numbers{
    font-size: 26px;
}
.IndustryPage .statistics .stat_text{
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 1px;
}


/*Media queries*/

@media screen and (max-width:575px) {

    /*Statistics*/
    .IndustryPage .statistics .stat{
        border: 0;
        border-bottom: 1px solid grey !important;
    }
    .IndustryPage .statistics .row > div:last-child .stat{
        border-bottom: 0 !important;
    }

}

@media screen and (min-width:576px) and (max-width:767px) {

    /*Statistics*/
    .IndustryPage .statistics .row > div:nth-child(2) .stat{
        border-right: 0 !important;
    }
    .IndustryPage .statistics .row > div:nth-child(4) .stat{
        border-right: 0 !important;
    }
    .IndustryPage .statistics .row > div:last-child .stat{
        border-right: 0 !important;
    }
    
}

@media screen and (min-width:767px) and (max-width:990px) {
    /*Statistics*/
    .IndustryPage .statistics .row > div:nth-child(2) .stat{
        border-right: 0 !important;
    }
    .IndustryPage .statistics .row > div:nth-child(4) .stat{
        border-right: 0 !important;
    }
    .IndustryPage .statistics .row > div:last-child .stat{
        border-right: 0 !important;
    }
}
@media screen and (min-width:991px) and (max-width:1200px) {
    /*Statistics*/
    .IndustryPage .statistics .row > div:nth-child(3) .stat{
        border-right: 0 !important;
    }
    .IndustryPage .statistics .row > div:nth-child(6) .stat{
        border-right: 0 !important;
    }
}


/*howQAonCloudEnhanced*/

.IndustryPage .howQAonCloudEnhanced{
    padding: 50px 0 50px 0;
    background-color: #ffffff;
    text-align: center;
}
.IndustryPage .howQAonCloudEnhanced .content_row{
    border-radius: 24px;
    background-color: #E9E9E9;
    padding: 50px 0 30px 0;
    max-width: 1000px;
}

.IndustryPage .howQAonCloudEnhanced .content_row .title_box{
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 400;
    background-color: #ffffff;
    color: #172C54;
}
.IndustryPage .howQAonCloudEnhanced .content_row .text_content{
    padding: 30px 10% !important;
    font-size: 16px;
    font-weight: 400;
}
.IndustryPage .howQAonCloudEnhanced .content_row .text_content img{
    width: 200px;
    margin-bottom: 30px;
}
.IndustryPage .howQAonCloudEnhanced .content_row .text_content .text_2{
    margin-top: 50px !important;
}
.IndustryPage .howQAonCloudEnhanced .content_row .text_content .btn_download1{
    background-color: #00ACFF;
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 50px;
    border: 1px solid #00ACFF;
    outline: 0;
    font-weight: 500;
    margin-top: 30px;
}
.IndustryPage .howQAonCloudEnhanced .content_row .text_content .btn_download1:hover{
    border: 1px solid #00ACFF;
    background-color: #ffffff;
    color: #00ACFF;
}

.box_section > div > .content_row > .col-md-6:first-child > .text_box::after {
    content: "";
    width: 100%;
    border: 1px dashed #172C54;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    background: url('../assets/link.png');
    /* height: 230px;
    width: 230px; 
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(327deg); */
}


@media screen and (max-width:576px) {
    .IndustryPage .howQAonCloudEnhanced .content_row .title_box{
        font-size: 14px;
        padding: 20px 20px;
    }
    .IndustryPage .howQAonCloudEnhanced .content_row .text_content img{
        width: 200px;
    }
    .IndustryPage .howQAonCloudEnhanced .content_row .text_content {
        padding: 30px 5% !important;
        font-size: 14px;
    }
    .text_box::after{
        display: none;
    }
}
@media screen and (max-width:756px) {
    .text_box::after{
        display: none;
    }
}
.content-overlay {
    background-image: linear-gradient(transparent, white);
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
   opacity: 1;
   -webkit-transition: all 0.4s ease-in-out 0s;
   -moz-transition: all 0.4s ease-in-out 0s;
   transition: all 0.4s ease-in-out 0s;
}
.AboutUsPage .leadership_section .cardBox:hover {
   background: #fff;
}
.bg-prop{
    display: flex;
    justify-content: center;
    padding-right: 0px !important;
    padding-top: 0px !important;
}
.text_box.bg-prop > p {
    text-align: left;
    padding-top: 20px;
}
.bg-prop > img{
    max-height: 75px;
    padding: 5px 0px 0px 10px;
}
.col-md-6.indus-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.col-md-6.indus-img > .img-indus-ses >img {
    max-height: 70px;
}
.col-md-6.indus-img > .img-indus-ses {
    background: transparent;
    padding: 20px;
    border-radius: 50%;
    border: 2px solid;
    position: absolute;
    top: -100px;
}
.box-blue {
    position: absolute;
    bottom: -5px;
    height: 20px;
    width: 56%;
    background: #02131c;
    z-index: -1;
    border-radius: 6px;
}
.cardFlex{
    flex-wrap: wrap;

}
.cardSessionNew
{
    background: #00acff;padding: 20px;display: flex;flex-direction: column;margin: 20px;align-items: center;
    border-radius: 30px;
    box-shadow: 4px 2px 8px #00000059;
    cursor: pointer;
    min-width: 280px;
    max-width: 280px;
    text-align: center;
}
.cardSessionNew:hover
{
    background: #0b8ccc;
}
.cardSessionNew > img{
    width: 50px;
}
.cardSessionNew > p{
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
}
.cardSessioDatanNew{
    border: 3px solid #00ACFF;
    background-color: #ffffff;
    color: #00ACFF;
    border-radius: 26px;
}

.newhide{
    display: none;
}
.newDetailView{
    padding: 20px;
}
.newCardUL{
    list-style-type: none;
}
.newCardUL > li{
    color: #0C0B0B;
    font-size: 18px;
    margin: 20px 0;
    font-weight: 400;
}
.newCardTitle{
    font-size: 36px;
    font-weight: 700;
    color: #14274A;
    margin-bottom: 0px;
}
.newCardTitleSession{
    padding-left: 30px;
}
.tickIcon{
    height: 25px;
}