@charset "utf-8";




html,html * {

    box-sizing: border-box;

    margin: 0; 


    padding: 0

}

a{
	text-decoration: none;
}



body {
  font-family: arial;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

header {
  background-color: #fff;
  padding: 1em;
  text-align: center;
   
}


nav ul {
  list-style: none;
  padding: 0;
  line-height: 50px;
 

 
	
}

nav ul li {
  display: inline-block;
  margin-right: 50px;
	font-size: 15px;
	color: #000;
	
	 
	
}

nav ul li a {
  color: #000;
  text-decoration:none;
	
}

nav ul li a:hover{
	 color:#BF4042;
}

.header-column{
float: left;
  width: 100%;
	flex: 100%;
	font-weight: 80;
	
	 
}

.header-column img{
width:45%;
}

nav ul li ul{

line-height: 17px;
	display: none;

	position: absolute;

	background-color:#EFEFEF;

	border-radius: 4px;
	width: 300px;



}

nav ul li:hover ul{

	display: block;

	z-index: 1;
	text-align: left;
	
	 
}

nav ul li ul li{	 
width: 300px;
padding:4px;
color: #000;
	

 }


nav ul li ul li a{

color:#000;

padding: 8px;

	float: left;

	font-size: 15px;
	

}

nav ul li ul li a:hover{
		
 color:#BF4042;

		border-radius: 3px;
	 

}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  
	clear: both;
	 
}

.bread-crumb a, span {
	text-decoration: none;
	font-size: 15px;
}

.title-text,.h6-section{
	padding:30px;
		
}

.bread-crumb{
	padding:35px;
}

.product-section{
	float: left;
    width: 100%;
	flex: 100%;
	text-align: left;
	padding:30px;
	 
}

.product-section p{
	font-size: 20px
}

 .product-section img{
	 width:100%;
}

.section-column{
	float: left;
    width: 100%;
	flex: 100%;
	
	margin-bottom: 100px;
 
}

.section-column h3{
	font-size: 16px;
	text-align: center;
}

.section-column a{
	text-decoration: none;
	color: #000;
}

.section-column img{
	width:100%;
	padding: 20px;
 
	 
	 
}
 

.section-bottom{
	margin-left:20px;
	margin-right:20px;
    word-wrap: break-word;
	 
}

 

 .section-column button{
	text-align: left;
	margin: 20px 20px 100px 0px; 
	background-color:#e64437;
	padding: 12px 20px;
    border: 0;
	font-size: 16px;
}

 .section-column button a{
	text-decoration: none;
	color: #000;
}

.section-column button a:hover{
	color:#fff;
		
		
}

h1{
	font-size: 35px;
	 
}
 

h3{
	font-size: 22px;
	line-height: 70px;
	 
	 
	 
}


		h2{
			padding: 0 0 0 30px; 
		}

h4{
	font-size: 50px;
	margin-top: 100px;
}

h5{
	font-size: 16px;
	 
}



