


/*----------------------------------------*/
/*  1. Google fonts
/*----------------------------------------*/

/*
    font-family: 'Open Sans', sans-serif;

    font-family: 'Roboto Slab', serif;

*/

#wachat-minified-container {
    margin: 0;
    border: 0 none;
    padding: 0;
    cursor: pointer;
    z-index: 999999;
    position: absolute;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    border-bottom: 0;
}

.wa-background-color {
    background-color: #03a84e;
}

#wa-status-icon-container, #wa-status-text-container {
    display: inline-block;
    vertical-align: top;
}

#wa-status-message {
    border: 0 none;
    margin: 0 26px 0 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 17px;
}

#wa-message {
    display: inline-block;
    width: auto;
    cursor: pointer;
    font-size: 15px;
}

#wa-status-middle {
    border: 0 none;
    margin: 0 auto;
    font-size: 17px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
}


#wachat-minified-wrapper {
    z-index: 999997;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.clv_features_wrapper .feature_block {
    padding: 30px 20px;
    background-color: #f4f9ff;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.clv_service_wrapper{
    position: relative;
    background-color: #fdfaff;
    padding-top: 90px;
    padding-bottom: 70px;
}
.clv_service_wrapper .service_girl_img{
    position: absolute;
    bottom: -70px;
    right: -253px;
    display: inline-block;
}
.service_main_wrapper{
    margin-top: 25px;
}
.clv_service_wrapper .service_block{
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 40px 40px 20px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_service_wrapper .service_block:before, .clv_service_wrapper .service_block:after, .clv_service_wrapper .service_block span:before, .clv_service_wrapper .service_block span:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-width: 1px 0px 0px 1px;
    border-radius: 10px 0px 0px 0px;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_service_wrapper .service_block:after{
    top: auto;
    bottom: 0;
    border-radius: 0px 0px 0px 10px;
    border-width: 0px 0px 1px 1px;
}
.clv_service_wrapper .service_block span:before{
    left: auto;
    right: 0;
    border-radius: 0px 10px 0px 0px;
    border-width: 1px 1px 0px 0px;
}
.clv_service_wrapper .service_block span:after{
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    border-radius: 0px 0px 10px 0px;
    border-width: 0px 1px 1px 0px;
}
.clv_service_wrapper .service_block:hover:before{
    width: 90px;
    height: 60px;
    border-color: #fec007;
}
.clv_service_wrapper .service_block:hover:after{
    width: 60px;
    height: 90px;
    border-color: #fec007;
}
.clv_service_wrapper .service_block:hover span:before{
    width: 60px;
    height: 90px;
    border-color: #fec007;
}
.clv_service_wrapper .service_block:hover span:after{
    width: 90px;
    height: 60px;
    border-color: #fec007;
}
.clv_service_wrapper .service_block .service_icon{
    margin-bottom: 14px;
}
.clv_service_wrapper .service_block h4{
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    color: #222222;
}

.clv_features_wrapper .feature_block h3 {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 14px;
    padding-bottom: 14px;
    position: relative;
}

.clv_btn:hover{
    color: #1fa12e;
}
.clv_btn::before{
    background-color: #1fa12e;
}
.clv_btn::after{
    border: 1px solid #1fa12e;
}

.clv_btn, .clv_btn:focus {
    min-width: 170px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    border-radius: 30px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.clv_btn:hover{
    color: #1fa12e;
}

.clv_btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 30px;
    background-color: #1fa12e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.clv_btn:hover::before{
    opacity: 0 ;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
}
.clv_btn::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #1fa12e;
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}

.toggle-bar-btn {
    border-color: #42B32F #42B32F transparent transparent;
    border-left: 23px solid transparent;
    border-style: solid;
    border-width: 23px;
    color: #fff;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10002;
}



.ts-infobar.infobar-down:before {
    content: "+";
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    left: 5px;
    position: absolute;
    top: -22px;
}

.preloader_wrapper{
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#ffffff;
    z-index:1111;
}
.preloader_inner {

}

