/* font start */
@font-face {
    font-family: 'oxygen';
    src: url('fonts/Oxygen-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'oxygen-bold';
    src: url('fonts/Oxygen-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'oxygen-extrabold';
    src: url('fonts/Oxygen-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'qualy';
    src: url('fonts/QUALYBOLD.TTF') format('truetype');
}

@import url('fontawesome-all.min.css');

/* font end */

/* all css start */
.superbold-font {
    /*font-family: 'oxygen-extrabold';*/
    font-weight: 700;
}

/* all css end */

.navbar-expand-sm .navbar-nav .nav-link {
    font-family: 'oxygen';
    color: black;
}

/* google translator start */
#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

.goog-te-gadget-icon {
    background-image: url(../../../gtranslate.net/flags/gt_logo_19x19.gif) !important;
    background-position: 0 0 !important;
}

.goog-te-gadget-simple {
    border: none !important;
}

/* google translator end */

.carousel-inner img {
    width: 100%;
    height: 100%;
        margin-top: 40px;
}

.mySlide1 {
    background-image: url('../images/banner-3.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

.mySlide2 {
    background-image: url('../images/banner-4.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

.mySlide3 {
    background-image: url('../images/banner-2.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

.mySlide4 {
    background-image: url('../images/banner-1.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

.eve2 {
    background-image: url('../images/event-banner.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

.eve1 {
    background-image: url('../images/event2.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

/* scrolling effect start */
.scroll1 {
    background-image: url('../images/home1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2%;
    padding-top: 30%;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    background-attachment: fixed;
    background-position: center;
    line-height: 23px;
    height: 800px;
}

.scroll2 {
    background-image: url('../images/calibro.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2%;
    padding-top: 6.5%;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    background-attachment: fixed;
    background-position: center;
    line-height: 23px;
    height: 600px;
}

.scroll3 {
    background: #623877;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    background-attachment: fixed;
    background-position: center;
    line-height: 23px;
    /* height: 800px; */
}

.scroll4 {
    background-image: url('../images/home4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2%;
    padding-top: 6.5%;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    background-attachment: fixed;
    background-position: center;
    line-height: 23px;
    height: 600px;
}

.scroll5 {
    background-image: url('../images/worldnetwork.gif');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2%;
    padding-top: 4%;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    background-attachment: fixed;
    background-position: center;
    line-height: 23px;
    height: 500px;
}

.scroll6 {
    background-image: url('../images/hands.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 4%;
    padding-top: 3.5%;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    background-attachment: fixed;
    /* background-position: center; */
    line-height: 23px;
    /* height: 800px; */
}

.scroll7 {
    background-image: url('../images/doctor.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2%;
    padding-top: 5%;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    background-attachment: fixed;
    background-position: center;
    line-height: 23px;
    /* height: 460px; */
}

/* scrolling effect end */

.black-bg {
    background-color: rgb(161, 64, 150);
    padding: 30px;
    border-radius: 15px;
    
    text-align: justify;
}

.blue-bg {
    background-color: #c047b2;
    padding: 30px 30px 10px 30px;
    border-radius: 15px;
    margin: 50px;
    opacity: 0.8;
}

.footer-bg {
    background: #592c6f;
    background-size: cover;
}

.footer-bg a{
    color:rgba(248, 249, 250, 1);
}

.footer {
    background: #ca69be;
}

.hr-rotate {
    transform: rotate(90deg);
    width: 50px;
    position: absolute;
    top: 50%;
    border-color: #656565;
    left: 88%;
}

.hr-rotate-facts {
    position: absolute;
    width: 80px;
    transform: rotate(90deg);
    top: 15%;
    border-color: #ffffff;
    left: 100%;
}

#footer-video .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    outline: 0;
}

#footer-video .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#footer-video .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.vertical-btn {
    position: fixed;
    top: 35%;
    right: -63px;
    z-index: 1;
    transform: rotate(90deg);
}

.vertical-btn2 {
    position: fixed;
    top: 70%;
    right: -37px;
    z-index: 1;
    transform: rotate(90deg);
}

.filter-dropshadow {
    filter: drop-shadow(2px 2px 6px black);
}

/* landing page */

.br-0 {
    border-radius: 0;
}

.font-size-3 {
    font-size: 3.5rem;
}

.logo {
    width: 100px;
    transition: width .5s;
    padding: 5px;
}

.back-img {
    transform: scale(1);
    transition: transform .5s;
    display: block !important;
}

.hover-switch:hover, .back-img:hover {
    transform: scale(1.05);
}

.hover-switch .front-img {
    /*opacity: 1;*/
    /*position: absolute;*/
    display: none;
}

.hover-switch .back-img {
    /*opacity: 0;*/
    display: none;

}

.hover-switch:hover .front-img {
    /*opacity: 0;*/
    display: none;

}

.hover-switch:hover .back-img {
    /*opacity: 1;*/
    display: block;

}

.header {
    z-index: 1000;
}

.sticky {
    position: fixed;
    background: white;
    top: 0;
    width: 100%;
    left: 0;
    padding-left: 4rem;
}

.topnav a:hover {
    transition: all .7s ease-in-out 0s;
}

.topnav {
    overflow: hidden;
}

.topnav a {
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
    line-height: 3.2;
    border-top: 2px solid white;
    border-bottom: none;
}

.active {
    /*background-color: #04AA6D;*/
    color: white;
}

.topnav .icon {
    display: none;
}


.topnav a {
    line-height: 3.2;
}

.topnav a:hover {
    color: #a80194;
    animation: transform 2s ease-in-out;
    line-height: 3.2;
}

@keyframes transform {
    0% {
        transform: translateY(0);
        color: black;
    }

    25% {
        transform: translateY(10px);
        display: none;
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
        display: block;
    }
}

.wa-chat-box-brand {
    margin-left: 20px;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.landingpage1-product-categories {
    background-image: url('../images/calibanner.png');
    background-size: cover;
    background-attachment: fixed;
}

.mission-bg {
    background-image: url('../images/mission-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.vision-bg {
    background-image: url('../images/vision-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.our-usp {
    background-image: url('../images/doc.png');
    background-size: cover;
    background-attachment: fixed;
}

.quality-policy {
    background-image: url('../images/quality-policy.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.manufacturing {
    background-image: url('../images/factory.png');
    background-size: cover;
}

.services-banner {
    background-image: url('../images/Services.png');
    background-size: cover;
}

.events-banner {
    background-image: url('../images/events-banner.jpg');
    background-size: cover;
}

.newsroom-banner {
    background-image: url('../images/newsroom-banner.jpg');
    background-size: cover;
}

.global-trends-banner {
    background-image: url('../images/global-trends-banner.jpg');
    background-size: cover;
}

.company-philosophy-banner {
    background-image: url('../images/company-profile.png');
    background-size: cover;
}

.aa {
    background-image: url('../images/aa.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    
}
.img-fluid1 {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.bb {
    background-image: url('../images/bb.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.company-philosophy3 {
    background-image: url('../images/company-philosophy3.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.company-philosophy4 {
    background-image: url('../images/calibanner.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.company-philosophy5 {
    background-image: url('../images/company-philosophy5.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.company-philosophy6 {
    background-image: url('../images/company-philosophy6.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.services1 {
    background-image: url('../images/services1.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.services2 {
    background-image: url('../images/services2.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.services3 {
    background-image: url('../images/servicesbanner1.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.services4 {
    background-image: url('../images/services4.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}


.corporate-sustainability-banner {
    background-image: url('../images/corporate-sustainability-banner.jpg');
    background-size: cover;
}

.our-business-banner {
    background-image: url('../images/pagebanner.png');
    background-size: cover;
}

.investors-relations-banner {
    background-image: url('../images/investor1.png');
    background-size: cover;
}

.research-innovation-banner {
    background-image: url('../images/research.png');
    background-size: cover;
}

.research-innovation1 {
    background: url('../images/research.jpg') no-repeat center center;
    background-size: cover;
}

.our-csr-banner {
    background-image: url('../images/our-csr-banner.jpg');
    background-size: cover;
}

.blogs {
    background-image: url('../images/blogs.jpg');
    background-size: cover;
}

.about {
    background-image: url('../images/productsbanner.png');
    background-size: cover;
}

.joinus-banner {
    background-image: url('../images/join.jpg');
    background-size: cover;
}

.leadership-bg {
    background-image: url('../images/leadership-bg.jpg');
    background-size: cover;
}

.orthopedic-banner {
    background-image: url('../images/orthopedic-banner.jpg');
    background-size: cover;
    background-position: center center;
    padding: 30px 0;
}

.border-radius {
    border-radius: 15px;
}

.border-radius-bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.border-radius-top {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.fives {
    background: url('../images/5s.jpg');
    background-size: cover;
    width: 90px;
    padding: 4px;
    /* height: 45px; */
    background-repeat: no-repeat;
    text-align: center;
    color: black;
    font-size: x-large;
    font-weight: 700;
}

.zero {
    background: url('../images/0.jpg');
    background-size: cover;
    width: 90px;
    padding: 4px;
    /* height: 45px; */
    background-repeat: no-repeat;
    text-align: center;
    color: black;
    font-size: x-large;
    font-weight: 700;
}

.lm {
    background: url('../images/lm.jpg');
    background-size: cover;
    width: 90px;
    padding: 4px;
    /* height: 45px; */
    background-repeat: no-repeat;
    text-align: center;
    color: black;
    font-size: x-large;
    font-weight: 700;
}

.tpm {
    background: url('../images/tpm.jpg');
    background-size: cover;
    width: 90px;
    padding: 4px;
    /* height: 45px; */
    background-repeat: no-repeat;
    text-align: center;
    color: black;
    font-size: x-large;
    font-weight: 700;
}

.absolute-tl {
    position: absolute;
    top: 41%;
    left: 0%;
    width: 100%;
}

.landingpage1-effervescent {
    background: #592D6F;
}

.landingpage1-sachet {
    background: #A80394;
}

.landingpage1-syrup {
    background: #A80394;
}

.landingpage1-softgel {
    background: #592D6F;
}

.tl-center {
    /* align-items: center; */
    justify-content: center;
    display: flex;
}

.pad-2 {
    padding: 2rem;
}

.dropshadow {
    filter: drop-shadow(0px 3px 6px #E3E3E3);
}

.product-name {
    background-color: #592C6F !important;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 24px;
}

.product ::marker {
    color: #f58220;
}

.product li {
    margin-bottom: 1rem;
}

.kk-desc {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    padding: 15px;
    background: #000000a8;
}




/* new dropdown */
@media screen and (max-width: 40em) {
    #nav {
        display: block;
    }
}

#nav li {
    position: relative;
    list-style: none;
}

#nav a {
    text-decoration: none;
    /*height: 100%;*/
    display: block;
    padding: 0 1em;
}

@media screen and (min-width: 40em) {
    #nav a:focus {
        outline: none;
    }
}

@media screen and (min-width: 40em) {
    #nav li {
        text-align: left;
        width: 15em;
    }
}

@media screen and (max-width: 40em) {
    #nav li {
        text-align: left;
        width: 100%;
    }
}

/* Any sub menu */
@media screen and (min-width: 40em) {
    a+ul {
        position: absolute;
    }

    a+ul:not(.js-showElement) {
        display: none;
    }
}

@media screen and (max-width: 40em) {
    a+ul {
        position: relative;
    }

    a+ul:not(.js-hideElement) {
        display: block;
    }
}

/* The Main Navigation Bar - Navigation Level One */
#nav>ul {
    height: 100%;
    line-height: 2.5em;
}

#nav>ul>li {
    position: relative;
    text-align: left;
}

@media screen and (min-width: 40em) {
    #nav>ul>li {
        float: left;
        width: auto;
    }
}

@media screen and (max-width: 40em) {
    #nav>ul>li {
        float: none;
        display: block;
        width: 100%;
    }
}

#nav>ul>li:hover>a {
    color: #f58220;
    animation: transform 2s ease-in-out;
}

@media screen and (max-width: 40em) {
    #nav>ul>li:not(:last-child) {
        border-right: none;
    }
}

@media screen and (min-width: 40em) {
    #nav>ul>li:not(#toggleMenu):not(.js-showElement) {
        display: inline-block;
    }
}

@media screen and (max-width: 40em) {
    #nav>ul>li:not(#toggleMenu):not(.js-showElement) {
        display: none;
    }
}

@media screen and (min-width: 40em) {
    #nav #toggleMenu {
        display: none;
    }
}

@media screen and (max-width: 40em) {
    #nav #toggleMenu {
        display: block;
        width: 100%;
    }

    #nav #toggleMenu.js-open .icon-menu-closed {
        display: inline-block;
    }

    #nav #toggleMenu.js-open .icon-menu {
        display: none;
    }

    #nav #toggleMenu:not(.js-open) .icon-menu-closed {
        display: none;
    }

    #nav #toggleMenu:not(.js-open) .icon-menu {
        display: inline-block;
    }
}

span#toggleMenu-text {
    position: absolute;
    opacity: 0;
}

/* Second Level Dropdown */
#nav>ul>li>ul {
    /* background-color: #165f72; */
    list-style: none;
}

@media screen and (min-width: 40em) {
    #nav>ul>li>ul {
        top: 2.5em;
        left: -40px;
        z-index: 1;
        width: max-content;
    }
}

@media screen and (max-width: 40em) {
    #nav>ul>li>ul {
        width: 100%;
        position: relative;
    }

    #nav>ul>li>ul:not(.js-showElement) {
        display: none;
    }
}

#nav>ul>li>ul>li>a {
    background-color: #424242;
    color: white;
}

#nav>ul>li>ul>li>a:hover, #nav>ul>li>ul>li>a:focus {
    background-color: #ef8022;
}

/* Third Level Dropdown */
@media screen and (min-width: 40em) {
    #nav>ul>li>ul>li>ul {
        top: 0;
        left: 200px;
    }
}

@media screen and (max-width: 40em) {
    #nav>ul>li>ul>li>ul {
        width: 100%;
        position: relative;
    }

    #nav>ul>li>ul>li>ul:not(.js-showElement) {
        display: none;
    }
}

#nav>ul>li>ul>li>ul>li>a {
    background-color: #424242;
    color: white;
}

#nav>ul>li>ul>li>ul>li>a:hover, #nav>ul>li>ul>li>ul>li>a:focus {
    background-color: #ef8022;
}

/* Javascript classes */
#nav .js-hideElement {
    display: none;
}

#nav .js-showElement {
    display: block;
}

/* Fallback for users without javascript */
html.no-js li:hover>a+ul, html.no-js li:focus>a+ul {
    display: block;
}

@media screen and (max-width: 40em) {
    html.no-js #nav:hover>ul>li:not(#toggleMenu), html.no-js #nav:focus>ul>li:not(#toggleMenu) {
        display: block;
    }

    html.no-js #nav:hover li:hover>a+ul, html.no-js #nav:hover li:focus>a+ul, html.no-js #nav:focus li:hover>a+ul, html.no-js #nav:focus li:focus>a+ul {
        display: block;
    }
}

