@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/


/******* fonts *********/
@import url('../fonts/stylesheet_raleway.css');
/******* fonts *********/


body{
    font-family: 'Raleway' !important;
}



.gray{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  
        
   
}

.margin_auto{
    margin-right: auto;
    margin-left: auto;
}

.no_padding{
    padding-right: 0px;
    padding-left: 0px;
}

.no_padd_left{
    padding-left: 0px;
}

p{
    font-size: 16px;
    line-height: 25px;
}

a{
    text-decoration: none !important;
}

a:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.fa {
    padding: 6px;
    font-size: 13px;
    width: 28px;
    text-align: center;
    text-decoration: none;
    margin: 2px 0px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #5689c7;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fa:hover{
   background-color: #000000; 
   color: #82ca9c !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #000000;
            opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #000000;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #000000;
 }

 .contact_form_control{
    border-color: #ffffff !important;
    color: #ffffff !important;
 }

 
.contact_form_control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #ffffff !important;
          opacity: 1; /* Firefox */
}

.contact_form_control:-ms-input-placeholder { /* Internet Explorer 10-11 */
          color: #ffffff !important;
}

.contact_form_control::-ms-input-placeholder { /* Microsoft Edge */
          color: #ffffff !important;
}

/*******common css*************/
/******************************/




/*****************************/
/*********header**************/

.header_bar{
    background-color: #032a47;
    padding-top: 8px;
    padding-bottom: 8px;
}

.logo{
    width: 100%;
    padding-top: 25px;
}

.inner_logo{
    width: 200px;
}


.navbar-brand {
    float: left;
    height: 70px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

/*****************************/
/*********header**************/





/*****************************/
/*********menu**************/

.top_bar{
    background-color: #003057;
}

.cart_icon{
    position: relative;
    margin-top: -15px;
    top: 5px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #032a47;
    font-weight: 900;
    background-color: #ffffff;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 25px 8px;
    font-size: 13px;
}

.top_social_icon{
    text-align: right;
    margin-top: 3px;
    margin-bottom: 3px;
    float: right;
    padding-left: 10px;
}

.login_btn{
    float: right; 
    color: #ffffff; 
    margin-bottom: 0px;
    position: relative;
    top: 5px;
    cursor: pointer;
}

.top_email_tel{
    margin-bottom: 0px;
    position: relative;
    top: 5px;
    color: #ffffff;
}

.top_email_tel a{
    color: #ffffff;
    -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;
}

.top_email_tel a:hover{
    color: #000000;
}

.top_email_tel .fa{
    background-color: transparent;
    padding: 0px;
    color: #ffffff;
}

.top_email_tel a:hover .fa{
    color: #000000;
}


/*****************************/
/*********menu**************/





/*****************************/
/*********body**************/


.home_top_text_div{
    margin-top: 320px;
    padding-left: 365px;
}

.home_top_text_div h1{
    font-size: 50px;
    color: #003057;
    font-weight: 900;
}

.home_top_text_div h2{
    font-size: 20px;
    font-weight: 400;
}

.eco_badge {
    position: absolute;
    z-index: 9999;
    top: 125px;
    left: -50px;
}

.heading{
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.home_about_us_section{
    /*padding: 30px;*/
    text-align: center;
}

.heading_row{
    border-radius: 0px;
}

.choose_us_col{
    margin-top: 15%;
}

.choose_us_col .heading{
    margin-top: 80px;
}

.content_box {
    -webkit-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.22);
    box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.22);
    padding: 25px 25px;
    border-left: 3px solid #009359;
    border-radius: 5px;
}

.content_box h1{
    color: #8ec63f;
    font-size: 16px;
    font-weight: 900;
}

.content_box p{
    font-size: 13px;
    color: #999999;
}

.category_item_div{
    margin-left: 1px;
    margin-right: 10px;
    background-color: #e3eae9;
}

.custom_btn{
    padding: 8px 8px;
    background-color: #ad9d8e;
    border: 1px solid #ad9d8e;
    color: #ffffff;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 900;
    -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;
}

.custom_btn:hover {
    background-color: #009359;
    border: 1px solid #009359;
    color: #ffffff;
    border-radius: 5px;
}

.green_custom_btn{
    padding: 8px 8px;
    background-color: #5689c7;
    border: 1px solid #5689c7;
    color: #ffffff;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 900;
    -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;
}

.green_custom_btn:hover {
    background-color: #ffffff;
    border: 1px solid #5689c7;
    color: #5689c7;
    border-radius: 5px;
}

.category_item_div:hover .custom_btn{
    background-color: #009359;
    border: 1px solid #009359;
    color: #ffffff;
    border-radius: 5px;
}

/*.quality_section{
    padding-top: 50px;
    padding-bottom: 50px;
}*/

.quality_box{
    min-height: 310px;
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.22);
    box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.22);
    padding: 25px 25px;
    border-radius: 5px;
}

.service_col{
    color: #ffffff;
}

.service_col .heading{
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 0px;
}

.service_col .service_img{
    float: left;
    padding-right: 20px;
}

.certi_text_col{
    padding-left: 10px;
}

.certi_text_col h1{
    margin-bottom: 0px;
    /*text-transform: uppercase;*/
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}

.left_certi_col .certi_text_col{
    text-align: right;
}

.certi_col{
    margin-bottom: 30px;
}

.certi_col img{
    width: 150px;
}

