
@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: 100vh;
}

@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: 50vh !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-new.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width:1200px){
    .pharma .pulse{
        height: 130vh;
        background-attachment: fixed;
    }
    .pharma .pulse .container{
        height: 100%;
    }
    .pharma .pulse .content{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

.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: 75vh;}

@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:unset !important;
}

.swiper-button-next:after{
    content: unset !important;
}

.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-new.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);
}



/*Desktop projects horizontal scroll*/
section.phorizontal {width: 100%; height: 100%; position: relative;}
.lp__title{ position: absolute; top: 0;} 
section.phorizontal {overflow: hidden;}
section.phorizontal .ppin-wrap,
section.phorizontal .panimation-wrap {display: flex; position: relative; z-index: 1; height: 80vh; align-items: center;}
section.phorizontal .lpitem{position: relative; flex: 0 0 500px; height: 420px; display: flex; flex-direction: column; align-items: center; overflow: hidden; margin-right: 30px; border-radius: 8px;}

@media (min-width:1700px){
    section.phorizontal .lpitem{position: relative; flex: 0 0 500px; height: 620px !important; display: flex; flex-direction: column; align-items: center; overflow: hidden; margin-right: 30px; border-radius: 8px;}
}

section.phorizontal .lpitem img{border-radius: 14px;}
section.phorizontal .lpitem:nth-of-type(1){ margin-left: 6%;}
section.phorizontal .lpitem:nth-last-of-type(1){ flex: 0 0 30px; margin-right: 10px;}

section.phorizontal .lpitem, section.phorizontal .lpitem-group  {position: relative; flex: 0 0 700px; height: 550px; display: flex; flex-direction: column; align-items: center; overflow: hidden; margin-right: 15px; border-radius: 8px;}



@media only screen and (min-width: 1200px) and (max-width: 1439px)  {
    section.phorizontal .lpitem, section.phorizontal .lpitem-group  {height: 455px;}
    .lpitem, .lpitem-group{ margin-top: 50px;}
    .lpitem-group--inner .lpitem{ margin-top: unset;}
}

@media screen and (min-width: 1440px), 
       screen and (max-height: 678px) {
        .lpitem, .lpitem-group{ margin-top: 60px;}
        .lpitem-group--inner .lpitem{ margin-top: unset;}
}

@media (min-width: 1440px) {
    section.phorizontal .lpitem .lp-item-logo{ margin-bottom: 30px; padding-top: 40px;}
}

section.phorizontal .lpitem-group--inner .lpitem{flex: unset; height: unset; margin-right: unset;}
section.phorizontal .lpitem-group--inner .lpitem:nth-of-type(1){ margin-left: unset;}
section.phorizontal .lpitem-group--inner .lpitem:nth-last-of-type(1){ flex: unset;}
/*section.phorizontal .lpitem-group--inner .lpitem:nth-of-type(1){ padding: 20px;}*/
section.phorizontal .lpitem-group--inner { display: grid; grid-template-areas: 'myArea myArea'; }
section.phorizontal .lpitem-group--inner .lpitem3{ grid-area: myArea;}
section.phorizontal .lpitem-first{margin-left: 5%;}



@media (min-width: 1200px) {
    .lpitem-nissan{ display: flex; align-items: center;}
    .lpitem-nissan .lp-item-logo{ width: auto !important; flex-shrink: 0; margin-right: 20px; align-items: center;}
    section.phorizontal .lpitem-group--inner .lpitem.lpitem-tata, section.phorizontal .lpitem-group--inner .lpitem.lpitem-wipro {height: 550px;}
}
ul.topbottommain {
    position: absolute;
    right: 100px;
    bottom: -27px;
    color: #fff;
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    padding: 0px;
}
ul.topbottommain li:first-child {
    margin-right: 10px;
}

header{position: sticky; top: 0; z-index: 9999;}
@media (min-width: 992px) and (max-width: 1300px){
    .dropdown-menu.w-100.vh-100{height: 80vh !important; overflow-y: scroll !important;}
}


@media (min-width: 1200px){
    .sticky-nav .swiper-slide{
        width: 170px !important; text-align: center;
    }
    .sticky-nav .swiper-wrapper{
        justify-content: center;
        border-bottom: 1px solid #D4D4D4;
    }
    .sticky-nav .swiper{
        width: fit-content !important;
    }
    .sticky-nav{background-color: #fff; top: 0px; position: sticky; z-index: 999;}
    .sticky-nav p a{font-size: 18px; line-height: 24px; font-weight: 700; color: #00000080;}
    .sticky-nav p a.active{color: #000000 !important;}
    .sticky-nav p {position: relative;}
    .sticky-nav p a.active:after{content: '';background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%) bottom no-repeat;background-size: cover; height: 3px;width: 100%; display: block; position: absolute; bottom: -16px; }

    .sticky-nav p a:hover{color: #000000 !important;}
    .sticky-nav p a:hover:after{content: '';background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%) bottom no-repeat;background-size: cover; height: 3px;width: 100%; display: block; position: absolute; bottom: -16px; }

}

html{scroll-padding-top: 160px !important;}