@font-face {
	font-family: 'Heebo-Regular';
	src: url('../fonts/Heebo-Regular');
	src: local('Heebo-Regular'), url('../fonts/Heebo-Regular.woff') format('woff'), url('../fonts/Heebo-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Merriweather-Bold';
	src: url('../fonts/Merriweather-Bold');
	src: local('Merriweather-Bold'), url('../fonts/Merriweather-Bold.woff') format('woff'), url('../fonts/Merriweather-Bold.ttf') format('truetype');
} 
@font-face {
    font-family: 'Merriweather-Regular';
    src: url('../fonts/Merriweather-Regular');
    src: local('Merriweather-Regular'), url('../fonts/Merriweather-Regular.woff') format('woff'), url('../fonts/Merriweather-Regular.ttf') format('truetype');
}  

body{
     margin:0;
     padding:0;
     color: #242424;
    font-family: 'Heebo-Regular';
    font-size: 16px;
}
p {
    color: #242424;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: 'Heebo-Regular';
}
h1, h2, h3, h4, h5, h6{
     color: #172541;
     font-family: 'Merriweather-Bold';
}
a{
    color: #0054a6;
}
a:focus, a:hover{
	text-decoration:none;
}
.top-header {
    background-color: #ffffff;
}
.header-right {
    float: right;
    margin-top: 20px;
}
.header-right ul li{
    padding: 0px 10px;
}
.header-right ul li a {
    color: #000000;
    font-size: 16px;
    font-family: 'Merriweather-Regular';
}
.header-right ul li a:hover{
    color: #df2d24;
}
.header-right .fa {
    margin-right: 5px;
}
.navbar-nav.breadcrumb > li + li:before{
    display: none;
}
.navbar-header .attr-nav {
    display: none;
}
nav.navbar.bootsnav{
    background-color: #df2d24;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #ffffff;
    padding: 20px 20px;
    font-size: 16px;
    font-family: 'Merriweather-Bold';
    text-shadow: none;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #df2d24;
    color: #fff;
    font-family: 'Merriweather-Bold';
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #000000;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
    font-size: 16px;
    font-weight: 100 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #df2d24;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.attr-nav > ul > li > a {
    color: #ffffff;
    padding: 18px 10px;
}
.search-box {
    text-align: right;
    margin: 15px 0px 10px;
    position: relative;
    width: 230px;
    float: right;
}
.carousel-indicators{
    display: none;
}
.carousel-caption {
    width: 100%;
    margin: 0px;
    left: 0;
    top: auto;
    bottom: 0;
    text-align: center;
    background-color: rgb(0 0 0 / 65%);
}
.carousel-caption h1 {
    color: #ffffff;
    text-shadow: none;
    margin: 0px;
    text-transform: uppercase;
    padding: 20px 0px;
    font-size: 36px;
}
.carousel-caption a{
    width: auto;
    height: auto;
    line-height: initial;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 250px;
    background-color: #4e7435;
}
.carousel-caption a:hover{
    background-color: #0054a6;
}
.carousel-caption p {
    margin: 10px 0px;
    font-family: 'Heebo-Regular';
    line-height: 32px;
}

.about-block {
    padding: 50px 0px;
}
.abt-right {
   padding-bottom: 20px;
   padding-left: 20px;
}
.abt-right h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 36px;
    color: #df2d24;
    line-height: 1.2;
}
.abt-right h5 {
    font-size: 18px;
    color: #4e7435;
    line-height: 26px;
    padding-bottom: 20px;
}
.abt-right p {
    color: #242424;
    line-height: 25px;
    letter-spacing: 0.2px;
}
.abt-right .info-link a {
    color: #ffffff;
    background-color: #000000;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 20px;
    transition: all 0.3s ease;
    font-family: 'Merriweather-Bold';
}
.abt-right .info-link a:hover{
    background-color: #df2d24;
    color: #ffffff;
}
footer{
    background-color: inherit;
    border: none;
}
.top-footer{
    background-color: #252625;
     padding: 40px 0px;
}
.more-info h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 15px;
    margin: 0px;
}
.more-info p{
    color: #ffffff;
}
.more-info .fa-home {
    float: left;
}
.more-info .add-info {
    display: table;
    color: #ffffff;
}
.footer-title{
    font-family: 'Merriweather-Bold';
    border: none;
    color: #ffffff;
}
.more-info .fa-facebook {
    width: 40px;
    height: 40px;
    background-color: #0054a6;
    color: #ffffff;
    font-size: 22px;
    padding: 10px 13px !important;
    display: inline-block;
    border-radius: 50%;
    margin-top: 10px;
}
.more-info .fa-facebook:hover{
    background-color: #1495f9;
    color: #ffffff;
}
.more-info li{
    font-size: 16px;
    font-family: 'Heebo-Regular';
    color: #565872;
}
.more-info i {
    margin-right: 0px;
    font-size: 16px;
    padding: 0px !important;
    margin-right: 10px;
    color: #ffffff;
}
.more-info a {
    color: #ffffff;
}
.shop-list a{
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
}
.shop-list li{
    margin: 0px 0px 10px;
}
.shop-list a:hover {
    color: #df2d24;
}
.social li a .fa-facebook {
    background-color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 25px;
    padding: 12px 15px;
    color: #df2d24;
    transition: all 0.3s ease;
}
.social li a .fa-facebook:hover{
    background-color: #df2d24;
    color: #ffffff;
}
.input-group-btn .btn {
    background: #df2d24 none repeat scroll 0 0;
    border: 1px solid #df2d24;
    font-size: 15px;
}
.input-group-btn .btn:hover{
    background-color: #000000;
    border-color: #000000;
}
.copy p, .power p a {
    color: #ffffffff;
}
.bottom-footer{
    padding: 0px;
    padding-top: 20px;
    background-color: #df2d24;
}
.power p{
    color: #ffffff;
}
#newsletterForm .form-control {
  height: 45px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.newsletterForm .input-group {
  display: block;
}
.google-cap {
  float: left;
  width: 100%;
}
.more-info .input-group-btn .btn {
  font-size: 15px;
  width: 97%;
  border-radius: 5px;
  margin-top: 0px;
  padding: 10px 15px;
  font-size: 16px;
  text-transform: uppercase;
}
.more-info .input-group-btn i {
  margin-right: 10px;
  font-size: 18px;
}