.manufacturing-text {
    background: #c047b2;
    color: white;
    padding: 10px;
    border-radius: 35px;
    border: 2px solid;
    width: 170px;
    text-align: center;
}

/* timeline */
hr.process {
    border-top: 2px solid rgba(239, 128, 34, 1);
    position: absolute;
    top: 137px;
    left: 0;
    right: 0;
}

p.manufacturing-text::before {
    background: #ef8022;
    position: absolute;
    left: 0;
    border-radius: 100%;
    width: 20px;
    content: '';
    height: 20px;
    bottom: 32px;
}

p:last-child.manufacturing-text::after {
    background: #ef8022;
    position: absolute;
    left: 100%;
    border-radius: 100%;
    width: 20px;
    content: '';
    height: 20px;
    bottom: 32px;
}

#productsCategory {
    background: #424242;
    /* width: 36em; */
    color: white;
}

#productsCategory a:hover {
    background: #ef8022;
}

#productsCategory a {
    padding: 0;
}

.product-bg {
    background: #cd66c1;
    bottom: -16px;
    position: absolute;
    padding: 10px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    left: 15px;
    right: 15px;
    opacity: 0.8;
}

.ml-5 {
  margin-left: 0rem !important;
}

.accordion .card-header {
    padding: 0 0;

    margin-bottom: 0;
    background-color: rgb(6 79 136);
}

