.color-list{list-style-type: none; padding: unset !important;}
.color-list li{padding:7px 12px;border-radius: 76px;margin-right: 12px; margin-top: 12px;}
.developement .icon-box{height:100%;}
.seemless .content-line{position: relative;display: flex;align-items: center;}
.seemless .content-line:before{ position: relative;
    left: 0;
    height: 100%;
    }
.seemless .blue:before{content: url(../images/varsha/blue-line.svg);}
.seemless .red:before{content: url(../images/varsha/red-line.svg);}
.seemless .orange:before{content: url(../images/varsha/orange-line.svg);}
.seemless .purple:before{content: url(../images/varsha/purple-line.svg);}
.seemless .yellow:before{content: url(../images/varsha/yellow-line.svg);}
.seemless .green-new:before{content: url(../images/ferns/green-line-new.svg);}



@media (min-width:1200px)
{
    .seemless .content-box{border-left: 1px solid #A2A2A2;}
}
.city-underline{position: relative;}
.city-underline:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #000;}

.rounded.fot{background-color: #845ef71f;height: 100%;}


.contact-form-main {
    padding: 58px;
    background: #fff;
    box-shadow: 0px 5px 14px 0px #080F340A;
    border: 1px solid #EFF0F6;
    border-radius:20px;
}
.contact-frm label.form-label {
    font-size: 14px;
    color: #344054;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--font-main); 
    margin-bottom: 6px;
}
.contact-frm .form-control:focus {
    color: rgba(208, 213, 221, 1);
    border-color: unset;
    box-shadow: none;
}
.contact-frm input.form-control {
    padding: 12px 16px;
    color: #000 !important;
    font-size: 16px;
    line-height: 24px;
    background-color: #F5F5F5;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    font-family: var(--font-main); 

}
.mb-24{
    margin-bottom: 24px;
}
.contact-frm textarea.form-control {
    padding: 12px 16px;
    color: #000 !important;
    font-size: 16px;
    background-color: #F5F5F5;
    line-height: 24px;
    height: 116px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    font-family: var(--font-main); 
}
.contact-frm button {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background: #000000;
    padding: 16px 20px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 10px;
    margin-top: 8px;
    font-family: var(--font-main); 
}
.contact-frm button:hover{
    background: transparent;
    color: #000;
    border: 1px solid #000;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
    font-family: var(--font-main); 
}
::placeholder {
    font-family: var(--font-main); 
}

.testimonial-box{box-shadow: 0px 5px 14px 0px #080F340A;}

@media (max-width:1200px){
    .contact-form-main {
        padding: 38px !important;
    }
}

.pharma .hero-banner{
    background:url(../images/pharma/pharma-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 80vh;
}

@media (max-width:1200px){
    .pharma .hero-banner{
        background:url(../images/pharma/pharma-banner.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto !important;
    }
}

@media (min-width:992px) and (max-width:1299px){
    .pulse-image{margin-top: -55px;}
}
@media (min-width:1300px){
    .pulse-image{margin-top: -100px;}
}

.pharma .pulse{
    background:url(../images/pharma/pulse-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pharma .parent{
    background:url(../images/pharma/parent.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pharma .healthcare{
    background:url(../images/pharma/healthcare.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pharma .clarity{
    background:url(../images/pharma/clarity.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pharma .evolve{
    background:url(../images/pharma/evolve.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pharma .rapid{
    background:url(../images/pharma/rapid.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pharma .person{
    background:url(../images/pharma/person.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-box{height:410px;border:3px solid #000;position:relative;overflow: hidden;}
.btn-cta-white{background-color: #fff;color: #000; padding: 12px 20px 12px 20px; border-radius: 75px; border: 1px solid #fff;font-weight: 600;transition: 0.5s;}
.btn-cta-white:hover{background-color: transparent; color: #fff;}

.parallax-sec {
    background:url(../images/pharma/vision-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 95vh;}
    .vision .contents{height: 80vh;}

@media (max-width:1200px){
    .parallax-sec {
        background:url(../images/pharma/vision-banner.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll !important;
        height: 650px;}
        .vision .contents{height: 500px;}
}



.image-box:before{
    content: '';
    width:100%;
    height: 100%;
    background-image: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transition: 2s;
    position: absolute;
    top: 0;
    left: 0;
}

.image-box:hover:before{
    content: '';
    width:100%;
    height: 100%;
    background-image: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.1);
}

.image-box h4, .image-box p{position: relative; z-index: 1;}


@media (min-width:600px){
    .portSwiper {
        width: calc(50% + 50vw);
        height: min-content;
        
      }
      
      .swiper-slide {
        width: 70%;
      }
}

.portSwiper{height: min-content; margin-bottom: 50px;}
.portSwiper img{border-radius: 8px;}
.swiper-slide img{opacity:0.8; transition: 1s;}
.swiper-slide-active img{opacity: 1 !important;}

.swiper-button-prev:after{
    content: url(../images/pharma/arrow.svg);transform: rotate(180deg);
}

.swiper-button-next:after{
    content: url(../images/pharma/arrow.svg);
}

.portfolio-slides .swiper-button-prev{top: unset; bottom:-50px;}
.portfolio-slides .swiper-button-next{top: unset; bottom:-50px; left: 65px;}

.outcomes-tabs .nav-link{border: unset !important; font-weight: 400;opacity: 0.9;}

.outcomes-tabs .nav-link.active{background-color: unset !important; font-weight: 700;position:relative;opacity: 1 !important;}
.outcomes-tabs .nav-link.active:after{content:''; width: 100%; height: 5px;border-bottom: 5px solid; position:absolute; bottom: -1px;left:0; }

.border-line:after{content: '';
width:100%; height:1px; background: linear-gradient(90deg, rgba(236,105,106,1) 70%, rgba(124,124,124,1) 70%);position: absolute; bottom: -10px;
left: 0;
}

.border-line-purple:after {
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(132, 94, 247, 1) 70%, rgba(124, 124, 124, 1) 70%);
    position: absolute;
    bottom: -10px;
    left: 0;
}

.border-line-green:after {
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(27, 198, 175, 1) 70%, rgba(124, 124, 124, 1) 70%);
    position: absolute;
    bottom: -10px;
    left: 0;
}

.veg-banner{
    background:url(../images/pharma/veg-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

@media (max-width:600px){
    .outcomes-tabs .nav-tabs{white-space: nowrap; overflow: scroll;}
}

.swiper-button-prev i, .swiper-button-next i{
    font-size: 35px;
    color: #fff;
    transform: scaleX(1.2);
}


.interior .bannercolor {
    background-color: #fd672c;
    color: #fff;
    padding: 80px 60px;
}
.interior .Bannertxt {
    margin: 0 auto;
    width: 912px;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: #fff;
}

.interior .Bannertxt {
    
    font-style: normal;
    font-weight: 500;
}

.interior .bannersubtitle {
    margin: 0 auto;
    text-align: center;
}
.interior .bannersubtitle span {
    padding: 10px;
    margin-top: 10px;
    font-size: 20px;
    line-height: 23px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    display: inline-block;
}

.interior h1 {
    font-size: 2.5rem;
}

.interior  h2 {
    font-size: 2rem;
}

.interior .welcome-text {
    padding: 70px 0;
}
.interior .casecontent h2, .interior  .casecontent h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.interior .border-red {
    padding: 1.5rem !important;
}

.interior .border-red {
    border: 1px solid #e7292b !important;
}
.interior .casecontent li, .interior .getQuotetitle {
    
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.interior .getQuotetitle {
    font-size: 28px;
    margin: 20px 10px;
    color: #000;
}
.interior .form-group {
    margin-bottom: 1rem;
}
.interior h5 {
    font-size: 1.25rem;
}

.interior .tags {
    margin-top: 20px;
}

.interior .tags .col-md-6 span {
    margin-left: 15px;
}

.interior .tags span {
    background: #ebe9e9;
    border-radius: 5px;
    
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    display: block;
    padding: 5px;
    color: #717171;
}

@media (min-width: 1200px) {
    .interior .service-heading-clone, .interior .clients-heading-clone {
        z-index: 999 !important;
        font-size: 25px;
    }
}

.interior .quick-content {
    position: relative;
    margin: -60px 44px 20px;
    padding: 47px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    min-height: 280px;
}

.interior h4 {
    font-size: 1.5rem;
}

.interior .knowmore {
    cursor: pointer;
    color: #de5f46 !important;
    position: absolute;
    vertical-align: bottom;
    bottom: 0;
    margin-bottom: 20px;
}

.interior .casestudies {
    overflow: hidden;
    background-color: #3d5d55;
    padding-top: 80px;
}
.interior .casestudies-white .clients-heading, .interior .casestudies .clients-heading {
   
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 94px;
    color: #00221a !important;
    z-index: 0;
    opacity: .1;
}

@media (min-width: 1200px) {
    .interior .service-heading, .interior .clients-heading {
        top: -25px;
        position: relative;
        z-index: -1;
        display: block;
        font-size: 90px !important;
        font-weight: 800 !important;
        line-height: 0 !important;
        letter-spacing: 5px !important;
        text-align: center !important;
        color: #f0f0f0 !important;
    }
}

.interior .casestudies-white .clients-heading-clone, .interior .casestudies .clients-heading-clone {
    color: #fff;
}

@media (min-width: 1200px) {
    .interior .service-heading-clone, .interior .clients-heading-clone {
        z-index: 999 !important;
        font-size: 25px;
    }
}
.interior .casetab {
    margin-bottom: 20px;
}
.interior .casestudies-row {
    margin-left: 50px;
    margin-right: 50px;
}
.interior .casestudies-white .media, .interior .casestudies .media {
    margin-bottom: 90px;
}

.interior .media {
    display: flex;
    align-items: flex-start;
}

.interior .media-left {
    margin-right: 17px;
}
.interior .casestudies button:hover, .interior .casestudies button.active {
    border-bottom: 3px solid #de5f46;
    background-color: transparent !important; 
    color: #fff !important;
    border-top: 0; border-right: 0; border-left: 0;
}

.interior .casestudies-white button.tabright, .interior .casestudies button.tableft{
    background-color: transparent !important; 
    color: #fff !important;
    border-top: 0; border-right: 0; border-left: 0;
}

.interior .casestudies button {
    display: inline-block;
   
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
    border-bottom: 3px solid #3d5d55;
}
.interior .tableft {
    float: right;
}

.interior .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}
.interior .media-body p, .interior .media-heading {
    
    font-style: normal;
}
.interior .media-heading {
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #fff;
}
.interior .read-more {
  
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #fff;
}

.interior .vc_gitem-zone-imgnew {
    width: 15%;
    height: auto !important;
    padding: 5px;
}

@media (min-width: 768px) {
    .interior .vc_gitem-zone-imgnew {
        width: 14%;
        height: auto !important;
        padding: 5px;
    }
}

@media (min-width: 1200px) {
    .interior .service-heading, .interior .clients-heading {
        top: -25px;
        position: relative;
        z-index: -1;
        display: block;
        font-size: 90px !important;
        font-weight: 800 !important;
        line-height: 0 !important;
        letter-spacing: 5px !important;
        text-align: center !important;
        color: #f0f0f0 !important;
    }
}

@media (min-width: 992px) {
    .interior .service-heading, .interior .clients-heading {
        top: -25px;
        position: relative;
        z-index: -1;
        display: block;
        font-size: 90px !important;
        font-weight: 800 !important;
        line-height: 0 !important;
        letter-spacing: 5px !important;
        text-align: center !important;
        color: #f0f0f0 !important;
    }
}
@media (min-width: 768px) {
    .interior .service-heading, .interior .clients-heading {
        top: -25px;
        position: relative;
        z-index: -1;
        display: block;
        font-size: 85px !important;
        font-weight: 800 !important;
        line-height: 0 !important;
        letter-spacing: 5px !important;
        text-align: center !important;
        color: #f0f0f0 !important;
    }
}
@media (min-width: 544px) {
    .interior .service-heading, .interior .clients-heading {
        top: -25px;
        position: relative;
        z-index: -1;
        display: block;
        font-size: 70px !important;
        font-weight: 800 !important;
        line-height: 0 !important;
        letter-spacing: 5px !important;
        text-align: center !important;
        color: #f0f0f0 !important;
    }
}
.interior .service-heading, .interior .clients-heading {
    top: -40px;
    position: relative;
    z-index: -1;
    display: block;
    font-size: 35px;
    word-break: break-all;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 5px;
    text-align: center;
    color: #f0f0f0 !important;
}

@media (min-width: 576px) {
    .interior .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}
.interior .card-box-shadow {
    box-shadow: -4px 5px 25px -5px rgba(113, 109, 109, .8);
}

.interior .card-box-shadow, .interior .services-card-shadow {
    transform: translate3d(0, -2px, 0);
    border: none;
}
.interior .card {
    border-radius: 0;
    margin-bottom: 10px;
}
@media (min-width: 576px) {
    .interior .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.interior .card-deck .card {
    margin-bottom: 15px;
}
.interior .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.interior .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

@media (max-width: 768px) {
    .interior .Bannertxt {
        width: auto !important;
    }
}

@media (max-width: 768px) {
    .interior .bannercolor {
        padding: 53px 30px 37px;
    }
}

@media (max-width: 768px) {
    .interior .casetab .tableft, .interior .casetab .tabright {
        float: none;
    }
}
@media (max-width: 768px) {
    .interior .casestudies-white .clients-heading, .interior .casestudies .clients-heading {
        font-size: 42px;
        line-height: 34px;
    }
    .interior .topbanner.welcome-text{overflow: hidden;}
}
@media (max-width: 768px) {
    .interior .tags .col-md-6 span {
        margin-left: 0;
    }
}

@media (min-width: 600px){
    .index-page .box img{
        height: 185px;
        object-fit: cover;
        border-radius: 10px;
}
}

.pharma-case .bannercolor{
    background-color: #5c0971;
}

.management .bannercolor{
    background-color: #2e4942;
}

.vc_gitem-zone-img {
    width: 142px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}


@media (min-width: 1200px) {
    .client-lastbox {
        display: inline-block !important;
        background: red;
        color: #fff;
        padding: 20px;
        font-size: 20px;
    }
}
.client-lastbox[_ngcontent-sc85] {
    display: block;
    background: red;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    margin: 30px 20px 40px;
}



.realestate .bannercolor{
    background-color: #e11607;
}


/* muro */

.bg-purple{background-color: #845EF7;}

.fs-20{font-size: 20px; line-height: 28px;}
.website--sec .box-content:before{content: '';width: 3px; height: 50px;position: absolute; left: 0;}
.website--sec .box-content.purple:before{background-color: #31A8FE;}
.website--sec .box-content.red:before{background-color: #EC696A;}
.website--sec .box-content.orange:before{background-color: #EA7D30;}
.website--sec .box-content.blue:before{background-color: #845EF7;}
.bg-llred{background-color: #EC696A1A;}
.bg-llgreen{background-color: #E0F1EE;}
.min-80{min-height: 80px;}
.bg-llviolet{background-color: #F9F7FF;}
.purple-icon-box{background-image: url(../images/muro/muro-bg-1.jpg);background-position: bottom right; background-size: cover; background-repeat: no-repeat;border-radius: 16px;}
.orange-icon-box{background-image: url(../images/muro/muro-bg-2.jpg);background-position: bottom right; background-size: cover; background-repeat: no-repeat;border-radius: 16px;}
.blue-icon-box{background-image: url(../images/muro/muro-bg-3.jpg);background-position: bottom right; background-size: cover; background-repeat: no-repeat;border-radius: 16px;}
.green-icon-box{background-image: url(../images/muro/muro-bg-4.jpg);background-position: bottom right; background-size: cover; background-repeat: no-repeat;border-radius: 16px;}

@media (min-width:600px){
    
    .muro .col-md-6-3 {
        width: 65.666667% !important; display: flex;
    }
    .muro .col-md-4-3 {
        width: 34.333333% !important; display: flex;
}}

.box--section-end .icon-box:before{content: '';width: 3px; height: 50px;position: absolute; left: 0;top: 50px;}
.box--section-end .icon-box.purple:before{background-color: #31A8FE;}
.box--section-end .icon-box.red:before{background-color: #EC696A;}
.box--section-end .icon-box.orange:before{background-color: #EA7D30;}
.box--section-end .icon-box.blue:before{background-color: #845EF7;}
.box--section-end .icon-box.green:before{background-color: #1BC6AF;}


/* portfolio style :start */
.portfolio-banner h1{
    font-size: 64px;
    line-height: 77.52px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 80px;
    letter-spacing: 0.02em;
}
.highlight{
    background: #855BFF;
    padding: 8px 24px;
    border-radius: 80px;
    
}
.mtb-13{
    margin-top: 13px;
    margin-bottom: 13px;
}
.portfolio-banner{
    background: url('../images/portfolio/banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pmarketing-banner{
    background: url('../images/performance-marketing/banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;  
}
.pmarketing-banner h1{
    font-size: 52px;
    line-height: 59.28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.gradient-button {
    all: unset; /* Removes default button styles */
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 28px;
    font-size: 16px;
    line-height: 20.8px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-radius: 44px;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    width: fit-content;
    background: #000;
    transition: color 0.6s ease-in-out, background 0.6s ease-in-out, border 0.6s ease-in-out;
}

/* Gradient Border Effect */
.gradient-button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 44px;
    padding: 2px;
    background: linear-gradient(var(--border-angle, 45deg), #855BFF, #000000);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: opacity 0.6s ease-in-out;
}

/* Arrow Styling */
.gradient-button img {
    background: transparent;
    padding: 12px 15px;
    border-radius: 52px;
    transition: background 0.6s ease-in-out;
}

.gradient-button:hover img {
    background: #000;
}

/* Hover Effect - Removes the gradient border */
.gradient-button:hover {
    color: #000;
    background: #fff;
}

.gradient-button:hover::before {
    opacity: 0; /* Hides the gradient border */
}

.buildsec{
    background: url('../images/portfolio/buildbg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pmarketing-pg .buildsec{
    background: url('../images/performance-marketing/form-section-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion-button {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.build-form-main input, .build-form-main textarea, .build-form-main select{
    background: #fff;
    border-radius: 8px;
    padding: 16px 20px;
    color: #000;
    width: 100%;
    margin-bottom: 16px;
}
.build-form-main p{
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 500;
    color: #C2C2C2;
    margin-bottom: 9px;
}
.build-form-main p span{
    font-style: italic;
}
span.starti {
    font-size: 24px;
    color: #855BFF;
    font-style: normal !important;
    margin-left: 5px;
}

.success-sec{
    background: url('../images/portfolio/success-bg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pmarketing-pg{
    background: #0A0B0F;
}
.success-sec h2{
    font-size: 36px;
    line-height: 41.04px;
    font-weight: 600;
}
.fw-900{
    font-weight: 900 !important;
}
.text-purple{
    color: #9D82FF;
}
.successinr{
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}
.success-img{
    background: #F7F7F7;
    overflow: hidden;
    border-radius: 16px;
}
.simg {
    position: relative;
    bottom: -150px;
}
.simg.visible {
    bottom: 0;
}
.successbg {
    position: absolute;
    right: -12px;
    bottom: 0px;
    width: fit-content;
}
.success-counter{
    padding: 24px 15px;
    background: #000;
    border-radius: 16px;
}
.scounter, .scounteri{
    font-size: 40px;
    line-height: 52px;
    font-weight: 900;
}
.our-portfolio-sec h2{
    font-size: 64px;
    line-height: 77.52px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 28px;
    color: #000;
    font-weight: 900;
}
.expect-sec h2{
    font-size: 64px;
    line-height: 77.52px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.expect-sec button.accordion-button {
    background: transparent !important;
    color: #fff;
    padding: 20px 0px;
    font-size: 28px;
    line-height: 36.4px;
    font-weight: 500;
}
.expect-sec button.accordion-button img{
    margin-right: 32px;
}
.expect-sec .accordion-item {
    background: transparent;
}
.expect-sec .accordion-button::after {
    filter: brightness(0) invert(1);
    transform: rotate(270deg);
}
.expect-sec .accordion-button:not(.collapsed)::after {
    transform: rotate(360deg);
}
.expect-sec .accordion-body {
    color: #fff;
    padding: 0px;
    padding-bottom: 20px;
}
.websiteform-sec h2{
    font-size: 40px;
    line-height: 52px;
    font-weight: 900;
    text-transform: uppercase;
}
.websiteform-main{
    background: #FAFAFA;
    padding: 40px 20px;
    border-radius: 24px;
}
.websiteform-main h3{
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 900;
    letter-spacing: 0.02em;
}
.websiteform-main input, .websiteform-main select{
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 400;
    padding: 16px 20px;
    border-radius: 8px;
    background: #fff;
    border: none;
    width: 100%;
    margin-bottom: 12px;
}
.websiteform-main ::placeholder, .build-form-main ::placeholder {
    color: #C9C9C9;
}
.websiteform-main select, .build-form-main select {
    color: #C9C9C9; /* Default color */
}

/* Change text color when an option is selected */
.websiteform-main select:focus,
.websiteform-main select:valid,
.build-form-main select:focus,
.build-form-main select:valid {
    color: #C9C9C9; /* Change to black when an option is selected */
}

.portfolio-pg .bg-black{
    background: #181818 !important;
}
.table-sec h2{
    font-size: 64px;
    line-height: 77.52px;
    font-weight: 900;
    letter-spacing: 0.02rem;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.whoweare-sec h2{
    font-size: 64px;
    line-height: 77.52px;
    font-weight: 900;
    letter-spacing: 0.02rem;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.whoweare-sec h3{
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 900;
    letter-spacing: 0.02rem;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.whoweare-cnt-main{
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B8B8B8;
}
.whoweare-cnt-main:first-child{
    margin-top: 0px;
}
.whoweare-sec{
    background: url('../images/portfolio/whoweare-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0px;
    background-color: #F6F6F6;
}   
.buildsec h2{
    font-size: 40px;
    line-height: 52px;
    font-weight: 900;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
}
.portfolio-ft .ft1{
    padding-top: 24px;
    padding-bottom: 24px;
}
.portfolio-ft .ft2{
    padding-bottom: 20px;
}
.ft-phone-main a{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
}
.ft-phone-main a img{
    margin-right: 18px;
}
.ft-phone-main{
    margin-right: 38px;
}
.ft-follow p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-right: 10px;
}
.ft-follow ul{
    padding: 0px;
    list-style: none;
}
.ft-follow ul li{
    margin-right: 20px;
}
.ft-follow ul li:last-child{
    margin-right: 0px;
}
.ft-follow {
    padding-left: 30px;
    border-left: 4px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
}
.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}
.whatsapp-icon img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.whatsapp-icon img:hover {
    transform: scale(1.1);
}
.popup-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.popup-modal.show {
    display: flex;
}

.popup-content {
    background: #FAFAFA;
    padding: 40px 20px;
    position: relative;
    width: 80%;
    top: 0px;
    border-radius: 10px;
    padding-top: 50px;
}

.popup-close {
    position: absolute;
    top: -15px;
    right: 15px;
    cursor: pointer;
    font-size: 50px;
    font-weight: bold;
}

.mblbtns {
    background: #000;
    padding: 13px 50px;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
.mblbtns ul{
    list-style: none;
    padding: 0px;
}
.grecaptcha-badge {
    bottom: 70px !important;
}
.mblbtns ul li a{
    font-size: 16px;
    color: #F0F0F0;
    line-height: 22.4px;
    font-weight: 500;
}
.mblbtns ul li a img{
    margin-right: 16px;
}
.build-form-main.popform p {
    font-size: 14px;
    color: #000;
}
.build-form-main.popform input, .build-form-main.popform textarea, .build-form-main.popform select {
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #000;
}
.porfolioheader li a{
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 400;
    color: #fff;
}
.porfolioheader li a img:first-child{
    margin-right: 12px;
}
.porfolioheader li{
    margin-right: 40px;
}
.porfolioheader li:last-child{
    margin-right: 0px;
}




.dedcription-btn {
    all: unset; /* Removes all default button styles */
    position: relative;
    display: inline-block;
    border-radius: 30px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 15px 26px;
    transition: all 0.3s;
    padding-right: 55px;
    z-index: 0;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}
button.dedcription-btn {
    border: none;
    outline: none;
}
.dedcription-btn .btn-icon {
    background-color: #855BFF;
    width: 75px;
    height: 57px;
    float: right;
    position: absolute;
    border-radius: 30px 30px 30px 0;
    right: -3px;
    top: 0px;
    transition: all 0.3s;
}
  .name-descripeion {
    position: relative;
    z-index: 9999;
  }
  .btn-icon {
    position: relative;
    transition: width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}

.btn-icon::after {
    content: "";
    width: 0;
    height: 0px;
    border-top: 57px solid #000;
    border-right: 41px solid transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: opacity 0.3s ease-in-out;
}

.dedcription-btn:hover .btn-icon {
    width: 100%;
    border-radius: 30px;
}

.dedcription-btn:hover .btn-icon::after {
    opacity: 0;
}

/* Ensure smooth reappearance */
.btn-icon::after {
    opacity: 1;
}

  .btn-icon img {
    position: absolute;
    right: 030px;
    top: 19px;
    color: #000;
}
  .dedcription-btn:hover {
    color: #fff!important;
  }
  .hover-box {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
  }
.build-form-main.popform input{
    margin-bottom: 20px;
}
.text-highlight{
    color: #855BFF !important;
}
.fw-700{
    font-weight: 700 !important;
}
.impact-main p, .impactend p{
    color: #fff;
}
.impact-sec h2{
    font-size: 36px;
    line-height: 46.8px;
}
.impact-sec h3{
    font-size: 32px;
    line-height: 41.6px;
}
.fs-18{
    font-size: 18px !important;
    line-height: 27px !important;
}
.deliver-accordion-min button.accordion-button {
    padding: 12px;
    background: #2A2A2A !important;
    color: #fff !important;
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 700;
    border-radius: 6px !important;
}
.deliver-accordion-min .accordion-item {
    border: none;
    margin-bottom: 8px;
    border-radius: 6px !important;
    background: #2A2A2A;
    box-shadow: 0px 0px 10px 0px rgba(61, 61, 61, 0.05);
}
.deliver-accordion-min .accordion-button:not(.collapsed)::after {
    content: url(../images/performance-marketing/arrow-right.svg);
    background-image: unset;
    transform: none;
}
.deliver-accordion-min .accordion-button::after{
    content: url(../images/performance-marketing/arrow-down.svg);
    background-image: unset;
    transform: none;
}
.deliver-accordion-min .accordion-body {
    color: #fff;
    padding: 0px 50px 12px 12px;
}
.deliver-accordion-min .accordion-body p{
    font-size: 16px;
    line-height: 22.4px;
}
.audience-sec h2{
    font-size: 52px;
    line-height: 59.28px;
}
.audience-sec h3{
    font-size: 36px;
    line-height: 46.8px;
}
.text-yellow{
    color: #FFE861 !important;
}
.pmcasestudy-sec.one .container{
    background: url('../images/performance-marketing/casestudyn1-new.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pmcasestudy-sec.two .container{
    background: url('../images/performance-marketing/casestudyn2-new.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pmcasestudy-sec.three .container{
    background: url('../images/performance-marketing/casestudyn3-new.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pmcasestudy-sec.four .container{
    background: url('../images/performance-marketing/casestudyn4-new.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pmcasestudy-sec.five .container{
    background: url('../images/performance-marketing/casestudyn5-new.jpg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 28px;
}
.pmcasestudy-sec .container{
    padding: 24px 28px;
    border-radius: 24px;
}
.pmcasestudy-sec h2{
    font-size: 32px;
    line-height: 41.6px;
}
.pmcasestudy-sec h3{
    font-size: 24px;
    line-height: 33.6px;
}
.cs-sub{
    font-size: 16px;
    line-height: 20.8px;
    font-weight: 600;
    background: #FFE861;
    padding: 8px;
    border-radius: 24px;
}
.pmarketing-pg .websiteform-sec h2{
    font-size: 52px;
    line-height: 59.28px;
    font-weight: 900;
}
.pmarketing-pg .websiteform-sec h3{
    font-size: 36px;
    line-height: 46.8px;
}
.csline:after {
    content: url(../images/performance-marketing/line.svg);
    position: absolute;
    right: 10px;
    top: 0px;
}
.csresult-main {
    margin-top: 40px;
    border: 1px solid #989898;
    padding: 20px 70px 20px 32px;
    border-radius: 28px;
    background: rgba(65, 65, 65, 0.4);
}
.csresult-main h4{
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 700;
}
.rcounter, .rcounteri, .rcounterd{
    color: #FFE861;
    font-size: 28px;
    line-height: 39.2px;
    font-weight: 700;
}
.result-counter p{
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 500;
    margin-top: 17px;
}
.growth-sec{
    background: url('../images/performance-marketing/growth-bg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.growth-sec h2{
    font-size: 52px;
    line-height: 59.28px;
}
.growth-main{
    background: linear-gradient(180deg, #512CC8 0%, #1B1B1B 100%);
    padding: 36px 40px;
    border-radius: 60px;
}
.growth-inner-cnt h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}
.growth-inner{
    margin-bottom: 32px;
}
.growth-inner:last-child{
    margin-bottom: 0px;
}
.pmcshd{
    font-size: 36px;
    line-height: 46.8px;
    font-weight: 700;
}
.pmlaunch-sec h2, .scaled-sec h2{
    font-size: 48px;
    line-height: 59.28px;
    font-weight: 900;
}
.pmlaunch-sec h3{
    font-size: 36px;
    line-height: 46.8px;
    font-weight: 700;
}
.pmlunch-cnt{
    background: linear-gradient(180deg, rgba(133, 91, 255, 0.8) 0%, #181818 100%);
    padding: 44px 22px 22px 22px;
    border-radius: 20px;
    margin-top: -30px;
}
.pmlunch-cnt h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}
.pmwork-sec h2{
    font-size: 36px;
    line-height: 46.8px;
    font-weight: 700;
}
.pmwork-cnt h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}
.pmwork-cnt-main{
    padding: 12px 24px 12px 12px;
    background: #202020;
    border-radius: 24px;
    margin-bottom: 24px;
}
.pmwork-cnt-main:last-child{
    margin-bottom: 0px;
}
.scaled-sec .swiper-button-next:after{
    content: url('../images/performance-marketing/scaled-next.svg');
}
.scaled-sec .swiper-button-prev:after{
    content: url('../images/performance-marketing/scaled-prev.svg');
    transform: none;
}
.swiper-button-next.scaled-next {
    left: 60px;
    top: unset;
    position: absolute;
    bottom: -10px;
}
.swiper-button-prev.scaled-prev {
    position: absolute;
    bottom: -10px;
    top: unset;
    left: 0px;
}

.pmfaq-sec .deliver-accordion-min button.accordion-button {
    padding: 24px 20px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;

}
.pmfaq-sec .deliver-accordion-min .accordion-body {
    color: #fff;
    padding: 0px 20px 24px 20px
}
.pmfaq-sec .accordion-button.active-heading {
    color: #855BFF !important;
}
.pmfaq-sec .deliver-accordion-min .accordion-body p {
    font-size: 18px;
    line-height: 28px;
}
.deliver-sec h2{
    font-size: 50px;
    line-height: 59.28px;
    font-weight: 600;
}
.pmfaq-sec h2{
    font-size: 40px;
    line-height: 52px;
}
.pmfaq-sec .accordion-item {
    display: none;
}
.pmfaq-sec .accordion-item:nth-child(-n+2) {
    display: block !important;
}
.faq-btn {
    background: #fff;
    padding: 13px 30px;
    border-radius: 6px;
    color: #000;
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 700;
    border: none;
}
.faq-btn:hover {
    background: #e6302d;
    color: #fff;
}
input#agree {
    width: fit-content;
    margin-left: 6px;
    margin-bottom: 0px;
    transform: scale(1.5);
}
label.agreelabel {
    color: #fff;
    margin-left: 10px;
}
label.agreelabel a{
    color: #855BFF !important;
    font-weight: 700;
    text-decoration: underline;
}
.websiteform-main label.agreelabel{
    color: #000;
}
.radius-24{
    border-radius: 24px;
}
@media screen and (min-width:1200px){
    .pmarketing-banner{
       height: 100vh;
    }
    .pmlunch-cnt{
        height: 200px;
    }
    .h-45{
        height: 45px;
    }
    .expect-sec .accordion-body {
        width: 80%;
    }
    .expect-sec .accordion-body p{
    font-size: 20px;
    line-height: 28px;
    }
}

@media screen and (min-width:768px) and (max-width:1080px){
    .ft-logo{
        width: 100%;
    }
    .ft-phone-main {
        margin-right: 10px;
    }
    .ft-follow {
        padding-left: 10px;
    }
    .tab-h-45{
        height: 45px;
    }
    .tab-h-65{
        height: 65px;
    }
}
@media screen and (max-width:1000px){
    .col-reverse{
        flex-direction: column-reverse;
    }
    .pmcasestudy-sec .container{
        background: none !important;
        padding: 0px 15px;
    }
    .csresult-main {
        padding: 20px;
    }
    .pmarketing-banner h1 {
        font-size: 32px;
        line-height: 46px;
    }
    .impact-sec h2, .deliver-sec h2,
    .audience-sec h2, .pmcasestudy-sec h2,
    .pmarketing-pg .websiteform-sec h2, .growth-sec h2,
    .pmcasestudy-sec h2, .pmlaunch-sec h2, .scaled-sec h2,
    .pmwork-sec h2, .pmlaunch-sec h2, .scaled-sec h2, .pmfaq-sec h2{
        font-size: 28px;
        line-height: 36px;
    }
    .impact-sec h3, .audience-sec h3, 
    .pmarketing-pg .websiteform-sec h3,
    .pmlaunch-sec h3{
        font-size: 24px;
        line-height: 32px;
    }
    .popup-modal h3{
        font-size: 24px;
        line-height: 32px;
    }
    .ft-phone-main a, .ft-follow p{
        font-size: 16px;
        line-height: 24px;
    }
    .portfolio-banner h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .buildsec h2, .success-sec h2, .expect-sec h2, .websiteform-sec h2, .table-sec h2, .whoweare-sec h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .our-portfolio-sec h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .expect-sec button.accordion-button {
        font-size: 22px;
        line-height: 30px;
    }
    .whoweare-sec{
        background: #fff;
        padding: 50px 0px;
    }
    .whoweare-sec h3 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .whoweare-cnt-main {
        margin-top: 20px;
    }
}
@media screen and (max-width:500px){
    .csline:after{
        content: unset;
    }
    .websiteform-main input, .websiteform-main select {
        font-size: 8px;
    }
    .header{
        padding: 10px 0px;
    }
    .expect-sec{
        padding-top: 50px !important;
        padding-bottom: 0px !important;
    }
     .our-portfolio-sec{
        padding-top: 0px !important;
        padding-bottom: 50px !important;
    }
    .table-sec{
        padding-top:0px !important;
        padding-bottom: 0px !important;
    }
    .portfolio-pg .bg-black {
        background: #181818 !important;
    }
    header .container-fluid {
        padding: 0 10px;
    }
    .header .navbar-brand img {
        width: 80px;
    }
    .mbl-header-btn {
        font-size: 10px !important;
        line-height: 15.6px !important;
        font-weight: 600 !important;
        padding: 12px;
        border-radius: 45px;
        color: #fff !important;
        background: linear-gradient(135.65deg, #855BFF 23.62%, #5233AC 75.28%);
    }
    .mbl-header-btn img{
        margin-left: 12px;
    }
    .dedcription-btn {
        font-size: 16px;
        padding: 16px 26px;
        width: 100%;
    }
    .dedcription-btn .btn-icon {
        height: 56px;
    }
    .porfolioheader li{
        margin-right: 0px;
    }
    .popup-content {
        top: 35px;
    }
    .portfolio-banner h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .highlight {
        background: transparent;
        padding: 0px;
        border-radius: 0px;
    }
    .buildsec{
        padding-bottom: 0px !important;
    }
    .popup-content {
        width: 90%;
        height: 600px;
        overflow: scroll;
    }
    .success-sec {
        padding-left: 15px;
        padding-right: 15px;
    }
    .successbg {
        position: relative;
        right: -20px;
        bottom: -20px;
        margin-left: auto;
    }
    .expect-sec button.accordion-button img {
        margin-right: 10px;
    }
    .mbltable-main h3{
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 30px;
        font-weight: 600;
    }
    .copyimg{
        width: 100%;
    }
    .ft-follow {
        padding-left: 0px;
        border-left: none;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

/* screen width 100% start */
@media screen and (min-width:1200px) and (max-width:1300px){
    .whoweare-sec {
        background-position-x: -176px;
    }
    .dedcription-btn {
        font-size: 17px;
    }
    .popl {
        position: relative;
        bottom: -23px;
    }
    
    
}
/* screen width 100% end */

@media screen and (min-width:1300px) and (max-width:2000px){
    .h-100-0{
        height: auto;
    }
  
}

/* screen width 90% start */
@media screen and (min-width:1300px) and (max-width:1500px){
    .whoweare-sec {
        background-position-x: -70px;
    }
    .popl1 {
        position: relative;
        bottom: -23px;
    }
}
/* screen width 90% end */

/* Screen size 80% start */
@media screen and (min-width:1500px) and (max-width:1600px){
    .whoweare-sec {
        background-position-x: -50px;
    }
    .popl1 {
        position: relative;
        bottom: -23px;
    }
}
/* Screen size 80% end */

/* pre system  start*/
@media screen and (min-width:1510px) and (max-width:1540px){
    .whoweare-sec {
        background-position-x: -50px;
    }
    .popl1 {
        position: relative;
        bottom: -23px;
    }
}
/* pre system  end*/


/* Screen size 75% start */
@media screen and (min-width:1700px) and (max-width:1800px){
    .whoweare-sec {
        background-position-x: -50px;
    }
    .popl1 {
        position: relative;
        bottom: -23px;
    }
}
/* Screen size 75% end */

/* Screen size 67% start */
@media screen and (min-width:1800px) and (max-width:2000px){
    .whoweare-sec {
        background-position-x: -50px;
        height: 1160px;
    }
    .h-45{
        height: auto;
    }
    .popl1 {
        position: relative;
        bottom: 0px;
    }
}
/* Screen size 67% end */

/* Screen size 50% start */
@media screen and (min-width:2000px) {
    .whoweare-sec {
        background-position-x: -70px;
        height: 1500px;
    }
    .h-45{
        height: auto;
    }
    .popl1 {
        position: relative;
        bottom: 0px;
    }
}
/* Screen size 50% end */

/* portfolio style :end */



/* Web dev page start  */
.webdev-banner{
    background: #000000;
    padding-top:150px;
}
.webdev-btn a{
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    padding: 13px 38px;
    border-radius: 6px;
    background: #fff;
    text-decoration: none;
    color: #000;
}
.web-dev-company{
    padding: 80px 0px;
}
.webdev-listmain{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
}
.webdev-cnt{
    padding: 25px;
    background: #fff;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.webdev-cnt a img{
    margin-left: 10px;
}
.webdev-cnt a{
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    color: #000;
    text-decoration: none;
}
.webdev-cnt h3{
    color: #000;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}
.webdevimg{
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}
.website-listsec{
    padding-bottom: 80px;
}
@media screen and (min-width:1200px){
    .spt-60{
        padding-top: 60px;
    }
    .portfolio-pg h1{
        line-height: 100px;
    }
}
@media screen and (min-width:768px) and (max-width:1080px){
    .webdev-banner{
        padding-bottom: 80px;
        padding-top: 100px;
    }
}
@media screen and (max-width:1000px){
    .web-dev-company {
        padding: 50px 0px;
    }
    .webdev-cnt h3, .webdev-cnt a {
        font-size: 18px;
        line-height: 34px;
    }
    .spt-60{
        padding-top: 50px;
    }
}
@media screen and (max-width:500px){
    .webdev-banner{
        padding-top:60px;
        text-align: center;
    }
}
/* web dev page end */

.web-dev-pg .mainh{
    display: none !important;
}