.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;}

.shadow1{
    box-shadow: 0px -3px 30px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:1000px){
        .mbl-w-100{
        width: 100%;
    }
}