body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

/*.table_img h2 {
  scroll-margin-top: 150px;
}*/

p {
	color: #fff;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 250;
	margin-top: 20px;
}

.pd-0 {
	padding: 0 !important;
}

.table {
    margin-bottom: 0;
}

.table td, .table th {
    vertical-align: middle;
}

.table td {
    border-right: #000 1px solid !important;
    border-bottom: #000 1px solid !important;
    border-top: #000 1px solid !important;
    border-left: #000 1px solid !important;
}

.packing td {
	border: none;
}

.garden {
	padding: 50px 0;
}

.garden td {
	border: none;
/*	text-align: left;*/
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}

a {
	text-decoration: none;
	color: #fff;
}

ul {
	padding: 0;
	margin: 0;
}

/* Header-top */

.header-top {
	background: #161616;
	padding: 10px 0;
	display: none;
}
.packing {
	padding: 50px 0;
}
.packing img {
	box-shadow: 0px 0px 10px #888;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.packing h5 {
	margin-bottom: 0;
	font-size: 17.7px;
	text-align: center;
}
.garden img {
	margin-bottom: 30px;
    margin-left: 0;
    margin-top: 30px;
}
nav{
	margin-left: 20%;
}
.col-md-6 ul{
	margin-right: -105%;
	margin-top: -6%;
}
ul.top_contact li {
	display: inline-block;
	margin-left: 20px;
}

ul.top_contact li a {
	text-decoration: none;
}

ul.top_contact li a:hover {
	color: #da292a;
}

ul.top_contact li > a:after {
	content: '';
}

ul.top_contact li .svg-inline--fa {
	color: #da292a;	
	font-size: 22px;
	margin-right: 10px;
}

/* Header Starts */

.header {
	background: #000;
	padding: 10px 0;
	display: flex;
  	align-items: baseline;
  	/*z-index: 100;
    position: fixed;
    width: 100%;*/
}

.header img {
	width: 300px;
}

.btn-red a {
	display: inline-block;
	padding: 10px;
	background: #da292a;
	color: #fff;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

.btn-red-1 a {
	display: inline-block;
	padding: 12px 28px;
	background: #da292a;
	color: #fff;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	border-radius: 3px;
}

.btn-block a {
	display: inline-block;
	border: 2px solid #000;
	color: black;
	padding: 10px 15px;
	text-decoration: none;
	border-radius: 3px; 
	background: white;
}

.btn-block a:hover {
	color: #fff;
	background: transparent;
}


/* Navbar */

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin-top: 25px;
	padding: 0;
}

#logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size:20px;
	line-height: 60px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: left;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	}

/* Styling the links */
nav a {
	display:block;
	text-transform: uppercase; 
	padding:0px 16px;	
	color:#FFF;
	font-size:18px;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
}

nav a:hover {
	color: #da292a;
}


nav ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #000000; 
	text-decoration: none;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 30px;
	background: #000;
	z-index: 9; 
	margin-left: -8%;
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:251px;
	float:none;
	display:list-item;
	position: relative;
	margin-top: 5px;
	margin-bottom: 4px;
}

nav ul ul li a {
	padding: 0px 10px;
    font-size: 14px;

}



/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; display: none;}
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 1024px) {

	p{
		font-size: 9px;
	}
	li a{
		font-size: 18px;
	}
	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}

	nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #254441;
		padding:14px 20px;	
		color:#FFF;
		font-size:17px;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #000000;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #000000;
		color:#da292a;
		text-decoration: none; 

	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}
	.services{
		display: none;
	}
	.pro-nav{
		display: none;
	}
	.abt_table{
		width: 50%;
	}
	.abt_content{
		width: 190%;
	}
	.abt_content .abt_img{
		width: 50%;
		margin-right: 20%;
	}
	.msg_table{
		width: 80%;
		margin-right: 20%;
		margin-left: -10%;
	}
	.quality_table{
		width: 70%;
	}
	.contact-content{
		width: 40%;
		margin-left: -55%;
	}
	.form-content{
		display: none;
	}
	.contact_form{
		width: 20%;
		margin-left: 25%;
	}
	#contact{
		display: none;
	}
	.contact-block{
		margin-left: 5%;
	}
	.contact_img{
		display: none;
	}
}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}

/*navbar*/

/* Banner */

.carousel-inner {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}
.carousel-inner {
	padding-top: 33%;
	display: block;
	content: "";
}
.carousel-item {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: skyblue;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carousel-item img {
	width: 100%;
}

/* Banner */

/* Services */

.services {
	padding: 100px 0 50px;
	background: url(../images/bg-services.jpg);
	background-size: cover;
}

.sercices-block {
	background-color: #161616;
	padding: 10px 15px; 
	border-bottom: 10px solid #B03039; 
	text-transform: uppercase;
}

.services h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase; 
}

.heading h3 {
	color: #121212;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 700;
}

.services h2 span {
	color: #fc2442;	
}