.accordion .btn-link {
    color: white !important;
    display: block;
    text-align: left;
}


.accordion h5 a.collapsed:after {
    content: "+";
}

.accordion h5 a:after {
    content: "-";
    font-size: 20px;
}

.accordion h5 a.collapsed:after {
    content: "+";
}

.accordion h5 a:after {
    position: absolute;
    /* top: 50%; */
    right: 15px;
    display: inline-block;
    font: 'normal normal normal 14px/1 FontAwesome';
    content: "-";
    font-size: 20px;
    margin-top: -8px;
}

.sticky .my-1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;

}

.sticky .logo {
    transition: width .5s;
}

.company-philosophy4 .bg-transparent {
    background-color: rgba(28, 115, 171, .6) !important;
    border: 2px solid #fff;
    border-radius: 24px;
}

.company-philosophy4 .card p {
    display: none;
    padding-left: 3rem;
    padding-right: 3rem;
}

.company-philosophy4 .card:hover p {
    display: block;
    padding-left: 3rem;
    padding-right: 3rem;
}

.company-philosophy4 .card:hover img {
    display: none;
}

.company-philosophy4 .card:hover h4 {
    position: relative;
    bottom: unset;
    background: transparent;
    left: unset;
    right: unset;
    padding-left: 3rem;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 3rem;
    text-align:center;
}