/*--media-responsive--*/

@media (max-width:1199px) and (min-width:992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 12px;
        font-size: 14px;
    }
    .abt-right{
        padding-left: 30px;
    }
}
@media (max-width:991px) and (min-width:768px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 8px;
        font-size: 12px;
        margin: 0px;
    }
    ul.nav.navbar-nav.navbar-right {
        width: 100%;
    }
    .header-right ul li a{
        font-size: 14px;
    }
    .navbar-header {
        float: none;
        margin: 0px;
        width: 100%;
        text-align: center;
    }
    .carousel-caption h1 {
        font-size: 24px;
    }
    .carousel-caption a{
        font-size: 15px;
    }
    .search-box{
        width: 100%;
        margin: 10px 0px;
    }
    .nav.navbar-nav.navbar-right{
        text-align: center;
    }
    .abt-left figure{
        padding: 0px;
    }
    .abt-right{
        padding-top: 30px;
    }
    .more-info p{
        margin-right: 0px;
        padding-bottom: 0px;
    }
   
}
@media (max-width:767px) and (min-width:320px){
    .header-right {
        float: none;
        margin-top: 0px;
        text-align: center;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked{
        position: inherit;
    }
    .search-box{
        width: 100%;
        margin: 10px 0px;
    }
    .nav.navbar-nav.navbar-right{
        width: 100%;
    }
    .logo{
        padding-bottom: 0px;
    }
    .abt-left{
        padding-top: 15px;
    }
    .abt-left figure{
        padding: 0px;
    }
    .abt-right {
        margin-top: 25px;
        padding-top: 0px;
        padding-left: 0px;
    }
    .abt-left figure img, .service-info img{
        width: 100%;
    }
    .footer-title{
        margin-top: 20px;
    }
    .more-info p{
        padding-bottom: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 10px;
        font-size: 16px;
        margin: 0px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
    }
    .carousel-caption h1{
       font-size: 24px;
    }
}
@media (max-width:480px) and (min-width:320px){
   
   .carousel-caption p{
        display: none;
   }
   .carousel-caption h1{
        font-size: 16px;
   }
   .header-right ul li{
    margin-bottom: 10px;
   }
   .header-right ul{
    margin-bottom: 0px;
   }
    .about-block{
        padding: 0px;
    }
    .abt-right h1{
        font-size: 24px;
    }
}
