/*.webbannerImg {*/
/*    margin-left: -10%;*/
/*}*/

.wnImg {
    margin-left: -5%;
}
.marketing_section .marketing-column>p {
    font-size: 18px;
    color: #212121;
    margin-top: 20px;
}
.marketing_section .marketing-column>p.strong {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 50px;
}
.inner_marketing h4 {
    color: #1B8B83;
}
.inner_marketing ul li {
    list-style: initial;
    margin-left: 25px;
    color: #212121;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}


.marketing_section.second .inner_marketing:nth-child(3n+1) h4 {
    color: #1B8B83;
}
.marketing_section.second .inner_marketing:nth-child(3n+2) h4 {
    color: #D03D3D;
}
.marketing_section.second .inner_marketing:nth-child(3n+3) h4 {
    color: #F8B418;
}
.cta-section .col-md-5 {
    display: flex;
    align-items: self-start;
}
.cta-section .col-md-5.digital-flex-set{
    flex-direction: column;
}

.cta-btn-wrapper {
    display: flex;
    gap: 25px;
}

/*----- OUR EXPERTISE CSS STARTS -----*/


.expertise-section {
    padding: 120px 0;
        background-size: cover;
    background-position: center center;
}

p.bold {
    font-family: 'Syne';
    font-size: 20px;
    font-weight: 700;
}

.expert-sec {
    display: flex;
    border-bottom: 1px solid #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 50px;
    align-items: center;
}
.expert-sec .expert-left {
    width: 50%;
}
.expert-sec .expert-right {
    width: 50%;
    padding-left:50px;
}
.expert-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.exp-heading {
    display: flex;
    align-items: center;
}
.exp-img {
    text-align: center;
    overflow: hidden;
}
.exp-img img {
    transition: all 0.5s ease-in;
    transform: translateY(100%);
}



span.arroww {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #AFD800;
    border-radius: 50px;
    transition: all 0.5s ease-in;
    transform: scale(0);
}
span.arroww:before {
    content: "";
    background: url(../images/webbtn-arrow-wt.png) no-repeat;
    width: 21px;
    height: 16px;
    display: block;
    transform: rotate(-45deg);
}
.expert-sec:hover .exp-img img{
    transform: translateY(0);
}
.expert-sec:hover span.arroww{
    transform: scale(1);
}
.expert-sec .expert-left h5 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.exp-heading h3 {
    color: #fff;
}
.expert-right p {
    color: #A4A2A2;
}

/*----- OUR EXPERTISE CSS ENDS -----*/
#team-inner-sec .container {
    background: #FFEEEA;
    padding: 40px 0px 0 60px;
    overflow: hidden;
    margin-top: 25px;
    border-radius: 10px;
}
#team-inner-sec .col-md-7 {
    padding: 0;
}
#team-inner-sec img {
    width: 100%;
}
#team-inner-sec  h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
        margin-bottom: 5px;
}
#team-inner-sec h4 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
        margin-bottom: 10px;
        position: relative;
}
#team-inner-sec h3 {
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
        margin-bottom: 20px;
}
#team-inner-sec .text p {
    margin: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
#team-inner-sec h4:before {
    position: absolute;
    content: '';
    background: url("../imgs/ios-app-development/sscc.png");
    height: 50px;
    width: 47px;
    left: 205px;
    right: 0;
    top: -15px;
}


@media only screen and (max-width: 1680px) {
    
/*.webbannerImg {*/
/*    margin-left: -5%;*/
/*    max-width: 110%;*/
/*}*/

.inner_marketing ul li {
  font-size: 16px;
  line-height: 35px;
}
.inner_marketing h4 {
  font-size: 20px;
}
    #team-inner-sec .text p {
        font-size: 14px;
        line-height: 24px;
    }
    #team-inner-sec .container {
    padding: 15px 0px 0 25px;
}
}

@media only screen and (max-width: 1280px) {
    /*.webbannerImg {*/
    /*    margin-left: 0;*/
    /*    transform: scale(1);*/
    /*}*/
    
    .webFAQ .accordion-button {
    font-size: 20px;
}

}

@media only screen and (max-width: 991px) {
    
/*.webbannerImg {*/
/*    margin-left: 0;*/
/*    margin-top: 0;*/
/*    max-width: 100%;*/
/*}*/

.cta-btn-wrapper {
    grid-gap: 10px;
}

.marketing_section {
  padding: 30px 0 !important;
}

.pd90 {
  padding-top: 30px;
  padding-bottom: 0px;
}

.webFAQ .accordion-button {
  font-size: 15px;
  line-height: 20px;
  height: auto;
  margin-bottom: 10px;
}

.marketing_section .marketing-column > p.strong {
  font-size: 20px;
  line-height: 30px;
}

.inner_marketing h4 {
  font-size: 18px;
}

}

@media only screen and (max-width: 767px) {
.cta-section .col-md-5 {
    justify-content: start;
}
.webFAQ .accordion-body {
    font-size: 16px;
    line-height: 28px;
}

}