.banner-sec-outsource{
 padding: 50px 0;   
}
.banner-sec-outsource .banner-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom:20px;
}
.banner-sec-outsource .banner-content h1{
    color: #000;
text-align: center;
font-size: 46px;
font-style: normal;
font-weight: 600;
line-height: 56px; 
}
.banner-sec-outsource .banner-img {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.banner-sec-outsource .banner-img div {
    width: 24%;
    position: relative;
}
.banner-sec-outsource .banner-img div img{
    width: 100%;
}
.banner-sec-outsource .banner-img div h3 {
    position: absolute;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 8%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.outer-bg-expertise{
    border-radius: 28px;
background: linear-gradient(180deg, rgba(170, 235, 255, 0.15) 0%, rgba(170, 235, 255, 0.15) 0.01%, rgba(132, 171, 255, 0.15) 100%);
padding: 70px 30px;
}
.expertise-box-outer{
display: flex;
flex-wrap: wrap;
margin-top: 70px;
justify-content: space-between;
}
.expertise-box {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.35);
    padding: 15px;
    max-width: 23%;
}
.expertise-box img{
width: 70px;
height: 70px;
object-fit: contain;
margin-bottom: 15px;
}
.expertise-box h4{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}
.expertise-box p{
    color: var(--Text-secondary, #505050);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.expertise-box.blue-box{
background: var(--Main-color, #1C4396);
}
.expertise-box.blue-box h4{
    color: #fff;
}
.expertise-box.blue-box p{
    color: #fff;
}
.blue-outer-why-choose {
    border-radius: 24px;
    background: #FFF;
    border-radius: 28px;
    background-image: url(../images/software-outsoursing/bg-frame.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8px 30px;
}

.why-inner-box {
    text-align: center;
    border-radius: 24px;
    background: #FFF;
    padding: 40px 15px;
    margin: 20px 0;
}
.why-inner-box img{
height: 60px;
margin-bottom: 30px;
}
.why-inner-box p{
    color: var(--Text-secondary, #505050);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.process-box{
    border-radius: 28px;
    background: #FFF;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.35);
    padding: 20px;
}
.process-box img{
height: 70px;
width: 70px;
object-fit: contain;
}
.process-box h4{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 20px 0;
}
.process-box p{
    color: var(--Text-secondary, #505050);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height:20px;
}
.successful-box {
    padding: 30px 20px;
    border-radius: 28px;
    background: var(--Main-color, #1C4396);
    margin: 10px 0;
}
.successful-box img {
    height: 36px;
    width: 36px;
    object-fit: contain;
}
.successful-box h4 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 10px 0 5px;
}
.successful-box p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.successful-box.big-box {
    height: 95%;
    margin-bottom: 0;
}
.testimonial-main-heading.success-heading{
    margin-top: 20px;
}
.testimonial-main-heading.success-heading, .testimonial-main-heading.success-heading .heading-small-text{
text-align: left;
}

.testimonial-main-heading.success-heading .heading-small-text::after{
left: 0;
right: auto !important;
}
.faq-section .card {
    margin-bottom: 13px;
}
.faq-section .card .card-header {
    padding: 0;
    border: none !important;
    background-color: transparent;
    box-shadow: none !important;
    outline: none;
}
.faq-section .card .card-header .btn-link {
    background: #002e5b;
    color: #fff!important;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    height: 65px;
    line-height: inherit;
    box-shadow: unset;
    width: 100%;
    text-align: left;
    text-decoration: none !important;
    position: relative;
    padding-right: 40px;
    white-space: normal;
}
.faq-section .card .card-header .btn-link::after {
    content: "";
    height: 12px;
    width: 12px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    right: 20px;
    top: 35%;
    transform: rotate(45deg);
}
.faq-section .card .card-body{
padding: 20px;
}
.dev-process-box{
display: flex;
padding: 20px;
border-radius: 24px;
background: var(--Gradient2, linear-gradient(180deg, rgba(170, 235, 255, 0.15) 0%, rgba(170, 235, 255, 0.15) 0.01%, rgba(132, 171, 255, 0.15) 100%), #FFF);
box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.35);
align-items: center;
justify-content: space-between;
margin: 10px 0;
}
.dev-process-box img {
    min-width: 50%;
    margin-right: 5%;
    border-radius: 10px;
    height: 300px;
    width: 100%;
}
.dev-process-box h4{
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.dev-process-box p{
color: var(--Text-secondary, #505050);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.dev-process-slider .item{
    padding: 0 10px;
}
.dev-process-slider {
    margin: 0px 0 60px !important;
}
.dev-process-slider .slick-dots {
    bottom: -55px;
}
.dev-process-slider .slick-dots li button:before {
    content: "";
    background-color: #002e5b;
    height: 8px;
    border-radius: 10px;
}

.dev-process-slider .slick-list{
overflow: hidden;
}
.common-btn:active, .common-btn:focus, .common-btn:hover {
    text-decoration: none;
    color: #002e5b !important;
    border-color: #002e5b;
}

@media  (max-width: 992px){
    .banner-sec-outsource {
        padding: 30px 0;
    }
    .banner-sec-outsource .banner-content h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .banner-sec-outsource .banner-img div h3 {
        font-size: 14px;
    }
    .banner-sec-outsource .about-box{
  margin-bottom: 20px;
    }
    .expertise-box {
        max-width: 49%;
        margin: 10px 0;
    }
    .dev-process-box p {
        font-size: 14px;
        line-height: 20px;
    }
    .dev-process-box img {
        height: 240px;
    }
    .dev-process-box h4 {
        font-size: 22px;
    }
    .why-inner-box {
       padding: 15px 10px;
        margin: 15px 0;
    }
    .process-box {
        padding: 15px;
        margin-bottom: 20px;
    }
    .testimonial-main-heading.success-heading, .testimonial-main-heading.success-heading .heading-small-text {
        text-align: center;
    }
    .testimonial-main-heading.success-heading .heading-small-text::after {
        left: 0;
        right: 0 !important;
    }
}
@media  (max-width: 768px) {
    .banner-sec-outsource .banner-content h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .banner-sec-outsource .banner-content p{
        font-size: 12px;
    }
    .banner-sec-outsource .banner-img div h3 {
        font-size: 8px;
    }
    .banner-sec-outsource {
        padding: 35px 0 0;
    }
    .banner-sec-outsource .about-box{
        text-align: center;
    }
    .banner-sec-outsource .about-box h3 {
        font-size: 18px;
    }
    .banner-sec-outsource .about-box p {
        font-size: 12px;
    }
    .outer-bg-expertise {
        padding: 20px 15px;
    }
    .banner-sec-outsource .heading-common {
        font-size: 20px;
        line-height: 30px;
    }
    .expertise-box-outer {
        display: block;
        margin-top: 0;
    }
    .expertise-box {
        max-width: 100%;
        margin: 15px 0;
        text-align: center;
    }
    .expertise-box img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    .dev-process-box {
        display: block;
        padding: 15px;
        
    }
    .dev-process-box img {
        min-width: 100%;
        margin-right: 0;
        border-radius: 10px;
        height: auto;
        width: 100%;
    }
    .dev-process-box h4 {
        font-size: 20px;
        margin-top: 20px;
    }
    .dev-process-box p {
        font-size: 12px;
        line-height: 18px;
    }
    .blue-outer-why-choose {
        padding: 0px 15px 10px;
    }
    .why-inner-box img {
        height: 50px;
        margin-bottom: 15px;
    }
    .why-inner-box {
        padding: 15px 10px;
        margin: 10px 0 0;
    }
    .process-box {
        padding: 15px;
        margin: 10px 0;
        text-align: center;
    }
    .successful-box.big-box {
        height: auto;
    }
    .successful-box {
        padding: 15px 15px;
        margin: 10px 0;
        text-align: center;
    }
    .faq-section .card .card-header .btn-link {
        font-size: 14px;
        height: auto;
        line-height: 18px;
    }
    .testimonial-main-heading.success-heading, .testimonial-main-heading.success-heading .heading-small-text {
        text-align: center;
    }
    .testimonial-main-heading.success-heading .heading-small-text::after {
        left: 0;
        right: 0 !important;
    }
}