.clv_partner_wrapper{
    background-color: #fdfaff;
    padding-bottom: 0px;
}
.partner_slider .partner_slide .partner_image {
    text-align: center;
    background-color: #ffffff;
    padding: 27px 0px 28px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.partner_slider .partner_slide .partner_image:hover{
    border-color: #39a30e;
    background-color: white;
}
.partner_slider .partner_slide .partner_image svg path{
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.partner_slider .partner_slide .partner_image:hover svg path{
    fill: #ffffff;
}
.clv_partner_wrapper .partner_slider .slider_arrow{
    width: 40px;
    height: 40px;
    outline: none;
    border: 2px solid #e2e2e2;
    border-radius: 50%;
    color: #e2e2e2;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_partner_wrapper .partner_slider .slider_arrow:hover{
    border-color: #42B32F;
    color: #42B32F;
}

partner_slider .partner_slide .partner_image {
    text-align: center;
    background-color: #ffffff;
    padding: 27px 0px 28px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}

.clv_partner_wrapper .partner_slider .slider_arrow.right_arrow{
    left: auto;
    right: -100px;
}
.clv_partner_wrapper .partner_slider .slider_arrow > svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.clv_partner_wrapper .partner_slider .slider_arrow > svg > path{
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_partner_wrapper .partner_slider .slider_arrow:hover > svg > path{
    fill: #42B32F;
}

.title__line.title__line--2::before {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url(../images/icons/title-2.html);
    background-origin: padding-box;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 14px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 200px;
    z-index: -1;
}

.clv_btn:hover::after{
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

.bg_parallax {
    position: relative;
}

.service-icon {
       
       font-size:40px;
       text-align:center;
       padding-top:6px;
       border-radius:50%;
       width:60px;
       height:56px;
       color:#fff !important;
       background:#000;
 }

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 35px;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}
    
.clv_main_wrapper{
    position: relative;
}
.clv_main_wrapper .clv_header{
    position: relative;
    background-color: #ffffff;
    z-index: 10;
}
.clv_main_wrapper .clv_header .clv_left_header{
    padding: 30px 0px;
}
.clv_main_wrapper .clv_header .clv_right_header .clv_address{
    padding: 23px 0px;
}
.clv_right_header .clv_address .address_block{
    position: relative;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.product-banner {
    clear: both;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-top: dotted 3px #42B32F;
    border-bottom: dotted 3px #42B32F;
    overflow: hidden;
}

.pr-banner-img img {
    display: block;
    width: auto;
    height: auto;
}

.benefit-ul {
    display: block;
    font-size: 0;
    margin-top: 7%;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.benefit-ul li span {
    color: #404041;
    display: block;
    font-size: 14px;
    padding-top: 9px;
    line-height: 20px;
}

.pr-banner-benefit {
    float: right;
    width: 55%;
}

.pr-banner-img {
    float: left;
    width: 100%;
}

.benefit-ul li {
    display: inline-block;
    margin: 4%;
    vertical-align: top;
    width: 12%;
}

.menu_icon{
    float: right;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 95%;
    margin-top:-14px;
}
.clv_right_header .clv_address .address_block span.addr_icon{
    transform: rotate(45deg);
    vertical-align: middle;
    width: 35px;
    height: 35px;
    color: #fec007;
    font-size: 18px;
    float: left;
    margin-right: 11px;
    display: inline-block;
    border-radius: 7px;
    text-align: center;
    border: 1px solid #dedddb;
}
.clv_right_header .clv_address .address_block span.addr_icon svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.clv_right_header .clv_address .address_block p{
    margin: 0;
    color: #707070;
    font-weight: 500;
    font-size: 15px;
    line-height: 35px;
}
.clv_right_header .clv_menu {
    background-color: #fec007;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 35px 35px 0px 0px;
}
.clv_right_header .clv_menu .clv_menu_nav{
    padding: 0px 20px;
    padding-right: 10px;
}
.clv_right_header .clv_menu .clv_menu_nav > ul > li {
    display: inline-block;
    margin: 0px 7px;
    padding: 14px 0px;
    position: relative;
}
.clv_right_header .clv_menu .clv_menu_nav > ul > li > a{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding: 5px 10px;
    text-transform: capitalize;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}

.preloader_wrapper{
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#ffffff;
    z-index:1111;
}

.preloader_inner {

}

.clv_right_header .clv_menu .clv_menu_nav > ul > li > a:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 10px;
    width: 0%;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_right_header .clv_menu .clv_menu_nav > ul > li > a:hover:after{
    width: 60%;
}
.clv_right_header .clv_menu .clv_menu_nav > ul > li > ul{
    position: absolute;
    top: 100%;
    left: -27px;
    width: 100%;
    padding: 10px 10px;
    min-width: 150px;
    background-color: white;
    border-radius: 0px 0px 10px 10px;
    border-bottom: 3px solid #fec007;
    box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.06);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_right_header .clv_menu .clv_menu_nav > ul > li:hover > ul{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.clv_right_header .clv_menu .clv_menu_nav > ul > li > ul > li{
    display: block;
}
.clv_right_header .clv_menu .clv_menu_nav > ul > li > ul > li > a{
    color: #222222;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 10px;
    text-transform: capitalize;
    font-family: 'Source Sans Pro', sans-serif;
    width: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_right_header .clv_menu .clv_menu_nav > ul > li > ul > li > a:hover{
    color: #fec007;
}
.clv_right_header .clv_menu .clv_menu_nav > ul > li > ul > li > a:after{
    display: none;
}
.clv_right_header > .clv_menu > .cart_nav > ul > li {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    padding: 19px 0px;
    padding-left: 14px;
}
.clv_right_header > .clv_menu > .cart_nav > ul > li:last-child:before{
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,0.1);
}
.clv_right_header > .clv_menu > .cart_nav > ul > li:first-child {
    margin: 0;
    padding: 0;
}
.clv_right_header > .clv_menu > .cart_nav > ul > li.menu_toggle{
    display: none;
    cursor: pointer;
}
.clv_right_header .clv_menu .cart_nav > ul > li > a{
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.search_box{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
    z-index: 999;
}
.search_box:before{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    content: "";
    z-index: -1;
}
.search_box.search_box_open{
    opacity: 1;
    visibility: visible;
}
.search_box.search_box_open .search_block{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.search_box .search_block {
    position: relative;
    padding: 100px 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: scale(2.3);
    width: 1170px;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.search_box .search_block h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #fec007;
}
.search_box .search_close {
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search_field{
    position: relative;
    border-radius: 10px;
    width: 1070px;
}
.search_box .search_block .search_field input{
    width:100%;
    height: 70px;
    outline: none;
    color: #333333;
    border: 1px solid #cccccc;
    border-radius: 50px;
    padding: 0px 20px;
    padding-right: 80px;
}
.search_box .search_block .search_field > a{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 70px;
    background-color: #fec007;
    padding: 0px 50px;
    border-radius: 0px 50px 50px 0px;
    display: inline-block;
    font-weight: 500;
}
.clv_right_header .clv_menu .cart_nav ul > li > a.cart_toggle > span{
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background-color: #ffffff;
    color: #fec007;
    display: inline-block;
    font-size: 8px;
    position: absolute;
    right: -5px;
    bottom: -5px;
}
.clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 350px;
    background-color: #ffffff;
    border-radius: 0px 0px 10px 10px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.11);
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
    z-index: 998;
}
.clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box.cart_box_open{
    opacity: 1;
    visibility: visible;
}
.clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box > .cart_section{
    padding: 10px 42px;
    padding-left: 35px;
    background-color: #ffffff;
}
.clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box > a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background-color: #fec007;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px 0px 10px 10px;
    text-transform: capitalize;
}
.clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box > .cart_section > ul > li{
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
    padding: 18px 0px;
    border-bottom: 1px solid #f6f6f6;
}
.clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box > .cart_section > ul > li:last-child{
    border-bottom: none;
}
.clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box > .cart_section > p{
    color: #3d3d3d;
    text-transform: capitalize;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-weight: 500;
    margin: 0;
}
.clv_cart_box > .cart_section > ul > li > .cart_block{
    text-align: center;
    margin: 0px 10px;
}
.clv_cart_box > .cart_section > ul > li > .cart_block > img{
    max-width: 60px;
    max-height: 60px;
    border-radius: 5px;
}
.clv_cart_box > .cart_section > ul > li > .cart_block > h5{
    margin: 0px 0px 5px;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
}
.item_quantity{
    position: relative;
    max-width: 80px;
}
.item_quantity > input{
    width: 100%;
    border: none;
    font-size: 16px;
    color: #707070;
    background-color: transparent;
    outline: none;
    text-align: center;
}
.item_quantity > a{
    position: absolute;
    top: 50%;
    left: 20px;
    display: inline-block;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 600;
    color: #fec007;
}

.toggle-bar-btn {
    border-color: #42B32F #42B32F transparent transparent;
    border-left: 23px solid transparent;
    border-style: solid;
    border-width: 23px;
    color: #fff;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10002;
}

.ts-infobar.infobar-up:before {
    background: #ffffff;
    content: "";
    height: 1px;
    width: 10px;
    display: inline-block;
    font-size: 16px;
    left: 6px;
    position: absolute;
    top: -9px;
}
.item_quantity > a:last-child{
    left: auto;
    right: 20px;
}
.clv_cart_box > .cart_section > ul > li > .cart_block > h4{
    font-size: 20px;
    font-weight: 600;
    color: #222222;
}
.clv_cart_box > .cart_section > ul > li > .cart_block > h4 > span{
    font-size: 18px;
}
.clv_cart_box > .cart_section > ul > li > h3{
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    color: #222222;
    width: 75%;
    text-transform: capitalize;
    text-align: center;
}
.clv_cart_box > .cart_section > ul > li > h4{
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    float: right;
}
.clv_cart_box > .cart_section > ul > li > h4 > span{
    font-size: 18px;
}
.index_v2.clv_main_wrapper .clv_right_header .clv_menu {
    background-color: #ffffff;
    border-radius: 50px;
    position: absolute;
    left: 0;
    bottom: -70px;
    width: 100%;
    padding-left: 65px;
    z-index: 10;
}
/*---------------------------------------
  03. About Area
----------------------------------------*/
.title__line {
    line-height: 30px;
    padding-bottom: 43px;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
    display: inline-block;
}
.section__title p {
    color: #777777;
    font-size: 18px;
    line-height: 30px;
    margin: auto;
    width: 69%;
    text-align: justify;
}

.mega-dropdown {
    display: inline-block;
}


.title__line::before {
    background: rgba(0, 0, 0, 0) url("../images/icons/title.html") repeat scroll 0 0 / cover ;
    bottom: 0;
    content: "";
    height: 158%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 59%;
    z-index: -1;
}

*******************************************************/
.index_v1 .clv_rev_slider .rev_column_inner .tp-parallax-wrap{
    left: 265px !important;
}
.index_v1 .clv_rev_slider ul li:last-child .rev_column_inner .tp-parallax-wrap{
    left: 1020px !important;
}
.index_v1 .clv_rev_slider{
    position: relative;
}
.index_v1 .clv_rev_slider .rev-btn:hover{
    background-color: transparent !important;
    color: #fec007 !important;
}
.index_v1 .clv_rev_slider .erinyen.tparrows{
    border: 2px solid #ffffff;
    background: none;
    min-width: 60px;
    min-height: 60px;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v1 .clv_rev_slider .erinyen.tparrows:hover{
    border-color: #fec007;
    background: none;
}
.index_v1 .clv_rev_slider .erinyen.tparrows:before{
    font-size: 22px;
    line-height: 55px;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v1 .clv_rev_slider .erinyen.tparrows:hover:before{
    color: #fec007;
}
.clv_banner_slider{
    position: relative;
}
.scroll_down{
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: 40px;
    text-align: center;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
}
.scroll_down span{
    display: inline-block;
    width: 25px;
    height: 35px;
    border-radius: 25px;
    position: relative;
    border: 2px solid #ffffff;
    animation: bounce 3s infinite;
}
.scroll_down span:before{
    content: "";
    display: inline-block;
    height: 6px;
    width: 4px;
    border-radius: 5px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}
.scroll_down p{
    margin: 0;
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
}
@keyframes bounce {
    0%, {
        transform: translateY(0px)
    }
    25% {
        transform: translateY(5px)
    }
    50% {
        transform: translateY(0px)
    }
    75% {
        transform: translateY(5px)
    }
    100% {
        transform: translateY(0px)
    }
}
.clv_banner_slider .clv_slide{
    background: url('../images/slider_bg1.html') no-repeat center;
    background-size: cover;
    padding: 272px 0px;
    position: relative;
    z-index: 1;
}
.clv_banner_slider .clv_slide.slide2{
    background: url('../images/slider_bg2.html') no-repeat center;
    background-size: cover;
}
.clv_banner_slider .clv_slide:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(37, 37, 37, 0.7);
    z-index: -1;
}
.clv_banner_slider .clv_slide .clv_slide_inner h3{
    font-size: 20px;
    font-weight: 700;
    color: #fec007;
    text-transform: capitalize;
    letter-spacing: 3px;
}
.clv_banner_slider .clv_slide .clv_slide_inner h1{
    font-size: 82px;
    line-height: 82px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
}
.clv_banner_slider .clv_slide .clv_slide_inner h2{
    font-size: 82px;
    font-weight: 300;
    color: #ffffff;
    text-transform: capitalize;
}
.clv_banner_slider .clv_slide .clv_slide_inner .clv_btn{
    margin-top: 10px;
}
.clv_banner_slider .slider_arrow{
    width: 60px;
    height: 60px;
    outline: none;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_banner_slider .slider_arrow:hover{
    border-color: #fec007;
    color: #fec007;
}
.clv_banner_slider .slider_arrow.right_arrow{
    left: auto;
    right: 50px;
}
.clv_banner_slider .slider_arrow > svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.clv_banner_slider .slider_arrow > svg > path{
    fill: #ffffff;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_banner_slider .slider_arrow:hover > svg > path{
    fill: #fec007;
}

.search input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
}

.search .search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.search .search-container button:hover {
    background: #ccc;
}
form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f1f1f1;
    border: 1px solid #4caf50;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #4caf50;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

form.example button:hover {
    background: #0b7dda;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}

/********************************************************
3. slider end
*******************************************************/

/* Pre Loader Style */
.js div#preloader {
    position: fixed;
    background-color:#d5d5d5;
    left: 0;
    top: 0;
    z-index: 988899;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('../images/bhavik15.gif') no-repeat center center;
}
.title__line.title__line--2::before {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../assets/images/icons/title-2.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 14px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 200px;
    z-index: -1;
}
.title__line.title__line--2 {
    margin-bottom: 32px;
}
.htc__about__inner h2 {
    color: #555555;
    font-size: 30px;
    margin-bottom: 37px;
    padding-bottom: 31px;
    position: relative;
    text-transform: capitalize;
}
.htc__about__inner h2::before {
    background: #49a010 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    position: absolute;
    width: 80px;
}
#toggle-bar-wrap {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.25s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 10001;
}
#toggle-bar-wrap.active-bar {
    opacity: 1;
    visibility: visible;
}
#toggle-bar-wrap.toggle-bar-fade-slide {
    top: -60px;
}
#toggle-bar-wrap.toggle-bar-fade-slide.active-bar {
    top: 0;
}
#toggle-bar {
    padding: 40px 0;
}
.toggle-bar-btn span.fa {
    font-size: 0.846em;
    left: 4px;
    position: absolute;
    text-shadow: none !important;
    top: -12px;
}
#top-bar-wrap {
    border-bottom: 1px solid #eee;
    font-size: 0.923em;
    margin-bottom: 0;
}
.ts-infobar.infobar-down:before {
    content: "+";
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    left: 5px;
    position: absolute;
    top: -22px;
}

.top-info #flags_language_selector {
    float: right;
    padding-left: 9px
}

