@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    --theme-blue: #834e98;
    --theme-green: #4cb235;
    --theme-pink: #dd127b;
    --theme-orange: #eb8b3b;
    --theme-d_blue: #141a6b;
    --animate-delay: 0.4s;
}
* {
    margin: 0;
    padding: 0;
/*    cursor: none;*/
    box-sizing: border-box;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body { 
    color: #000;
    font-size: 17px;
    line-height: 1.7;
/*    font-family: 'Montserrat', sans-serif;*/
    font-family: 'Lato', sans-serif;
    font-display: swap;
    font-weight: 400;
}
a, a:hover, a:focus {
    text-decoration: none;
    color: #000;
    display: inline-block;
}
a:hover, a:focus, .theme_pink {
    color: var(--theme-blue);
}
b, strong {
    font-weight: 800;
}
#copyrightYear b, #copyrightYear strong {
    font-weight: 600;
}
button:hover, button:focus, .accordion-button:focus {
    outline: 0px;
    box-shadow: none;
    border: 0px;
}
.text-blue {
    color: var(--theme-blue);
}
.bg-blue {
    background: var(--theme-blue);
}
.h4, h4 {
    font-size: calc(1.105rem + .3vw);
}

header {
/*    border-bottom: 1px solid #efefef;*/
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9;
    padding: 12px 0;
    transition: all 0.3s linear;
/*    background: #00000040;*/
    background-image: linear-gradient(to bottom, #000000f5, #0000);
}
.translated-ltr header, .translated-ltr body, body {
    top: 0px !important;
}
/*Have you been denied an opportunity because of your of your lifestage?*/
header.stick {
    background: #fff;
    padding: 8px 0;
}
header.stick .navbar {
    padding: 0;
}
.navbar-brand img {
    max-width: 250px;
    margin-right: -15px;
    transition: all 0.3s linear;
    width: 104px;
}
.navbar-brand img.sticky-logo, header.stick .navbar-brand img:not(.sticky-logo) {
    display: none;
}
header.stick .navbar-brand img.sticky-logo {
    display: block;
    animation: shrink 0.3s linear;
    animation-fill-mode: forwards;
}
@keyframes shrink {
    100% { width: 102px; }
}
.navbar-expand-lg .navbar-nav .nav-link:not(.btn) {
    color: #fff;
    font-weight: 400;
    padding: 10px 0;
    opacity: 1;
    font-size: 18px;
    transition: all 0.3s linear;
    position: relative;
    margin: 0 10px;
}
.navbar-expand-lg .navbar-nav .nav-link:not(.btn):before {
    content: '';
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform-origin: center;
    transform: scale(0);
    transition: all 0.3s linear;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #fff;  
}
.navbar-expand-lg .navbar-nav .nav-link:hover::before {
    transform: scale(1);    
}
header.stick .navbar-expand-lg .navbar-nav .nav-link:not(.btn) {
    color: #000;
    font-size: 17px;
}
header.stick .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--theme-blue);  
}
header.stick .navbar-expand-lg .navbar-nav .nav-link:hover::before {
    background-color: var(--theme-blue);  
}
.navbar-expand-lg .navbar-nav .nav-link.btn {
    margin-top: 0;
    background: var(--theme-blue);
    color: #fff;
    padding: 10px 15px;
    font-weight: 500;
    margin-left: 20px;
    border-radius: 0px;
    border: 0px solid #fff;
    border-image-slice: 1;
    transition: all 0.3s linear;
}
.navbar-expand-lg .navbar-nav .nav-link.btn:hover {
    background: #fff;
    color: var(--theme-blue);
}
.navbar-expand-lg .navbar-nav .nav-item:not(:last-child) {
    margin: 0 20px;
}
.navbar-nav .dropdown-menu {
    box-shadow: 0 5px 20px -4px #0000001f;
    border: 1px solid #eee;
}