.bg-img{
 
	clear: both;
	background-image:url("../img/banner.jpg");
	background-color:#fff;
    height:150px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


h6{
	font-size: 22px;
	padding-bottom: 20px;
}

 

.intro-section{
	padding: 30px;
	wdith:100%;
	flex: 100%;
	float: left;
	
}
 
.intro-section button{
	text-align: center;
	background-color:#e64437;
	 padding: 12px 20px;
     border: 0;
	 font-size: 16px;

}

.intro-section button a:hover{
	color: #fff;
}

 

.bg-img-about-us{
	clear: both;
	background-image:url("");
	
    height:800px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}


.contact-row{
	clear: both;
}

.contact-section{
	float: left;
    width: 100%;
	flex: 100%;
	text-align: left;
	padding:30px;
	 
}


figcaption{
			text-align: center;
	font-size: 20px;
		}	

.contact-row{
	margin: 20px 0 70px 0;
	clear: both;
	background-image:url("../img/banner-2.jpg");
    height:650px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
			
		}

.contact-section{
	float: left;
    width: 100%;
	flex: 100%;
	text-align: center;
 
}

.contact-section p{
	font-size: 15px;	
	padding:10px 0 10px 0;
	color:#fff;
	 	
}
.contact-section h6{
	padding:25px 0 10px 0;
		color:#fff;
}

 

.contact-section h6,.about-us-section h6{
	font-size: 35px	
}
 

.form-control{
	width: 350px;
	height: 50px;
	margin: 5px;
	border:#0B919C 1px solid;
	border-radius: 15px;

}

.message1{
	width: 350px;
	height: 140px;
	margin: 5px;
	border: #0B919C 1px solid;
	border-radius: 15px;
}

.btn{
	margin: 5px;
	padding: 8px 20px;
	background-color:#f44236;
	border: none;
	color: #fff;
}

.btn:hover{
	color:#000;
}



.btn:hover{
	color:#fff;
}
 
::placeholder {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  color: dimgrey;
  opacity: 1; /* Firefox */
	padding:10px;
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: dimgrey;
 
}

.intro-section button a{
	text-decoration: none;
	color:#000;
}

hr {
	border-top: 1px dashed #bbb;
	width: 80%;
	
	 
}


footer {
 	 
  color: #fff;
  text-align: center;
  padding: 0;
  bottom: 0;
  width: 100%;
  display:inline-block;
  clear: both;
	
}

.footer-row{
	background-color: #333;
	clear: both;
	padding:30px;
	height: 950px;
}

.footer-section{
	float: left;
    width: 100%;
	flex: 100%;
	text-align: center;
	padding: 20px;
	
	
}

.footer-section a{
	text-decoration: none;
	color: #fff;
	font-size: 15px;
}

.footer-section ul{
	list-style: none;
	padding-top: 10px;
	 
}

.footer-section ul li{
	padding-bottom: 20px;
}

.footer-logo{
	width:40%;
}

.youtube{
	width: 8%;
	padding-top:20px;
}


.copyright-row{
	background-color: #333;
    clear: both;
	margin-top: 1px;
}

.copyright-row p{
	font-size: 14px;
	padding: 10px 0 10px 0;
}

.view{display: none;}
/*this is the large screen */

	@media (min-width:1024px) {
		
		.view{display:inline-block;}
		
		hr {
	width: 80%;
	margin: 200px;
    margin: 10px 30px 50px 30px;
		}
		
.header-column{
  width: 40%;
  flex: 50%;
	text-align: left
}
		
		.header-column img{
			width: 20%;
			padding-top: 15px;
			margin-left:  180px;
			
		}
		
.title-text{
	padding: 80px 0px 50px 200px;
	
	
}
		
		h1{
			margin-top: 50px;
		}
		

.section-row{
	padding: 10px 180px 0px 180px;
	clear: both;
 
	
}
		
		.tip-row{
			clear: both;
		}
		
		.col-2{
	width: 50%;
	float: left;
	
		}

 
		
		
	.product-section{
    width: 50%;
	flex: 50%;
	padding:100px 0 50px 180px;
}
		

.section-column{

    width: 25%;
	flex: 25%;
	
 
}
		
.h6-section{
	padding: 60px 0 50px 200px; 
	 
}
		
	.intro-section{
	padding: 0 0 0 180px;
	wdith:50%;
	flex: 50%;
 
	
}	
.intro-section-about-us{
	
	wdith:50%;
	flex: 50%;
	float: left;
		}
	
		.bg-img-about-us{
			height: 500px;
		}
	
	
.contact-row{
	clear: both;
	background-image:url("../img/banner-2.jpg");
    height:500px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
			
		}

	.contact-section{
    width: 50%;
	flex: 50%;
	padding-top:50px;
	text-align: left;
}
		
	.contact-section p,.contact-section h6{	
		padding-left: 500px;
	    color: #fff;
		
		}
 
		
.form-control,.message1{
	width: 600px;
		}

	 
		
		.footer-row{

	padding:50px 200px 50px 180px;
	height: 500px;
}
			 

.footer-section{

    width: 25%;
	flex: 25%;
	text-align: left;

	
}
		
 
 
}
