@font-face {
	font-family: 'PirulenRg-Regular';
	src: url('../fonts/PirulenRg-Regular');
	src: local('PirulenRg-Regular'), url('../fonts/PirulenRg-Regular.woff') format('woff'), url('../fonts/PirulenRg-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/Poppins-Regular');
	src: local('Poppins-Regular'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins-Bold';
	src: url('../fonts/Poppins-Bold');
	src: local('Poppins-Bold'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
}
body{
     margin:0;
     padding:0;
     color: #222;
    font-family: 'Poppins-Regular';
    font-size: 16px;
}
p {
    color: #222;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: 'Poppins-Regular';
}
h1, h2, h3, h4, h5, h6{
     color: #222;
    font-family: 'Poppins-Bold';
    margin-top: 10px;
    margin-bottom: 10px;
	 }
h1{
    font-size: 26px;
    color: #000000;
}
h2{
    font-size: 22px;
    color: #000000;
}
h3{
    font-size: 18px;
    color: #000000;
}
h4{
    font-size: 26px;
    color: #C81231;
}
h5{
    font-size: 22px;
    color: #C81231;
}
h6{
    font-size: 18px;
    color: #C81231;
}
a{
    color: #C81231;
}
a:focus, a:hover{
	text-decoration:none;
}
.logo{
    padding:5px 0px;
}
#top-header{
    background-color: #ffffff;
}
.right-top .text-black {
    display: block;
    text-align: right;
    color: #000000;
}
.right-top h1{
    font-family: 'PirulenRg-Regular';
    color: #C81231;
    font-size: 30px;
    line-height: 42px;
    float: left;
    margin-top: 20px;
}
.recycle-icon img {
    width: 65px;
    margin-top: 30px;
    margin-left: 20px;
}
.navbar-nav.breadcrumb > li + li:before{
    display: none;
}
.navbar-header .attr-nav {
    display: none;
}
nav.navbar.bootsnav{
    background-color: #ffffff;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #c81231;
    text-transform: uppercase;
    font-weight: 700 !important;
    padding: 20px 16px;
   font-family: 'Poppins-Regular';
    font-size: 16px;
    letter-spacing: 0.5px;
}
nav.navbar.bootsnav .navbar-nav > li > a:hover{
    color: #000000;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #535353;
    color: #fff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #C81231;
    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-family: 'Poppins-Regular';
    font-size: 16px;
    font-weight: 100 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #c81231;
    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;
}
.carousel-caption{
    width: 40%;
    padding-bottom: 15px;
    background-color: inherit;
}
.carousel-caption h1 {
    color: #ffffff;
    font-family: 'Poppins-bold';
}
.carousel-caption p{
    font-size: 18px;
    line-height: 30px;
}
.carousel-indicators{
    display: none;
}
.buy-block {
    background-color: #C81231;
    padding: 30px 0px;
}
.buy-heading h1 {
    margin: 0px;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Poppins-Regular';
    color: #ffffff;
}
.buy-button a {
    background-color: #ffffff;
    padding: 12px 30px;
    display: inline-block;
    text-transform: uppercase;
    color: #000000;
    border-radius: 25px;
    transition: all 0.3s linear 0s;
}
.buy-button a:hover{
    background-color: #535353;
    color: #ffffff;
}
.welcome-block {
    padding: 50px 0px;
    position: relative;
}
.welcome-left h1 {
    font-size: 46px;
    font-family: 'Poppins-Bold';
    text-transform: capitalize;
    line-height: 48px;
}
.welcome-left h6 {
    font-size: 16px;
}
.right_absolute{
    background: url(../images/about_img2.jpg) no-repeat 0 0;
    background-size: cover;
    height: 600px;
}
.about_btn {
    padding-top: 20px;
}
.about_btn .btn-text {
    min-width: 200px;
}
.btn-text {
    font-size: 14px !important;
    color: #fff;
    line-height: 23px !important;
    text-transform: uppercase;
    padding-top: 15px !important;
    padding-right: 35px !important;
    padding-bottom: 15px !important;
    padding-left: 35px !important;
    border-radius: 35px !important;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.welcome-left .btn-text, .help-heading .btn-text{
    background-color: #C81231;
}
.welcome-left .btn-text:hover, .help-heading .btn-text:hover{
    background-color: #222;
    color: #ffffff;
}
.help-heading .about_btn {
    text-align: center;
}
.help-bg {
    padding: 100px 0px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
}
.help-bg:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}
.help-heading{
    z-index: 5;
    position: relative;
}
.help-heading h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0px;
    padding: 25px 0px 35px;
}
.help-heading p {
    color: #fff;
    line-height: 28px;
    letter-spacing: 0.3px;
}
.help-heading .donate-btn {
   background-color: #CB2616;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin: 10px auto;
    text-align: center;
    width: 200px;
    padding: 15px 0px;
    transition: all 0.5s linear;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 5px;
}
.help-heading .donate-btn:hover{
    background-color: #333;
}
.rusk-service {
    background: #f8f8f8;
    width: 100%;
    float: left;
    padding: 50px 0px 0px;
}
.abt-heading {
    text-align: center;
    margin-bottom: 45px !important;
}
.abt-heading h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 42px;
    font-weight: 600;
}
figure {
    position: relative;
    overflow: hidden;
    display: block;
}
figure img{
        transition: all 0.5s ease-in-out 0s;
}
figure img:hover{
    transform: scale(1.2);
}
.features-section{
	position: relative;
	padding: 30px 0 50px;
	border-bottom: 1px solid #f2f2f2;
}