.contact_con{
    padding: 30px;
    background-color: #ad9d8e;
    position: relative;
    z-index: 999;
    margin-top: -200px;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.subs_row{
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../images/subs_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.subs_right_text .heading{
    font-weight: 900; 
    text-align: right; 
    color: #ffffff;
    margin: 0px;
    line-height: 30px;
}

.category_item_div{
    text-align: center;
}

.category_item_div a{
    text-align: center;
    color: #000000;
    -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;
}

.category_item_div a:hover{
    color: #009359;
}

.carousel-control.left {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    left: 20px;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #998675;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.carousel-control.right {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    right: 20px;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #998675;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.carousel-control i{
    color: #998675;
}

.nav-tabs {
    border-bottom: 1px solid #ffffff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ffffff;
    padding: 15px 45px;
    cursor: default;
    background-color: #009359;
    border: 1px solid #009359;
    border-bottom-color: transparent;
    border-radius: 0px 0px 0 0;
}

.nav-tabs li.active a:after {
    top: 50px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(19,36,14,0);
    border-top-color: #009359;
    border-width: 10px;
    margin-left: -10px;
}

.nav-tabs>li>a {
    color: #002f15;
    padding: 15px 45px;
    margin-right: 2px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #009359;
    border-radius: 0px 0px 0 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nav-tabs>li>a:hover {
    color: #ffffff;
    padding: 15px 45px;
    cursor: default;
    background-color: #009359;
    border: 1px solid #009359;
}

.cutome_tab_btn>li {
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}

.text-center {
    text-align: center;
}

.modal-body {
    position: relative;
    padding-left: 70px;
    padding-right: 70px;
}

.modal-content{
    background-color: #ad9d8e;
    background-image: url(../images/herbs_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.sus_col{
    background-color: #e5eef5;
    padding-left: 50px;
    padding-right: 250px;
    padding-top: 40px;
    position: relative;
    margin-top: -350px;
}

.age_con{
    margin-top: 70px;
}

.age_img{
    margin-top: -100px;
}

.quote_row{
    background-image: url(../images/subs_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.quote_col{
    padding:40px 90px;
}


.inner_page_top_div {
  width: 100%;
  height: 400px;
  overflow: hidden;
  transform: skewY(-2deg);
  transform-origin: left bottom;
}

.inner_page_top_img {
  width: 100%;
  height: 100%;
  transform: skewY(2deg);
  transform-origin: left bottom;
}

.inner_page_top_heading{
    padding-top: 250px;
}

.inner_page_top_heading .heading{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 0px;
}

.breadcrumb-item a{
    color: #cccccc;
}

.breadcrumb-item.active {
    color: #ffffff;
}

.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #998675;
}

th {
    text-align: left;
    color: #998675;
}

.quality_box .heading{
    color: #ffffff;
}

.quality_box p{
    color: #ffffff;
}

/*****************************/
/*********body**************/

/*btn*/

.button {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  position: relative;
  cursor: pointer;
  /* button */
  /* bg button */
}
.button .link {
  background-color: transparent;
  font-size: 14px;
  color: #000000;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 0;
  padding-left: 10px;
  left: 0;
  line-height: auto;
  overflow: hidden;
}
.button .link:before {
  content: "";
  background-color: #009359;
  width: 3px;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.button .link:after {
  content: "";
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  background-color: transparent;
  position: absolute;
  border: solid 3px #009359;
  border-left: 0;
  border-bottom: 0;
  top: calc(50% - 7px);
  border-radius: 2px;
  transform: translateX(-42px) rotate(45deg);
  transition: all 0.3s 0.2s ease-in-out;
}
.button:before {
  content: "";
  background-color: transparent;
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  border-radius: 3px;
  transition: all 0.4s 0.3s ease-in-out;
}
.button:hover:before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
}
.button:hover .link {
  padding-left: 50px;
}
.button:hover .link:before {
  left: 17px;
  transform: rotate(90deg);
}
.button:hover .link:after {
  transform: translate(-33px) rotate(45deg);
}

/*btn*/

/**************************/
/**************************/

#carousel-custom {
    margin-top:  10px;
    width: 100%;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
    border: none !important;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}

#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}

/*==========================================*/
/*==========================================*/


/*****************************/
/*********footer**************/

.footer_row{
    background-color: #718F8A !important;
}

.footer_social_icon .fa {
    padding: 10px;
    font-size: 16px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 2px 0px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fa:hover{
   background-color: #999999; 
   color: #ffffff !important;
}

.footer_row a{
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer_row p{
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer_row .heading{
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer_row a:hover{
    color: #eeeeee;
}

.footer_row .main_link{
    font-weight: 900;
}

.footer_row .link{
    margin-bottom: 0px;
}

.bootom_right_text{
    text-align: right;
}

.footer_row img {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 5px;
}

/*****************************/
/*********footer**************/


/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #ffffff;
    color: #ad9d8e;
    width: 32px;
    height: 50px;
    line-height: 48px;
    right: 30px;
    bottom: 85px;
    padding-top: 2px;
    border-radius: 0px;
    border: 1px solid #ad9d8e;
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
    -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;
    animation: bounce_1 1s infinite alternate;
    -webkit-animation: bounce_1 1s infinite alternate;
}

@keyframes bounce_1 {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce_1 {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

.scroll-top-wrapper:hover {
    background-color: #009359;
    color: #ffffff;
    border: 1px solid #009359;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

/*========================================================================*/
/*========================================================================*/
/*=====================Solution by TEKGEEKS (pvt) LTD=====================*/
/*============DESIGN & CSS DEVELOPMENT - DUMIDU WIMALARATHNA==============*/
/*========================================================================*/
/*========================================================================*/