.services p {
	color: #fff;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}


/* Services */

/*contact-me*/

.contact-me {
    padding: 100px 0; 
}

.contact-wrapper h3 {
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.2;
    font-size: 24px;
    color: #1f2a37; 
}


.contact-wrapper p {
    margin-bottom: 30px;
    font-weight: 400;
    color: rgba(31,42,55,0.9);
    font-size: 15px;
    font-family: "Raleway",arial,sans-serif;
    line-height: 1.5;
}

.contact-wrapper .form-control {
    padding: 0 15px;
    font-family: "Raleway",arial,sans-serif;
    font-size: 14px;
    border:1px solid #94da46;
    border-radius: 0px;
    height: 42px;
    line-height: 1;
    outline: none;
}

.contact-wrapper .form-control1 {
    padding: 15px;
    font-family: "Raleway",arial,sans-serif;
    font-size: 14px;
    border:1px solid #94da46;
    border-radius: 0px;
    line-height: 1;
    outline: none;
    width: 100%; 
}

.form-control:focus, .form-control1:focus {
    box-shadow: none;
}

.contact-wrapper .btn {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    background: #94da46;
    color: #fff;
    border-radius: 0px;
    width: 100%;
    border: none;
    padding: 9px 25px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.contact-wrapper .btn:hover {
    background: #7bc628;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.contact_img{
	width: 60%;
}

.contact_img img{
	width: 100%;
	margin-top: -90%;
	margin-left: 85%;
}

.content p{
	color: black;
	font-size: 15px;
}

.content a{
	color: black;
	text-decoration: none;
}

textarea.form-control {
    height: 123px;
}

.maps {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #ddd;
    width: 100%;
}

.form{
	background: rgba(231, 231, 231, 0.934);
}

/* Section-4 */

.section-4 {
	padding: 50px 0 30px;
	background: url(../images/section-4.jpg);
	background-size: cover;
}

.section-4 h2 {
	font-size: 48px;
    font-weight: 700;
    color: #fff;
}



/* Section-4 */

.section-5 {
	padding: 50px 0 30px;
	background: url(../images/certificates_bg.jpg);
	background-size: cover;
}

.section-5 h3 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}


.section-5 .col-md-6 img {
	margin-top: 15px;
}

.section-5 .col-md-4 p {
	font-size: 20px;
	padding: 0 45px;
}

.heading-1 p {
	font-size: 20px;
	text-align: justify;
}


/* section-6 */

.section-6 {
	background: url(../images/section-6-bg.jpg);
	background-size: cover;
	padding: 100px 0;
}

.section-6 h3 {
	font-size: 40px;
	text-transform: uppercase;
} 

.section-6 p {
	font-size: 32px;
	color: #121212;
	font-weight: 300;
}

/* section-8 */



.section-8 {
	background: #fff3f3; 
	padding: 100px 0;
}

.section-8 h3 {
	font-size: 40px;
}

.section-8 p {
	font-size: 20px;
	color: #121212;
}

.section-8 .text-block {
	background: transparent;
    font-family: 'Roboto', sans-serif;
    color: #ddd;
    border: 2px solid #121212;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    font-size: 15px; 
}

.block {
	margin-top:30px;
	display: flex;
  	justify-content: space-between;
  	margin-bottom: 20px;
}

.block .text-block-1 {
	background: transparent;
    font-family: 'Roboto', sans-serif;
    color: #ddd;
    border: 2px solid #121212;
    border-radius: 5px;
    padding: 15px;
    width: 49%;
    font-size: 15px; 
} 


/* Section 9 */

.section-9 {
	background: url(../images/section-9-bg.jpg);
	background-size: cover;
	padding: 50px 0 0;
}

.section-9 h3 {
	font-size: 40px;
	color: #fff;
}

.section-9 p {
	font-size: 28px;
	font-weight: 300;
}

.section-9 .small {
	font-size: 16px;
	line-height: 30px;
	margin-top: 50px;
}


/* footer-1 */

.footer-1 {
	background: #252525;
	padding: 50px 0 80px;
	position: relative;
}


.footer-1 ul li {
	display: inline-block;
}

.footer-1 h4 {
	color: #f7f7f7;
	font-size: 18px;
	margin: 30px 0 13px;
	text-transform: uppercase;
}

.footer-1 a {
	display: inline-block;
}

.footer-1 .border-bottom {
	border-bottom: 1px solid #3c3c3c!important;
	padding-bottom: 30px;
}


ul.footer-link li {
	margin-right: 48px;
}

ul.footer-link li a:hover {
	color: #da292a;	
	text-decoration: none;
}

ul.social li {
	margin-left: 32px;
}

.svg-inline--fa {
	color: #da292a;	
	font-size: 22px;
}


.footer-2 {
	margin-top: 30px;
}


.copyright {
	background: #F3F3F3;
}

.copyright_links {
	text-align: center;
}

ul.copyright_links li {
	display: inline-block;
	margin-left: 10px;
}

ul.copyright_links li a {
	color:#a3a3a3 !important;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
}

.copyright p {
	color:#a3a3a3;
	font-size: 12px;
	font-weight: 500;
	margin: 0;
}

.copyright p a {
	color: inherit;
	text-decoration: none;
}

/* about-us */

.about-us {
    padding: 50px 0;
}

.margin-auto {
    margin: 0 auto;
}

.about-us .col-sm-8 h1 {
    font-size: 35px;
    line-height: 1.2;
    position: relative;
    color: #000;
}

.about-us .col-sm-8 h1 small {
    display: block;
    opacity: .8;
    line-height: 1.2;
    font-weight: 400;
    color: #667279;
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 10px;
}

.about-us .col-sm-8 h1:after {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    border-bottom: 2px solid #da292a;
    margin-top: 1.2rem;
    margin-left: -2rem;
    left: 50%;
}

.about-us .col-sm-8 p {
    font-size: 13px;
    text-align: left;
    color: #121212;
    margin-top: 60px;
    margin-bottom: 0;
}


/* Logo Slider  */




/* Slider */



.slick-slide {
    margin: 0px 20px;
}


.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* products pages */

.pro-banner {
	width: 100%;
	margin:0 auto;
}

.banner {
/*	padding-top: 5%;*/
}

#contact {
	
}

.comb a {
	font-weight: normal;
}

.outer-wrapper {
	background: #000; 
	height: auto;
	position: -webkit-sticky;
  	/*position: sticky;
  	top: 0;
  	z-index: 9;*/
  	border-top: 1px solid #fff;
/*  	margin-top: 68px;*/
}

#demo1{
	border: 1px solid #000;
	padding: 0;
    margin: 0 5px;
    height: 100% !important;
}

#demo2{
	border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}