#top-bar-wrap a {
    color: #555;
}
#top-bar-wrap a:hover {
    color: #3b86b0;
}
.ts-menu-sidebar ul {
    list-style: outside none none;
    padding: 0;
}
.about__dtl p + p {
    margin-top: 13px;
}
.about__btn {
    margin-top: 30px;
}
.about__btn a.htc__btn {
    border-radius: 20px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
}
.about__btn a.htc__btn:hover {
    color: #49a010;
}
.htc__about__container {
    align-items: center;
    display: flex;
}

.htc__about__content h2 {
    color: #555555;
    font-family: Open Sans;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.htc__about__content + .htc__about__content {
    margin-top: 38px;
}


/*---------------------------------------
  04. Service Area
----------------------------------------*/
.service {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}
.service__details {
    padding: 27px 18px;
    text-align: center;
}
.service__details h2 {
    color: #555555;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.service__details p {
    line-height: 24px;
}

.section-wrap {
    padding: 20px 0;
    clear: both;
    margin: 0 auto;
}

.product-item-ul {
    display: block;
    font-size: 0;
    text-align: center;
}

.product-item-ul li {
    width:18%;
    height: auto;
    display: inline-block;
    border: solid 1px #c7c8ca;
    margin: 0 .8% 25px;
    vertical-align: top;
}

.sub-section-wrap {
    margin-bottom: 10px;
}

.product-item-ul li a:hover {
    -webkit-box-shadow: 0 0 10px 1px #ccc;
    -moz-box-shadow: 0 0 10px 1px #ccc;
    box-shadow: 0 0 10px 1px #ccc;
}

.product-item-ul li a img {
    width: auto;
    height: auto;
}

.product-item-ul li a p {
    font-size: 15px;
    text-align: center;
    color: #606060;
    padding: 10px 5px;
    height: 50px;
    background-color: #fcfcfc;
    border-top: solid 1px #edefee;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.product-item-ul li a {
    display: block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

# Slider
--------------------------------------------------------------*/
.slider-area {
  color: #fff;
  position: relative;
  text-align: center;
}

.slider-content {
  padding: 180px 60px;
}

.nivo-caption::after {
  background: #444 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.layer-1-2 {
  margin: 20px 0;
}

.layer-1-1 h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.layer-1-2 h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.layer-1-3 {
  margin: 50px 0 0;
}

.layer-1-3 a.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.layer-1-3 a.ready-btn:hover {
  color: #fff;
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  text-decoration: none;
}

.ready-btn.right-btn {
  margin-right: 15px;
  background: #3EC1D5;
  border: 1px solid #3EC1D5 !important;
}

.ready-btn.right-btn:hover {
  background: transparent !important;
  border: 1px solid #fff !important;
}

.nivo-controlNav {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 8;
}
.dropdown{position:initial !important}
.nav-link:hover + .dropdown .dropdown-content{
    display: block;
}

.navbar {
    background-color: #fff;
    padding: 14px 40px;
    border-radius: 37px;
}

.styled-list-one li{
    list-style-type:circle;
    font-family: 'Open Sans', sans-serif;
   color: #777777;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    margin-left:30px;
    
}

.navbar a {
    float: left;
    font-size: 15px;
    color: #42B32F;
        text-transform: uppercase;
    text-align: center;
    padding: 12px 13px;
    text-decoration: none;
    font-weight: bold;
}

.navbar::before {
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 12px;
    border: none;
    outline: none;
    color: #42B32F;
    text-transform: uppercase;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
    font-weight: bold;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #42B32F;
    border-radius: 20px;
    color: #fff;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content .header {
    background: red;
    padding: 16px;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 25%;
    padding: 10px;
    background-color: #fff;
    height: 315px;
    border-radius: 37px;
}

.column a {
    float: none;
    color: black;
    padding: 20px 7px 20px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.column a:hover {
    background-color: #42B32F;
    border-radius: 30px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        height: auto;
    }
.navbar {
    display: none;
}
    .mean-container .mean-bar
    {
        display: flex;
    }
}

.nivo-directionNav {
  display: block;
}

.nivo-controlNav a {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  box-shadow: none;
  display: inline-block;
  font-size: 0;
  height: 2px;
  margin: 5px 3px;
  opacity: 1;
  text-align: center;
  text-indent: inherit;
  vertical-align: top;
  width: 20px;
}

.nivo-controlNav a:hover, .nivo-controlNav a.active {
  background: #fff none repeat scroll 0 0;
  border-color: #3EC1D5;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

/* Normal desktop :992px. */
@media (min-width: 1400px) and (max-width: 1920px) {
  .slider-content {
    padding: 340px 0;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
  .slider-content {
    padding: 144px 0;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .slider-content {
    padding: 93px 0;
  }
  .layer-1-2 h1 {
    font-size: 22px;
    line-height: 24px;
  }
  .layer-1-3 a.ready-btn {
    font-size: 14px;
    margin-top: 20px;
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .nivo-directionNav {
    display: none;
  }
  .slider-content {
    padding: 46px 0px;
  }
  .layer-1-2 {
    margin: 10px 0;
  }
  .layer-1-1 h2 {
    font-size: 14px;
    line-height: 16px;
  }
  .layer-1-2 h1 {
    font-size: 14px;
    line-height: 16px;
  }
  .layer-1-3 a.ready-btn {
    font-size: 12px;
    margin-top: 10px;
    padding: 8px 10px;
  }
  .layer-1-3 {
    margin: 10px 0 0;
  }
  .nivo-controlNav {
    bottom: -8px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .news-feed-styl {
        width: 60px !important;
    }
  .slider-content {
    padding: 70px 0px;
  }
  .layer-1-1 h2, .layer-1-2 h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

/* -------------------------------------
preview-1
---------------------------------------- */
.preview-1 .nivoSlider {
  position: relative;
  background: url(../lib/nivo-slider/img/loading.html) no-repeat 50% 50%;
}

.preview-1 .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.preview-1 .nivoSlider a {
  border: 0;
  display: block;
}

.preview-1 .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}

.preview-1 .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../lib/nivo-slider/img/bullets.html) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

.preview-1 .nivo-controlNav a.active {
  background-position: 0 -22px;
}

.preview-1 .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../lib/nivo-slider/img/arrows.html) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  transition: all 200ms ease-in-out;
}

.preview-1:hover .nivo-directionNav a {
  opacity: 1;
}

.nivo-prevNav {
  left: 15px;
}

.nivo-nextNav {
  right: 15px;
}

.preview-1 a.nivo-nextNav {
  background-position: -30px 0;
}

.preview-1 .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}

.preview-1 .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.preview-1 .nivo-caption a:hover {
  color: #fff;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

.preview-1 .nivo-controlNav {
  position: relative;
  z-index: 99999;
  bottom: 68px;
}

.preview-1 .nivo-controlNav a {
  border: 5px solid #fff;
  display: inline-block;
  height: 18px;
  margin: 0 5px;
  text-indent: -9999px;
  width: 18px;
  line-height: 8px;
  background: #3c3c3c;
  cursor: pointer;
  position: relative;
  z-index: 9;
  border-radius: 100%;
  opacity: 0;
  z-index: -999;
}

.preview-1:hover .nivo-controlNav a {
  opacity: 1;
  z-index: 999999;
}

.preview-1 .nivo-controlNav a:hover, .preview-1 .nivo-controlNav a.active {
  background: #000;
  cursor: pointer;
}

/* -------------------------------------
preview-2
---------------------------------------- */
.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
  left: 50px;
}

.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
  right: 50px;
}

.preview-2 .nivoSlider .nivo-directionNav a.nivo-prevNav {
  font-size: 0;
}

.preview-2 .nivoSlider .nivo-directionNav a.nivo-nextNav {
  font-size: 0;
}

.preview-2 .nivo-directionNav a.nivo-prevNav::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ffffff;
  content: "";
  cursor: pointer;
  font: 300 50px/50px FontAwesome;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 300ms ease-in 0s;
  z-index: 9;
  font-weight: 100;
  left: 0px;
  width: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 30px;
}

.preview-2 .nivo-directionNav a.nivo-nextNav:hover:before, .preview-2 .nivo-directionNav a.nivo-prevNav:hover:before {
  border-color: #3EC1D5;
  color: #fff;
  background: #3EC1D5;
}

.preview-2 .nivo-directionNav a.nivo-nextNav::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #ffffff;
  content: "";
  cursor: pointer;
  font: 100 30px/50px FontAwesome;
  height: 50px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 50%;
  transition: all 300ms ease-in 0s;
  width: 50px;
  z-index: 9;
  font-size: 30px;
}