.feature-block{
	position: relative;
	margin-bottom: 40px;
}

.feature-block .inner-box{
	position: relative;
	padding: 30px;
    margin: 0px;
    border: 1px solid #dedede;
}

.feature-block .inner-box:before,
.feature-block .inner-box:after{
	position: absolute;
	content: "";
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-block .inner-box:before{
	border-top: 1px solid #c81930;
	border-bottom: 1px solid #c81930;
	height: 100%;
	width: 0;
	top: 0;
	left: 50%;
}

.feature-block .inner-box:hover:before{
	left: 0;
	width: 100%;
}

.feature-block .inner-box:after{
	top: 50%;
	left: 0;
	height: 0;
	width: 100%;
	border-left: 1px solid #1e58c3;
	border-right: 1px solid #1e58c3;
	z-index: -1;
}

.feature-block .inner-box:hover:after{
	top: 0;
	height: 100%;
}

.feature-block h3{
	position: relative;
	font-size: 20px;
	color: #222222;
	font-weight: 600;
	margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
}

.feature-block h3 a{
	color: #222;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover h3 a{
	color: #C81231;
}

.feature-block .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #4d4d4d;
	font-weight: 400;
    text-align: center;
}

.products-list .owl-pagination{
    display: none;
}
.products-list {
    position: relative;
}
.products-block{
    width: 100%;
    float: left;
    padding: 20px 0px 30px;
}
.products-block .abt-heading {
    margin-bottom: 0px !important;
}
#owl-demo .item img {
    text-align: center;
    display: block;
    margin: 0px auto;
}
#owl-demo .item h5 {
    text-align: center;
    margin-top: 0px;
    color: #C81231;
    font-size: 18px;
}
#owl-demo .item h5 a{
     color: #C81231;
}
.better-bureau {
    width: 150px;
    height: auto;
    display: block;
    position: relative;
    text-align: center;
    color: #005A78;
    text-decoration: none;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}
.better-bureau img {
    border: 0;
    margin-left: 0;
    max-width: 200%;
}
.better-bureau img:hover{
     margin-left: -150px !important; 
}
footer{
    width: 100%;
    float: left;
    background-color: #C81231;
    border-top: none;
    font-size: 16px;
}
.top-footer{
    padding: 30px 0px;
}
.bottom-footer {
   padding: 15px 0 0px 0;
    background-color: #535353;
}
.input-group-btn .btn{
    background: #535353 none repeat scroll 0 0;
    border: 1px solid #535353;
    font-size: 15px;
}
footer strong {
    font-weight: 100;
}
footer h3, .footer-logo p, .footer-address h4{
    color: #fff;
    margin-top: 0px;
    margin-bottom: 15px;
}
address a, .footer-list a {
    color: #000;
}
.footer-list ul li{
    padding: 3px 0px;
}
.footer-address ul li {
    padding: 5px 0px;
    color: #fff;
    line-height: 16px;
}
.more-info .fa-home {
    display: table;
    float: left;
}
span.footer-address {
    display: table-cell;
    line-height: 25px;
}
address {
    line-height: 24px;
    color: #fff;
}
.more-info li, .shop-list a{
    font-size: 16px;
    font-family: 'Poppins-Regular';
}
.more-info i, .social li i, .shop-list i{
    color: #ffffff;
}
.footer-address a, .more-info p{
    color: #fff;
}
footer .shop-list a:hover {
    color: #999;
}
footer .shop-list a{
    text-transform: capitalize;
}
.footer-title{
    border-bottom: 0px;
    font-family: 'Poppins-Regular';
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
}
.more-info .social a {
    display: block;
    float: left;
    margin-left: 5px;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 500px;
    background: transparent;
    padding: 3px 4px;
    border: 2px solid #ffffff;
}
.more-info .social a:hover{
    background: #535353;
    border-color: #535353;
}
.more-info ul.social li {
    margin: 0px;
    padding: 0px;
}
.social .fa-facebook {
    padding-left: 7px;
}
.power p, .copy p{
     color: #fff;
}
.power a{
    color: #ffffff;
}
#scrolltoup:hover {
    background-color: #1C1C1C;
    color: #ffffff;
}
.page-section h1:first-child {
    margin-top: 5px;
    padding-bottom: 10px;
}
.materials-imgs {
    margin: 25px 0px;
}


