body{
font-family: 'Rubik', sans-serif;
color: #70747E;
}

header{
    border-top: 10px solid #B8E57C;
}

header li a {
    text-decoration: none;
    color: #70747E;
    font-size: 16px
}

header .list-group-item {
    border: none
}

.navbar-nav .dropdown:hover .dropdown-menu {
      display: block;
    }

.main-menu{
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;

}

.main-menu a {
    color: #70747E;

font-family: Rubik;
font-size: 18.367px;
font-style: normal;
font-weight: 500;
line-height: normal;
}



.search-head form {
    border: 1px solid #eee; 
    padding: 5px;
    border-radius: 5px;
}

.search-head input[type=text]{
    border: none; width : 100%;
    
}

.search-button {
     background: none;
  border: none;

}


/* Home */

.hero{
    background: url('../img/hero-bg.png') center left no-repeat;
}

.hero h3{
    color: #FFF;
    font-family: Rubik;
    font-size: 21.687px;
    font-style: normal;
    font-weight: 500;
    background: #7FC129;
    width: 288px;
    text-align: center;
    padding: 10px;
}
.hero h1{
    color: #393838;
    font-family: Rubik;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
}

.hero h1 span{
    color: #B8E57C;
    font-weight: 600;
}

.hero p{
    color: #393838;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;}

.hero ul li{
    list-style: none;
    width: 280px; height: 276px;
    float: left;
    margin-bottom: 10px ;
    border-radius: 10px;
    margin-left: 10px;
    padding: 15px;
    display: flex;
    align-items: end;
    grid-gap: 20px;
}

.hero li a{
    text-decoration: none;
    color: #FFF;
    font-family: Rubik;
    font-size: 25.059px;
    font-style: normal;
    font-weight: 500;
    background: url('../img/arrow.png')no-repeat center right;
    width: 100%
}

.cat-01{background: url(../img/h1.jpg) no-repeat top center; background-size: cover; border: 1px solid #80808057; text-shadow: 0px 0px 4px #000000;}
.cat-02{background: url(../img/h2.jpg) no-repeat top center; background-size: cover; border: 1px solid #80808057; text-shadow: 0px 0px 4px #000000;}
.cat-03{background: url(../img/h3.jpg) no-repeat top center; background-size: cover; border: 1px solid #80808057; text-shadow: 0px 0px 4px #000000;}
.cat-04{background: url(../img/h4.jpg) no-repeat top center; background-size: cover; border: 1px solid #80808057; text-shadow: 0px 0px 4px #000000;}

/* 
.hero li span{
    margin-top: -50px;
    color: #FFF;
    font-family: Rubik;
    font-size: 25.059px;
    font-style: normal;
    font-weight: 500;
    display: block;
    text-decoration: none;
    padding: 10px;
    background: url('../img/arrow.png')no-repeat center right;
    position: absolute;
    width: 260px;

} */


.welcome{
    background: #F4F4F466;
}

.welcome h3{
    color: #7FC129;

font-family: Rubik;
font-size: 20px;
font-style: normal;
font-weight: 500;
}


.welcome h2{
    color: #393838;

font-family: Rubik;
font-size: 50px;
font-style: normal;
font-weight: 500;
}

.welcome p{
    color: #363535;

font-family: Manrope;
font-size: 14px;
font-style: normal;
font-weight: 400;
}


.btn-success {
    background: #7FC129 !important;
    border: none !important;
    color: #FFF;
    padding: 10px 20px !important;
    font-family: Rubik;
    font-size: 17.542px;
    font-style: normal;
    font-weight: 500;
}

.product-slider h3{
    color: #7FC129;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-align: center
}

.product-slider h2{
    color: #393838;
    font-family: Rubik;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px
}

.product-slider .card {
    border-radius:0px;
    margin: 0 0 15px 0; 
}

.product-slider .card-body {
    padding: 0px 
}

.product-slider .card img{
    border-bottom: solid 1px #D9D9D9;
}

.product-slider .card h3{
    padding: 15px;
    border-bottom: solid 1px #D9D9D9;
    color: #70747E;
    font-family: Rubik;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
    text-align: left
}

.product-slider .card a{
    padding: 10px 15px;
    color: #7FC129;
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    display: block;
}



.catelog{}

/* Home */



/* Footer */
.newsletter {
    background: #B8E57C;
}
.newsletter h2{
    color: #393838;
    font-family: Rubik;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;

}

.newsletter input[type=email]{
    background: none;
    border: 1px solid #fff;
    padding: 15px;
}

.newsletter input[type=email]::placeholder{
    color: #fff;
    
font-family: Rubik;
font-size: 20px;
font-style: normal;
font-weight: 300;
}

.newsletter button{
    background: #70747E; 
    color: #FFF;
    padding: 15px;
    font-family: Roboto Slab;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.google-section h2{
    color: #393838;

text-align: center;
font-family: Rubik;
font-size: 55px;
font-style: normal;
font-weight: 500;
}

.google-section h2 span{
    color: #7FC129;
    text-align: center;
    font-family: Rubik;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
}


.testimonials .title img{
    width: 59px !important; height: 59px;
    float: left 
}

.testimonials .title {
    color: #393838;

font-family: Rubik;
font-size: 22px;
font-style: normal;
font-weight: 500;
display: flex;
    align-items: center;
    grid-gap: 20px;
}
.testimonials .stars {}

.testimonials .description {
    margin-top: 20px; 
    color: #363535;

font-family: Manrope;
font-size: 13px;
font-style: normal;
font-weight: 400;
}

.testimonials .card{
    padding: 25px;
    border-radius: 22px;
    box-shadow: 0px 4px 19px 3px rgba(0,0,0,0.57);
-webkit-box-shadow: 0px 4px 19px 3px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 4px 19px 3px rgba(0,0,0,0.57);
    border: none;
    margin: 20px;
}

.custom-printed img{
    margin-bottom: 15px
}

.custom-printed h2{
    color: #393838;

font-family: Rubik;
font-size: 50px;
font-style: normal;
font-weight: 500;
}
.custom-printed p{
color: #363535;

text-align: center;
font-family: Manrope;
font-size: 14px;
font-style: normal;
font-weight: 400;
}

.custom-printed h3{
color: #70747E;

text-align: center;
font-family: Rubik;
font-size: 20px;
font-style: normal;
font-weight: 500;
}

.custom-printed-services .col-md-3:first-child{
    border-left: none
}

.custom-printed-services .col-md-3{
    border-left: 1px solid #eee
}

.footer-inner{
    color: #363535;

text-align: center;
font-family: Manrope;
font-size: 13px;
font-style: normal;
font-weight: 400;

}

footer .list-group-item{
    border: none !important;
    padding-left: 0
}

footer .list-group-item a {

color: #6F6F6F;
font-family: Rubik;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.6px;
text-decoration: none
}

footer h2 {
    color: #393838;

font-family: Rubik;
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.social-ico li img{
    padding: 10px; 
    border: solid #000 1px;
    border-radius: 50px
}


.copyrights{
    color: #6F6F6F;

font-family: Manrope;
font-size: 17.5px;
font-style: normal;
font-weight: 500;
}


.owl-carousel {
    position: relative;
}
.owl-next, .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


.owl-carousel .owl-next{
    right: 0;
    display: flex;
    
    
    
}

.owl-next span {
    background: #7FC129;
    width: 24px; height: 24px; 
    padding: 10px;
    border-radius: 50px;
}

.owl-prev span {
    background:  #7FC129;
    width: 24px; height: 24px; 
    padding: 10px;
    border-radius: 50px;
}

.owl-carousel .owl-prev {
    left: 0;
    display: flex;

}


.large-format-menu h3, .trade-show-menu h3{
    font-size: 16px;
}

.large-format-menu .owl-item img, .trade-show-menu .owl-item img{
    margin-bottom: 15px;
}

.large-format-menu .owl-item .card, .trade-show-menu .owl-item .card {
    min-height: 290px;
}