#demo3{
	border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demo4{
	border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demo5{
	border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demo6{
	border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demo7{
	border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demo8{
	border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demo9{
	border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
.pro_details {
	padding: 30px 0;
}

.pro_details .block {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 60px;
}

.pro_details .block .col-md-6 img{
	width: 60%;
}

.last {
	margin-bottom: 0px !important;
	border-bottom: none  !important;
	padding-bottom: 0px  !important;	
}

.pro_details h3 {
	border-bottom: 3px solid #DFDFDF;
	    padding-bottom: 10px;
    margin-bottom: 20px;
} 


.pro-cat-link {
	width: 100%;
	margin: 0 auto;
	/*position: sticky;
    top: 0;
    z-index: 9;*/
    border-top: 1px solid #fff;
}

.pro-cat-link .col-md-2{
/*	margin-right: -5%;*/
}

.pro-cat-link .col-md-12 h3 {
    background: #333;
    width: 260px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0;
}

ul.pro-nav-2 li {
	margin-right: 5px;
}



/* end Required CSS */


.pro-nav {
	background: #e5e5e5;
	padding: 20px 0;
	margin: 30px 0;
}

.pro-nav ul li {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 10px;
	margin-left: 60px;
}

.pro-nav ul li a {
	text-transform: uppercase;
	color: inherit;
	font-size: 16px;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.pro-nav .custom-container {
	width: 90%;
	margin: 0 auto;
}

.pro-dropdown a {
	font-size: 19px;
    text-decoration: none;
    color: #fff;
    padding: 9px 21px;
    text-transform: uppercase;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.pro-dropdown ul{
	margin-left: 0;
}

.pro-dropdown ul li{
	margin-left: 5px;
}

.pro-dropdown a:hover {
	background: none;
	color: #fff;
}

.pro-dropdown ul ul {
	background: #EEEDED;
	width: 100%;
}

.pro-dropdown ul ul li {
	width: 100%;
}

.pro-dropdown ul ul li a {
	font-size: 12px;
    font-family: 'Roboto', sans-serif;
	color: #333;
}

.pro-dropdown ul ul li a:hover {
	color: #fff;
}


/* pro-nav-3 */

.pro-nav-3 {
	background: #EEEDED;
	padding: 0;
	position: relative;
	overflow: hidden;
	margin-top: 0;
	/*position: sticky;
    z-index: 9;*/
}

.pro-nav-3 .container {
	width: 100%;
	margin: 0 auto;
}

.container ul {
	position: relative;
	z-index: 1;
	text-align: center;
}

.btn {
	margin-bottom: 0;
}

.container ul li {
	display: inline-block;
	margin-right: 0;
	color: #fff;
	padding-left: 0;
}

.container ul li a {
	color: #333;
	text-decoration: none;
}  

.rotate-overlay1 {
	position: absolute;
    background: #da292a;
    left: -63%;
    top: -542px;
    height: 1000px;
    width: 1250px;
    -ms-transform: rotate(29deg);
    transform: rotate(29deg);
}

.rotate-overlay2 {
	position: absolute;
    background: #eeeded;
    left: -740px;
    top: -542px;
    height: 1000px;
    width: 1250px;
    -ms-transform: rotate(29deg);
    transform: rotate(29deg);
}

.rotate-overlay3 {
	position: absolute;
    background: #da292a;
    left: -56%;
    top: 0;
    height: 1000px;
    width: 1250px;
    -ms-transform: rotate(29deg);
    transform: rotate(29deg);
}

/* pro-matter */

.pro-matter {
	margin-left: 0%;
	padding: 20px 0 0;
}

.pro-matter .row {
	background: #f2f2f2;
    padding: 10px 0;
}

.pro-matter p {
    font-size: 13px;
    color: #121212;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
}

.button button{
    width: 250px;
    text-align: center;
    margin: 20px 10px;
    font-weight: bold;
	background: #da292a;
	border-radius: 20%;
	border: none;
    color: #fff;
    cursor: pointer;    
    position: relative;
	margin-left: 72%;
}
button a{
    text-align: center;
    color: #fff;
    text-decoration: none;
}
span{
    /*background: #da292a;*/
    height: 100%;
    width: 0;
    position: relative;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
}
button:hover{
    border: none;
}
button a:hover{
	color: #000;
	text-decoration: none;
	width: 250px;
}
/*
.table_pro{
	border:#cccccc 1px dotted;
	width: 80%;
	margin-left: 10%;
}
.table{
	text-align:center;
	width: 80%;
}
.table td{
	border-right:#ededed 1px solid; 
	border-bottom:#ededed 1px solid; 
	padding:0px 5px 0px 5px;
	font-size: 13px;
}
.table_pro .table_1{
	text-align:center;
	width: 40%;
}
.table_1 td{
	border-right:#ededed 1px solid; 
	border-bottom:#ededed 1px solid; 
	padding:0px 5px 0px 5px;
	font-size: 13px;
}
.table_title{
	background:#333333; 
	color:#FFFFFF; 
	font-weight:bold; 
	text-align:center;
}
.table_align_l{
	text-align:justify;
}
.table_align_c{
	text-align:center;
}

.table_r{
	text-align:center;
	width: 50%;
}
.table_r td{
	border-left:#ededed 1px solid; 
	border-bottom:#ededed 1px solid; 
	padding:0px 5px 0px 5px;
	font-size: 13px;
}

.table_article{
	background:#555555; 
	color:#FFFFFF; 
	text-align:center;
}
*/

/* CSS Document */

.top_nav{background:url(../images/buttons_bar.jpg) repeat-x; color:#999999; text-align:center; font-weight:bold; vertical-align:middle; height:39px;}
.top_nav a{color:#dddddd; text-decoration:none; padding:10px 20px 10px 20px;}
.top_nav a:hover{color:#FF0000; background:#000000;}

.red_bold{color:#FF0000; font-weight:bold;}

.more{color:#FF0000;}
.more a{color:#FF0000; padding:1px 5px 2px 5px; text-decoration:underline;}
.more a:hover{color:#ffffff; background:#FF0000; text-decoration:none;}

.bullet{color:#FF3300; font-weight:bold; padding:0px 5px 0px 0px;}

.pro_range{text-align:left;}
.pro_range a{color:#666666; text-decoration:none; font-weight:bold;}
.pro_range a:hover{color:#000000; text-decoration:underline;}

.bottom{background:url(../images/grey_line.jpg) repeat-x top; height:30px; padding:10px 16px;}
.bottom a{color:#FF0000; text-decoration:underline; padding:10px 20px 10px 20px;}
.bottom a:hover{color:#000000; text-decoration:underline;}

.pagination{font-family:verdana; font-size:11px; font-weight:bold; text-align:right; height:20px;}
.pagination a{color:#ff0000; border:#CCCCCC 1px solid; padding:2px 5px; text-decoration:none; margin:0px 1px;}
.pagination a:hover{background:#FFCCCC; color:#000000;}
#active{margin:0px 1px; padding:2px 5px; border:#cccccc 1px solid; background:#CC0000; color:#FFFFff; cursor:default;}

.table{text-align:center;}
.table td{border-right:#ededed 3px solid; border-bottom:#ededed 3px solid; border-top:#ededed 3px solid; padding:5px 10px;border-left: #ededed 3px solid;}
.table_title{background:#000; color:#FFFFFF; font-weight:500; text-align:center;}
.table_align_l{text-align:justify;}
.table_align_c{text-align:center;}

.table_r{text-align:center;border: #ededed 1px solid;}
.table_r td{padding:5px 10px;}
 td {border: #000 1px solid;padding: 5px 10px; font-size: 12px;}
.table_article{background:#555555; color:#FFFFFF; text-align:center;}

.contact{font-family:arial; font-size:20px; color:#E20000; font-weight:bold;}
.contact1{font-family:verdana; font-size:12px; color:#990000;}

.next_back{font-family:verdana; font-size:11px; font-weight:bold; height:20px;}
.next_back a{color:#ff0000; border:#CCCCCC 1px solid; padding:2px 5px; text-decoration:none; margin:0px 1px;}
.next_back a:hover{background:#FFCCCC; color:#000000;}

.border_right{border-right:#CCCCCC 1px dashed;}
.border_right_bottom{border-right:#CCCCCC 1px dashed; border-bottom:#CCCCCC 1px dashed;}
.border_bottom{border-bottom:#CCCCCC 1px dashed;}

.top_cat{float:right; width:460px;}
.top_cat a{color:#930104; text-decoration:none; padding:6px 20px 11px 20px; border-right:#E6E6E8 1px solid; border-left:#C5C3C4 1px solid;}
.top_cat a:hover{color:#FFFFFF; background:#DB0221;}

.accessories{font-family:arial; font-size:16px; font-weight:bold; color:#333333;}

.section-4 .container .value-values{color:#fff;font-family:Roboto;font-size:17px;margin-bottom:18px;font-weight:400;text-transform:uppercase;display:inherit;width:auto;top:-114px;left:492px;position:relative}
.section-4 .container .value-values span{display:inline-block;width:102px;text-align:center} 
.section-4 .container .value-values span:first-child{margin-right:19px}
.section-4 .container .value-values span:nth-child(2){margin-right:31px}
.section-4 .container .value-values span:nth-child(3){margin-right:33px}
.section-4 .container .value-values span:nth-child(4){margin-right:35px}



/* ------------------------
    Background Overlay
------------------------*/
[data-overlay] {position:relative; z-index:0;}
[data-overlay]:before, .slide-overlay:before {position: absolute;  content: '';  background-color: #000000;  width: 100%;  height: 100%;  top: 0;  left: 0; z-index:-1;}
[data-overlay].white-overlay:before{background-color:#fff;}
[data-overlay].theme-overlay:before{background-color:#f9a305;}
[data-overlay="1"]:before{opacity:0.1;}
[data-overlay="2"]:before{opacity:0.2;}
[data-overlay="3"]:before{opacity:0.3;}
[data-overlay="4"]:before{opacity:0.4;}
[data-overlay="5"]:before{opacity:0.5;}
[data-overlay="6"]:before{opacity:0.6;}
[data-overlay="7"]:before{opacity:0.7;}
[data-overlay="8"]:before{opacity:0.8;}
[data-overlay="9"]:before{opacity:0.9;}
[data-overlay="10"]:before{opacity:1;}
[data-overlay="0"]:before{opacity:0;}
.slide-overlay:before{background-color:rgba(0,0,0,0.6);}

/* footer */

.footer {
    padding: 30px 0;
    background: #ddd;
}
 

.footer h3 {
    border-bottom: 1px solid rgba(121,107,93,.4);
    color: #333;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.footer_block p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
}

a.read-more {
    line-height: 24px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #a6d119;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}

.footer_block a i {
    color: #a6d119;
    display: inline-block;
    font-size: 12px;
    padding-left: 7px;
}

ul.quick-links li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: left; 
}

ul.quick-links li .svg-inline--fa {
    margin-right: 5px;
    font-size: 10px;
    display: none;
}

ul.quick-links li a {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 26px;
    color: #444;
    font-weight: 600;
    letter-spacing: .02em;
    display: block;
    text-decoration: none;   
}

ul.quick-links li a:hover { 
    color: #919191;
}

ul.quick-links li .svg-inline--fa {
    color: #f6821f; 
} 



ul.contact-info li {
    list-style: none;
    display: flex;
    justify-content: left;
    margin-bottom: 10px;
}

ul.contact-info li .svg-inline--fa {
    color: #a6d119;
    font-size: 20px;
}

.footer .content {
    margin-left: 20px;

}

ul.social {
    margin-top: 20px;
    display: inline-block;
    margin-right: 35px;
}

ul.social li {
    display: inline-block;
}

ul.social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 17px;
    margin-right: 7px;
    -webkit-transition: all .3s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.copy-right {
    background-color: #262424;
    padding: 30px 0 10px;
} 

.copy-right img {
    width: 100%;
    max-width: 207px;
}

.copy-right p {
    color: #999;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    max-width: 830px;
}

p.mt0 {
    max-width: 100%;
}
.copy-right p span {
    color: #fff;
}

.copy-right p span,
.copy-right p a {
    display: inline-block;
}

.copy-right p a {
    color: inherit;
    text-decoration: none;
}

.line {
    background: #121212;
    height: 1px;
    width: 100%;
}

ul.footer-nav  {
    margin-top: 30px;
}

.copy-right ul.footer-nav li {
    display: inline-block;
    margin: 0xp 15px;
}

ul.footer-nav li a {
    color: #999;
    font-size: 12px;
    line-height: 20px;
}

.copy-right .mt0 {
    margin-top: 0;
    text-transform: capitalize;
}
.fandt, .top-brands, .newsletter, .footer, .content, .contact, .about, .team, .main-grid-border, .faq, .products, .collpse.tabs, .login, .check-out, .payment {
	padding: 50px 0 30px;
}
.about {
	padding: 50px 0;
}
.col-md-10 p{
	color: #000;
}
.about_2{
	margin-left: 55%;
	margin-top: -37%;
	margin-right: -60%;
}
.dark-bg{background-color:#1b1b1b;}

.col-md-6_1 p{
	margin-left: -120%;
	color: lightgrey;
}
.col1 {
    background: #EBE7E8;
    color: #333333;
}

.col2 {
    background: #fff;
    color: #333333;
}
.value-values{
	color:#fff;
	font-size:17px;
	margin-bottom:18px;
	font-weight:400;
	text-transform:uppercase;
	display:inherit;
	width:auto;
	top:-114px;
	left:492px;
	position:relative;
}
.value-values span{
	display:inline-block;
	width:102px;
	text-align:center;
}
.value-values span:first-child{
	margin-right:19px;
}
.value-values span:nth-child(2){
	margin-right:31px;
}
.value-values span:nth-child(3){
	margin-right:33px;
}
.value-values span:nth-child(4){
	margin-right:35px;
}
#values .text-container .text:nth-child(3),.contents #merit .merit-container .merit-step .merit-content .merit-chainstore .circle.six,.header .header-links ul li:first-child,.master-wrapper-main .home-container .crown-dna-contents .value-values span:nth-child(5),.product-details-page .product-description .full-description .icons img:last-of-type,.product-list .item-box.handtools:nth-child(4n),.product-list .product-item .description .icon img:last-child,.product-list .product-item .description p img:last-child,.related-products-grid .item-box:nth-child(6n){margin-right:0}



/* Products Page */

.pro-matter .pro ul li{
    font-size: 13px;
    color: #121212;
    margin-top: 4px;
    font-family: 'Roboto', sans-serif;
}

.pro-matter{
	width: 100%;
	margin-left: 0;
}

.btn-info {
    color: #fff !important;
    background-color: transparent !important;
    border-color: transparent !important;
    font-size: 19px;
    text-transform: uppercase;
}

.btn-info:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn-info:focus {
    color: #fff !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.pro-matter .pro ul{
	display: block;
	flex-wrap: wrap;
	width: 100%;
	text-align: left;
}
.pro-matter .pro ul li{
	margin-left: 0;
	font-weight: 100;
}
#items-1{
	/*display: flex;
	justify-content: space-between;*/
}
#table-1, #table-2, #table-5, #table-6{
	width: 100%;
}
#table-6 {
	margin-right: 9%;
}
#table-1{
	/*margin-left: 15%;*/
}
#table-5{
	/*margin-left: 10%;*/
}
#table-3{
	/*width: 73%;
	margin-left: 15%;*/
}
#table-4{
	/*width: 50%;
	margin-left: 12.5%;*/
}
.table_img{
	/*margin-top: 3%;*/
/*	margin-bottom: 3%;*/
}
.table_img .container {
	padding: 0;
}
#items-1 .col-md-12 {
	padding: 0;
}
#table-3 .col-md-12 {
	padding: 0;
}
#table-4 .col-md-12 {
	padding: 0;
}
.table_img img{
	width: 70%;
    margin-left: 15%;
}
.table_img h2 {
	background: #000;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
}

body {
  overflow-x: hidden; /* Hide horizontal scrollbar */
}

.prolink {
	background: #000;
	padding: 10px 0;
}

.border-right-none {
	border-right: none !important;
}

.prolink a {
	color: #fff !important;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13.7px;
    text-decoration: none;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
.prolink a:hover {
	color: #da292a !important;
}

.section-4 p {
	text-align: justify;
}

.ftext p {
	text-align: justify;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.events h1 {
    	font-size: 24px !important;
    }
	.openbtn {
	  margin-left: -4% !important;
	}
	.pnameh2 {
    	margin-top: -7% !important;
    }
    .table_img h2 {
    	font-size: 20px;
    }
	.floating-menu {
		margin-left: -35px !important;
	}
	.center-icon {
	    width: 50% !important;
	    height: 35px !important;
	    top: 95px !important;
	}
	.btn-red {
		margin-top: 0 !important;
	}
	.services {
	     display: block; 
	}
	.pro h1 {
    	font-size: 19px !important;
    }
    .pro-nav-3 .container {
    padding: 0;
}
	.garden img {
		margin-left: 0;
    	width: 100%;
    	margin-bottom: 0 !important;
    	margin-top: 0 !important;
	}
  .hidden-md {
    display: none;
  }
  .col-md-6_1 p {
    text-align: justify;
    margin-left: 0;
    padding: 0 15px;
    font-size: 12px;
  }
  .col-md-6 ul {
    text-align: left;
    margin-right: 0;
    margin-top: 0;
	}
	.about_2 {
    margin-top: -39%;
	}
	.section-5 .col-md-6 img {
    margin-top: 5px;
	}
	.heading-1 p {
	    font-size: 12px;
	    text-align: justify;
	}
	.section-9 p {
	    margin-left: 0 !important;
	    font-size: 44px !important;
	}
	.btn-block {
		margin-left: 0 !important;
	    margin-top: -10% !important;
	}
	.abt_img img {
		width: 100% !important;
	    margin-left: 30%;
	}
	.about {
	    padding-right: 15px;
	    padding-left: 15px;
	    padding-bottom: 0;
	    padding-top: 0;
	}
    .about td {
    	border: none;
    }
    .about img {
    	width: 100% !important;
    }
    .msg_table {
	    width: 100%;
	    margin-right: 0;
	    margin-left: 0 !important;
	}
	.quality_table {
		width: 100%;
		margin-left: 0 !important;
	}
	.quality_table h3 {
		margin-right: 0 !important;
	}
	.abt_content {
	    margin-left: 10px !important;
	    margin-right: 0 !important;
	}
	.quality_table img {
		padding: 0 !important;
		margin-bottom: 5%;
	}
	.quality_table div {
		padding: 0 !important;
		text-align: center;
		float: none !important;
	}
	.abt_table td {
		border: none;
	}
	.btn-info {
	    font-size: 13px;
	}
	.pro-matter .pro ul {
	    text-align: left;
	}
	.pro-cat-link {
    	top: 65px;
    	margin-bottom: 0;
    }
    .outer-wrapper {
    	top: 71px;
    	margin-top: 0 !important;
    }
    main {
	    margin-bottom: 350% !important;
	}
	.mh2 {
    	margin-top: -6% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	.events h1 {
    	font-size: 18px !important;
    }
	.dropbtn {
    	font-size: 12px !important;
    }
    .sidebar a {
    	font-size: 11px !important;
    }
    .sidebar .closebtn {
	    font-size: 36px !important;
	}
	.openbtn {
    	margin-left: -7% !important;
    }
	.center-icon {
	    width: 70% !important;
	    height: 35px !important;
	    top: 60px !important;
	}
	main {
	    margin-bottom: 550% !important;
	}
	.floating-menu {
		margin-left: -40px !important;
	}
	.pro-cat-link {
    	top: 65px;
    	margin-bottom: 0;
    }
    .outer-wrapper {
    	top: 71px;
    	margin-top: 0;
    }
	.pro h1 {
    	font-size: 13px !important;
    }
    .pro-nav-3 .container {
		    padding: 0;
		}
	.garden img {
		width: 100%;
		margin-left: 0 !important;
		margin-top: 0;
    	margin-bottom: 0;
	}
	.about {
	    padding-right: 15px;
	    padding-left: 15px;
	    padding-bottom: 50px;
	    padding-top: 0;
	}
	.abt_table td {
		border: none;
	}
  .hidden-sm {
    display: none;
  }
  .col-md-6_1 p {
    text-align: justify;
    margin-left: 0;
    padding: 0 15px;
    font-size: 12px;
  }
  .col-md-6 ul {
    margin-right: -110%;
    margin-top: 0;
    text-align: left;
  }
  ul.top_contact li {
    margin-left: 0;
  }
  .btn-red a {
     font-size: 10px;
  }
  .btn-red {
     margin-top: 0 !important;
  }
  .section-4 p {
    font-size: 12px;
  }
  .services {
    display: block;
    padding: 80px 0 50px;
  }
  .about-us {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 50px;
	padding-bottom: 50px;
}
	.ftext {
		padding-right: 0;
		padding-left: 0;
	}
	.features {
		padding-right: 0;
		padding-left: 0;
	}
	.services p {
		font-size: 20px;
	}
	.section-4 h2 {
		font-size: 44px;
	}
	.about_2 {
	    margin-top: -65%;
	}
	.ftext p {
	    font-size: 12px;
	}
	.section-5 .col-md-6 img {
	    margin-top: 15px;
	}
	.heading-1 p {
	    font-size: 12px;
	}
	.section-5 h3 {
	    font-size: 24px;
	}
	.btn-block {
		margin-left: 0 !important;
	    margin-top: -10% !important;
	}
	.section-9 p {
	    margin-left: 0 !important;
	}
	.ftext {
		padding-right: 0;
    	padding-left: 0;
	}
	.features {
		padding-right: 0;
    	padding-left: 0;
	}
	.pro-matter .pro ul li {
	    margin-left: 0;
	    text-align: left;
	}
	.table_img h2 {
    	font-size: 13px;
    }
    .msg_table {
	    width: 100%;
	    margin-right: 0;
	    margin-left: 0 !important;
	}
	.prolink a {
    	font-size: 17.5px;
    }
    .pro-nav-3 .container .col-md-3 {
		padding: 0;
	}
	.pro-nav-3 .container .col-md-2 {
		padding: 0;
	}
	ul.social {
	    display: inline-flex;
	}
	.mt-15 {
		margin-top: 0;
	}
	.btn-info {
    	font-size: 9px;
    }
    .mh2 {
    	margin-top: -6% !important;
    }
    .table_img span {
    	font-size: 10px !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
	.events h1 {
		margin-top: 0 !important;
		margin-bottom: 5% !important;
	}
	.sidebar {
		display: none;
	}
	.openbtn {
		display: none;
	}
	.about-us .col-sm-8 h1 small {
    	margin: 0 9px;
    }
	.pnameh2 {
    	margin-top: -6% !important;
    }
	.services {
		display: block;
    	padding: 60px 0 50px;
	}
	.services p {
	    font-size: 9px;
	    font-weight: bold;
	}
	.hidden-xs {
    	display: none;
	}
	.col-md-6_1 p {
        text-align: justify;
	    margin-left: 0;
	    padding: 0 15px;
	}
	ul.top_contact li {
	    margin-left: 0;
	}
	.col-md-6 ul {
	    margin-right: 0;
	    margin-top: 0;
	    text-align: left;
	}
	ul.top_contact li a {
		font-size: 15px;
	}
	.header nav {
		margin: 20px 0 0 0;
	}
	.btn-block {
		margin-left: 0 !important;
		margin-top: -10% !important;
	}
	.header-top p {
		font-size: 12px;
	}
	#footer .section-9 p {
		margin-left: 0 !important;
		font-size: 50px !important;
	}
	.copy-right p span, .copy-right p a {
	    display: contents;
	}
	.container ul li {
    	display: block;
	}
	.outer-wrapper {
    	position: relative;
    	top: 91px;
    }
    #demo2 {
	    margin-top: 15%;
	}
	#demo4 {
	    margin-top: 15%;
	}
	#demo6 {
	    margin-top: 15%;
	}
	#demo8 {
	    margin-top: 15%;
	}
	.btn-info {
	    font-size: 19px;
	}
	.table_img h2 {
	    font-size: 20px;
	}
	.section-4 p {
		font-size: 12px;
		text-align: justify;
	}
	.section-4 h2 {
    	font-size: 60px;
    }
    .section-4 {
    	padding: 50px 0;
    }
    .ftext p {
    	font-size: 12px;
    }
    .about_2 {
    	margin-left: 0;
    	margin-top: 0;
    	margin-right: 0;
    }
    .section-5 {
    	padding: 50px 0;
    }
    .section-5 h3 {
    	font-size: 30px;
	}
	.section-9 {
    	padding: 50px 0 10px;
	}
	.copy-right p {
    	margin-top: 20px;
    }
    .pro-banner img {
    	height: auto !important;
    }
    .about {
	    padding-right: 15px;
	    padding-left: 15px;
	    padding-bottom: 50px;
	    padding-top: 0;
	}
    .about td {
    	border: none;
    }
    .about img {
    	width: 100% !important;
    }
    .msg_table {
	    width: 100%;
	    margin-right: 0;
	    margin-left: 0 !important;
	}
	.quality_table {
		width: 100%;
		margin-left: 0 !important;
	}
	.quality_table h3 {
		margin-right: 0 !important;
	}
	.abt_content {
	    margin-left: 10px !important;
	    margin-right: 0 !important;
	}
	.quality_table img {
		padding: 0 !important;
		margin-bottom: 10%;
	}
	.quality_table div {
		padding: 0 !important;
		text-align: center;
		float: none !important;
	}
	.abt_table td {
		border: none;
	}
	.content {
		padding: 0 0 30px;
	}
	.section-5 .col-md-6 img {
	    float: left;
	    width: 100%;
	}
	.copyright {
	    padding: 10px 0 0;
	}
	.copy-right img {
	    max-width: 100%;
	}
	.content p {
	    padding: 10px 0;
	}
	.about-us {
		padding-right: 15px;
    	padding-left: 15px;
    	padding-top: 50px;
    	padding-bottom: 50px;
	}
	.ftext {
		padding-right: 0;
    	padding-left: 0;
	}
	.features {
		padding-right: 0;
    	padding-left: 0;
	}
	#demo1 {
	    margin: 0;
	    height: auto !important;
	}
	#demo2 {
	    margin: 0;
	    margin-top: 10% !important;
	    height: auto !important;
	}
	#demo3 {
	    margin: 0;
	    height: auto !important;
	}
	#demo4 {
	    margin: 0;
	    margin-top: 10% !important;
	    height: auto !important;
	}
	#demo5 {
	    margin: 0;
	    height: auto !important;
	}
	#demo6 {
	    margin: 0;
	    margin-top: 10% !important;
	    height: auto !important;
	}
	#demo7 {
	    margin: 0;
	    height: auto !important;
	}
	#demo8 {
	    margin: 0;
	    margin-top: 10% !important;
	    height: auto !important;
	}
	.pro-matter .pro ul li {
	    margin-left: 0;
	    text-align: justify;
	}
	.prolink a {
    	font-size: 17.5px;
    	border-right: none !important;
    }
    .pro-nav-3 .container .col-md-3 {
		padding: 0;
	}
	.pro-nav-3 .container .col-md-2 {
		padding: 0;
	}
	ul.social {
	    display: inline-flex;
	}
	.mt-15 {
		margin-top: 0;
	}
	.mt-50 {
		margin-top: 50px !important;
	}
	.pdm-0 {
		padding: 0;
	}
	.garden img {
		width: 100%;
		margin-left: 0;
		margin-bottom: 0 !important;
    	margin-top: 0 !important;
	}
	.header {
		position: relative;
		padding: 10px 0;
	}
	.btn-red {
	     margin-top: 0 !important;
	}
	.banner {
	    padding-top: 0;
	}
	.pro-banner {
	    padding-top: 0;
	}
	.pro-cat-link {
		position: relative;
		top: -36%;
	}
	.events img {
	    margin-bottom: 20px;
	}
	/*.events {
	    padding-bottom: 50px !important;
	}*/
	.center-icon {
	    width: 55% !important;
    	height: 60px !important;
    	top: 300px !important;
	}
	.floating-menu {
		position: absolute !important;
		display: none;
	}
	main {
	    margin-bottom: 10% !important;
	}
	.mh2 {
		margin-top: -20px !important;
	}
	#demos1 {
	    height: auto !important;
	}
	#demos2 {
	    height: auto !important;
	}
	#demos3 {
	    height: auto !important;
	}
	#demos4 {
	    height: auto !important;
	}
	#demos5 {
	    height: auto !important;
	}
	#demos6 {
	    height: auto !important;
	}
	#demos7 {
	    height: auto !important;
	}
	#demos8 {
	    height: auto !important;
	}
	#demos9 {
	    height: auto !important;
	}
	#demos10 {
	    height: auto !important;
	}
	#demos11 {
	    height: auto !important;
	}
	#demos12 {
	    height: auto !important;
	}
	#demos13 {
	    height: auto !important;
	}
	#demos14 {
	    height: auto !important;
	}
	#demos15 {
	    height: auto !important;
	}
	#demos16 {
	    height: auto !important;
	}
}	

@media (min-width: 320px) and (max-width: 479px) {
	.about-us .col-sm-8 h1 {
    	font-size: 30px;
    }
    .ftext h4 {
    	font-size: 21px;
    }
	.events h1 {
    	font-size: 15px !important;
    	margin-top: 0 !important;
		margin-bottom: 5% !important;
    }
    .proname {
    	font-size: 24px;
    }
    .events h3 {
    	font-size: 15px;
    }
	.sidebar {
		display: none;
	}
	.openbtn {
		display: none;
	}
	.about-us .col-sm-8 h1 small {
    	margin: 0 25px;
    	font-size: 18px;
    }
	.table_img span {
	    font-size: 10px !important;
	    margin-left: 0 !important;
	}
	.floating-menu {
		position: absolute !important;
		display: none;
	}
	main {
	    margin-bottom: -5% !important;
	}
	.center-icon {
	    width: 50% !important;
	    height: 45px !important;
	    top: 200px !important;
	}
	.events img {
	    margin-bottom: 20px;
	}
	.events {
	    padding-bottom: 30px !important;
	}
	.pro-nav-3 {
    	margin-top: -5px;
    }
	.pro-cat-link {
		position: relative;
		top: 5px;
	}
	.banner {
	    padding-top: 0;
	}
	.pro-banner {
	    padding-top: 0;
	}
	.btn-red {
	     margin-top: 0 !important;
	  }
	.header {
		position: relative;
		padding: 10px 0;
	}
	.table_img img {
	    width: 100% !important;
	    margin-left: 0 !important;
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.packing h5 {
    	margin-bottom: 15px;
    	font-size: 17px;
    }
	.weightimg {
		width: 15% !important;
	}
	.mt-50 {
		margin-top: 50px !important;
	}
	.pdm-0 {
		padding: 0;
	}
	.garden img {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 0 !important;
    	margin-top: 0 !important;
	}
	.content p {
	    padding: 10px 0;
	}
	.copy-right img {
	    max-width: 100%;
	}
	.header img {
	    width: 100%;
	}
	.copyright {
	    padding: 10px 0 0;
	}
	.section-5 .col-md-6 img {
	    float: left;
	    width: 100%;    
	}
  	.hidden-xs {
    	display: none;
	}
	.col-md-6_1 p {
     	text-align: justify;
    	margin-left: 0;
    	padding: 0 15px;
	}
	ul.top_contact li {
    	margin-left: 0;
    }
    .header-top {
    	padding: 0 0 10px;
	}
	.col-md-6 ul {
	    margin-right: 0;
	    margin-top: 0;
	    text-align: left;
	}
	ul.top_contact li a {
		font-size: 15px;
	}
	.header nav {
		margin: 20px 0 0 0;
	}
	.btn-block {
		margin-left: 0 !important;
		margin-top: -10% !important;
	}
	.header-top p {
		font-size: 12px;
	}
	#footer .section-9 p {
		margin-left: 0 !important;
		font-size: 30px !important;
	}
	.copy-right p span, .copy-right p a {
	    display: contents;
	}
	.container ul li {
    	display: block;
	}
	.outer-wrapper {
    	position: relative;
    	top: -5px;
    	margin-top: 0;
    }
    #demo2 {
	    margin-top: 15%;
	}
	#demo4 {
	    margin-top: 15%;
	}
	#demo6 {
	    margin-top: 15%;
	}
	#demo8 {
	    margin-top: 15%;
	}
	.btn-info {
	    font-size: 15px !important;
	}
	.pnameh2 {
	    margin-top: -6% !important;
	}
	.table_img h2 {
	    font-size: 10px !important;
	}
	.section-4 p {
		font-size: 12px;
		text-align: justify;
	}
	.section-4 h2 {
    	font-size: 26px;
    }
    .section-4 {
    	padding: 50px 0;
    }
    .ftext p {
    	font-size: 12px;
    }
    .about_2 {
    	margin-left: 0;
    	margin-top: 0;
    	margin-right: 0;
    }
    .section-5 {
    	padding: 50px 0;
    }
    .section-5 h3 {
    	font-size: 19px;
	}
	.section-9 {
    	padding: 50px 0 30px;
	}
	.copy-right p {
    	margin-top: 20px;
    }
    .pro-banner img {
    	height: auto !important;
    }
    .about {
	    padding-right: 15px;
	    padding-left: 15px;
	    padding-bottom: 50px;
	    padding-top: 0;
	}
    .about td {
    	border: none;
    }
    .about img {
    	width: 100% !important;
    }
    .msg_table {
	    width: 100%;
	    margin-right: 0;
	    margin-left: 0 !important;
	}
	.quality_table {
		width: 100%;
		margin-left: 0 !important;
	}
	.quality_table h3 {
		margin-right: 0 !important;
	}
	.abt_content {
	    margin-left: 10px !important;
	    margin-right: 0 !important;
	}
	.quality_table img {
		padding: 0 !important;
		margin-bottom: 10%;
	}
	.quality_table div {
		padding: 0 !important;
		text-align: center;
		float: none !important;
	}
	.abt_table td {
		border: none;
	}
	.content {
		padding: 0 0 30px;
	}
	.about-us {
		padding-right: 15px;
    	padding-left: 15px;
    	padding-top: 50px;
    	padding-bottom: 50px;
	}
	.ftext {
		padding-right: 0;
    	padding-left: 0;
	}
	.features {
		padding-right: 0;
    	padding-left: 0;
	}
	#demo1 {
	    margin: 0;
	    height: auto !important;
	}
	#demo2 {
	    margin: 0;
	    margin-top: 15% !important;
	    height: auto !important;
	}
	#demo3 {
	    margin: 0;
	    height: auto !important;
	}
	#demo4 {
	    margin: 0;
	    margin-top: 15% !important;
	    height: auto !important;
	}
	#demo5 {
	    margin: 0;
	    height: auto !important;
	}
	#demo6 {
	    margin: 0;
	    height: auto !important;
	}
	#demo7 {
	    margin: 0;
	    height: auto !important;
	}
	#demo8 {
	    margin: 0;
	    height: auto !important;
	}
	.pro-matter .pro ul li {
	    margin-left: 0;
	    text-align: justify;
	}
	.prolink a {
    	font-size: 12px;
    	border-right: none;
    }
    .pro-nav-3 .container .col-md-3 {
		padding: 0;
	}
	.pro-nav-3 .container .col-md-2 {
		padding: 0;
	}
	ul.social {
	    display: inline-flex;
	}
	.mt-15 {
		margin-top: 0;
	}
	.vices img {
		margin-left: 0 !important;
		margin-bottom: 30px !important;
		margin-top: 30px !important;
	}
	#demos1 {
	    height: auto !important;
	}
	#demos2 {
	    height: auto !important;
	}
	#demos3 {
	    height: auto !important;
	}
	#demos4 {
	    height: auto !important;
	}
	#demos5 {
	    height: auto !important;
	}
	#demos6 {
	    height: auto !important;
	}
	#demos7 {
	    height: auto !important;
	}
	#demos8 {
	    height: auto !important;
	}
	#demos9 {
	    height: auto !important;
	}
	#demos10 {
	    height: auto !important;
	}
	#demos11 {
	    height: auto !important;
	}
	#demos12 {
	    height: auto !important;
	}
	#demos13 {
	    height: auto !important;
	}
	#demos14 {
	    height: auto !important;
	}
	#demos15 {
	    height: auto !important;
	}
	#demos16 {
	    height: auto !important;
	}
}
@media (min-width: 1200px)
{
	.container {
    max-width: 100%;
}
.hidden-lg {
    display: none;
  }
}
.pro-nav-3 .container .col-md-3 {
	padding: 0;
}
.pro-nav-3 .container .col-md-2 {
	padding: 0;
}
.vices img {
	margin-left: 0;
}
.col1 {
/*	text-transform: uppercase;*/
}
.default-padding-top {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/bg-services.jpg);
    background-size: cover;
}
.site-heading {
    margin-bottom: 30px;
}
.sub-title {
    text-transform: uppercase;
    color: #da292a;
    font-weight: 800;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.site-heading .title {
    margin-bottom: 0;
}
.site-heading .devider {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #da292a;
    position: relative;
    z-index: 1;
    left: 10px;
}
.site-heading .devider:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    height: 2px;
    width: 10px;
    background: #da292a;
}
.circle-col {
    position: relative;
    width: 100%;
    color: #bbb;
    font-size: 16px;
    box-shadow: none !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.circle-col:before, .circle-col:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    border: 2px solid #da292a;
    border-color: transparent #da292a;
}
.circle-col img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    border-radius: 50%;
    padding: 10px;
}
.circle-col figcaption {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    opacity: 0;
/*    background-color: rgb(0 0 0 / 80%);*/
    border-radius: 50%;
}
.circle-col a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.circle-col a
.circle-col img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    border-radius: 50%;
    padding: 10px;
}
.circle-col i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4em;
  z-index: 1;
}

