@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);

html > body * {
	outline: none !important;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', arial, sans-serif;	
	background: #000;
	word-wrap: break-word;
}
*, html, body {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
img {border: none;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', arial, sans-serif;
	font-weight: 500;
}
p, label, li, input, select, textarea, button {
	font-family: 'Roboto', arial, sans-serif;
	font-weight: 400;
	color: #fff;
}
.mainbtn{
	display:inline-block;
	min-width:150px;
	min-height:50px;
	background:#e7c840;
	color:#111;
	font-weight: 500;
	font-size: 16px;	
	line-height:50px;
	border-radius:10px;
	border:none;
	text-align:center;
	text-decoration:none;	
	transition: 0.3s ease;
	padding:0px 20px;
	}
.mainbtn:hover{background:#fff; color:#000;}

/****************** Header *****************/
.topheader{
	display: flex;
	width:100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 5;
	padding: 15px 0px;
	background: rgba(0, 0, 0, 0.85);
	box-shadow: 0px 0px 15px #000;
	border-bottom: solid 1px #333;
}

.logo{float:left;}
.logo img{max-height:70px;}

.menu{
	float:right;
	margin-top:10px;
}
.menu ul{
	float:right;	
	margin:0px;
	padding:0px;
	list-style: none;
	}
.menu ul li{
	float:left;
	font-weight: 500;
	font-size: 16px;
	margin-left:40px;
	line-height:40px;
	}	
.menu ul li a{
	float:left;
	color:#fff;
	text-decoration: none;
	height:40px;
	transition: 0.3s ease;
	}
.menu ul li a.active{color:#e7c840; border-bottom:solid 2px #fff;}
.menu ul li a:hover{color:#e7c840;}	

	
.menubtn{
	float: right;
	border: solid 1px #000;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	background-color: #333;
	margin-top: 4px;
}
.menubtn svg{
	width: 30px;
	height: 30px;
	color: #f1d558;
}

.offcanvas-header{
	justify-content: space-between;
	border-bottom: solid 1px #444;
}
.mobilogo{float:left; max-height:50px;}
.menu-close{
	border: none;
	width: 40px;
	height: 40px;
	background:none;
}
.menu-close svg{
	width: 40px;
	height: 40px;
	color: #fff;
}

.mobimenu{
	margin-top:10px;
}
.mobimenu ul{
	margin:0px;
	padding:0px;
	list-style: none;
	}
.mobimenu ul li{
	font-weight: 500;
	font-size: 16px;
	line-height:40px;
	margin: 15px 0px;
	}	
.mobimenu ul li a{
	color:#fff;
	text-decoration: none;
	transition: 0.3s ease;
	}
.mobimenu ul li a.active{color:#e7c840;}
.mobimenu ul li a:hover{color:#e7c840;}

.offcanvas-footer{
	background:#131e25;	
	padding: 15px 0px;
	text-align: center;
	font-weight: 300;
	font-size: 13px;
	color:#999;
}

@media  (max-width: 991px) {	
.logomenu{padding:10px 0px;}
.logo img{max-height:50px;}	
}

/****************** Home Banner *****************/

.home-banner{
	display: flex;
	background: #000 url("../../images/homebg.jpg")no-repeat top center fixed;
    background-size: cover;
	padding:180px 0px 50px 0px;
	min-height: 100vh;
}
.banner-txt{
	float:left;
	width:100%;
	text-align:center;
}
.banner-txt h1{
	font-size: 60px;
	margin:0px;
	color:#e7c840;
	text-transform: uppercase;
	text-shadow: 5px 5px #000;
}

.banner-txt h2{
	font-size: 36px;
	font-weight: 400;
	margin:10px 0px;
	color:#fff;
	text-shadow: 2px 2px #000;
}

.banner-txt p{
	font-size: 16px;
	line-height:1.8;
	margin:20px 0px 0px 0px ;
	color:#ccc;
	padding:0px;
}
.banner-txt a.mainbtn{margin-top:40px;}

@media  (max-width: 768px) {
.home-banner{padding:150px 0px 50px 0px; min-height: 100px;}
.banner-txt h1{font-size: 42px;}
.banner-txt h2{font-size: 26px;}
.banner-txt p br{display: none;}
}


/****************** Home products *****************/	
.home-products{
	display: flex;
	padding: 80px 0px;
	background: #000 url("../../images/homeprobg.jpg")no-repeat top left fixed;
	background-size: cover;
}

.home-txt{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom: 15px;
}

.home-txt p{
	font-size: 16px;
	color:#fff;
	line-height: 1.8;
}

.product-list{
	position: relative;
	text-align: center;
	padding: 15px;
	margin-top: 20px;
}

.product-list img{
	padding: 8px;
	border:solid 2px #e08529;
	border-radius: 8px;
	transition: 0.3s ease;
}
.product-list:hover img{
	border:solid 2px #fff;
	margin-top: -5px;
}

.product-list h3{
	font-size: 18px;
	margin:15px 0px 0px 0px;
}
.product-list h3 a{
	color:#fff;
	text-decoration: none;
	transition: 0.3s ease;
}

.product-list h3:hover a{
	color:#e7c840;
}

/****************** footer *****************/	

footer{
	float:left;
	width:100%;
	background:#000;
	padding-top:10px;
	border-top:solid 2px #333;
}

.company-logo{
	float:left;
	width:100%;
	}
.company-logo img{
	width:100%; 
	max-width:150px; 
	margin-top:35px;
	}
.footer-link{
	float:left;
	width:100%;
	}
.footer-link h5{
	font-weight: 300;
	font-size: 18px;
	line-height:20px;
	color:#fff;
	margin: 40px 0px 30px 0px;
	padding-left:10px;
	border-left:solid 2px #e7c840;
	}
	
.footer-link h6{
	float:left;
	margin: 40px 0px 0px 0px;
	}
.footer-link h6 img{
	max-width:130px;
	}	

.footer-link p{
	font-weight: 400;
	font-size: 14px;
	line-height:22px;
	margin:0px 0px 10px 0px;
	color:#808d95;
	}
.footer-link p a{
	color:#808d95;	
	text-decoration:none;
	transition: 0.3s ease;
	}
.footer-link p svg{
	width:18px;
	height:18px;
	fill:#e7c840;
	display:inline-block;
	margin-right:5px;
	}	
	
.footer-link p a:hover{color:#e7c840;}

.footer-link ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	list-style: none;	
	}	
.footer-link ul li{float:left; margin:0px 20px 0px 0px;}
.footer-link ul li a{
	display:inline-block;
	width:26px;
	height:26px;
	transition: 0.3s ease;
	}
.footer-link ul li a svg{
	width:24px;
	height:24px;
	fill:#e7c840;
	display:inline-block;
	}
.footer-link ul li a:hover svg{
	width:24px;
	height:24px;
	fill:#fff;
	display:inline-block;
	}

.footer-txt{
	float:left;
	width:100%;
	background:#131e25;	
	padding: 15px 0px;
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	color:#999;
	margin-top:40px;
}

@media  (max-width: 768px) {
.home-txt p br{display:none;}
.company-logo{text-align:center; border-bottom:solid 1px #333;}
.company-logo img{margin-bottom:35px;}
}

/****************** About Us *****************/

.about-container{
	float:left;
	width:100%;
	background: #111 url("../../images/aboutbg.jpg")no-repeat fixed;
    background-size: cover;
	padding:150px 0px 50px 0px;
}
.about-txt{
	float:left;
	width:100%;
}
.about-txt h2{
	font-size: 30px;
	line-height:36px;
	margin:0px 0px 30px 0px;
	color:#fff;
	position: relative;
}
.about-txt h2::after {
	content: ' ';
	height: 3px;
	background: #e7c840;
	width: 90px;
	position: absolute;
	left:0px;
	bottom:-10px;
}
.about-txt h3{
	font-size: 24px;
	margin:30px 0px 15px 0px ;
	color:#e7c840;
	padding:0px;
}
.about-txt h5{
	font-size: 18px;
	margin:20px 0px 8px 0px ;
	color:#fff;
	padding:0px;
}

.about-txt p{
	font-size: 14px;
	line-height:24px;
	color:#ccc;
	padding:0px;
}

.about-txt ul{
	padding:0px;
	margin: 20px 0px;
	list-style: none;
}

.about-txt li{
	font-size: 15px;
	line-height:24px;
	color:#fff;
	padding:0px;
	margin-top: 10px;
	position: relative;
	}

.about-txt li::before{
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23e7c840" viewBox="0 0 16 16"><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm10.03 4.97a.75.75 0 0 1 .011 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.75.75 0 0 1 1.08-.022z"/></svg>');
	float: left;
	width: 20px;
	height: 20px;
	margin: 3px 10px 10px 2px;
}


@media  (max-width: 768px) {
	
.about-container{padding:100px 0px 40px 0px;}
}

/****************** Products Content *****************/
.products-container{
	display: flex;
	width:100%;
	background: #151515 url("../../images/productsbg.jpg")no-repeat fixed;
    background-size: cover;
	padding-bottom: 70px;
	}

.product-head{
	float:left;
	width:100%;
	margin: 150px 0px 40px 0px;
	}
.product-head h2{
	font-size: 30px;
	line-height:36px;
	margin:0px 0px 30px 0px;
	color:#fff;
	position: relative;
}
.product-head h2::after {
	content: ' ';
	height: 3px;
	background: #e7c840;
	width: 90px;
	position: absolute;
	left:0px;
	bottom:-10px;
}
.product-head p{
	font-size: 14px;
	line-height:24px;
	color:#bbb;
	padding:0px;
}

.diveder-bdr{
	border-bottom: solid 1px #fff;
	margin: 50px 0px;
}

.pro-img img{
	padding: 5px;
	border:solid 2px #e08529;
	border-radius: 10px;
}

.product-txt h3{
	font-size: 22px;
	color:#e7c840;
	margin:15px 0px;
}

.product-txt h6{
	font-size: 16px;
	color:#fff;
	margin:20px 0px 10px 0px;
	padding: 0px;
	
}
.product-txt p{
	font-size: 14px;
	line-height:24px;
	color:#bbb;
	padding:0px;
	margin: 0px;
}

.product-txt p.price{
	line-height:18px;
	color:#aaa;
}
.product-txt p.price span{color:#fff; font-weight:500;}


.callus-txt{
	float:left;
	width:100%;
	margin: 20px 0px 0px 0px;
	}
	
.callus-txt a{
	display:inline-block;
	background:#e7c840;
	color:#111;
	font-weight: 500;
	font-size: 15px;	
	line-height:40px;
	border-radius:10px;
	border:none;
	text-align:center;
	text-decoration:none;	
	transition: 0.3s ease;
	padding:0px 15px;
	}

.callus-txt a:hover{background:#fff; color:#000;}
	
@media  (max-width: 768px) {
.product-head{margin: 100px 0px 30px 0px;}
}

/****************** Contact Us Content *****************/

.contact-container{
	float:left;
	width:100%;
	background: #000 url("../../images/contactbg.jpg")no-repeat fixed;
    background-size: cover;
	}
	
.rgtbg{background: rgba(25,25,25,0.8);}

.contactleft{padding:160px 0px 0px 0px;}
.contactright{
	float:left;
	width:100%;
	padding:160px 15px 50px 15px;
	}

.contact-txt{
	float:left;
	width:100%;
	}
.contact-txt h2{
	font-size: 30px;
	line-height:36px;
	margin:0px 0px 30px 0px;
	color:#fff;
	position: relative;
}
.contact-txt h2::after {
	content: ' ';
	height: 3px;
	background: #e7c840;
	width: 90px;
	position: absolute;
	left:0px;
	bottom:-10px;
}
.contact-txt p{
	font-size: 14px;
	line-height:24px;
	color:#bbb;
	padding:0px;
}

.contact-details{
	float:left;
	width:100%;
	margin:10px 0px 40px 0px;
}
.contact-details p{
	float:left;
	width:100%;
	font-size: 14px;
	line-height:24px;
	margin:0px 0px 12px 0px;
	color:#fff;
	padding:0px;
}

.contact-details p a{
	color:#ffff;	
	text-decoration:none;
	transition: 0.3s ease;
	}
.contact-details p svg{
	float: left;
	width:24px;
	height:24px;
	fill:#e7c840;
	margin: 0px 15px 5px 0px;
	}
.contact-details p a:hover{color:#e7c840;}


.contactform{
	float:left;
	width:100%;
	margin:10px 0px 40px 0px;
}

.contactform .form-box{min-height:80px;}
.contactform .form-box .error{color: #f05125; font-size: 13px;}

.contactform .form-floating > .form-control{
	background:none;
	border-radius:0px;
	border:none;
	border-bottom:solid 1px #ccc;
	color:#fff;
	font-size: 16px;
	padding-left:5px;
}
.contactform .form-floating > .form-select{
	background:none;
	border-radius:0px;
	border:none;
	border-bottom:solid 1px #ccc;
	color:#fff;
	font-size: 16px;
	padding-left:2px;
}

.contactform .form-floating textarea.form-control {min-height:80px; font-size:14px;}
.contactform .form-floating > .form-select option{color:#000;}
.contactform .form-floating > label{
	color:#666;
	padding-left:2px;
	font-size: 14px;
}
	
.contactform .form-floating>.form-control-plaintext~label,
.contactform .form-floating>.form-control:focus~label,
.contactform .form-floating>.form-control:not(:placeholder-shown)~label,
.contactform .form-floating>.form-select~label {
	color:#ccc;
	transform:scale(.85) translateY(-.5rem) translateX(.15rem)
}
.contactform .form-floating>.form-control-plaintext~label::after,
.contactform .form-floating>.form-control:focus~label::after,
.contactform .form-floating>.form-control:not(:placeholder-shown)~label::after,
.contactform .form-floating>.form-select~label::after {
	position:absolute;
	inset:1rem 0.375rem;
	z-index:-1;
	height:1.5em;
	content:"";
	background-color:inherit;
	border-radius:0px;
}
.contactform .form-floating > .form-control:focus, .contactform .form-floating > .form-select:focus{
	border:none;	
	border-bottom:solid 2px #e6c068;
	box-shadow:none;
}

@media  (max-width: 768px) {
.contactleft{padding:100px 0px 0px 0px;}
.contactright{padding:30px 0px 30px 0px;}

.contact-txt p br{display:none;}
}

/****************** CMS Content *****************/

.cms-container{
	float:left;
	width:100%;
	background: #000 url("../../images/pagebg.jpg")no-repeat fixed;
    background-size: cover;
	padding:150px 0px 50px 0px;
	}
.cms-txt{
	float:left;
	width:100%;
}
.cms-txt h2{
	font-size: 30px;
	line-height:36px;
	margin:0px 0px 50px 0px;
	color:#fff;
	position: relative;
}
.cms-txt h2::after {
	content: ' ';
	height: 3px;
	background: #e7c840;
	width: 100px;
	position: absolute;
	left:0px;
	bottom:-10px;
}
.cms-txt h3{
	font-size: 18px;
	line-height:24px;
	margin:30px 0px 5px 0px ;
	color:#e7c840;
	padding:0px;
}

.cms-txt h4{
	font-size: 16px;
	line-height:24px;
	margin:25px 0px 5px 0px ;
	color:#fff;
	padding:0px;
}
.cms-txt p{
	font-size: 14px;
	line-height:24px;
	color:#ccc;
	padding:0px;
}
.cms-txt li{
	font-size: 14px;
	line-height:24px;
	color:#ccc;
	padding:0px;
}
.cms-txt a{
	color: #e7c840;
	text-decoration:none;
}
.cms-txt a:hover{
	text-decoration: underline;
}

@media  (max-width: 768px) {
.cms-container{padding:100px 0px 30px 0px;}

.cms-txt h2{
	font-size: 24px;
	margin:0px 0px 40px 0px;
}
}


/****************** Thanks Content *****************/

.thanks-container{
	float:left;
	width:100%;
	background: #000 url("../../images/pagebg.jpg")no-repeat fixed;
    background-size: cover;
	padding:170px 0px 70px 0px;
	}
.thankyou{
	float:left;
	width:100%;
	min-height:300px;
	text-align:center;
}
.thankyou h2{
	font-size: 30px;
	line-height:36px;
	margin:0px 0px 40px 0px;
	color:#fff;
	position: relative;
}
.thankyou h2::after {
	content: ' ';
	height: 3px;
	background: #e7c840;
	width: 100px;
	position: absolute;
	left:50%;
	margin-left:-50px;
	bottom:-10px;
}

.thankyou h3{
	font-size: 30px;
	line-height:30px;
	margin:0px 0px 10px 0px;
	color:#e7c840;
	font-weight: 400;
}

.thankyou p{
	font-size: 16px;
	line-height:24px;
	color:#ccc;
	padding:0px;
}
.thankyou i{
	display:inline-block;
	width:50px;
	height:50px;
	text-align:center;
	margin-bottom:10px;
}
.thankyou i svg{
	width:50px;
	height:50px;
}
.thankyou a.mainbtn{margin-top:25px;}

@media  (max-width: 768px) {

.thanks-container{padding:100px 0px 40px 0px;}
.thankyou{min-height:40px;}
.thankyou h2{font-size: 24px;}
}