/*--Media-responsive--*/


@media (min-width:1024px){
    .abt-heading {
        margin: 0px 180px;
    }
    .feature-block .inner-box{
        min-height: 580px;
        overflow: hidden;
    }
}
@media (min-width:992px){
    .right_absolute{
    position: absolute;
    top: 0px;
    right: 0px;
}
.cont_col {
    padding-left: 0px;
}
}
@media (min-width:992px) and (max-width:1199px){
    .header-left{
        margin-top: 10px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
        left: 160px !important;
    }
    .carousel-caption .carousel-list a{
        font-size: 22px;
        line-height: 30px;
    }
    .carousel-caption{
        top: 20%;
        width: 50%;
    }
    .carousel-caption h1{
        font-size: 36px;
    }
    .carousel-caption p{
        font-size: 18px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 20px 10px;
        font-size: 15px;
    }
    .welcome-left h1{
        font-size: 36px;
        line-height: 38px;
    }
    .feature-block h3{
        font-size: 18px;
    }
    
}
@media (min-width:768px) and (max-width:991px){
    .header-left{
        margin-top: 5px;
    }
    .header-left li{
        font-size: 14px;
        line-height: 24px;
    }
    .right-top h1{
        font-size: 20px;
        line-height: 30px;
    }
    #top-header .right-top p{
        font-size: 14px;
        margin-bottom: 5px;
    }
    #top-header{
        padding: 10px 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
       font-size: 14px;
        padding: 15px 10px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
        left: 160px !important;
    }
    .attr-nav > ul > li > a{
        padding: 12px 10px;
    }
    .carousel-caption{
        width: 500px;
    }
    .carousel-caption h1, .carousel-caption .carousel-link {
        font-size: 28px;
        line-height: 38px;
    }
    .carousel-caption p{
        font-size: 15px;
        line-height: 22px;
    }
    .carousel-caption .carousel-list a{
        font-size: 15px;
        line-height: 24px;
    }
    .buy-heading h1{
        font-size: 30px;
    }
    .welcome-left h1{
        font-size: 36px;
        line-height: 40px;
    }
    .welcome-left{
        margin-bottom: 25px;
    }
    figure img{
        width: 100%;
    }
    .shop-list {
    margin-bottom: 40px;
}
}
@media (min-width:320px) and (max-width:767px){
    .right-top h1{
        margin-top: 5px;
        line-height: 30px;
        float: none;
        font-size: 22px;
    }
    .recycle-icon img {
        display: block;
        margin: 0px auto;
    }
    .carousel-caption .carousel-list{
        display: none;
    }
    .carousel-caption h1, .carousel-caption .carousel-link{
        font-size: 18px;
        line-height: 24px;
    }
    .carousel-caption {
        width: 300px;
        right: 0;
        left: 0;
    }
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 12px 10px;
    }
    .carousel-caption{
        width: 300px;
    }
    .carousel-caption p{
        font-size: 14px;
    }
    .welcome-left h1{
        font-size: 36px;
        line-height: 40px;
    }
    .welcome-left{
        margin-bottom: 25px;
    }
    figure img{
        width: 100%;
    }
    .rusk-service{
        padding: 30px 0px;
    }
    .footer-title{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .more-info p{
        padding-bottom: 0px;
    }
    .right-top.pull-right {
        float: none !important;
        text-align: center;
    }
    .right-top .text-black{
        text-align: center;
    }
}
@media (min-width:320px) and (max-width:480px){
    .right-top h1{
        font-size: 15px;
        line-height: 24px;
        float: none;
    }
    .recycle-icon img{
        width: 75px;
    }
    .buy-heading.pull-left, .buy-button.pull-right {
        float: none !important;
        margin-bottom: 15px;
    }
    .buy-heading h1{
        font-size: 22px;
        text-align: center;
    }
    .buy-button.pull-right{
        text-align: center;
    }
    .buy-block {
        padding: 15px 0px 0px;
    }
    .welcome-block{
        padding: 30px 0px;
    }
    .welcome-left h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .right_absolute{
        height: 300px;
    }
    .help-heading h2, .abt-heading h1{
        font-size: 27px;
    }
    .abt-heading h1{
        margin-bottom: 15px;
    }
    .help-bg{
        padding: 50px 0px;
    }
    .footer-title{
        margin-top: 20px;
    }
    #owl-demo .owl-item img{
        display: block;
        margin: 0px auto;
    }
    .carousel-caption p{
        display: none;
    }
    .carousel-caption{
        top: 15%;
    }
    .feature-block .inner-box{
        padding: 15px;
    }
    
}