body {
	padding-top: 0px;
	padding-bottom: 0px;
	/*-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	font-family: 'Open Sans', sans-serif;
	position:relative;
	background: #fff;
}
a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
	outline: 0;
}
 input::-moz-focus-inner {
 border: 0;
}
  
  @-webkit-keyframes bounce {
    0%       { bottom:0px; }
    50%      { bottom:15px; }
    100%     {bottom:30;}
  }
  
   @-moz-keyframes bounce {
    0%       { bottom:0px; }
    50%      { bottom:15px; }
    100%     {bottom:30;}
  }
  
   @-o-keyframes bounce {
    0%       { bottom:0px; }
    50%      { bottom:15px; }
    100%     {bottom:30;}
  }
  
   @keyframes bounce {
    0%       { bottom:0px; }
    50%      { bottom:15px; }
    100%     {bottom:30;}
  }


.clr{
	clear: both;
}

@font-face {
  font-family: 'Cambria';
  src: url('Cambria.eot');
  src: url('Cambria.eot?#iefix') format('embedded-opentype'),
       url('Cambria.svg#Cambria') format('svg');

  font-weight: normal;
  font-style: normal;
}
::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

 :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}

input:focus {
    outline-offset: 0px;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.menu{
	    margin-top: 12px;
	    float: right;
}

.top_bar{
	background: #000422;
}
.address{
	
}
.address ul{
	padding: 0;
	margin: 0;
}
.address ul li{
	list-style-type: none;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	padding: 9px 12px;
	position: relative;
	letter-spacing: 1px
}
.address ul li .fa{
	color: #d88c08;
	padding-right: 3px;
	
}
.address ul li:after{
	position: absolute;
	content:url('../images/dots.png');
	padding: 0 11px;
}
.address li:last-child:after
{
	display: none;
}
.time{
	
}
.time ul{
	margin: 0;
	padding: 0;
	text-align: right;
}
.time ul li{
	display: inline-block;
	list-style-type: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	padding: 9px 12px;
	letter-spacing: 1px;
}
.time ul li .fa{
	color: #d88c08;
	padding-right: 3px;
	
}
.time ul li span{
	color: #d88c08;
}
.logo{
	
}
.logo_menu{
	padding: 28px 0;
	background: rgba(255, 255, 255, 0.83);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}
.banner-overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.banner-text-area{
text-align: center;
    padding-top: 20%;
	
}
.banner-text-area h2 {
	font-size: 60px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
    margin: 0;
}
.banner-text-area h4{
   font-family: 'Open Sans', sans-serif;
	font-size: 41px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
.banner-text-area p {
font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 12px 0;
    margin: 0;
}
.banner-text-area a {
    color: #fff;
    padding: 9px 32px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 10px;
    transition: .5s ease-in-out;
    background: rgba(216, 140, 8, 0.92);
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-radius: 20px;
}
.banner-text-area a .fa{
	padding-left: 5px;
}
.banner-text-area a:hover
{
	background: #fff;
	color:#000;
	transition: .5s ease-in-out;
	text-decoration: none;
}
.quality{
    margin-top: -49px;
    z-index: 9;
    position: relative;
}
.quality .form{
	background: url(../images/form_bg.jpg) no-repeat;
	background-size: 100% 100%;
    padding-bottom: 34px;
    padding-top: 7px;
    padding: 3px 25px 18px 25px;
	border-top: 3px solid #000;
}
.quality .form input[type="text"] {
       width: 100%;
    height: 40px;
    border-radius: 22px;
    /* margin: 0 0 13px 0; */
    padding: 0 0 0 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 23px;
}
.quality .form input[type="email"] {
       width: 100%;
    height: 40px;
    border-radius: 22px;
    /* margin: 0 0 13px 0; */
    padding: 0 0 0 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 23px;
}
.quality .form input[type="tel"] {
       width: 100%;
    height: 40px;
    border-radius: 22px;
    /* margin: 0 0 13px 0; */
    padding: 0 0 0 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 23px;
}
.quality .form input[type="submit"] {
    background: #fff;
    color: #000;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 0 9px 0;
    border-radius: 22px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
	    margin-top: 23px;
	border: 1px solid #ffba00;
}
.quality .form h3:before{
	content: "";
    height: 1px;
    width: 43px;
    background: #fff;
    position: absolute;
    right: 85px;
    top: 22px;
    left: 0;
    margin-top: 13px;
}
.quality .form h3{
font-family: 'Cambria';
	font-size: 27px;
	color: #fff;
	position: relative;
	    text-align: left;
}
.paddingnon{
	padding: 0;
	border-top: 3px solid #000;
}
.form_left_dog img{
	width: 100%;
	
}
.paddingright{
	padding-right: 0;
}
.welcome{
	padding: 50px 0;
}
.welcom_img img{
	width: 100%;
	    padding-top: 41px;
}
.welcome_text{
	
}
.welcome_text h4{
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
}
.welcome_text h3{
	font-family: 'Cambria';
    font-size: 32px;
    padding: 0;
    margin: 0 0 24px 0;
    font-weight: 400;
    color: #1e1e1e;
    position: relative;
}
.welcome_text h3:after{
	position: absolute;
    content: "";
    height: 2px;
    width: 60px;
    top: 42px;
    left: 0;
    background: #d88c08;
    margin: 10px 0;

}
.welcome_text p{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	padding-top: 10px;
	text-align: justify;
}
.welcome_text a{
	font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #333232;
    border-radius: 20px;
    border: 1px solid #d88c08;
    padding: 5px 15px;	
}
.welcome .paddingnon {
    padding: 0;
	border: none;
}
.pa_botton{
	padding-bottom: 12px;
}
.paddingnonleft{
	padding-left: 0;
}
.paddingnonright{
	padding-right: 0;
}
.product{
	    margin: 47px 0;
}
.pro_title{
	text-align: center;
}
.pro_title h3{
	font-family: 'Cambria';
    font-size: 32px;
    padding: 0;
    margin: 0 0 21px 0;
    font-weight: 400;
    color: #1e1e1e;
    position: relative;
}
.pro_title h3:after{
	position: absolute;
    content: "";
    height: 2px;
    width: 60px;
    top: 42px;
    left: 48%;
    background: #d88c08;
    margin: 10px 0;
}
.pro_title p{
font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    padding-top: 10px;
    text-align: center;
    color: #636363;
    width: 70%;
    margin: 0 auto;
	    padding-bottom: 38px;
}
.column {
  float: left;
  width: 25%;
  display: none; /* Hide all elements by default */
	margin-top: 30px;
}

