@charset "utf-8";

body {font-family: 'Raleway', sans-serif; color: #444;}

.float-none { float: none; }
footer .social span:hover, a:hover, .g-button:hover{text-decoration: none; color: inherit;-webkit-transition: all .3s;	-moz-transition: all .3s;  transition: all .5s;}
.flow-root{display: flow-root;}

.padding-h-15 { padding-left: 15px; padding-right: 15px; }
.padding-r-10 { padding-right: 10px; }
.padding-r-15 { padding-right: 15px; }

.margin-b-30 { margin-bottom: 30px; }
.margin-l-15 { margin-left: 15px; }

.font-size-10{ font-size: 10px; }
.font-size-11{ font-size: 11px; }
.font-size-12{ font-size: 12px; }
.font-size-13{ font-size: 13px; }
.font-size-14{ font-size: 14px; }
.font-size-16{ font-size: 16px; }
.font-size-18{ font-size: 18px; }
.font-size-20{ font-size: 20px; }
.font-size-24{ font-size: 24px; }
.font-size-30{ font-size: 30px; }
.font-size-32{ font-size: 32px; }
.font-size-36{ font-size: 36px; }
.font-size-48{ font-size: 48px; }
.font-size-60{ font-size: 60px; }
.font-size-72{ font-size: 72px; }
.font-size-90{ font-size: 90px; }

.transparent-border { border-color: transparent; }
.transparent-bg { background-color: transparent; }

.std-img { max-width: 100%; max-height: 100%; }
.std-bg { background-position: center center; background-repeat: no-repeat; background-size: contain; }

.white-border-1 { border-color: #FFFFFF; }
.white-bg-1 { background-color: #FFFFFF; }

.gray-text { color: #444; }
.blue-text{color: #11476c}
.black-border-1 { border-color: #000000; }
.black-bg-1 { background-color: #000000; }

/* standard css - end */

.modal-body { max-height: calc(100vh - 200px); overflow: auto; }

/* top-navi */
.top-navigation{ display: flow-root;background: #444; color: #fff;}
.top-navigation li{list-style: none; font-size: 12px;}
.top-right .border-right{border-right: 1px solid #555!important;}

/* logo */
.logo-section{padding: 10px 0;     border-bottom: 1px solid #ececec;}
.logo-section li{ float: left; list-style: none; padding: 20px 15px;}
.logo .img-fluid{    max-width: 70%;}
.login-register ul{ padding: 0; height: 65px;}
.login-register input {	outline: none;}
.sticky { position: fixed; top: 0; width: 100%; z-index: 99; background: #fff; box-shadow: 2px 2px 5px rgba(204, 204, 204, 0.5); }
.login-register input::-webkit-search-decoration,
.login-register input::-webkit-search-cancel-button {display: none; }
.login-register input[type=search] {
    background: #ededed00 url(/images/search.png) no-repeat 9px center;
    border: 0;
    padding:6px 6px 6px 42px;
    margin-top: -3px;
    width: 0;	
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;	
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
.login-register input[type=search]:focus {
    width: 100px;
    background-color: #fff;
    border-color: #66CC75;	
    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}
.login-register input:-moz-placeholder {color: #999;}
.login-register input::-webkit-input-placeholder {color: #999;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .dropdown-item:focus, .dropdown-item:hover{ color: #fff;background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD 100%, #4CB8C4 100%);}
.web-hidden-menu, .web-hidden{display: none;}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    background: #eee;
    border: 0;
    padding: 0;
    margin-top: 0px;
    border-radius: 0;
    width: 100%;
    box-shadow: 1px 1px 3px 1px rgba(204, 204, 204, 0.4);
}
.dropdown-item{padding: .55rem 1.5rem;}
.dropdown-item.active, .dropdown-item:active{background-color: #2f773a !important;}

.web-menu .navbar-expand-lg .navbar-nav .nav-link{text-transform: uppercase;font-size: 14px;  font-weight: 700; padding:20px 45px;}
.banner-swiper-container img{
    max-width: 100%;
    height: auto;
    border: 0 none;
    outline: 0;
    vertical-align: middle;
    display: inline-block;
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{    height: 6px;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #ffffff69;}
.slider-one, .slider-two, .slider-three{ 
    top: 0;
    left: 0;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 110%;}
.slider-one{background-image: url(/images/slider-1.jpg) !important; }
.slider-two{background-image: url(/images/slider-2.jpg) !important; }
.slider-three{background-image: url(/images/slider-3.jpg) !important; }
.heading-box h2{ width:100%; color: red; }
.text-box {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    color: #fff;
    text-align: left;
    transform: translateY(-50%);
}
.carousel-inner, .carousel-item{height: calc(100vh - 180px);}
.carousel-inner .text-box h2{ font-size: 32px; line-height: 50px; letter-spacing: 0px; margin-bottom: 16px; font-weight: 700; width: 70%;}
.carousel-inner .text-box p{font-size: 19px; line-height: 28px; letter-spacing: 0px; width: 60%;}
.slide-btn a{border: 1px solid #fff; padding: 10px; font-size: 13px; font-size: 10px;line-height: 42px; letter-spacing: 1px; padding: 15px 23px; color: #fff;}

/* section padding */
.services-right{padding: 70px 50px; background: #eee;}
.our-innovation{padding: 60px 0;}
.product-launched{padding: 80px 0}


.ayurveda-left-mobile{display: none;}
.ayurveda-content{margin: 50px 0 0 0;}
.ayurveda-content h1{position: relative; font-weight: 700; text-align: center; font-size: 36px; width:80%; margin:0 auto 50px; line-height: 46px;} 
.ayurveda-content h1:after{
    left: 0;
    right: 0;
    width: 12%;
    margin: 70px auto 0;
    content: "";
    display: block;
    position: absolute;
    margin: 0 auto;
    bottom: -20px;
    width: 120px;
    height: 5px;
    background: #e2e2e2;}

.ayurveda-left .ayurveda-wrapper{ padding: 0 90px 0 0; position: relative; text-align: right}
.ayurveda-right .ayurveda-wrapper{ padding: 0 0 0 90px; position: relative;}
.icon-content{  position: relative; width: 100%; padding: 0 0 50px 0; height: 150px;}
.ayurveda-left .icon-wrapper img, .icon-wrapper1 img { float: right;position:absolute;right: 0;}
.ayurveda-right .icon-wrapper img {float: right;position: absolute;left: 0;}
.icon-wrapper2 img {float: left;position: absolute;left: 0;}
.ayurveda-content .ayurveda-left .icon-wrapper:after {
    right: 23px;
    width: 12%;
    margin: 63px auto 0;
    content: "";
    position: absolute;
    bottom: -24px;
    width: 2px;
    height: 114px;
    content: "";
    position: absolute;
    z-index: -1;
    top: -10px;
    bottom: 0;
    border-left: 2px dotted #56bfb2;
}
.ayurveda-content .ayurveda-right .icon-wrapper:after, .ayurveda-left-mobile .icon-wrapper:after {
    left: 23px;
    width: 12%;
    margin: 63px auto 0;
    content: "";
    position: absolute;
    bottom: -24px;
    width: 2px;
    height: 114px;
    content: "";
    position: absolute;
    z-index: -1;
    top: -10px;
    bottom: 0;
    border-left: 2px dotted #56bfb2;
}

.services-right i{ color: #11476c; padding-right:15px; font-size: 20px;}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.services-bg{background-image: url(/images/services.jpg);background-repeat: no-repeat;background-size: cover;background-position: left center;}

.our-innovation span, .product-launched span, .services-right span, .contactus span { font-weight: 700;}
.our-innovation .card-body h5{font-weight: 600;}
.our-innovation figure {
    width: 100%;
    height: 100%;overflow: hidden;}
.our-innovation figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.our-innovation figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    cursor: pointer;
}
.our-innovation .swiper-container{border-top: 2px solid #e2e2e2; padding-top: 40px;}
.our-innovation .swiper-button-next, .our-innovation .swiper-button-prev{top:5%; width: 41px; height: 32px; background-color: #56C1B1; border-radius: 50%; background-position: 50% 50%; background-size: 12px; padding: 20px; background-repeat: no-repeat;}
.our-innovation .swiper-button-prev{ right: 65px; left: auto;background-image: url(/images/left-arrow.png);}
.our-innovation .swiper-button-next{background-image: url(/images/right-arrow.png);}

.product-launched{ background-image: url(/images/products-launched.jpg); color: #fff;  text-align: center;}
.product-launched li img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
}
.product-launched li:hover img {

    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
    transform: scale(1.1);
}

footer{background: #212121; color: #a2a2a2 }
footer .column a, footer .column p{color: #a2a2a2; font-size: 15px;}
footer .column a:hover{color: #fff !important;}
footer .column{padding: 20px 40px;  box-sizing: border-box; border-right: 1px solid #3b3b3b;}

footer .column:first-child {
    padding-left: 70px;
}
footer .column:last-child {
    border-right: 0;
    padding-right: 70px;
}
footer .social span a{  padding: 8px 11px;}
footer .social span:hover{background:#56C1B1;border-color: #56C1B1; }
footer .social span{
    margin: 0px -5px 0px 0px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: rgba(255, 255, 255, 0.01);
    border-style: solid;
    border-color: rgb(180, 180, 180);
    border-width: 1px;
    display: inline-block;
    text-align: center;
}

.quick-links li{border-bottom: 1px dotted #404040;}
.quick-links li a{    color: #a2a2a2;
                      padding: 6px 0;
                      display: inline-block;
                      width: 100%;
                      position: relative;}
.quick-links li a:before {
    content: "";
    display: inline-block;
    height: 48%;
    position: absolute;
    left: -10px;
    border-left: 3px solid #56C1B1;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .15s ease-out;
    opacity: 0;
}
.quick-links li a:hover:before {
    opacity: 1;
}
.copy-rights{background:#272727; color:#fff;}
.contactus{background: #f1f1f1f1;}
.contact-map{   padding-bottom: 80px;}
.contactus .form-control, textarea{border-radius: 0px; padding: 8px 16px; font-size: 13px;border: 1px solid #e4e4e4;background: #ffffff52;}
.g-button:hover, .g-button:active{color: #fff;
                                  background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD 100%, #4CB8C4 100%);}
.g-button{
    border-radius: 0;
    background: #ffffff00;
    padding: 10px 20px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 13px;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 15px 23px;
    color: #333;
}
.form-footer button{background: #56C1B1; padding:3px 10px 4px 10px; margin-left: -5px; color: #fff; }
.form-footer input{background: transparent;padding: 4px 0 4px 10px;  border: 1px solid #e4e4e44d;color: #888; }
.box{color: #fff; opacity: 1 !important;}

.scrollTop:before{ 
    content: "";
    position: absolute;
    background-image: url(/images/footer-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 109px;
    height: 56px;
    left: 0;
    right: 0;
    margin: auto;
    top: -38px;
    background-position: center center;
    z-index: 1;
}
#contact-us label.error {
    color: red;
    font-size: 12px;
    padding: 0;
}
#contact-us .fa-spinner, #newsletter .fa-spinner{ display: none; }
#newsletter label.error {
    display: none !important;
}
#newsletter input.error {
    border: 1px solid #e16a6a;
}
#newsletter input.error + label + button {
    background: #e16a6a;
}
p.mailsend {
    margin-bottom: 0px;
    height: 5px;
    font-size: 13px !important;
}
.product-market .products { border-bottom: 1px solid #ddd; padding-top: 30px; padding-bottom: 30px; }

.product-market .products .media-left { margin-right: 20px;  }
.product-market .products .media-right { margin-left: 20px;  }
.banner-img { background-image: url('../images/inside-banner.jpg'); background-position: center center; background-repeat: no-repeat; background-size: cover; width: 100%; height: 177px; }
.banner-img .main-heading { color: #fff; margin: 90px 0; }
.service-card-wrapper .service-landing-card {
    margin-bottom: 30px;
    box-sizing: border-box;
}

.service-card-wrapper .service-landing-card:hover::before {
    content:"\A";
    border-bottom: 1px solid #eee;
    border-style: solid;
    border-width: 12px 15px 19px 0;
    border-color: transparent #4CB8C4 transparent transparent;
    position: absolute;
    right: 13px;
    bottom: 23px;
    transform: rotate(218deg);
}
.service-card-wrapper .service-landing-card .card-img {
    width: 100%;
    height: 138px;
    overflow: hidden;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.service-card-wrapper .service-landing-card .card-img .card-img-box{
    height: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.service-card-wrapper .service-landing-card .card-detail {
    padding: 10px;
}
.service-card-wrapper .service-landing-card .card-detail .media-heading{
    /*height: 38px;*/
}
.service-card-wrapper .service-landing-card .card-detail h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.service-card-wrapper .service-landing-card .card-detail p {
    font-size: 14px;
    margin-bottom: 10px;
}


.service-card-wrapper .service-landing-card .card-detail a {
    font-weight: 600;
    /*    background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD 100%, #4CB8C4 100%);*/
    color: #54585A;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 0.4rem .85rem;
    font-size: .8rem;
    line-height: 1.5;
    border-radius: .25rem;
    background: #e1e1e1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}


.right-nav{
    list-style: none;
    padding: 0px;
}

.right-nav li{
    padding: 8px 10px;
    border: 0.8px solid #cfcfcf;
    margin: 5px 0px;
    color: black;
}

.right-nav li.active{
    color: #fff;
    background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD 100%, #4CB8C4 100%);

}

.right-nav li a{
    color: #898d8d;
    font-size: 15px;
}

.right-nav li.active a {
    color: #fff;
}


.right-nav-title{
    color:#707372 ;
}

.services-content p{
    font-size: 15px;
    color: #898d8d;
}


.form-submit-button{
    color: #fff;
    background-color: #2f773a;
}

.contact-border{
    border: 1px solid #f1f1f1;
}

.contact-details a{
    color: black;
}