.niceties.preview-2 {
  position: relative;
  height: 100%;
}


.product-item-ul li a:hover p {
    background-color: #42B32F;
    color: #fff;
}

.product-item-ul {
    display: block;
    font-size: 0;
    text-align: center;
}

.service__thumb a {
    display: block;
}
.service__thumb a img {
    width: auto;
    height: 200px;
}
.service--page{
    margin-top: -40px;
}

/*---------------------------------------
  05. Counterup Area
----------------------------------------*/
.counterup__wrap {
    position: relative;
    z-index: 2;
}

.counterup__container {
    display: flex;
    justify-content: space-between;
    padding: 0 70px;
}
.fact__count span.count {
    color: #ffffff;
    display: inline-block;
    font-family: Roboto Slab;
    font-size: 72px;
    font-weight: 700;
    line-height: 57px;
}
.fact__title h2 {
    color: #ffffff;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    text-transform: uppercase;
}
.fact__details {
    text-align: center;
}
/*---------------------------------------
  06. Team Area
----------------------------------------*/

.team__thumb a {
    display: block;
    position: relative;
}
.team__thumb a::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.team:hover .team__thumb a::before {
    opacity: 0.7;
}
.team{
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.team__details {
    bottom: 74px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.team__social__link {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: -6px;
    margin-right: -6px;
}
.team__social__link li {
    margin: 0 6px;
}
.team__social__link li a i {
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: 0.4s;
}
.team__social__link li a:hover i{
    background: #fff;
    color: #49a010;
}
.team__details h4 {
    color: #fff;
    display: inline-block;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    padding-top: 12px;
    text-transform: capitalize;
}
.team__details h6 {
    color: #fff;
    font-family: Open Sans;
    margin-top: 5px;
}
.tm__separator {
    border: 1px solid #49a010;
    display: block;
    margin: auto;
    position: relative;
    width: 220px;
}
.team:hover .team__details {
    opacity: 1;
    transform: translateY(0px);
}


/*---------------------------------------
  07. Testimonial Area
----------------------------------------*/


.testimonial__inner p {
    color: #555555;
    font-family: Roboto Slab;
    font-size: 30px;
    line-height: 40px;
    margin: auto;
    width: 84%;
}
.tes__info {
    margin-top: 36px;
}
.tes__info h4 {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.tes__info h6 {
    color: #777777;
    font-family: Open Sans;
    font-size: 16px;
    margin-top: 10px;
    text-transform: capitalize;
}

/*---------------------------------------
  08. Call To Action Area
----------------------------------------*/

.ht__call__wrap {
    align-items: center;
    display: flex;
    height: 170px;
    justify-content: space-between;
    padding: 0 70px;
}
.ht__call__wrap h2 {
    color: #ffffff;
    font-family: Open Sans;
    font-size: 36px;
    text-transform: capitalize;
}
.ht__call__btn .htc__btn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 21px;
    color: #49a010;
    font-size: 18px;
    height: 43px;
    line-height: 41px;
    padding: 0 30px;
}
.ht__call__btn .htc__btn:hover {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
}


/*---------------------------------------
  09. Faq Area
----------------------------------------*/

.htc__faq__area{
    position: relative;
}
.faq__thumb {
    bottom: 0;
    left: 199px;
    position: absolute;
    width: 33%;
}
.htc__faq__area .section__title p {
    width: 61%;
}
.ht--faq--panel-title a{
    position: relative;
    display: block;
    padding-left: 30px;
}
.ht--faq--panel-title a i{
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ht--faq--panel-title a i.icon-1{
    opacity: 0;
}
.ht--faq--panel-title a i.icon-2{
    opacity: 1;
}
.ht--faq--panel-title a.collapsed i.icon-1{
    opacity: 1;
}
.ht--faq--panel-title a.collapsed i.icon-2{
    opacity: 0;
}
.htc__haq__title {
    color: #666666;
    display: inline-block;
    font-family: Open Sans;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: capitalize;
}
.ht--faq--panel-title {
    font-size: 18px;
    margin-top: 24px;
}
.ht--faq--panel-body {
    padding-left: 29px;
    padding-top: 21px;
}
.ht--faq--panel-body p {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
}
.ht--faq--panel-body p + p {
    margin-top: 10px;
}

/*---------------------------------------
  10. Bradcaump Area
----------------------------------------*/


.ht__bradcaump__wrap {
    align-items: center;
    display: flex;
    height: 400px;
    position: relative;
    z-index: 2;
}
.bradcaump__inner {
    padding-top: 67px;
}
.bradcaump__inner h2.bradcaump-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
}



/*---------------------------------------
  11. Gallery Area
----------------------------------------*/


.gallery__thumb a {
    display: block;
    position: relative;
    z-index: 2;
}
.gallery__thumb a img {
    width: 100%;
}
.gallery__thumb a::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    transition: 0.5s;
}
.gallery__hover {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9;
    opacity: 0;
    transition: 0.5s;
}
.gallery{
    position: relative;
    margin-top: 30px;
}
.gallery:hover .gallery__hover{
    opacity: 1;
}
.gallery:hover .gallery__thumb a::before{
    opacity: 0.7;
}

/*---------------------------------------
  12. Blog Area
----------------------------------------*/


.blog__details h2 {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}
.blog__details {
    background: #fff none repeat scroll 0 0;
    padding: 24px 30px;
}
.blog__meta {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.blog__meta li {
    color: #777777;
    font-size: 14px;
    font-weight: 600;
}
.blog__meta li a {
    color: #777777;
    transition: all 0.3s ease 0s;
}
.blog__meta li a:hover {
    color: #49a010;
}
.blog{
    margin-top: 30px;
}
.blog__thumb a {
    display: block;
}
.blog__thumb a img {
    width: 100%;
}

.blog:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.blog {
    position: relative;
    transition: all 0.5s ease 0s !important;
}

/*---------------------------------------
  13. Contact Area
----------------------------------------*/


#googleMap{
  width: 100%;
  height: 553px;
}

.ht__address h2 {
    color: #555555;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.htc__contact__wrap {
    border-bottom: 1px solid #49a010;
    padding: 70px 70px 50px;
}
.ht__address__info a {
    color: #aaaaaa;
    font-size: 16px;
}
.ht__address__info p {
    color: #aaaaaa;
    font-size: 16px;
}
.ct__social__link {
    display: flex;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
}
.ht__address {
    text-align: center;
}
.ct__social__link li {
    margin: 0 5px;
}
.ct__social__link li a span {
    color: #999999;
    font-size: 30px;
    transition: all 0.3s ease 0s;
}
.ct__social__link li a span:hover {
    color: #49a010;
}
.title__line.title__line--3 {
  font-family: Open Sans;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 52px;
  position: relative;
  text-transform: capitalize;
  z-index: 2;
  margin-bottom: 40px;
  font-size: 24px;
}
.title__line.title__line--3::before {
  background: rgba(0, 0, 0, 0) url("assets/images/icons/title-3.html") repeat scroll 0 0 / cover ;
  bottom: -1px;
  content: "";
  height: 138%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 12%;
  z-index: -1;
}
.htc__contact__area .title__line.title__line--3::before {
    height: 148%;
    width: 115%;
}
.contact-box.name_email {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.contact-box.name_email input {
    margin: 0 15px;
}
.contact-box input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor #aaaaaa;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #aaaaaa;
    font-family: Roboto Slab;
    font-size: 18px;
    padding-bottom: 15px;
    padding-left: 18px;
}


.contact-box input::-moz-placeholder {
    color: #aaaaaa !important;
    opacity: 1;
    font-size: 18px !important;
}

.contact-box.message textarea::-moz-placeholder {
    color: #aaaaaa !important;
    opacity: 1 !important;
    font-size: 18px !important;
}

.single-contact-form + .single-contact-form {
    margin-top: 34px;
}
.contact-box.message textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: currentcolor currentcolor #aaaaaa;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    min-height: 135px;
    padding-left: 18px;
    font-family: Roboto Slab;
    font-size: 18px;
    color: #aaaaaa;
}
.contact-btn {
    margin-top: 50px;
    text-align: center;
}

