@import url('https://fonts.googleapis.com/css?family=Arsenal|Barlow+Condensed:300');
body {
    margin: 0;
  font-family: 'Arsenal', sans-serif;  font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f7f7f7;
}.pull-right{float:right;}
.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
}
.topbar{  background-color: #314927;  padding: 0;}
.topbar .container .row {  margin:-7px;  padding:0;}
.topbar .container .row .col-md-12 {   padding:0;}
.topbar p{
  margin:0;
  display:inline-block;
  font-size: 13px;
  color: #f1f6ff;
}#banner{padding:0px !important;}
.topbar p > i{  margin-right:5px;}
.topbar p:last-child{  text-align:right;} 
header .navbar {    margin-bottom: 0;}
.topbar li.topbar {
    display: inline;
    padding-right: 18px;
    line-height: 52px;
    transition: all .3s linear;
}
.navbar-nav{text-align:center;}
.topbar li.topbar:hover {    color: #1bbde8;}
.topbar ul.info i {
    color: #131313;
    font-style: normal;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.topbar ul.info li {
    float: right;
    padding-left: 30px;
    color: #ffffff;
    font-size: 13px;
    line-height: 44px;
}
.topbar ul.info i span {
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
    line-height: 50px;
    padding-left: 18px;
}
ul.social-network {  border:none;  margin:0;  padding:0;}
ul.social-network li {  border:none;    margin:0;}
ul.social-network li i {  margin:0;}
ul.social-network li {
    margin: 0 5px;
    border: 0px solid #2D2D2D;
    padding: 5px 0 0;
    width: 32px;
    display: inline-block;
    text-align: center;
    height: 32px;
    vertical-align: baseline;
    color: #000;
}
ul.social-network {  list-style: none;  margin: 10px 0 10px -25px;  float: right;}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: .3s ease-out;
    color: #fff;
}
a {  color: #0a0a0a;  text-decoration: none;}
li {    list-style-type: none;}
.bg-image-full {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bg-dark {    background-color: #cfb533 !important;}
.mx-background-top-linear {
    background: -webkit-linear-gradient(45deg, #cfb533 48%, #314927 48%);
    background: -webkit-linear-gradient(left, #cfb533 48%, #314927 48%);
    background: linear-gradient(45deg, #cfb533 48%, #314927 48%);
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 175px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.carousel-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.fill-ful {    height: 100vh;    min-height: 300px;}
.content{padding-left:1.5em;padding-right:1.5em;background: #314927;    color: #d8dfd8e0;}
@media screen and (min-width: 568px){.ml-auto, .mx-auto {    text-align:center!important;}}
@media screen and (min-width: 568px){.newsection{	padding-top:3em;	padding-bottom:6em;}.newsection1{padding-top:3em; padding-bottom:2em;}
.newsection p{	line-height:1.8em;}}
@media screen and (max-width: 568px){    .carousel-caption {        top: 75px!important;        bottom: 75px!important;    }}
.card-line-slide {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.5;
    padding: 0;
    text-align: center;
}
.heading-section {
    text-align: center;
    padding: 100px 0 80px 0;
}
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}
#quote-carousel .carousel-control {
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {    left: -60px;}
#quote-carousel .carousel-control.right {    right: -60px;}
#quote-carousel .carousel-indicators {
    right: 17%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #ffc107;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {    min-height: 300px;}
.carousel-item blockquote {    border-left: none;    margin: 0;}
.carousel-item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.img-responsive, .thumbnail>img, 
.thumbnail a>img, 
.carousel-inner>.item>img, 
.carousel-inner>.item>a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    border-radius: 25px;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #54d400;
    border: 2px solid #ffffff;
    color: #ffffff;
    transition: all ease-in-out 0.3s;
}
.fa-style-slider {
    margin: 0 auto;
    overflow: visible;
    background-color: transparent;
    border-radius: 50px;
    padding: 15px;
    width: 47px;
    height: auto;
    color: #fff;
    text-align: center;
    font-size: 33px;
}
@media(max-width: 568px){    .fa-style-slider {        padding: 10px!important;    }}
.btn-default {
    color: #fff;
    background-color: #54d400;
    border-color: #54d400;
    border-radius: 1px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.footer {
    background: #314927  none repeat scroll 0 0;
    border-top: 3px solid #54d400; 
    margin: 0;
    padding: 20px 0;
}
.footer_dv {    width: 100%;}
.footer_dv h4 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.footer_dv ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}.footer a{color:#ccc;}
.footer_dv ul li:first-child {    border-top: medium none;    box-shadow: none;}
.footer_dv ul li {    color: #fff;    padding: 5px 0;}
.footer_dv p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 15px;
    text-align: justify;
}
.a-font {    color: #fff!important;    text-decoration: none!important;}
.copyright {   min-height: 79px;   background-color: #343a40;}
.copyright p { 
  text-align:left; 
  color:#FFF; 
  padding:10px 0; 
  margin-bottom:0px;
}
.heading7 { 
  font-size:21px; 
  font-weight:700; 
  color:#d9d6d6; 
  margin-bottom:22px;
}
.post p {   font-size:12px;   color:#FFF;   line-height:20px;}
.post p span {   display:block;   color:#8f8f8f;}
.bottom_ul { 
  list-style-type:none; 
  float: right; 
  margin-bottom: 0px;
  padding-top: 22px;
}.mt-20{margin:4%;}
.bottom_ul li {   float:left;   line-height:40px;}
.bottom_ul li:after { 
  content:""; 
  color:#FFF; 
  margin-right:8px; 
  margin-left:8px;
}
.bottom_ul li a {   color:#FFF;  }
#copyright p, #copyright ul {
    margin-right:3%;
    font-size: 14px;
    color: #000000;
}
footer.site-footer ul {
    padding-left: 0;
    margin-bottom: 20px;
    list-style: none;
}
@media (min-width: 768px){    .navbar-nav {        float: right!important;        margin-right: -15px !important;    }}
.navbar-expand-lg .navbar-nav .nav-link { padding: .7rem; }
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.py-5 {    padding-top: 1rem!important;   padding-bottom: 1rem!important;}
.line {  overflow: hidden;  text-align: center;}
.line:before,.line:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.line:before {  right: 0.5em;  margin-left: -50%;}
.line:after {  left: 0.5em;  margin-right: -50%;}
.snip1573 {
  background-color: #00000057;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.snip1573 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1573:before,
.snip1573:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #314927a3;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  opacity: 0.9;
  z-index: 1;
}
.snip1573:before {
  -webkit-transform: skew(45deg) translateX(-155%);
  transform: skew(45deg) translateX(-155%);
}
.snip1573:after {
  -webkit-transform: skew(45deg) translateX(155%);
  transform: skew(45deg) translateX(155%);
}
.snip1573 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}
.snip1573 figcaption {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
}
.snip1573 h3 {
  background-color: #000000;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}
.snip1573 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.snip1573:hover > img,
.snip1573.hover > img {
  opacity: 0.5;
}
.snip1573:hover:before,
.snip1573.hover:before {
  -webkit-transform: skew(45deg) translateX(-55%);
  transform: skew(45deg) translateX(-55%);
}
.snip1573:hover:after,
.snip1573.hover:after {
  -webkit-transform: skew(45deg) translateX(55%);
  transform: skew(45deg) translateX(55%);
}
.snip1573:hover figcaption,
.snip1573.hover figcaption {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.parallax{
  position:relative;
  opacity:0.9;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;  background-image:url("../img/hole.jpg");
  min-height:420px;
  background-attachment:fixed;
}
.parallax1{
  background-image:url("../img/hole.jpg");
  min-height:420px;
  position:relative;
  opacity:0.9;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
}
.parallax2{
background-image:url("../images/paperproducts.jpg");
  min-height:420px;
  position:relative;
  opacity:0.9;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
}
.goal{color:white;padding-top:10%;font-size:30px;}.goalhead{font-size:36px;color:#c1c7cb;}
.line-shape {
    margin-left: calc(50% - 40px);
}
.line-shape-white, .line-shape {
    width: 80px;
    height: 2px;
    background-color: #cfb533;
    margin-top: 5px;margin-bottom:10px;
}
.linespace{line-height:2em;}
@media screen and (min-width: 568px){
	.leftspace{ margin-left:2em;margin-right:4em;}.top10{padding-top:1.5em;}
}.divider {
    clear: both;
    height: 0px;
    margin: 1.5em 0;
    border-top: 1px dashed #E5E5E5;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}
.service-content{margin-left:40px;}


/* my style */
.shipping_table_fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
}

ul.social-network {  margin: 10px 0 10px 0px; }
ul.login {
	list-style: none;
	margin: 15px 10px 5px 0;
	float: right;
	padding: 0;
}
ul.login li {
    display: inline-block;
	padding: 0 10px;
	color: #fff;
}
ul.login li a {
	color: #fff;
	text-decoration: none;
}
#navbarResponsive ul li { position: relative; }
#navbarResponsive ul li .tooltip_top {
	visibility: visible;
	background-color: yellow;
	color: #f00;
	text-align: center;
	border-radius: 0px 0px 0px 6px;
	padding: 3px 10px;
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -25px;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	top: -10px;
}
#navbarResponsive ul li .tooltip_top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: yellow transparent transparent transparent;
}
.modal-backdrop, .offers_button { display: none !important; }
#OffersModal {
	padding: 0 !important;
	overflow: hidden;
}
.blinking{
    animation:blinkingText 1s infinite;
}
@keyframes blinkingText{
    0%{     color: #red;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: red;    }
}

button.eye {
	padding: 15px;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.25em;
	cursor: pointer;
}
#password, #retypepassword {
    width: 90%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
	margin: 0;
}
.register_password { width: 90% !important; }
.password_info {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: red;
	font-size: 13px;
	line-height: 15px;
	padding: 10px 0;
}
.forget_password {
	text-align: right;
	padding-top: 5px;
}
.forget_password a {
	color: #f00;
	text-decoration: none;
}

#header {
	width: 100%;
	position: fixed;
	z-index: 10;
	top: 0px;
}
#filter_options .fa-check {
	color: #fff;
	margin: 1px;
	display: none;
}
.checkbox label input[type="checkbox"]:checked + .cr > i {
    display: inline-block !important;
}