.myBtnContainer{
	    border-top: 1px dotted #636363;
    border-bottom: 1px dotted #636363;
    padding: 12px 0;
    width: 70%;
    margin: 0 auto;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
}
.content img{
	padding: 0 19px;
}
/*.leftnonpadd{
	padding-left: 0!important;
}
.rightrnonpadd{
	padding-right: 0!important;
}*/

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}
.content h4{
	    font-family: 'Cambria';
    font-weight: 400;
    font-size: 14px;
    color: #1b1b1b;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0;
}
.content a{
	    color: #333232;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #dad7d7;
    padding: 5px 11px;
    border-radius: 26px;
	
}
.gallery_product img{
	margin-top: 30px;
}

/* Style the buttons */
 .btn {
 background-color: transparent;
    color: #1b1b1b;
    box-shadow: none;
    border-radius: 22px;
    padding: 5px 29px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	     border: none;
}

 .btn-default:hover {
 background-color: transparent;
    color: #fff;
    border: 1px solid #d88c08;
	 background: #d88c08;
    box-shadow: none;
    border-radius: 22px;
    padding: 5px 29px;;
}

 .btn-default.active {
background-color: #d88c08;
    color: #fff;
    border: 1px solid #d88c08;
    box-shadow: none;
    border-radius: 22px;
    padding: 5px 29px;;
}