.company-philosophy4 .card h4 {
    position: absolute;
    bottom: -9px;
    background: #fff;
    color: #592c6f;
    left: 0;
    right: 0;
    padding: 0.5rem;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.qualy-font {
    /* font-family: 'qualy'; */
    font-size: xxx-large;
}

.absolute-tl1 {
    position: absolute;
    top: 30%;
    left: 0%;
    width: 100%;
}

form span.text-danger {
    position: absolute;
    top: 25px;
    right: 4px;
}

form p span.text-danger {
    position: unset;
}

.bg-blue {
    background-color: #064F88;
}

hr.border-bottom-dashed {
    border-top: 0 !important;
    border-bottom: 1px dashed grey;
    padding-top: 1rem;

}


.holder {

    /* width:300px; */
    height: 500px;
    overflow: hidden;
    padding: 10px;
    /* font-family:Helvetica; */
}

.holder .mask {
    position: relative;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 490px;
    overflow: hidden;
}

.holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.holder ul li {
    padding: 10px 0px;
}

.holder ul li a {
    color: darkred;
    text-decoration: none;
}






.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 20px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
    height: 24px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    height: 28px;
    width: auto;
    display: block;
    filter: brightness(10%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    /* padding-right: 0; */
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: #212121 !important;
    /* font-weight: 500; */
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: #f58220 !important;
    animation: transform 2s ease-in-out;
}

.nav-item.active .nav-link {
    color: #777 !important;
}

.nav-link {
    position: relative;
padding: 15px !important;
display: inline-block;
width: max-content;
}

/* .nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #f58220;
    opacity: 0;
    transition: all 200ms linear;
} */

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}



