.logo{
    display:contents;
}
.hide{
    display: none;
}
.error{
    color: red;
    padding: 5px;
}
.social-icons{
color: #ffffff;
font-size: medium;
}
.social-icons i{
border: none;
color: white;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
width: 15px;
}
.headers .social-icons:hover{
transform: translateY(-5px);
color: #ffffff;
}
.rounded-circle{
border-radius:50%;
background: #6a961f;
}
.slider {
width: 50%;
margin: 100px auto;
}
.owl-carousel .nav-btn{
color: #6a961f;
}
.owl-carousel .owl-dots{
display: none;
}
.owl-theme .owl-nav [class*=owl-]{
	background: #000000;
}
.owl-theme .owl-nav [class*=owl-]:hover{
background: #6a961f;
}
.owl-theme .owl-nav{
margin-top: auto;
}
.custom-nav {
position: absolute;
top: 20%;
left: 0;
right: 0;

}
.custom-nav .owl-prev, .owl-next{
position: absolute;
color: inherit;
background: none;
border: none;
z-index: 100;
}
.custom-nav .owl-prev i, .owl-next i{
font-size: 2.5rem;
color: #fff;
}
.custom-nav .owl-prev{
left: 0;
}
.custom-nav .owl-next{
right: 0;
}

.float {
	display: inline-grid;
	padding-top: 4px;
    position: sticky;
    width: 60px;
    height: 60px;
    bottom: 50px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 50px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float:hover{
	color: #000;
}

.pulse {
    border-radius: 50%;
    box-shadow: 0 0 0 rgb(18 106 216);
    animation: animate 3s linear infinite;
}

.tab_button {
    padding: 14px 23px;
    display: inline-block;
    border: 0;
    outline: 0;
    box-shadow: 0;
    color: White;
    background: #6a961f;
    font: 600 14px/1 "cerebri_sanssemibold";
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0 30px 30px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.tab_lable {
    padding: 5px;
    display: inline-block;
    border: 0;
    outline: 0;
    box-shadow: 0;
    color: White;
    background: #6a961f;
    font: 600 14px/1 "cerebri_sanssemibold";
    text-transform: uppercase;
    cursor: pointer;
    border-radius:5px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.page-title h2{
    font-size: 50px;
}

.over_flow{
    overflow: hidden;
}
.product-desc-area {
    padding-bottom: 50px;
}
.gallery span{
    color: #6a961f;
    font-size: 15px;
    font-family: "futura_hv_btheavy";
    line-height: 1.6;
    display: inline-block;
}

.news-letter-area{
    min-height: 350px;
    background-position: center;
}

.green_title{
    color: #fff;
    font-size: 13px;
    background: #0d3c00;
    padding: 10px;
}

.under_line{
    color: #000;
    border-bottom: 3px solid #6a961f;
    padding-bottom:10px;
    display: inline-block;
}
.description *{
    color: #000;
}

.thead-dark{
    background:#6a961f;
    color: #fff;
}

.pagination .active .page-link{
    background: #6a961f;
    border: none;
}
.pagination li a.page-link:hover{
    background: #fff;
    color: #000;
}

.single-slider::after{
    content: none;
    background: none;
}

li{
    list-style: disc;
}

#contact-map{
    min-height: 350px;
}
.products{
    padding: 30px 0px 0px 0px;
}
.product__content{
    background: #6a961f;
    padding: 10px;
    color: #fff;
}
.product__content h6{
    color: #fff;
}

.form-area-03 .form-control {
    background: #ffffff8a;
}

.form-area textarea{
    width: 100%;
}

.product-details-img{
    padding-bottom: 0px;
}

.shop-thumb-tab .nav .nav-item{
    background: none;
}

.search-wrap .main-search-input,.search-wrap input::placeholder{
    font-size: 14px;
    padding: 0px;
}

@media (max-width: 767px){
.rounded-circle {
margin-top: 5px;
}
.page-title h2 {
    font-size: 32px;
}
.section-title span{
    font-size: 14px;
}
.shopings {
    display: inline !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .portfolio__text h3 {
        font-size: 18px;
    }    
}