.newsletter{
	background: #d88c08;
	    padding: 26px 0;
}
.mail_news{
	padding-top: 12px;
}

.mail_news h3{
	text-transform: uppercase;
	font-size: 29px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	    letter-spacing: 1px;
}
.mail_news h3 span{
	font-weight: 300;
	padding-right: 23px;
	font-family: 'Raleway', sans-serif;
	
}
.form{
	text-align: center;
	
}
.newsletter .form input[type="text"] {
    width: 92%;
    height: 40px;
    /* margin: 0 0 13px 0; */
    padding: 0 0 0 1px;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    color: #fff;
    letter-spacing: 2px;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid white;
	float: left;
}
.newsletter button {
	background: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 11px;
    border-radius: 22px;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 10px 25px;
    color: #000;
    letter-spacing: 2px;
	    margin-top: 14px;
}
footer{
	background:#000;
	padding: 27px 0 0 0;
	background-size:cover;
}
.footer_menu{
	
}

.footer_menu h3{
	color: #fff;
	font-size: 18px;
		font-family: 'Cambria';
	font-weight: 400;
	position: relative;
	margin-bottom: 23px;
	    margin-top: 0;
}
.footer_menu h3:after{
	position: absolute;
	content: "";
	height: 1px;
	width: 29px;
	top: 31px;
	left: 0;
	background: #fff;
	
}
.footer_menu ul{
	padding: 0;
	margin: 0;

	
}
.footer_menu ul li{
	list-style-type: none;
	
	
}
.footer_menu ul li a{
	color: #646464;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	 line-height: 24px;
	
}
.footer_menu p{
	color: #646464;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	    line-height: 24px;
	margin: 0;
}
.footer_menu h4{
	color: #646464;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	    line-height: 35px;
	margin: 0;
}
.footer_menu h4 .fa{
	color:#fff;
	padding-right: 8px;
}
.client-text-area{
    padding-top: 1px;
    width: 100%;
    margin: 0 auto;
	
}
.client-text-area h2 {
	font-size: 13px;
    line-height:20px;
    color: #646464;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	    top: -10px;
    position: absolute;
    
}
.client-text-area p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #fff;
	    font-size: 13px;
    padding-top: 22px;
}
.client-text-area span img {
	    width: 54px !important;
}
#client-carousel .owl-controls .owl-nav {
    width: 40px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    margin-top: 10px;
}

#client-carousel .owl-controls .owl-nav .owl-prev,
#client-carousel .owl-controls .owl-nav .owl-next {
  top:0;
 margin:auto;
 width:20px;
 height:20px;
 line-height: 1;
 font-size: 17px;
color: #dfdede;
 position: relative;
}
#client-carousel .owl-controls .owl-nav .owl-prev {
 float: left;
}
#client-carousel .owl-controls .owl-nav .owl-next {
 float: right;
}

.copy_right{
	
}
.copy_right h3{
	color: #646464;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.copy_right h4{
	font-size: 13px;
	color: #373737;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.bottom_footer{
	    border-top: 1px solid #1b1b1b;
    margin-top: 17px;
}
.footer_social {
    margin: 0;
    padding: 0;
    text-align: left;
	    margin-top: 21px;
}.footer_social ul {
    margin: 0;
    padding: 0;
	text-align: right;
}
.footer_social ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}
.footer_social ul li a
{
	display: block;
}
/****contactuspage****/
.about_body{
	padding: 70px 0;
}
.about_body h3{
	font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #808080;
	    line-height: 36px;
}
.about_body h2{
	    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 35px;
    color: #d88c08;
    margin-top: 0;
}


/****contactuspage****/
.inner_content{
	padding: 10px 0 75px 0;
}

.contact-right{
	border-left: 1px solid #ccc;
}

.contact-left p {
    color: #7d7d7d;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 0 0 10px 0;
    line-height: 29px;
	text-transform: uppercase;
}