.bg-light {
    /* background-color: #fff !important; */
    transition: all 200ms linear;
}

.bg-light-grey{
    background: #DDDDDD;
}

body.hero-anime p {
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1700ms;
}

body.hero-anime h1 span:nth-child(1) {
    opacity: 0;
    transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(2) {
    opacity: 0;
    transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(3) {
    opacity: 0;
    transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(4) {
    opacity: 0;
    transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(5) {
    opacity: 0;
    transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(6) {
    opacity: 0;
    transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(7) {
    opacity: 0;
    transform: translateY(-40px);
}

body.hero-anime h1 span:nth-child(8) {
    opacity: 0;
    transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(9) {
    opacity: 0;
    transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(10) {
    opacity: 0;
    transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(11) {
    opacity: 0;
    transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(12) {
    opacity: 0;
    transform: translateY(50px);
}

body.hero-anime h1 span:nth-child(13) {
    opacity: 0;
    transform: translateY(20px);
}

body.hero-anime h1 span:nth-child(14) {
    opacity: 0;
    transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(15) {
    opacity: 0;
    transform: translateY(50px);
}

#switch,
#circle {
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#switch {
    width: 60px;
    height: 8px;
    /* border: 2px solid #8167a9; */
    border-radius: 0px;
    background: #000;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}

body.hero-anime #switch {
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1900ms;
}

#circle {
    position: absolute;
    top: -11px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 0%;
    background: #000;
}

.switched {
    border-color: #000 !important;
    background: #8167a9 !important;
}

.switched #circle {
    left: 43px;
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    background: #fff;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
    /* padding: 10px !important; */
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #5a2e70;
    border: none;
    /* border-radius: 3px; */
    /* box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15); */
    transition: all 200ms linear;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 8px 15px;
    /* color: #212121; */
    border-radius: 0px;
    transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: #a90496;
}


body.dark .navbar-brand img {
    filter: brightness(100%);
}

body.dark .bg-light {
    background-color: #14151a !important;
}

body.dark .start-header {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

body.dark .start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

body.dark .nav-link {
    color: #fff !important;
}

body.dark .nav-item.active .nav-link {
    color: #999 !important;
}

body.dark .dropdown-menu {
    color: #fff;
    background-color: #1f2029;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

body.dark .dropdown-item {
    color: #fff;
}

body.dark .navbar-light .navbar-toggler-icon {
    border-bottom: 1px solid #fff;
}

body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before {
    background-color: #fff;
}

body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}


@media (max-width: 767px) {
    .dropdown-item {
        padding: 2px 15px;
        color: #212121;
        border-radius: 0px;
        transition: all 200ms linear;
    }

    .nav-item:after {
        display: none;
    }

    /* .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }

    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    } */

    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    body.dark .nav-item::before {
        background-color: #fff;
    }

    body.dark .dropdown-toggle::after {
        background-color: #fff;
    }

    body.dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }
}




.goog-te-menu-frame {
    max-width: 100% !important;
}

.goog-te-menu2 {
    max-width: 100% !important;
    overflow-x: scroll !important;
    box-sizing: border-box !important;
    height: auto !important;
}

.quality span.text-danger {
    position: absolute;
    top: -3px;
    right: 0;
}

.remark span.text-danger {
    position: absolute;
    top: -13px;
    right: -9px;
}



.search {
    width: 60px;
    height: 60px;
    transform: 0.5s;
    background: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 60px;
    box-shadow: 0 0 0 0 5px #000000;

}

.search.active {
    width: 300px;
    left: -235px;
    border: 1px solid black;
    z-index: 1000;
}

.search .icon {
    top: 0;
    left: -17px;
    width: 60px;
    height: 60px;
    display: flex;
    z-index: 1000;
    cursor: pointer;
    position: absolute;
    /* background: #fff; */
    border-radius: 60px;
    align-items: center;
    justify-content: center;
}

.search .icon:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #000000;
    transform: translate(-4px, -4px);
}

.search .icon:after {
    content: "";
    width: 3px;
    height: 12px;
    position: absolute;
    background: #000000;
    transform: translate(6px, 6px) rotate(315deg);
}

.search .input {
    left: 60px;
    width: 300px;
    height: 60px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.search .input input {
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 18px;
    padding: 10px 0;
    position: absolute;
}

.clear {
    top: 50%;
    right: 15px;
    width: 15px;
    height: 15px;
    display: flex;
    cursor: pointer;
    background: #ff0;
    position: relative;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.clear:before {
    width: 1px;
    height: 15px;
    content: "";
    position: absolute;
    background: #999;
    transform: rotate(45deg);
}

.clear:after {
    width: 1px;
    height: 15px;
    content: "";
    position: absolute;
    background: #999;
    transform: rotate(315deg);
}


.search.active .icon {
    background-color: #fff;
    z-index: 1000;
    left: 0;
}

.accordion .btn {
    font-size:1.25rem !important;
}

.were-social{
  background: #df8437;
  padding: 18px;
  width: 100%;
  font-size: 20px;
  line-height: 0;
  height: 40px;
  font-weight: 700;
  border-radius: 15px;
}


.modal-content
{
    width: 80% !important;
    margin-left: 10% !important;
}



@media (min-width: 1400px){
.modal-lg {
    max-width: 800px !important;
}
}

.btn-primary {
  color: #fff;
  background-color: #c047b2 !important;
  border-color: #fff !important;
}

@media only screen and (min-width: 350px) and (max-width: 600px) {
    .container-fluid {
     width: 100% !important;
     position: relative !important;
    }
    
}
@media only screen and (min-width: 350px) and (max-width: 600px) {
    .logo {
  width: 100px !important;
  float: left !important;
  height: 100px !important;
  margin-right:20px;
}
}

@media only screen and (min-width: 350px) and (max-width: 600px) {
    .slideshow-container {
  max-width: 100% !important;
  height: auto !important;
  padding-top: 55px;
}
}

@media only screen and (min-width: 350px) and (max-width: 600px) {
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1);
  float: right !important;
  padding-left: 12px;
  margin-left: 34px;
  margin-right: -280px;
  margin-top: -116px;
}
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;
    margin-top: 80px;
}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #fff;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.man h3{
    /*font-family: 'oxygen-extrabold';*/
    font-weight: 600;
    font-size:20px;
}

.man p{
    /*font-family: 'oxygen-extrabold';*/
    font-weight: 500;
    font-size:15px;
}

.man label{
    /*font-family: 'oxygen-extrabold';*/
    font-weight: 500;
    font-size:15px;
}



.bck {
  color: #fff !important;
  background: #cd66c1;
  border-radius: 30px;
  padding: 20px;
  text-align: center;
}
.text-warning {
  color: #cd66c1 !important;
}

.wid {
  padding-top: 10px;
  max-width: 100% !important;
  text-align: justify;
  padding-left: 40px;
}

@media only screen and (min-width: 350px) and (max-width: 600px) {
    .wid {
  padding-top: 10px;
  max-width: 100% !important;
  text-align: justify;
  margin-left: -15px;
}
}

.bg-warning {
  background-color: #dd9bd5 !important;
  color: #000 !important;
}
.pr-5, .px-5 {
  padding-right: 1rem !important;
  padding-top: 0px !important;
}

.text-primary {
  color: #592C6F !important;
}
.dis {
    margin-top: -76px !important;
}
.trans {
    float: right !important;
    text-align: right;
    padding-left: 20px;
    
}

.btn-warning {
    color: #fff;
    background-color: #592c6f;
    border-color: #F58220;
}


@media only screen and (min-width: 350px) and (max-width: 600px) {
   .carousel-inner img {
    width: 100%;
    height: 100%;
        margin-top: 100px;
}
}
@media only screen and (min-width: 350px) and (max-width: 600px) {
   .carousel-inner img {
    
}
}
@media only screen and (min-width: 350px) and (max-width: 600px) {
   .black-bg {
    background-color: rgb(161, 64, 150);
    padding: 15px;
    border-radius: 15px;
    opacity: 0.8;
    text-align: justify;
    margin-left: -20px;
    margin-right: -20px;

}
}
@media only screen and (min-width: 350px) and (max-width: 600px) {
 .were-social {
    background: #df8437;
    padding: 16px;
    width: 100%;
    font-size: 16px;
    line-height: 0;
    height: 34px;
    font-weight: 700;
    border-radius: 15px;
}

}

.ml-2, .mx-2 {
    margin-left: 0.1rem !important;
}
@media only screen and (min-width: 350px) and (max-width: 600px) {
.manufacturing {
    background-image: url(../images/menu.png);
    background-size: cover;
    margin-top: 130px;
    width: 100% !important;
    
}

}

@media only screen and (min-width: 350px) and (max-width: 600px) {
.soc {
    padding-left: 35px !important;
    margin-top: -15px !important;
}

}

.alg {
    float: right !important;
        margin-top: -65px !important;
}

@media only screen and (min-width: 350px) and (max-width: 600px) {
.alg {
    margin-top: -62px !important;
    margin-right: -10px !important;
}
}

@media only screen and (min-width: 350px) and (max-width: 600px) {
.p-5 {
    padding: 1.5rem !important;
}
}

@media only screen and (min-width: 350px) and (max-width: 600px) {
.nan {
   display: none;
}
}

@media only screen and (min-width: 350px) and (max-width: 600px) {
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;

}
.carousel-item{
    height:250px;
}
.carousel-item img{
    height:200px;
}
}
@media only screen and (min-width: 350px) and (max-width: 600px) {
.blue-bg {
    background-color: #c047b2;
    padding: 30px 30px 10px 30px;
    border-radius: 15px;
    margin: 18px;
    opacity: 0.8;
}
}
@media only screen and (min-width: 350px) and (max-width: 600px) {
.mt-3 {
    margin-top: 1rem !important;
    margin-right: -15px !important;
    margin-left: -5px !important;
}
}

@media only screen and (min-width: 350px) and (max-width: 600px) {
.nav google {
    display: none;
}
}

@media only screen and (min-width: 350px) and (max-width: 600px) {
.px-0 {
    padding-left: 30px !important;
}
}
@media only screen and (min-width: 350px) and (max-width: 600px) {
.doo {
    padding-left: 50px !important;
}
}

@media only screen and (min-width: 350px) and (max-width: 600px) {
.uni {
    background-size: cover;
    margin-top: 130px;
    width: 100% !important;
    
}

}
@media only screen and (min-width: 350px) and (max-width: 600px) {
.mobwid {
    width: 100% !important;
}
}
@media only screen and (min-width: 350px) and (max-width: 600px) {
.px-5 {
  padding-right: 5px !important;
  padding-top: 0px !important;
  padding-left: 5px !important;
}
}
  @media (min-width: 1200px)
  {
.container-fluid {
  width: 100%;
  padding-right: 75px;
  padding-left: 65px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px !important;
}
}

.updown {
    margin-top: -50px !important;
    padding-bottom: 5px !important;
}

.updown1 {
  margin-top: -85px !important;
  margin-bottom: -65px;
}

@media only screen and (min-width: 350px) and (max-width: 600px) {
.imgresponsive {
    width: 100% !important;
    height: auto !important;
}
}
@media only screen and (min-width: 350px) and (max-width: 600px) {
.updown1 {
  margin-top: 0px !important;
  margin-bottom: -0px;
}
}
@media only screen and (min-width: 350px) and (max-width: 600px) {
.fff {
  background-color: #e9e9ed !important;
  border: 2px solid #fff !important;
  border-radius: 14px;
}
}
@media only screen and (min-width: 350px) and (max-width: 600px) {
.fff p{
  color: #000;
}
}
@media only screen and (min-width: 350px) and (max-width: 600px) {
.company-philosophy4 .card h4 {
  position: absolute;
  bottom: -9px;
  background: #fff !important;
  left: 0;
  right: 0;
  padding: 0.5rem;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
}
@media only screen and (min-width: 350px) and (max-width: 600px) {
.updown {
  margin-top: -20px !important;
  padding-bottom: 0px !important;
}
}
@media only screen and (min-width: 350px) and (max-width: 600px) {
.up {
margin-top: -114px !important;
}
}

@media only screen and (min-width: 350px) and (max-width: 600px) {
.abc h3{
  color: #fff !important;
}
}
@media only screen and (min-width: 350px) and (max-width: 600px) {
.abc p{
  color: #000 !important;
}

}

.pro img {
    width: 100%;
    height: 100%;
    margin-top: 0px;
}

.mt-3, .my-3 {
   margin-top: 1rem !important;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 15px !important;
}
.desktop {
    display: block;
    font-size: 15px;
    color: #592c6f;
}
@media only screen and (min-width: 350px) and (max-width: 600px) {
.mt-33 {
   margin-top: 1rem !important;
  color: #592c6f;
  text-align: center;
  font-weight: 600;
  font-size: 12px !important;
}
}


@media only screen and (min-width: 350px) and (max-width: 600px) {
.desktop {
  display: none !important;
  font-size: 15px;
  color: #592c6f;
  padding-top: 20px;
}
}
@media only screen and (min-width: 350px) and (max-width: 600px) {
.desktop1 {
  display: none !important;
  
}
}
@media only screen and (min-width: 350px) and (max-width: 600px) {
.carousel-control-next-icon {
 margin-top: 140px;
  
}
}


@media only screen and (min-width: 350px) and (max-width: 600px) {
.carousel-control-prev-icon {
 margin-top: 140px;
  
}
}

.bg-light {
  background-color: #592C6F !important;
}

.gummies {
  background-image: url('../images/gummies.png');
  background-size: cover;
}


.just {
    text-align: justify !important;
    float: left !important;
}


.card-body p{
    font-size:14px; 
    text-align: justify; 
    font-weight: 400;
    
}
.mt-33 {
  color: #592c6f;
  font-size:14px;
  text-align: center;
  font-weight:600;
}