.dropdown { padding: 5px 0;}
.employee_btn { fill: #fff; border: 1px solid #fff; border-radius: 50%;
    --size: 42px; width: var(--size); height: var(--size); font-size: 26px;
    display: flex; justify-content: center; align-items: center; margin: 0px 0px;  padding: 0;
}
.employee_btn:hover { border: 1px solid #fff; }
.employee_btn svg { width: 1em; height: 1em; margin-top: -2px; }
.employee_btn.dropdown-toggle::after { display: none; }

/*************************************/
/************New Off-Canvas Menu*******/
.menu_btn {
    fill: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    --size: 45px;
    width: var(--size);
    height: var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0px; padding: 0;
}
.menu_btn:hover, .menu_btn:focus {
    border: 1px solid #fff;
}
.menu_btn svg  {
    width: 20px; margin-top: -4px;
}

.offcanvas img.sticky-logo { height: 60px; }
.offcanvas-header .btn-close { 
    
    --bs-offcanvas-padding-y: 2rem;
   background: var(--theme-blue) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/0.8em auto no-repeat;
    opacity: 1;
    padding: 8px;
}
.offcanvas {
    --bs-offcanvas-width: 18vw;
    --bs-offcanvas-bg: #000000b8;
    --bs-nav-link-color: #fff;
    --bs-offcanvas-padding-x: 1.25rem;
    --bs-offcanvas-padding-y: 0.75rem;
    backdrop-filter: blur(2px);
    min-width: 225px;
}
.offcanvas .c_details h3 {
    border-bottom: 1px solid #834e98;
    margin-bottom: 26px;
    padding-bottom: 10px;
}
.offcanvas .c_details p {
    font-size: 15px;
    line-height: 1.4;
}
.offcanvas-body {display: flex;flex-direction: column;justify-content: space-between;}
.offcanvas-body .navbar-nav .nav-link  {
    transition: all 0.3s linear;
    position: relative;
    display: block;
     margin-bottom: 5px;
    color: #fff;
    padding: 2px 0;
    font-size: 16px;
}
.offcanvas-body .navbar-nav .nav-link:before {
    position: absolute;
    content: '';
    height: 60%;
    top: 20%;
    width: 4px; left: 0;
    background: var(--theme-pink);
    transition: all 0.3s linear;
    opacity: 0;
}
.offcanvas-body .navbar-nav .nav-item:hover .nav-link::before {
    opacity: 1;
}
.offcanvas-body .navbar-nav .nav-link:hover {
    color: #e63691;
    padding-left: 20px;
    background: #efefef33;
    font-weight: 700;
}

#desktop_menu .navbar-nav { display: flex; flex-direction: row;gap: 8px;justify-content: flex-end; }
#desktop_menu .nav-item { color: #fff; margin-bottom: 0; }
#desktop_menu .nav-item:first-child { display: none; }
#desktop_menu .nav-item .nav-link {background: transparent;border-radius: 40px;padding: 6px 20px; transition: all 0.3s; font-weight: 600; letter-spacing: 0.5px; }
#desktop_menu .nav-item:hover .nav-link {background: var(--theme-blue); color: #fff; }
header.stick #desktop_menu .nav-item { color: #000; }
header .container { max-width: 100%; padding-left: 20px; padding-right: 20px; }

@media screen and (min-width: 1720px) {
    header .container { max-width: 1320px; padding: 12px 15px; }
}
@media screen and (max-width: 1400px) {
    #desktop_menu .nav-item .nav-link { padding: 6px 15px;  }
}
@media screen and (min-width: 1160px) {
    #desktop_menu, .right-navs { margin-top: 28px; }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    header .container { max-width: 96%; }
    #desktop_menu .navbar-nav { gap: 0px; }
}
.announcement-text { color: #fff;}

header.stick .menu_btn, header.stick .employee_btn  {
    fill: #834e98;
    border: 1px solid #834e98;
}
header.stick .menu_btn:hover, header.stick .menu_btn:focus , header.stick .employee_btn:focus {
    border: 1px solid var(--theme-blue);
    fill: var(--theme-blue);
}
.search_bar {
    z-index: 8;
    box-shadow: 0  0px 12px #0000000d;
    margin-bottom: 8px;
    border: 1px solid #e9e9e9;
    border-radius: 50px;
    overflow: hidden;
    padding-left: 45px;
}
.search_bar input {
    height: 45px;
    border-radius: 0;
    font-size: 16px;
    padding: 15px 15px;
    border: 0;
}
.search_bar input:focus-visible { padding: 15px 15px; }
.search_bar .btn {
    background: #ffffff;
    color: var(--theme-pink);
    position: absolute;
    top: 0;
    left: -45px;
    border-radius: 0;
    height: 100%;
    min-width: 45px;
    font-size: 18px;
    border: 0;
}
.search_bar .btn:hover {
    background: #ffffff;
    color: var(--theme-green);
}



.hero-banner {
    background: #3d3d3d;
    --slider-height: 100vh;
    height: var(--slider-height);
    padding: 0px;
    position: relative;
}
.video_banner video {
    object-fit: cover;
    opacity: 1;
}


.cct_slider .carousel-item {
    background: var(--slide-bg) no-repeat center / cover;
/*    height: var(--slider-height);*/
    position: relative;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000042;
    /* background: linear-gradient(to top, #00000099 20%, #fff0 50%); */
}
.slide_content {
    width: 100%;
    margin: auto;
    display: flex;
    height: var(--slider-height);
    flex-direction: column;
    justify-content: end;
    padding-bottom: 15vh;
    max-width: 900px;
}
.slide_content .banner-title {
    font-weight: 500;
    font-size: 58px;
}
.slide_content p {
    width: 80%;
    margin: 20px auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}
.list-styled {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-media {
    position: absolute;
    bottom: 115px;
    right: 50px;
    z-index: 2;
}
.social-media:before {
    content:'';
    position: absolute;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, #fff, #fff0);
    top: -100%;
    left: 50%;
}
.social-media ul li {
    text-align: center;
    margin: 30px;
}
.social-media a {
    color: #fff;
}
.social-media .title {
    font-weight: 600;
    transform: rotate(-90deg);
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 80px;
}

.theme-btn {
    margin-top: 20px;
    background: var(--theme-orange);
    color: #fff;
    padding: 10px 15px;
    font-weight: 400;
    border: 0px solid #fff0;
    transition: all 0.3s linear;
    border-radius: 5px;
    box-shadow: 4px 4px 8px 0px #0000001c;
}
.theme-btn.dark {
    background: #000;
    color: #fff;
}
.theme-btn.dark:hover {
    background: var(--theme-blue);
    color: #fff;
    border-width: 1px;
}
.theme-btn.light {
    background: #fff;
    color: var(--theme-blue);
}
.theme-btn.light:hover {
    background: #000;
    color: #fff;
    border-width: 1px;
}

.theme-btn.outline {
    margin-top: 20px;
    background: #fff0;
    color: #fff;
    padding: 10px 15px;
    font-weight: 500;
    border: 2px solid #fff;
    border-image-slice: 1;
    transition: all 0.3s linear;
}

.theme-btn.outline.colored {
    margin-top: 20px;
    background: #fff0;
    color: var(--theme-blue);
    padding: 10px 15px;
    font-weight: 500;
    transition: all 0.3s linear;
}
.theme-btn:hover, .theme-btn.outline.colored:hover, .theme-btn.outline.filled:hover {
/*    background: #fff0;*/
    background: #fff;
    border-color: var(--theme-blue);
    color: var(--theme-blue);
/*    border-image-source: linear-gradient(45deg, var(--theme-d_blue), var(--theme-blue));*/
}
.theme-btn.on_dark:hover {
    background: var(--theme-blue);
    color: #fff;
    border-color: #fff0;
}
.theme-btn i {
    margin-left: 8px;
}

.btn-theme_blue {    
    background: var(--theme-blue);
    color: #fff;
}
.btn-theme_blue:hover {    
    background: #713e85;
    color: #fff;
}
.employee a.dropdown-item:hover {
    color: var(--theme-blue);    
}
.employee .dropdown .dropdown-menu { right: 0; }

/*
.delay-1 { animation-delay: var(--animate-delay); }
.delay-2 { animation-delay: calc(var(--animate-delay) * 2); }
.delay-3 { animation-delay: calc(var(--animate-delay) * 3); }
.delay-4 { animation-delay: calc(var(--animate-delay) * 4); }
.delay-5 { animation-delay: calc(var(--animate-delay) * 5); }
.delay-6 { animation-delay: calc(var(--animate-delay) * 6); }
*/

#videoslider .carousel-item { height: 100vh; }

.segment-box {
    padding: 12px;
    border-radius: 5px;
/*    box-shadow: 0 5px 14px -4px #0000001a;*/
    border: 1px solid #f2f2f2;
    color: #000;
/*    color: var(--text-color);*/
    border-radius: 5px;
    transition: all 0.3s linear;
    overflow: hidden;
}
.segment-box a { display: block; width: 100%; }
.segment-box img {
    margin: auto;
    margin-bottom: 15px;
    border-radius: 5px;
    height: 200px;
    object-fit: cover;
    width: 100%;
    transition: all 0.3s linear;
}
.segment-box h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
}
.segment-box:hover {
    box-shadow: 0 5px 14px -4px #0000001a;
    color: #fff;
    background: #834e98;
}
.segment-box:hover img {
    scale: 1.15;
}
.segment-box:hover h3 {
    color: #fff;
}


.section {
    padding: 80px 0;
}
.sec_title {
    font-size: 40px;
    /*    color: #000;*/
    color: var(--theme-blue);
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.25px;
}
.prd-detail .sec_title {
    font-size: 36px;
}
.sec_title span {
    color: var(--theme-pink);
}
.sec_title.sub_head {
    font-size: 30px;
}

.count img, .count svg {
    max-width: 68px;
    margin: auto;
}
.counter-value {
    font-size: 43px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1;
    margin-top: 15px;
    width: auto;
    height: auto;
    text-align: center;
    line-height: 1;
    margin: 0;
    /*background: var(--bs-blue);*/
    border-radius: 50%;
    margin-bottom: 15px;
    transition: all 0.3s linear;
}
.count-label {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
    line-height: 1.25;
}
.count {
    background: #fff0;
    padding: 5px 20px;
    border-radius: 0;
    transition: all 0.3s linear;
    border-right: 1px solid #ffffff57;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.count.last {
    border-right: 0px solid #fff;
}
.text-dark .counter-value, .text-dark .count-label {
    color: #000;
}
.logos {
    padding-left: 38px;
}
.carousel-control-next, .carousel-control-prev {
    width: 2%;
}
.carousel-control-next span, .carousel-control-prev span {
    font-size: 25px;
}
.carousel-fade .carousel-item { min-height: 330px; }
.logos li {
    display: inline-block;
    width: 19%;
    padding: 0 12px;
}
.logos li img {
    margin: 10px auto;
    border: 1px solid #e1e1e1;
    padding: 6px; height: 110px;
    object-fit: contain;
    border-radius: 10px;
    transition: all 0.3s linear;
    will-change: transform;
    background: #fff;
}
.logos li img:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 18px -8px #00000070;
}

.carousel-item .logos li img { opacity: 0; transform: translateY(10px); transition: all 0.3s linear; transition-delay: var(--delay); }
.carousel-item.active .logos li img {
    opacity: 1;
    transform: translateY(0);
}

.counters {
/*    background: url(../images/kp-manish-carrer-banner.jpg) no-repeat center / cover;*/
    background: var(--bg-img) no-repeat center / cover;
/*    background: url(../images/BG.jpg) no-repeat center / cover;*/
    min-height: 720px;
    color: #fff;
}
.counters .container-fluid { max-width: 1520px; margin: auto; }
.about-counters {
    background: url(../images/about/Growth-Is-The-Only-Evidence-Of-Life.webp) no-repeat center / cover;
    min-height: 720px;
    color: #fff;
}
.about-counters .overlay {
    background: #25252585;
}
.counters .overlay {
    top: 0;
    background: #252525ba;
}
.v_middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.exhibition .sec_title:not(.sub_head) {
    font-weight: 700;
    font-size: 42px;
}
.exhibition .text-dark .counter-value {
    font-weight: 800;
/*    color: var(--theme-blue);*/
}
.bg-light_blue { background: #fbf5fe; }
.exhibition .sec_title.sub_head {
    font-size: 20px;
}
.flex-wrap { flex-wrap: wrap !important; }
.exhibition .flex-wrap .wju_box { white-space: nowrap; min-width: 200px;  background: #fbf5fe; color: #000000; font-weight: 500; }
.whythis-exhibition div.text-white {
    height: 100%;
    line-height: 1.4;
}
.gallery{
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    gap: 18px;
    height: 780px;
/*    width: 940px;*/
    margin: auto;
}
.gallery a { width: 32%;}
.gallery a:nth-child(1) { height: 210px;}
.gallery a:nth-child(2) { height: 250px;}
.gallery a:nth-child(3) { height: 250px;}
.gallery a:nth-child(4) { height: 230px;}
.gallery a:nth-child(5) { height: 200px;}
.gallery a:nth-child(6) { height: 250px;}
.gallery a:nth-child(7) { height: 250px;}
.gallery a:nth-child(8) { height: 260px;}
.gallery a:nth-child(9) { height: 200px;}

@media(max-width: 1200px) {
    .gallery {  height: 605px; }
    .gallery a:nth-child(1) { height: 160px;}
    .gallery a:nth-child(2) { height: 200px;}
    .gallery a:nth-child(3) { height: 150px;}
    .gallery a:nth-child(4) { height: 180px;}
    .gallery a:nth-child(5) { height: 150px;}
    .gallery a:nth-child(6) { height: 200px;}
    .gallery a:nth-child(7) { height: 150px;}
    .gallery a:nth-child(8) { height: 180px;}
    .gallery a:nth-child(9) { height: 150px;}
}
.gallery a img { height: 100%; object-fit: cover; width: 100%; border-radius: 8px;  }

.gallery a:nth-child(3n+1) { order: 1; }
.gallery a:nth-child(3n+2) { order: 2; }
.gallery a:nth-child(3n)   { order: 3; }


/* .lab {    
    background: url(../images/home/Application-Centre.webp) no-repeat right center / 40%;
} */

.segments ul.nav-pills  {
    display: flex;
    justify-content: center;
    font-size: 18px;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 50px;
}
.segments .nav-pills .nav-link {
    border: 1px solid #efefef;
}
.segments .tab-pane img.img-fluid {
    height: 420px;
    object-fit: cover;
    width: 100%;
}
 .lab img{
    width: 100%;
    height: 500px;
    object-fit: cover;
 }
.lab .sec_title {
    margin-top: 50px;
}
.lab ul.list-styled {
    width: 100%;
    padding: 20px 0;
    background: #fff;
}
.lab ul.list-styled.icon-list li {
    padding: 8px 0 8px 30px;
    margin-bottom: 8px;
    border-bottom: 1px solid #efefef;
    width: 90%;
}
.list-styled.icon-list li {
    padding: 8px 0 8px 30px;
    margin-bottom: 6px;
    border-bottom: 1px solid #efefef;
    width: 100%;
    position: relative;
    line-height: 1.4;
}
.list-styled.icon-list li:last-child {
    border-bottom: 0px solid #efefef;
}
.list-styled.icon-list li i {position: absolute;left: 0;top: 15px;font-size: 14px;}
/*
.sectors {
    background: linear-gradient(to right, #fff 64%, #f4f4f4 36%);
}
*/
.bg-img, .owl-carousel .owl-item img.bg-img {
    display: none;
}

.intro p.w-80 { width: 88%; margin: auto; }
.mv_wrapper {background: #59007cdb;}
.mv_box .sec_title { margin-bottom: 10px; }
.mv-section { margin-top: 0px; }
.vm-section { margin-top: -60px; }
/*.mv_box {   padding: 15%; }*/
.mv_box.mission {   padding: 10%; margin-top: -20%; }
.vm-section .mv_box {  margin-top: 80px; }

.wju_wrapper {
    row-gap: 24px;
}
.wju_box {
    padding: 12px;
    background: #834e98;
    color: #fff;
    border-radius: 4px;
}
.jobs { margin-top: 50px; }
.jobs .row {
    row-gap: 30px; 
}
.job_box {
    padding: 25px;
    background: #fff;
    color: #000;
    border-radius: 4px;
    transition: all 0.3s linear;
    border: 1px solid #0000000f;
    font-size: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.job_box .theme-btn { 
    margin-top: auto; max-width: 120px;
    text-align: center;
}
.job_box h3 {
    font-size: 24px;
}
.job_box:hover { 
    background: var(--theme-blue);
    box-shadow: 0 5px 15px #0000000f;
}
.job_box:hover, .job_box:hover h3, .job_box .theme-btn:focus { 
   color: #fff;
}
#Carees_form .btn-close {
    position: absolute;
    right: 0; top: 0;
    z-index: 1;
    padding: 12px;
}

footer {background-color: #ECECEC;font-weight: 300;
    /* margin-bottom: 100px; */
}
.footer-top { 
    padding: 60px 0;
}
.footer-bottom { 
    padding: 20px;
    border-top: 1px solid #000;
}
footer h5 {
    line-height: 1.4;
}
footer ul.list-styled:not(.c_details) li {
    font-weight: 400;
    padding: 0 0 0px 0;
}
.divider { background: #000; width: 100%; height: 1px; display: block; margin: 20px 0;}
:not(footer) .divider {margin: 40px 0;}
.c_details {
    margin-top: 50px;
}
.c_details i { color: var(--theme-blue); width: 20px; text-align: center;}
.c_details p {margin-left: 32px;}

.careers img {
    margin-bottom: -100px;
}
.careers .container {
    background: var(--theme-blue);
    padding: 80px;
    position: relative;
}

.pharma .content {
    padding-left: 80px;
}
.icon-list li {
    margin-bottom: 12px;
}
.icon-list li i {
    color: var(--theme-blue);
    width: 20px;
    text-align: center;
    margin-right: 5px;
}





.mv-title{
    padding: 12px;
    border-left:5px solid #DD127B;
}
.mv-desc{
    padding:20px;
}

/* business ventures */



.bv-card{
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 0px 20px #0000000a;
    min-height: 105px;
    display: flex; align-items: center;
}
.bv-card img{
    width: 300px;
    object-fit: contain;
}
.list-styled.icon-list li ul.inline-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    column-gap: 12px;
}
.list-styled.icon-list li ul.inline-list li {
    padding-left: 0px;
    width: calc(50% - 6px);
}

.list-styled.icon-list li ul.sub_list {
    padding-left: 20px;
}
.list-styled.icon-list li ul.sub_list li {
    border: 0px;
    padding: 5px;
}



/* -------------- */
/* About us */
/* --------------- */



.page-title-content {
    display: flex;
    align-items: center;
    position: relative;
    height: 420px;
    flex-direction: column;
    justify-content: center;
}

.page-title-content .title {
    font-size: 65px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 120px;
}

.page-title-content nav {
    position: absolute;
    left: 0;
    bottom: 0;
}

.page-title-content nav ol {
    margin: 0;
    border-radius: 0;
    background: rgba(11, 18, 30, 0.6);
}

.page-title-content .breadcrumb-item a {
    color: #FDE428;
}

.page-title-content .breadcrumb-item.active {
    color: #ffffff;
}

.page-title-content .breadcrumb-item + .breadcrumb-item::before {
    content: "|";
}

.about-us-page-content{
    padding: 80px 0px 0px 0px;
}

/* .about-us-page-text{
    padding: 0px 0px 80px 0px;
} */

.about-us-page-text h3{
    font-size: 42px;
    font-weight: 400;
}

.about-us-page-text-1{
    font-size: 20px;
    font-weight: 500;
    padding-top: 25px;
    color: #834e98;
}

.about-us-page-img {
    padding: 0px 0px 0px 15px;
}
.about-us-page-img img {
    object-fit: cover;
    height: 540px;
}

/* .about-us-page-img img{
    height: 400px;
    width: 100%;
    object-fit: cover;
} */


 /* -------- */
/* timeline */
/* -------- */

a {
text-decoration: none;
}
h4 {
text-align: center;
margin: 30px 0;
color: #444;
}

.main-timeline {
position: relative;
}

.main-timeline:before {
content: "";
width: 5px;
height: 100%;
margin: 0 auto;
background: #242922;
position: absolute;
top: 0;
left: 0;
right: 0;
border-radius: 20px;
}

.main-timeline .timeline {
display: inline-block;
margin-bottom: 50px;
position: relative;
width: 100%;
}

.main-timeline .timeline:before {
content: "";
width: 20px;
height: 20px;
border-radius: 50%;
border: 4px solid #fff;
background: #eb8c39;
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
transform: translate(-50%, -50%);
}

.main-timeline .timeline-icon {
display: inline-block;
width: 130px;
height: 130px;
border-radius: 50%;
border: 3px solid #eb8c39;
padding: 13px;
text-align: center;
position: absolute;
top: 50%;
left: 30%;
transform: translateY(-50%);
}

.main-timeline .timeline-icon img{
width: 100%;
height: 100%;
margin-top: 0px;
margin-left: -5px;
z-index: 1;
position: relative;
}


.main-timeline .timeline-icon i {
display: block;
border-radius: 50%;
background: #eb8c39;
font-size: 64px;
color: #fff;
line-height: 100px;
z-index: 1;
position: relative;
}
.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
content: "";
width: 100px;
height: 4px;
background: #eb8c39;
position: absolute;
top: 50%;
right: -100px;
transform: translateY(-50%);
}
.main-timeline .timeline-icon:after {
width: 70px;
height: 50px;
background: #fff;
top: 89px;
right: -30px;
}

.main-timeline .timeline-content {width: 50%;padding: 0 50px;margin: 42px -17px 0 -17px;float: right;position: relative;}
.main-timeline .timeline-content:before {
content: "";
width: 100%;
height: 100%;
border: 3px solid #eb8c39;
border-top: none;
border-right: none;
position: absolute;
bottom: -13px;
left: 35px;
}
.main-timeline .timeline-content:after {
content: "";
width: 37px;
height: 3px;
background: #eb8c39;
position: absolute;
top: 13px;
left: 0;
}

.main-timeline .title {
font-size: 20px;
font-weight: 600;
color: #eb8c39;
text-transform: uppercase;
margin: 0 0 5px;
}
.main-timeline .description {display: inline-block;font-size: 18px;color: #404040;line-height: 20px;letter-spacing: 1px;margin: 0;height: 40px;}

.main-timeline .timeline:nth-child(even) .timeline-icon {
left: auto;
right: 30%;
}
.main-timeline .timeline:nth-child(even) .timeline-icon:before {
right: auto;
left: -100px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon:after {
right: auto;
left: -30px;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
float: left;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before {
left: auto;
right: 35px;
transform: rotateY(180deg);
}
.main-timeline .timeline:nth-child(even) .timeline-content:after {
left: auto;
right: 0;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-icon i,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.main-timeline .timeline:nth-child(2n):before {
background: #49b432;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon {
border-color: #49b432;
}
.main-timeline .timeline:nth-child(2n) .title {
color: #49b432;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
border-left-color: #49b432;
border-bottom-color: #49b432;
}
.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .timeline-icon i,
.main-timeline .timeline:nth-child(3n) .timeline-icon:before,
.main-timeline .timeline:nth-child(3n):before {
background: #dd127b;
}
.main-timeline .timeline:nth-child(3n) .timeline-icon {
border-color: #dd127b;
}
.main-timeline .timeline:nth-child(3n) .title {
color: #dd127b;
}
.main-timeline .timeline:nth-child(3n) .timeline-content:before {
border-left-color: #dd127b;
border-bottom-color: #dd127b;
}
.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .timeline-icon i,
.main-timeline .timeline:nth-child(4n) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n):before {
background: #834e98;
}
.main-timeline .timeline:nth-child(4n) .timeline-icon {
border-color: #834e98;
}
.main-timeline .timeline:nth-child(4n) .title {
color: #834e98;
}
.main-timeline .timeline:nth-child(4n) .timeline-content:before {
border-left-color: #834e98;
border-bottom-color: #834e98;
}
@media only screen and (max-width: 1200px) {
.main-timeline .timeline-icon:before {
width: 50px;
right: -50px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon:before {
right: auto;
left: -50px;
}
.main-timeline .timeline-content {
margin-top: 75px;
}
}
@media only screen and (max-width: 990px) {
.main-timeline .timeline {
margin: 0 0 10px;
}
.main-timeline .timeline-icon {
left: 25%;
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
right: 25%;
}
.main-timeline .timeline-content {
margin-top: 115px;
}
}
@media only screen and (max-width: 767px) {
.main-timeline {
padding-top: 50px;
}
.main-timeline:before {
left: 80px;
right: 0;
margin: 0;
}
.main-timeline .timeline {
margin-bottom: 70px;
}
.main-timeline .timeline:before {
top: 0;
left: 83px;
right: 0;
margin: 0;
}
.main-timeline .timeline-icon {
width: 60px;
height: 60px;
line-height: 40px;
padding: 5px;
top: 0;
left: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
left: 0;
right: auto;
}
.main-timeline .timeline-icon:before,
.main-timeline .timeline:nth-child(even) .timeline-icon:before {
width: 25px;
left: auto;
right: -25px;
}
.main-timeline .timeline-icon:after,
.main-timeline .timeline:nth-child(even) .timeline-icon:after {
width: 25px;
height: 30px;
top: 44px;
left: auto;
right: -5px;
}
.main-timeline .timeline-icon i {
font-size: 30px;
line-height: 45px;
}
.main-timeline .timeline-content,
.main-timeline .timeline:nth-child(even) .timeline-content {
width: 100%;
margin-top: -15px;
padding-left: 130px;
padding-right: 5px;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
float: right;
}
.main-timeline .timeline-content:before,
.main-timeline .timeline:nth-child(even) .timeline-content:before {
width: 50%;
left: 120px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before {
right: auto;
transform: rotateY(0);
}
.main-timeline .timeline-content:after,
.main-timeline .timeline:nth-child(even) .timeline-content:after {
left: 85px;
}
}
@media only screen and (max-width: 479px) {
.main-timeline .timeline-content,
.main-timeline .timeline:nth-child(2n) .timeline-content {
padding-left: 110px;
}
.main-timeline .timeline-content:before,
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
left: 99px;
}
.main-timeline .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-content:after {
left: 65px;
}
}

/* Team */

.team-section{
    padding: 80px 0px 80px 0px;
    background-color: #F4F5F6;
  }

  .team-member img{
    border-radius: 100%;
    width: 220px;
    height: 220px;
    object-fit: fill;
  }

  .team-member h4{
    color: #834e98;
    margin: 20px 0px 10px;
    font-size: 25px;
  }


  .team-item{
    align-items: center;
    color: white;
    display: flex;
    max-height: 85vh;
    height: 43vw;
    border-radius: 30px;
    overflow: hidden;
    
    justify-content: center;
    
    }
    .team-item img{
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    .owl-nav{
        margin-top:20px;
        display: flex;
        justify-content: space-between;
    }
    .team-slider .owl-prev{
        width: 85px;
        height: 85px;
        
        font-size: 40px !important;
        border: 1px solid #834e98 !important;
        border-radius: 20px;
        margin-right: 20px;
        
        
    }
    .team-slider .owl-prev:hover{
        color:white !important;
        background-color:#834e98 !important;
    }

    .team-slider .owl-next{
        width: 85px;
        height: 85px;
        
        font-size: 40px !important;
        border: 1px solid #834e98 !important;
        border-radius: 20px;
    }
    .team-slider .owl-next:hover{
        color:white !important;
        background-color:#834e98 !important;
    }
    



  /* .team-section .team-col{
    border-right: 1px solid #cac9c9 !important;
  } */

  /*  Recognition */

  .recognition-sec{
    padding: 0px 0px 0px 0px;
}

.mantra-sec{
 position: sticky;
 top: 90px;
}

.our-value-sec{
 padding-left: 50px;
}

.recognition-point img{
 width: 50px;
 height: 50px;
 object-fit: cover;
 margin-bottom: 15px;
 /* padding: 10px; */
}

.recognition-point{
 box-shadow: rgba(0, 0, 0, 0.45) 0px 18px 20px -20px;
 padding: 20px;
 min-height: 205px;
 border: 1px solid #eeeeee;
 border-radius: 8px;
}

/*  */
.eco_vadis {
    background: url(../images/home/ecovidas-bg.webp) no-repeat center / cover;
}
.eco_vadis .overlay {
    background-color: #0000;
    background: linear-gradient(to bottom, #00000082 20%, #00000075 50%);
}
.eco_vadis img {
    max-width: 280px;
}

/* Suppliers */

.suppliers-sec{
    padding: 80px 0px;
}
    
.suppliers-container {
    overflow: hidden;
    mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 15%, rgb(0, 0, 0) 85%, rgba(255, 255, 255, 0) 100%);
}

.suppliers-container .slider {
    white-space: nowrap;
    animation: slidein 80s linear infinite;
    width: max-content;
}

.suppliers-container .slider .logos {
    width: 100%;
    display: inline-block;
    margin: 0px 0;
}

.suppliers-container .slider .logos img {
    width: calc(960px / 5);
    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    margin: 12px;
    background: #fff;
    border-radius: 8px;
    padding: 12px 0;
    box-shadow: 0 4px 12px #00000014;
}

@keyframes slidein {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*  */


/* ------------- */
/* Contact US */
/* ------------ */




.contact-us-page-sec {
    padding: 40px 0px 80px 0px;
}



.register-office-t h3 {
    color: #834e98;
    font-size: 25px;
    font-weight: 400;
}

.register-office-name {
    margin: 0px;
    font-size: 18px;
}

.contact-info span {
    margin: 0px 10px 0px 0px;
}

.contact-info span {
    margin: 0px 10px 0px 0px;
    font-size: 18px;
}

.contact-info span i {
    margin-right: 10px;
    color: #834e98;
}


.contact-form-sec {
    background-color: #f5f5f5;
    padding: 40px 30px;
    border-radius: 5px;
    position: sticky;
    top: 80px;
}

.contact-form-sec h2 {
    font-size: 30px;
    font-weight: 400;
}


input {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #834e98;
    padding: 12px 0px;
    margin-top: 10px;
    margin-bottom: 6px;
    resize: vertical;
    color: #834e98;
    font-size: 16px;
}

::placeholder {
    color: #834e98;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #834e98;
}

textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #834e98;
    padding: 12px 0px;
    margin-top: 10px;
    margin-bottom: 6px;
    resize: vertical;
    font-size: 16px;
}

input[type=submit] {
    background: var(--theme-blue);
    color: #fff;
    padding: 10px 15px;
    font-weight: 500;
    border-radius: 0px;
    cursor: pointer;
    width: 30%;
}

input[type=submit]:hover {
background-color: #834e98;
}

.contact-us-sales-sec{
    padding: 80px 0px 0px 0px;
    border-right: 1px solid #b4b4b4;
}



.contact-us-sales-num img{
    width: 22%;
    height: auto;
}

.contact-us-sales-num h3{
    color: #834e98;
    font-size: 25px;
    font-weight: 400;
    margin-top: 10px;
}

.contact-us-sales-num i{
    margin-right: 10px;
    color: #834e98;
}
input:focus-visible {
    padding-left: 5px;
    outline: 0;
}



 /* -------------- */
/* End Contact Us */
/* ---------------- */


.careers-txt{
    padding-top: 0px;
}

.careers-img img{
    width: 84%;
    height: auto;
}



 /* -------------- */
/* Map Hotspot */
/* ---------------- */
.map-hotspot {
    height: 560px;
    width: 438px;
}
.hotspot  {position: absolute;width: 24px; margin-left: 6px;}
.hotspot .h_desc b { color: var(--theme-blue); }
.hotspot .h_desc {
    width: 330px;
    font-size: 16px;
    line-height: 1.4;
    padding: 15px;
    position: absolute;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px -5px #00000026;
    border: 1px solid #f3f3f3;
    left: -140px;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}
.hotspot:hover { z-index: 9 !important; }
.hotspot:hover .h_desc {
    visibility: visible;
    opacity: 1;
    z-index: 3;
}
.hotspot .h_marker i {font-size: 24px;}
.chennai .h_marker i, .labels i.green {  color: var(--theme-green); }
.branch .h_marker i, .h_desc i, .labels i.purple{  color: var(--theme-blue); }
.presence .h_marker i, .labels i.orange {  color: var(--theme-orange); }
.warehouse .h_marker i, .labels i.dark {  color: #63b5f5; }
.chennai {
   top: 71%;
   left: 38%;
   z-index: 1;
}
.chennai.warehouse {top: 69.5%;left: 36%;z-index: 0;}
.chennai.warehouse:hover { z-index: 1; }
.chennai.ro{
   top: 69.55%;
   left: 39%;z-index: 0;
}
.mumbai {
   top: 52%;
   left: 14%;z-index: 1;
}
.mumbai.warehouse {
   top: 50.5%;
   left: 13%;z-index: 0;
}
.thane { top: 51%; left: 16%;z-index: 0; }
.thane:hover, .mumbai.warehouse:hover { z-index: 1; }
.delhi {
   top: 27.3%;
   left: 29%;
   z-index: 1;
}
.sonepat {
   top: 26.5%;
   left: 29%;
}
.ahmedabad {
   top: 43.5%;
   left: 13.6%;
}
.hotspot.presence .h_desc, .hotspot.warehouse .h_desc {
    width: 160px;
    left: -80px;
    text-align: center;
}
.pune {
    top: 57%;
    left: 17.4%;
}
.lucknow {
    top: 33%;
    left: 40%;
}
.hydrabad {
    top: 59%;
    left: 33.4%;
}
.kerela {
    top: 61%;
    left: 27.4%;
}
.kolkota {
    top: 44%;
    left: 63.4%;
}
.banglore {
    top: 71%;
    left: 28%;
}
.indore {
    top: 44%;
    left: 24.4%;
}
.jodhpur {
    top: -10%;
    left: 16.4%;
}
.nagpur {
    top: 5%;
    left: 36.4%;
}



 /* -------------- */
/* Product page */
/* ---------------- */
.card-body {
    padding: 5px;
    border-width: 1px 0px 0px 0px;
}
input[type="checkbox"] { padding: 0; }
a.btn.btn-category { font-size: 18px; }
.card-body .form-check { font-size: 17px; color: #000; margin-top: 8px; }


 /* -------------- */
/* New Updates*/
/* ---------------- */
.thick_separator { position: relative; display: inline-block; }
.thick_separator:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 6px;
    /*background: var(--theme-pink);*/
        background: #f67a11;
}

.modal {
    --bs-modal-width: 500px;
/*    --bs-modal-bg: var(--theme-blue);*/
}
.modal-body .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    filter: invert(1) brightness(2);
}
.modal-body {/*    background: #ffffffab url(https://www.dcatvci.org/wp-content/uploads/2023/07/iStock-1087218874-scaled.jpg) no-repeat -12em center / cover;*//*    background-blend-mode: color;*/background: #7d3f96;padding: 15px;border-radius: 7px;overflow: hidden;}
.modal-title.sec_title {font-size: 30px;margin-bottom: 8px;color: #fff;} 
.modal-body .col-md-7 {
    background: #fff;
    padding: 20px;
}
.modal ul li {
    font-size: 15px;
    color: #fff;
}
.modal ul li i {
    color: var(--theme-green);
}
.text-pink { color: var(--theme-pink); }
.text-green { color: var(--theme-green); }
.form_wrapper-modal {
    background-color: #fff0;
    color: #fff;
    padding: 0px 0px 20px;
    margin-top: 20px;
    border-radius: 8px;
}
.form_wrapper-modal .form-text {
    color: #fff;
}

/*Blog listing*/

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    --bs-nav-pills-link-active-bg: var(--theme-pink);
}
.nav-pills .nav-link, .nav-pills .nav-link {
   --bs-nav-link-color: var(--theme-blue);
   --bs-link-color: var(--theme-blue);
    --bs-nav-link-hover-color: var(--theme-pink);
}
.blog .owl-carousel .owl-stage { display:flex; align-items: stretch; }
.blog .owl-carousel .owl-stage .item { height: 95%; }
.blog .posts-list .row {
  --bs-gutter-y: 1.5rem;
}
.blog .posts-list article {
  box-shadow: 0 4px 16px #0000001a;
  padding: 20px;
  height: 98%;
  margin-top: 20px;
}

.blog .posts-list article+article {
  margin-top: 60px;
}

.blog .posts-list .post-img {
  max-height: 240px;
  margin: -20px -20px 0 -20px;
  overflow: hidden;
    transition: all 0.3s;
}
.blog .posts-list .post-img img {
    transition: all 0.3s;
}


.blog .posts-list .title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 0;
  margin: 20px 0 0 0;
}

.blog .posts-list .title a {
  color: #000;
  transition: 0.3s;
  font-size: inherit;
/*  font-weight: 400;*/
  line-height: 1.2;
}

.blog .posts-list .title a:hover {
  color: var(--theme-pink);
}
.blog .posts-list .blog_category {
    top: 58%;
    right: 6px;
    padding: 2px 12px;
    border-radius: 20px;
    background: #ffffff;
    color: #dd127b;
    font-size: 12px;
    z-index: 1;
}

.blog .posts-list .read-more a {
  display: inline-block;
  background: #fff0;
  color: var(--theme-blue);
  padding: 2px 0px;
  transition: 0.3s;
  font-size: 16px;
  border-radius: 4px;
    font-weight: 500;
}

.blog .posts-list .read-more a:hover, .blog .posts-list article:hover .read-more a:hover, .blog .posts-list article:hover .text-blue {
  color: #fff;
}

.blog .posts-list article:hover .post-img img{
    scale: 1.2;
}
.blog .posts-list article:hover .post-img .event_logo img {
    scale: 1;
}
.blog .posts-list article:hover {
    background: var(--theme-blue);
}
.blog .posts-list article:hover .title a, .blog .posts-list article:hover .read-more a,
.blog .posts-list article:hover .blog_excerpts, .blog .posts-list article:hover .blog_meta, .blog .posts-list article:hover .blog_meta b  {
    color: #fff;
}
.blog .posts-list article:hover .read-more a:hover {
    background: var(--theme-pink);
    padding: 2px 5px;
}
.owl-carousel .owl-stage-outer { padding-bottom: 20px; }

.blog_list article {
    border-radius: 5px;
    overflow: hidden;
}
.blog_list .blog_excerpts {
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog .posts-list article .blog_meta b { color: #000; }
.blog .posts-list article .blog_meta { color: var(--theme-pink); font-size: 14px; }
.blog_list .blog_excerpts, .blog_list .posts-list article .title a { line-height: 1.5; }
.blog_list .posts-list article .title a:hover { text-decoration: underline; }

.w-50 {
    width: 35% !important;
}


.start-50 {
    left: 50% !important;
}

.labels { z-index: 2; }
.labels li { cursor: pointer; }
.labels li.active { text-decoration: underline;}
.labels i.pink {
    color: #e00e7b;
}


.hotspot { opacity: 0;visibility: hidden; }
.hotspot.show { opacity: 1;visibility: visible; }
.hotspot.kadalur.factory {
    top: 76%;
    left: 36.4%;
}

.mp-nw{
    margin: 25px 0px!important;
}


.dis-nw{
    display: block!important;

}

.dis-nw .title{
    margin-top: 28%;
}

section.caree-bh {
   background: rgb(124 0 120 / 86%);
   padding-top: 80px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding-bottom: 80px;
}

.ca-title{
    margin-top: 50px;
    /* margin-left: -60px; */
    font-size: 54px;
}

.social-fa {
    background: var(--bg);
    font-size: 14px;
    padding: 5px 8px;
    margin-right: 10px;
    color: #fff;
    display: inline-flex; align-items: center;
    justify-content: center;
    width: 32px; height: 32px;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s;
}

.social-fa:hover {
    background: var(--bg);
    color: #fff;  display: inline-flex;
}

.theme-btn.pink:hover {
    background: #dd127b;
    color: #fff;
    border-width: 1px;
}

.theme-btn.pink {
    background: #fff;
    color: var(--theme-blue);
}

.over-about {
    background: linear-gradient(49deg, #000000c4, transparent);
}

.contact-us-sales-num {
    border: 1px solid #cccccc80;
    padding: 19px 15px 20px 15px;
}

.kadalur .h_marker i {
    color: #e00e7b;
}

.df-nwr {
    width: 28%;
    padding: 8px;
     height: 46%;
}


.minimal__design {/*    background: #25033c;*//*    background: #121212;*//*    background: linear-gradient(to right, #33206f, #472a98);*/background: linear-gradient(to right, #482456, #680a8d);padding: 40px 0 10px;}
.minimal__design .footer-bottom {
    padding: 6px 0px 20px;
    color: #fff;
    border: 0px;
    font-size: 14px;
}
.minimal__design h4 {
    font-size: 20px;
    margin-bottom: 18px;
    margin-top: 8px;
    text-decoration: underline;
    text-underline-offset: 6px;
}
.minimal__design h5 {
    font-size: 16px;
    margin-bottom: 4px;
}
.minimal__design ul.quick_links a {
    color: #fff;
    transition: all 0.3s;
    font-size: 15px;
}
.minimal__design ul.quick_links a:hover {
    padding-left: 6px;
    color: #f01d8a;
    font-weight: 600;
}
.minimal__design .c_details { margin-top: 0px; }
.minimal__design .c_details p, .minimal__design .c_details p a {color: #fff;line-height: 1.46;font-size: 15px;margin-bottom: 10px;}
.minimal__design .c_details i {color: #f01d8a;width: 25px;text-align: left;display: inline-block;}
footer a:focus { color: #ffffff; }

footer .divider {
    margin: 20px 0;
    background: #ffffff54;
}
.subscribe_sec a.theme-btn {
    float: right;
    font-size: 18px;
    font-weight: 700;
}
.employee.me-3 { display: none; }
.event_logo { top: 15px; left: 15px; box-shadow: 0 0 12px rgba(0, 0, 0, 0.20) }
.event_logo img { object-fit: contain; height: 30px; }

.whatsappchat { position: fixed; width: 70px; bottom: 20px; left: 15px; z-index: 99; 
    border-radius: 50%;  animation: pulse-animation 2s infinite;
  }
  
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
  }

div#pills-tabContent {
    position: relative;
    overflow: hidden;
}
.tab-content>.tab-pane {
    display: block;
    position: absolute;
    opacity: 0; left: 0;
    visibility: hidden;
}
.tab-content>.active {
    display: block;
    opacity: 1;
    position: static;
    visibility: visible;
}



@media (max-width: 1200px) {
    body, .subscribe_sec a.theme-btn, .prd_box .prd_desc { font-size: 15px; }
    .slide_content .banner-title + p , .minimal__design h4 { font-size: 18px; }
    .offcanvas-body .navbar-nav .nav-link { font-size: 14px; }
    .sec_title { font-size: 34px; }
    .slide_content .banner-title, .page-title-content .title { font-size: 50px; }
    .ca-title { font-size: 42px; }
    .minimal__design h5, .minimal__design .c_details p, .minimal__design .c_details p a,
    .minimal__design ul.quick_links a, .blog .posts-list .read-more a, .action a.theme-btn
    { 
        font-size: 14px;
    }
    .blog .posts-list .title { font-size: 16px; }
    .segment-box h3 { font-size: 20px; }
    .supllier { font-size: 12px; }
    .prd_wrapper { column-gap: 18px; }
    .prd_box { width: calc((100% - 36px) / 3); }
    .menu_btn { --size: 50px; }
    .menu_btn svg { width: calc(var(--size) / 2.2); }
    div#google_translate_element { --size: 50px; width: var(--size) !important; height: var(--size) !important; background-size: 55% !important; }
    .goog-te-gadget .goog-te-combo { height: 32px !important; }
    .h4, h4 {
        font-size: calc(1.02rem + .3vw);
    }
}

@media (max-width: 992px) {
    #videoslider .carousel-item, .hero-banner, 
    .about-banner-section #videoslider .carousel-item, .about-banner-section .hero-banner {
        height: 70vh !important;
        --slider-height: 70vh !important;
    }
    .mt-5 {
        margin-top: 1.5rem !important;
    }
    .h3, h3 {
        font-size: calc(1rem + .6vw);
    }
    .pe-md-5 {
        padding-right: 0.8rem !important;
    }
    .ps-md-5 {
        padding-left: 0.8rem !important;
    }
    :not(footer) .divider {
        margin: 20px 0;
    }
    .slide_content { max-height: unset; padding-bottom: 10vh; }
    .blog .posts-list article {  padding: 12px 12px 0; }
    .blog .posts-list .col-md-3 { --bs-gutter-x: 12px; }
    .blog .posts-list .post-img { margin: -12px -12px 0 -12px;  }
    .section, .team-section, .suppliers-sec, .timeline-section, .careers-page-sec, .sec_padding { padding: 50px 0 !important; }
    .blog .posts-list .blog_category {
        top: 48%;
        padding: 1px 8px;
        font-size: 11px;
    }
    .blog .posts-list .title { font-size: 15px; margin: 15px 0 0 0;  }
    .sec_title { font-size: 30px;  }
    .segment-box { padding: 10px; }
    .segment-box h3, .count-label { font-size: 15px;   }
    .segment-box img { height: 65vw; margin-bottom: 8px; }
    .counters, .carousel-fade .carousel-item, .bv-card { min-height: 150px; }
    #counter .col-md { padding: 0; }
    div#counter { margin: 0; }
    .count { padding: 5px 10px; }
    .counter-value { font-size: 27px; }
    
    .list-styled.icon-list li i { top: 9px;font-size: 11px; }
    
    .lab img { height: 400px; }
    .lab .sec_title { margin-top: 0; }
    .lab ul.list-styled { padding: 0; }
    .logos li img { padding: 10px 0; margin: 2px 0; height: auto; }
    .logos {  padding-left: 12px; }
    .logos li { padding: 5px; }
    
    section.caree-bh { padding-top: 50px; padding-bottom: 50px; }
    .ca-title { margin-top: 25px; }
    .caree-bh .col-md-5 { padding: 0; }
    .caree-bh .col-md-5 img { scale: 1.2; transform-origin: center right;  }
    .pharma .content {  padding-left: 12px; }
    .bv-card { margin-bottom: 20px; }
    .eco_vadis img { max-width: 248px; }
    
    .about-banner-section .slide_content { padding-left: 20px; max-width: 700px; }
    .about-banner-section .slide_content .banner-title {
        width: 64%;
        font-size: 42px;
    }
    .about-banner-section .slide_content .banner-title + p { width: 70%; }
    .about-us-page-content, .contact-us-sales-sec { padding: 50px 0px 0px 0px; }
    .about-us-page-img {  padding: 0px 0px 0px 0px; }
    .our-value-sec { padding-left: 0; }
    .recognition-sec img.w-75 { width: 80% !important; } 
    .suppliers-container .slider .logos img { width: calc(720px / 5); }
    
    .page-title-content { height: 325px !important; }
    .page-title-content .title { font-size: 36px !important;   }
    .contact-us-sales-num h3 { font-size: 20px; }
    .contact-us-sales-num p { white-space: nowrap; }
    .contact-us-sales-num {  padding: 15px 12px 15px 12px;  }
    .blog .posts-list .post-img { max-height: 230px; }
    
    .labpage .about-lab-section .col-lg-5 {
        order: 1;
        margin-top: 30px;
    }
    .card .card-title { font-size: 16px; }
    .card div.img-box { width: 104px; height: 104px;}
    .segments ul.nav-pills { font-size: 15px; gap: 10px; }
    .modern-equipments .gallery-card img { height: 135px; }
    .process {
        width: 75%;
        margin: auto;
        text-align: center;
    }
    .process .image-box .ift { height: 76px; }
    .process .card-title { font-size: 16px; }
}

@media (max-width: 768px) {
    .subscribe_sec a.theme-btn, .prd_box .prd_desc { font-size: 14px;    }
    .theme-btn { padding: 6px 15px; }
     body { font-size: 14px; }
    .navbar-brand img { width: 78px; }
    header.stick .navbar-brand img.sticky-logo { animation: none; }
    .employee .btn { font-size: 18px; --size: 35px; }
    .menu_btn { padding:0 8px; --size: 35px; }
    div#google_translate_element {--size: 35px; }
    .goog-te-gadget .goog-te-combo { width: 34px; transform: translateX(-6px); }
    .slide_content .banner-title, .page-title-content .title { font-size: 32px; }
    .slide_content .banner-title + p, .minimal__design h4 { font-size: 15px; margin: 12px auto;}
    .slide_content p { font-size: 16px ;}
    
    #videoslider .carousel-item, .hero-banner, 
    .about-banner-section #videoslider .carousel-item, .about-banner-section .hero-banner {
        height: 80vh !important;
        --slider-height: 80vh !important;
    }
    .blog .posts-list .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        height: auto;
        padding-bottom: 30px;
    }
    .blog .posts-list { margin-top: 20px; }
    .blog .posts-list .post-img { max-height: 202px }
    .blog .nav-link { padding: 4px 12px; }
    .blog .posts-list .col-md-3 { width: 300px; }
    .blog .posts-list article { margin-top: 0px; }
    .blog .posts-list .title { margin: 15px 0 20px 0; }
    .blog .posts-list .blog_category { top: 66%; }
    
    .employee .dropdown:hover .dropdown-menu {
        display: block;
        font-size: 14px;
    }
    ::-webkit-scrollbar {
      width: 3px;
      height: 3px;
    }
    ::-webkit-scrollbar-track {
      background: #f1f1f100; 
    }
    ::-webkit-scrollbar-thumb {
      background: var(--theme-blue); 
    }
    ::-webkit-scrollbar-thumb:hover {
      background: #555; 
    }
    .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .pt-5 {
        padding-top: 1.5rem !important;
    }
    .section, .team-section, .suppliers-sec, .timeline-section, .careers-page-sec, .sec_padding {
        padding: 40px 0 !important;
    }
    .segment-box { margin-bottom: 15px; }
    .segment-box h3 { padding: 5px; }
    #counter .col-md { width: 50%; }
    #counter .col-md .count { min-height: 100px; }
    #counter .col-md:nth-of-type(even) .count { border-right: 0px; }
    .sec_title {  font-size: 27px;  }
    .lab ul.list-styled.icon-list li { width: 100%; }
    .lab img {margin-top: 20px; height: 265px; }
    
    .logos li { width: 32%; }
    .carousel-control-next span, .carousel-control-prev span { font-size: 18px; }
    .caree-bh .col-md-5 img { scale: 1; }
    /* .caree-bh .col-md-7, .pharma .row { display: flex; flex-direction: column-reverse; } */
     .pharma .row { gap: 20px }
    .ca-title { margin-left: 0; }
    .list-styled.icon-list li {
        padding: 4px 0 4px 30px;
        margin-bottom: 4px;
    }
    .eco_vadis img {
        max-width: 205px;
        margin-bottom: 20px;
    }
    .main_footer_navs .col-md-4 { margin-bottom: 20px; width: 50%; }
    .main_footer_navs .col-md-4:last-child { width: 100%; }
    .subscribe_sec h3.text-white { text-align: center; }
    .subscribe_sec a.theme-btn {
        float: none;
        margin: 12px auto 0 !important;
        display: table;
    }
    .search_bar.w-50 { width: 80% !important; }
    .search_bar input {
        height: 36px;
        font-size: 13px;
        padding: 8px 15px;
    }
    
    .about-banner-section .slide_content .banner-title {
        width: 100%; font-size: 34px;
    }
    .about-banner-section .slide_content .banner-title + p { width: 100%; }
    .about-banner-section .slide_content { padding: 0 15px 50px; max-width: 100%; justify-content: end; }
    .video_banner .elementals video {
        object-position: 107% center;
        background: #fff;
        height: 62% !important;
    }
    .about-banner-section #videoslider .carousel-item, .about-banner-section .hero-banner { background: #fff; }
    .mv-title { padding: 0 12px; }
    .about-us-page-img img { height: auto; }
    .recognition-point {
        padding: 12px;
        min-height: 180px;
        line-height: 1.4;
        font-size: 14px;
    }
    .team-item { height: 40vh; border-radius: 12px; }
    .suppliers-container .slider .logos img { width: calc(320px / 3); max-height: 71px; height: 72px; object-fit: contain; }
    
    .page-title-content { height: 250px !important;    }
    .page-title-content .title {margin-top: 25px !important; font-size: 30px !important; }
    .contact-us-sales-num { margin-bottom: 20px; }
    .contact-us-sales-sec { border-right: 0px; }
    .contact-us-page-sec .col-lg-6:nth-child(2) { padding-left: 0 !important; }
    .map-hotspot { scale: 0.8; transform-origin: center left; }
    .hotspot .h_desc {
        width: 280px;
        font-size: 13px;
        padding: 12px;
        left: -56px;
    }
    .careers-txt { margin-bottom: 30px; }
    .wju_box { line-height: 1.4; }
    .careers2 .col { width: 50%; flex: 0 0 50%; margin-bottom: 15px;   }
    .careers2 .count-label {  font-size: 14px;   }
    
    .blogs_archive .blog .posts-list .row {   flex-direction: column;flex-wrap: wrap;   }
    .blog .posts-list article { padding-bottom: 20px; }
    .process { width: 100%;  }
    .process .card-title { font-size: 12px; }
    .fa-long-arrow-alt-right { font-size: 25px !important; }
    .process .image-box .ift { height: 46px; }
    .lab-item img { height: 235px !important; }
    
    .labpage .card .card-title { font-size: 14px; }
    .labpage .card div.img-box { width: 90px; height: 90px; }
    .labpage .col-6.mb-4 {  margin-bottom: 1.4rem !important; }
    .labpage .gallery-card { padding: 8px; }
    .modern-equipments .gallery-card img { height: 98px; }
    .labpage .gallery-title { font-size: 14px; line-height: 1.4; }
    .segments .tab-pane img.img-fluid { height:  auto; }
    
    .jobs { margin-top: 30px; }
    .job_box { padding: 15px; font-size: 14px; line-height: 1.5; }
    .job_box h3 { font-size: 18px; }
    
    
    .minimal__design .footer-bottom { padding: 6px 40px 72px; width: 275px; margin: auto; line-height: 1.4; }
}



/* Floating Buttons */
.float-btns {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: flex;
    transition: all 0.3s;
    flex-direction: column;
    gap: 15px;
}

.float-btns:before {
    content: '\f4fe';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #fff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    background-color: #9C27B0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
}
.float-btns .icon-btn {
    width: 50px;
    height: 50px;
    background-color: #9C27B0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
     scale: 0; 
    transform-origin: bottom center;
}
.float-btns.active { padding-bottom: 64px; }
.float-btns.active .icon-btn {
     scale: 1; 
}
.float-btns.active:before { content: '\f00d';}

.float-btns .icon-btn i {
    color: #fff;
    font-size: 20px;
}

#open-announcement-modal {
    --size : 50px;
    width: var(--size);
    height: var(--size);
    background-color: #9C27B0;
    border-radius: 50%;
    scale: 1;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: flex;
    transition: all 0.3s;    
    align-items: center;
    justify-content: center;
    color: #fff;
}
#open-announcement-modal .badge {
    background: red;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: 0px;
    width: var(--size);
    --size: 20px;
    height: var(--size);
    padding: 0;
    line-height: var(--size);
}
@media (max-width: 768px) {
    #open-announcement-modal  {
         --size: 45px;
        bottom: 56px;
    }
}

/* Modal Overlay */
.float-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    
}

/* Modal Container */
.float-modal {
    
    background: #60107f;
    width: 90%;
    max-width: 600px;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.float-modal.float-show {
    transform: translateY(0);
    opacity: 1;
    
}

/* Modal Header */
.modal-header {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.modal-header h2 {
    font-size: 24px;

    font-weight: 700;
    margin: 0;
    color: white;
}

.modal-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    cursor: pointer;
    color: #999;
}

/* Form Styling */
.float-modal-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form-group {
    flex: 1 1 45%;
}

.form-group.full-width {
    flex: 1 1 100%;
}

.form-group label {
    font-size: 14px;
    color: white;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

input::placeholder {
    color: black; /* Change to your desired color */
    /* Optional styling */
    opacity: 0.8;
  }
  
  textarea::placeholder {
    color: black; /* Change to your desired color */
    /* Optional styling */
    opacity: 0.8;
  }

.form-group input,
.form-group textarea {
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    background: white;
    color: black;
    outline: none;
    border-radius: 0px;
    padding: 10px;
}

.form-group textarea {
    resize: none;
    height: 80px;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #9C27B0;
}

/* Radio Buttons */
.radio-group {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.radio-group label {
    margin-right: 10px;
    font-weight: normal;
    text-align: center;
}

/* Submit Button */
.submit-btn {
    background-color: #eb8b3b;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-btn:hover {
    background-color:white;
    color: #60117E;

}

#doc-form input{
    margin-top:0px;
    margin-bottom:0px;
}
#doc-form textarea{
    margin-top:0px;
    margin-bottom:0px;
    
}
#doc-supplier-info{
    margin-top: 0px;
    margin-bottom:0px;
}
#existing-buyer-fields{
    display: flex;
    width: 100%;
    gap: 10px;
}
#new-buyer-fields{
    flex-wrap: wrap;
    gap: 10px;
}
input[type="radio"]{
    width: 30px;
    margin: 0 0;
}
.doc-mod{
    
    overflow-y: scroll;
}


@media (max-width: 768px) {
    
    .whatsappchat { width: 45px; bottom: 56px; }
    .float-btns { gap : 7px;bottom: 56px;  }
    .float-btns.active {padding-bottom: 50px;}
    .float-btns .icon-btn, .float-btns:before { width: 40px; height: 40px; }
    .float-btns .icon-btn i, .float-btns:before  { font-size: 16px; }
    
}