.contact-left p a{
	color: #7d7d7d;
	text-decoration: none;
}

.contact-left span {
    color: #b17308;
    font-weight: 400;
    padding-right: 10px;
    width: 150px;
    font-size: 18px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
}

.contact_map{
	margin: 30px 0 0 0;
	height: 300px;
	border-top: 1px solid #ccc;
	padding: 15px 0 0 0;
}

.contact_message{
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
}

.form-group input{
	border-radius: 0;
	border: 1px solid #ccc;
}

.form-group label{
   font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
}

.contact_button{
	padding: 9px 35px;
	background: #d88c08;
	color: #fff;
	border: 0;
	border-radius: 0;
	transition: .3s all ease-in;
}

.contact_button:hover{
	background: #d88c08;
	transition: .3s all ease-in;
	color: #fff;
}

.inner_heading{
	position: absolute;
	top: 194px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.inner_heading h2{
	padding: 0;
	margin: 0;
	color: #f2df09;
	font-size: 72px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
.inner_content h3 {
    padding: 20px 10px;
    font-size: 32px;
   font-family: 'Open Sans', sans-serif;
}

/****Blog*****/
.headline{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 35px;
    color: #d88c08;
    margin: 20px 0;
}
.well-blog {
	background: rgba(232, 232, 232, 0.25);
	border:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom:0px;
	padding:15px;
}
.blog-title {
	    color: #000;
    font-size: 24px;
    font-weight: 400;
	margin-bottom:10px;	
}
.blog-date {
	margin-bottom:20px
}
.blog-text {
	color: #616161;
        font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.social-container {
	display: inline-block;
	width: 100%;
	margin: 10px 0px;
}
.blog-right-heading {
	color: #000;
        font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
	border-bottom: #d88c08 2px solid;
	padding-bottom:5px;
	margin-bottom:10px;
}

.btn-blue  {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-transform: uppercase;
	
    line-height: 1.42857143;
    border: 1px solid transparent;
    font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
    background: #d88c08;
    padding: 10px 30px;
	transition-duration: 1s;
    -webkit-transition-duration: 1s;
	
	
	
}


.btn-blue:focus, .btn-blue:hover {
	
    color: #fff;
    background: #b17308;
	transition-duration: 1s;
    -webkit-transition-duration: 1s;
	
	}
.featured-posts-title {
	color: #0075b2;
    font-size: 18px;
    font-weight: 600;
	margin:10px 0px 5px;	
}

#right-panel .news-item {
    margin-bottom: 10px;
}

#right-panel .panel-default{
	border-radius: 0;
    border: #0075b2 0 solid;
    background: #f9f9f9;
}

#right-panel .panel-default .panel-footer {
    padding: 10px 15px;
    background-color: #e2ebef;
    border-top: 0px solid #0075b2;
}

.recent-post-title {
	color: #000;
    font-weight: 600;
}
.recent-post-link {
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}

/****Products*****/
.about_body .content{
	text-align:center;
	
}
.pro_title h3 {
    font-family: 'Cambria';
    font-size: 32px;
    padding: 0;
    margin: 0 0 21px 0;
    font-weight: 400;
    color: #1e1e1e;
    position: relative;
}

.logo {
    width: 70px;
}

.logo img{
	max-width: 100%;
}

.banner .owl-carousel {
	position: relative;
	background: #000;
}
.banner .owl-carousel .owl-item .item img {
	opacity: 0.7;
	height:567px;
	object-fit: cover;
}
.gallery_product img {
	margin: 30px auto 0 auto;
	height: 200px;
	object-fit: cover;
}
#ne {
	width: 92%;
	height: 40px;
	/* margin: 0 0 13px 0; */
	padding: 0 0 0 1px;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	color: #fff;
	letter-spacing: 2px;
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid white;
	float: left;
}

.inner_banner {
	background: #000;
}
.inner_banner img {
	width: 100%;
	opacity: 0.7;
}
#blog_page .col-md-8{
    margin-bottom:30px;
}