.circle-col:hover figcaption,
.circle-col.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.circle-col:hover:before,
.circle-col.hover:before,
.circle-col:hover:after,
.circle-col.hover:after {
  border-width: 10px;
}

.circle-col:hover:before,
.circle-col.hover:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.circle-col:hover:after,
.circle-col.hover:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.center-icon {
    width: 55%;
    height: 35px;
    position: absolute;
    margin: auto;
    top: 110px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 0 !important;
}
.circle-col:before, .circle-col:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    border: 2px solid #da292a;
    border-color: transparent #da292a;
}
.pro h1 {
    text-align: center;
    font-size: 12.4px;
    font-weight: bold;
    margin-top: 20px;
    color: #000;
}
.pro a:hover {
	text-decoration: none;
}
.pro-banner img {
	display: none;
}
.abt_banner img {
	display: none;
}
.events {
	padding-bottom: 50px;
	background: #f8f6f5;
}
.events img {
	background: #fff;
    padding: 15px;
}
.events h1 {
	text-align: center;
	font-size: 19px;
	margin-bottom: 0;
	margin-top: 5%;
}
.bg-white {
	background: #fff;
}
.proname {
	color: #000 !important;
    background: #fff !important;
    width: 100% !important;
}
 main {
    margin-bottom: 200%;
  }
  .floating-menu {
    background: #ebe7e8;
    padding: 0;;
    width: 110px;
    z-index: 100;
    position: fixed;
    margin-top: 0;
    margin-left: -10px;
  }
  .floating-menu a:hover {
    background: transparent;
    color: #da292a;
  }
  .floating-menu a, 
  .floating-menu h3 {
    font-size: 10px;
    display: block;
    margin: 0;
    padding: 0 5px;
    color: #000;
  }
  .floating-menu h3 {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: #da292a;
    color: #fff;
    text-align: center;
    padding: 5px 0;
  }
  .floats {
/*  	background: #000;*/
  }
  .floats a {
/*  	color: #fff;*/
  }
  .floats h3 {
  	background: #000;
  }