.contact-btn .htc__btn {
    border-radius: 18px;
    height: 43px;
    line-height: 41px;
    padding: 0 30px;
    font-family: Roboto Slab;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #49a010;
}
.contact-btn .htc__btn:hover{
    background: transparent;
    border: 1px solid #49a010;
    color: #49a010;
}


/*---------------------------------------
  14. Blog Details Area
----------------------------------------*/


.ht__search input {
    border: 1px solid #dddddd;
    color: #777777;
    font-size: 26px;
    height: 50px;
    padding: 0 30px;
    width: 100%;
}
.ht__search {
    margin-bottom: 46px;
    position: relative;
}
.ht__search a {
    background: #dddddd none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 50px;
    line-height: 51px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 50px;
}
.ht__search a i {
    color: #777777;
    font-size: 21px;
    transition: all 0.3s ease 0s;
}
.title__line--4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 46px;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
}
.title__line--4::before {
    background: #49a010 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}
.cat__list li {
    color: #777777;
    font-size: 16px;
}
.cat__list li + li {
    padding-top: 7px;
}
.ht__cat {
    margin-bottom: 43px;
}
.tag__list li a {
    border: 1px solid #ddd;
    color: #777777;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 36px;
    padding: 0 25px;
    transition: all 0.3s ease 0s;
}
.tag__list {
    display: flex;
    flex-flow: row wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.tag__list li {
    margin: 0 8px 15px;
}
.tag__list li a:hover {
    background: #49a010 none repeat scroll 0 0;
    border: 1px solid #49a010;
    color: #fff;
}
.ht__tag {
    margin-bottom: 30px;
}
.single__lst__blog {
    display: flex;
}
.lst__bl__thumb {
    margin-right: 30px;
    min-width: 70px;
}
.single__lst__blog + .single__lst__blog {
    margin-top: 20px;
}
.lst__bl__details h4 {
    font-size: 16px;
    line-height: 24px;
}
.lst__bl__details span {
    color: #777777;
    display: inline-block;
    font-family: Roboto Slab;
    font-size: 14px;
    margin-top: 3px;
}
.ht__search a:hover {
    background: #49a010 none repeat scroll 0 0;
    border: 1px solid #49a010;
}
.ht__search a:hover i {
    color: #fff;
}
.ht__blog__dtl h2 a {
    color: #666666;
    font-size: 30px;
    font-weight: 700;
    padding-top: 34px;
    display: block;
    transition: 0.3s;
}
.ht__blog__dtl__inner {
    padding: 0 40px;
}
.ht__blog__list {
    border: 1px solid #ddd;
    padding-bottom: 34px;
}
.bl__meta {
    border-bottom: 2px dashed #dddddd;
    display: flex;
    padding-bottom: 25px;
    padding-top: 20px;
}
.ht__bl__dec p {
    color: #777777;
    font-size: 16px;
    line-height: 30px;
}
.ht__bl__dec {
    margin-top: 24px;
}
.bl__meta li + li {
    margin-left: 28px;
}
.bl__meta li i {
    color: #49a010;
    font-size: 24px;
    padding-right: 14px;
}
.bl__meta li {
    color: #777777;
    font-size: 16px;
    font-weight: 600;
}
.bl__meta li a{
    color: #777777;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}
.bl__meta li a:hover,
.ht__blog__dtl h2 a:hover{
    color: #49a010;
}

.ht__bl__btn a {
    color: #777777;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.ht__bl__btn {
    margin-top: 20px;
}
.ht__bl__btn a:hover {
    color: #49a010;
}
blockquote {
    border-left: 2px solid #49a010;
    color: #777777;
    font-size: 16px;
    font-style: italic;
    margin: 22px 0 24px 50px;
    padding: 0 0 0 20px;
    width: 89%;
}

.ht__bl__link {
    border-top: 2px dashed #dddddd;
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
    padding-top: 20px;
}
.bl__social__link {
    display: flex;
}
.page__btn {
    display: flex;
}
.bl__social__link li a i {
    border: 1px solid #49a010;
    border-radius: 100%;
    color: #49a010;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.bl__social__link li + li {
    margin-left: 15px;
}
.bl__social__link li a:hover i {
    background: #49a010 none repeat scroll 0 0;
    border: 1px solid #49a010;
    color: #fff;
}
.page__btn li a {
    color: #777777;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.page__btn li + li {
    margin-left: 11px;
    padding-left: 11px;
}
.page__btn li {
    position: relative;
}
.page__btn li + li::before {
    background: #dddddd none repeat scroll 0 0;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.page__btn li:hover a {
    color: #49a010;
}
.page__btn li a i.icofont.icofont-long-arrow-left {
    padding-right: 11px;
}
.page__btn li a i {
    font-size: 20px;
}
.page__btn li a i.icofont.icofont-long-arrow-right {
    margin-left: 11px;
}
.ht__bl__admin {
    margin-top: 30px;
}
.bl__comment {
    margin-top: 36px;
}
.ht__bl__admin span {
    color: #555555;
    font-family: Roboto Slab;
    font-size: 18px;
    text-transform: capitalize;
}
.title__line--5 {
    color: #555555;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 45px;
    padding-bottom: 25px;
    position: relative;
    text-transform: capitalize;
}
.title__line--5::before {
    background: #49a010 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}
.ht__single__comment {
    display: flex;
}
.cmt__thumb {
    margin-right: 30px;
    min-width: 100px;
}
.cmt__details h4 {
    color: #3e3e3e;
    font-family: open sans;
    font-weight: 600;
    margin-bottom: 7px;
}
.cmt__details span {
    color: #3e3e3e;
    font-family: Roboto Slab;
    font-size: 12px;
}
.cmt__details p {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 3px;
    width: 79%;
}
.replay__btn a {
    color: #3e3e3e;
}
.replay__btn a i {
    color: #49a010;
    font-size: 16px;
    padding-right: 10px;
}
.ht__single__comment.replay {
    margin-bottom: 40px;
    margin-left: 100px;
    margin-top: 40px;
}
.replay__btn {
    margin-left: 200px;
}
.bl__comment__form {
    margin-top: 42px;
}
.bl__comment__form span {
    color: #777777;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 56px;
}
.bl__comment__form h2.title__line--5 {
    margin-bottom: 30px;
}
.ht__single__cmnt__form.name {
    display: flex;
    margin-bottom: 35px;
    margin-left: -25px;
    margin-right: -25px;
}
.ht__single__cmnt__form.name input {
    margin: 0 25px;
}
.ht__single__cmnt__form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor #aaaaaa;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #aaaaaa;
    font-family: Roboto Slab;
    padding-bottom: 15px;
    padding-left: 15px;
}
.ht__single__cmnt__form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: currentcolor currentcolor #aaaaaa;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #aaaaaa;
    font-family: Roboto Slab;
}
.ht__single__cmnt__form textarea {
    min-height: 140px;
}
.ht__single__cmnt__form textarea::-moz-placeholder {
    color: #aaaaaa !important;
    opacity: 1 !important;
}

.ht__single__cmnt__form input::-moz-placeholder {
    color: #aaaaaa !important;
}
.ht__single__cmnt__form input:focus,
.contact-box input:focus {
    outline: none;
}
.ht__single__cmnt__form input:focus,
.ht__single__cmnt__form textarea:focus,
.contact-box input:focus{
    -webkit-border-left: none;
    -webkit-border-right: none;
    -webkit-border-top: none;
}
.cmnt__btn {
    margin-top: 50px;
}
.cmnt__btn .htc__btn {
    font-family: Roboto Slab;
    font-size: 18px;
    font-weight: 700;
    height: 44px;
    line-height: 41px;
    padding: 0 32px;
}

.htc__page__container {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.pagenation {
    display: flex;
}
.pagenation li a {
    border: 1px solid #dddddd;
    color: #777777;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.pagenation li {
    margin: 0 6px;
}
.pagenation li a:hover,
.pagenation li.active a {
    background: #49a010 none repeat scroll 0 0;
    border: 1px solid #49a010;
    color: #fff;
}
.older li a,
.new li a {
    color: #777777;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}
.older li a i {
    font-size: 22px;
    padding-right: 5px;
}
.new li a i {
    font-size: 22px;
    padding-left: 5px;
}
.older li a:hover,
.new li a:hover{
    color: #49a010;
}
/*-------------------
  Others Code
----------------------*/

.team--page,
.gallery--page,
.blog--list{
    margin-top: -30px
}
.team__thumb a img {
    width: auto;;
}
.ht__blog__thumb iframe {
    height: 448px;
    width: 100%;
}
.cmnt__btn a.htc__btn:hover {
    color: #49a010;
}


.column a {
    border-right: none;
}





.list-data-disp {
    text-align: justify;
    list-style: square;
    font-size: 18px;
    line-height: 30px;
    margin: auto;
    color: #777777;
    font-weight: 400;
}

.custom_style_data{
    margin: 0px !important;
}

.custom_style_master_data p{
    margin: 0px !important;
}

.custom_style_master_data strong{
    font-size: 20px;
}

.custom_table_data td, .custom_table_data th{
    text-align: center !important;
    vertical-align: middle !important;
}

ul.list-data-disp li::before {
  content: "\25A0";
  color: #3e89f8;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

ul.list-data-disp {
  list-style: none;
}

.custom_table_1_data {
  font-size: 18px;
}
.custom_table_1_data th {
  text-align: right;
  padding-right: 5px;
  vertical-align: top;
}
.custom_table_1_data td {
  text-align: left;
  padding-left: 5px;
}
.resp_tbl {
  width: 100%;
  overflow: scroll;
}
.resp_tbl::-webkit-scrollbar {
  display: none;
}

@media (min-width: 320px) and (max-width: 480px) {
    .news-feed-styl {
        width: 40px !important;
    }
  .product-item-ul li {
    width: 45%;
  }
  .product-item-ul li a p {
    font-size: 10px;
    line-height: 15px;
  }
}

@media (min-width: 480px) and (max-width: 640px) {
  .product-item-ul li {
    width: 30%;
  }
  .product-item-ul li a p {
    font-size: 10px;
    line-height: 15px;
  }
}

@media (min-width: 640px) and (max-width: 768px) {
  .product-item-ul li {
    width: 22%;
  }
  .product-item-ul li a p {
    font-size: 10px;
    line-height: 15px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .product-item-ul li {
    width: 22%;
  }
  .product-item-ul li a p {
    font-size: 14px;
    line-height: 18px;
  }
}
.product-item-ul li a p {
  overflow: hidden;
}
