.common-industries-we-serve-wrapper{
    float: left;
    width: 100%;
}

.cmn-sec-descirption{
	font-size: 20px;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
    max-width: 100%;
    margin: 0 auto;
}

.tech-industry-serve{
	background-image: url(../images/technology-stack-image/bg-pattern.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.industry-nav-tab-wrapper{
    flex-direction: column;
    gap: 10px;
    width: 330px;
    display:none;
}

.industry-nav-tab-wrapper .industry-tab-links {
    font-size: 18px;
    font-weight: 500;
    border: 2px solid rgba(136, 136, 136, 1);
    background: transparent;
    color: rgba(136, 136, 136, 1);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    margin: 0px;
    font-weight: 600;
    text-align: left;
}

.industry-nav-tab-wrapper .industry-tab-links:focus,
.industry-nav-tab-wrapper .industry-tab-links:hover{
	border-color: rgba(136, 136, 136, 1);
}

.industry-nav-tab-wrapper .industry-tab-links span{
    display: flex;
}

.industry-nav-tab-wrapper .industry-tab-links.active {
    background: rgba(100, 121, 205, 1);
    color: #fff;
	border-color: rgba(100, 121, 205, 1);
}

.industry-nav-tab-wrapper .industry-tab-links.active .svg-color_industries {
    stroke: #0f0f0f;
}

.industry-serv-wrapper {
    border: 3px solid rgba(100, 121, 205, 1);
    border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.63);
    padding: 20px;
    margin-top: 50px;
    display: flex;
    align-items: stretch;
    column-gap: 30px;
}

.industry-tab-content-wrapper{
    width: calc(100% - 360px);
}

.industry-tab-content-wrapper .tab-content {
    height: 100%;
}

.industry-tab-content-wrapper .tab-content .tab-pane {
    height: 100%;
    opacity: 1;
}

.main-industry-bg-wrap {
    background: #fff;
    border-radius: 5px;
    padding: 24px;
    height: 100%;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.main-industry-bg-wrap img {
    width: 100%;
    border-radius: 5px;
}

.industry-desc {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    color: #0f0f0f;
    margin-bottom: 0px !important;
    padding-top: 20px;
}

.service-redirect-link{
	color: rgba(100, 121, 205, 1);
}

.service-redirect-link:hover,
.service-redirect-link:focus{
	color: rgba(100, 121, 205, 1);
}

.center-cta-btn{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cmn-service-new-btn{
    font-size: 22px;
    line-height: 1.3;
    padding: 6px 20px;
	gap: 15px;
    min-height: 60px;
	font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.cmn-service-btn-wrap{
    background-color: rgba(100, 121, 205, 1);
    border-radius: 8px;
    color: #fff;
}

.cmn-service-btn-wrap:hover{
	color: #fff;
    box-shadow: 0px 0px 20px rgb(100 121 205 / 60%);
}

@media(min-width:992px){
    .industry-nav-tab-wrapper.nav-tabs {
        display: flex;
    }

    .tab-mobile-header {
        display:none;
    }  

    .industry-tab-content-wrapper .collapse{
        display:block;
        height: 100%;
    }
}

@media(max-width:1399px){
    .cmn-padding {
        padding: 50px 0;
    }

    .cmn-sec-title {
        font-size: 32px;
    }

  	.cmn-sec-descirption {
    	font-size: 18px;
	}   
    
    .cmn-service-new-btn{
		min-height: 54px;
	}
}

@media(max-width:1199px){
    .cmn-sec-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .industry-serv-wrapper{
        padding: 15px;
        column-gap: 20px;
    }
    .industry-nav-tab-wrapper{
        width: 280px;
    }
    .industry-tab-content-wrapper {
        width: calc(100% - 300px);
    }
    .industry-nav-tab-wrapper .industry-tab-links{
        font-size: 16px;
        padding: 10px 12px;
    }
    .industry-nav-tab-wrapper .industry-tab-links span{
        width: 28px;
        height: 14px;
    }
    .industry-nav-tab-wrapper .industry-tab-links span svg{
        width: 100%;
        height: 100%;
    }

    .cmn-service-new-btn {
        font-size: 20px;
        min-width: auto;
        min-height: 52px;
		padding: 6px 16px;
    }
}

@media(max-width:991px){
    .cmn-padding {
        padding: 40px 0;
    }

    .industry-serv-wrapper{
        padding: 0px;
        border: 0px;
        margin-top: 35px;
    }

    .industry-nav-tab-wrapper{
        display: none;
    }

    .industry-tab-content-wrapper{
        width: 100%;
    }
    .industry-tab-content-wrapper .tab-content{
        height: auto;
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }
	.industry-serv-wrapper{
		background-color: transparent;
	}
    .industry-tab-content-wrapper .tab-content .tab-pane{
        display: block;
		border: 2px solid rgb(100 121 205);
		overflow: hidden;
        background: transparent;
        border-radius: 10px;
        padding: 12px 20px;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    }
    .industry-tab-content-wrapper .tab-content .tab-pane.show{
        background: #fff;
        color: #0f0f0f;
    }
	.industry-tab-content-wrapper .tab-content .tab-pane .main-industry-bg-wrap{
		box-shadow: none;
		padding: 15px;
        border-top: 2px solid rgb(100 121 205);
		border-top-left-radius: 0;
        border-top-right-radius: 0;
	}
    .industry-tab-content-wrapper .tab-content .tab-pane .main-industry-bg-wrap.fade{
        display: none;
    }
    .industry-tab-content-wrapper .tab-content .tab-pane.show .main-industry-bg-wrap.fade{
        display: inline-block;
        opacity: 1;
    }
    .industry-tab-content-wrapper .tab-pane .panel-heading a{
        font-size: 18px;
        font-weight: 500;
        color: #fff;    
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px;
        font-weight: 600;
        text-align: left;
    }
    .industry-tab-content-wrapper .tab-pane.show .panel-heading a{
        color: #0f0f0f;
    }
    .industry-tab-content-wrapper .panel-heading a label{
        margin: 0px;
    }

	.industry-serv-wrapper{
        padding: 0px;
        border: 0px;
        margin-top: 35px;
    }

    .industry-tab-content-wrapper .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
        padding: 0px;
        background-color: #fff;
    }

    .tab-mobile-header a{
        padding: 15px;
        font-size: 16px;
        border-radius: 10px;
        border: 0;
        color: rgb(100 121 205);
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px;
        font-weight: 600;
        text-align: left;
        position: relative;
        background-color: #fff;
    }
    .tab-mobile-header a:before{
        content: "\f067";
        position: absolute;
        font-family: "Font Awesome 5 Free";
        right: 10px;
    }
	.tab-mobile-header a[aria-expanded="true"]{
		background-color: rgb(100 121 205 / 15%);
		border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
	}

    .tab-mobile-header a[aria-expanded=true]:before{
        content: "\f068";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
	.industry-desc {
        font-size: 18px;
    }

    .cmn-service-new-btn {
        font-size: 18px;
        min-height: 48px;
    }
}

@media(max-width:767px){
	.industry-desc {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:575px){
    .cmn-sec-title {
        font-size: 26px;
        margin-bottom: 15px;
    }    

    .cmn-sec-descirption {
        font-size: 16px;
    }

    .industry-desc {
        font-size: 14px;
        line-height: 26px;
    }

    .center-cta-btn {
        margin-top: 20px;
    }

    .cmn-service-new-btn {
        font-size: 16px;
        min-height: 44px;
		gap: 10px;
    }
}

@media(max-width:479px){
    .cmn-sec-title {
        font-size: 24px;
    }

    .cmn-service-new-btn {
        font-size: 14px;
        min-height: 40px;
    }
}

@media(max-width:375px){
	.cmn-padding {
        padding: 30px 0;
    }
}