#demos1 {
    border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demos2 {
    border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demos3 {
    border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demos4 {
    border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demos5 {
    border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demos6 {
    border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demos7 {
    border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demos8 {
    border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demos9 {
    border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demos10 {
    border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demos11 {
    border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demos12 {
    border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demos13 {
    border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demos14 {
    border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demos15 {
    border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
#demos16 {
    border: 1px solid #000;
    padding: 0;
    margin: 0 5px;
    height: 100% !important;
}
.table_img span {
	font-size: 16px;
    color: #fff;
    z-index: 1;
    margin-left: 10px;
    font-family: 'Roboto', sans-serif;
    top: -4px;
}
.pname {
	background: #000;
	color: #fff;
	padding: 10px 0;
}
@media (min-width: 1400px){ 
  .pnameh2{
	margin-top: -3% !important;

    }
    .ham {
        margin-top: 4% !important;
        margin-bottom: 3.5% !important;
    }
    .tool1 {
        margin: 6.5% 0 !important;
    }
    .tool5 {
        margin: 4.5% 0 !important;
    }
    .v1 {
        margin: 1% 0 !important;
    }
    .v4 {
        margin: 6.5% 0 !important;
    }
    .s2 {
        margin: 17% 0 !important;
    }
    .s4 {
        margin: 17% 0 !important;
    }
    .s5 {
        margin: 7.5% 0 !important;
    }
    .s7 {
        margin: 9% 0 !important;
    }
    .s9 {
        margin: 19.5% 0 !important;
    }
    .sc2 {
        margin: 8% 0 !important;
    }
    .tbar {
        margin: 22% 0 !important;
    }
    .anvil {
        margin: 17% 0 !important;
    }
    .flat {
        margin: 4.5% 0 !important;
    }
    .bend {
        margin: 9% 0 !important;
    }
    .pump {
        margin: 11% 0 !important;
    }
    .ltype {
        margin: 14.5% 0 !important;
    }
    .ltype2 {
        margin: 5.5% 0 !important;
    }
    .truck {
        margin: 7.5% 0 !important;
    }
    .hex {
        margin: 14.5% 0 !important;
    }
    .pullar {
        margin: 10.5% 0 !important;
    }
    .p1 {
        margin: 5% 0 !important;
    }
    .fenc {
        margin: 11.5% 0 !important;
    }
    .b {
        margin-top: -1.5% !important;
    }
    .tin {
        margin: 10% 0 !important;
    }
    .slip {
        margin: 5.5% 0 !important;
    }
    .push {
        margin: 9% 0 !important;
    }
}
.pnameh2{
	margin-top: -4.5%;
	padding: 0 !important;
}
.ml-20 {
	margin-left: 20%;
}

/*.sidebar {
  height: 100%;
  width: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-family: 'Roboto', sans-serif;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
  position: fixed;
  z-index: 1;
  display: block;
  transform: rotate(90deg);
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  top: 44.5%;
}

.openbtn:hover {
  background-color: #444;
}*/

.tib {
	border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
}

.comingpic {
	width: 25% !important;
/*    margin-left: 38% !important;*/
    margin: 9% 0;
}



