@charset "utf-8";

/* CSS Document */



/* 	-----------------------------------------------------

	------------------- General Styles ------------------

	----------------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display:block;}

audio, canvas, video {display:inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none;}

	

* {margin:0; padding:0; outline:none;



  -webkit-box-sizing: border-box;

     -moz-box-sizing: border-box;

          box-sizing: border-box;

}

*:before,

*:after {

  -webkit-box-sizing: border-box;

     -moz-box-sizing: border-box;

          box-sizing: border-box;

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; background:transparent;}



blockquote, q {quotes:none;}

blockquote:before, blockquote:after, q:before, q:after,  {content:''; content:none;}

:focus {outline:0;}

ins {text-decoration:none;}

del {text-decoration:line-through;}

table {border-collapse:collapse; border-spacing:0;}





a, a:hover, a:active, a:focus {outline:none; outline-style:none; outline-width:0; }



img {width:auto\9; height:auto; max-width:100%; vertical-align:middle; border:0; -ms-interpolation-mode:bicubic;}

button, html input[type="button"], input[type="reset"], input[type="submit"] {cursor:pointer; -webkit-appearance:button;}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {cursor:pointer;}

input[type="search"] {-webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; -webkit-appearance:textfield;}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {-webkit-appearance:none;}

textarea {overflow:auto; vertical-align:top;}



body {margin:0; padding:0px 0px 0px 0px; font-family: 'Raleway', sans-serif; font-weight:400; color:#000; line-height:normal;  font-size:14px;}

.clr {font-size:0; height:0; line-height:0; clear:both;}
.left {margin:0; padding:0; width:auto; height:auto; float:left;}
.right {margin:0; padding:0; width:auto; height:auto; float:right;}

/* ------------- web fonts -------------*/

/* -------------/ web fonts ------------*/



a{ text-decoration:none; }



.clearfix {

  *zoom: 1;

}

.clearfix:before,
.clearfix:after {

  display: table;

  line-height: 0;

  content: "";

}

.clearfix:after {

  clear: both;

}

/*===================background section===========================*/

.header-nav{ width:100%; margin:0 auto;}
.header-nav ul{ list-style:none; margin:0; padding:0; text-align:right;}
.header-nav ul li{ display:inline-block; color:#fff; font-size:18px; line-height:30px; font-weight:600; text-transform:uppercase; position:relative; margin:0 1px; padding:10px 0 10px;}
.header-nav ul li a{ color:#fff; padding:0 14px; -webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;}
.header-nav ul li a:hover, .header-nav ul li.selected a{ text-decoration:none; color:#f48e21;}
.header-nav li ul {
	display:none;
	height:auto;
	position:absolute; top:100%;
	z-index:99999!important;
	width:auto;
	min-width:200px;
	padding:0;
	margin-left:0;
	margin-top:0;
	padding:0px 0px 10px 0px;
	background:#ff0000;
	-webkit-box-shadow: -1px 10px 12px -3px rgba(0, 0, 0, 0.46);
	-moz-box-shadow: -1px 10px 12px -3px rgba(0, 0, 0, 0.46);
	box-shadow: -1px 10px 12px -3px rgba(0, 0, 0, 0.46);
}
.header-nav li:hover ul {
	display:block;
}
.header-nav li li {
	display:block;
	float:none!important;
	width:100%;
	padding:0;
	margin:0;
	text-align:left;
	text-transform:none !important;
	background:none!important;
}
.header-nav li ul a {
	display:block;
	padding:7px 12px!important;
	margin:0!important;
	font-size:15px !important;
	
	height:auto!important;
	line-height:18px!important;
	color:#fff !important;
}
.header-nav li ul a:hover {
	color:#f8de01!important;
}
.header-nav ul li:hover ul li a, .header-nav ul li ul li a.selected {
	background:none;
}
.header-nav li ul li a {
	border:none!important;
}
.header-nav li:hover ul ul, .header-nav li:hover ul ul ul, .header-nav li:hover ul ul ul ul {
	display:none;
	top:0;
	left:100%;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border:1px solid #dadada;
}
.header-nav li:hover ul, .header-nav li li:hover ul, .header-nav li li li:hover ul, .header-nav li li li li:hover ul {
	display:block;
}

.slicknav_menu {
	display:none;
}
 @media screen and (max-width:950px) {
 .js #menu-primary-navigation {
 display:none;
}
 .js .slicknav_menu {
 display:block;
}
}
.banner-section{ margin:0 auto; padding:0; height:auto; width:100%; background:#1d160e; position:relative;}
.banner-section img.mainimg{ width:100%;}
.banner-section .banner-abs{ position:absolute; top:0; left:0; width:100%; height:auto; margin:0 auto;}
.banner-section .banner-inner{ max-width:960px; height:auto; margin:0 auto; padding:60px 0 40px;}
.banner-section .contacttn{ margin:0 auto; width:auto; display:table; text-align:center; border-radius: 5px;
-moz-border-radius: 5px; -webkit-border-radius: 5px;}
.banner-section .contacttn a{ background:#fee900; color:#111; font-size:20px; font-weight:700; width:auto; padding:14px 50px; display:block; text-transform:uppercase;}

.banner-section .banner-text-row{ width:100%; height:auto; margin:0 auto; padding:5% 2%;}
.banner-section .logo{ float:left; width:30%; height:auto; margin:0; padding:20px 0; text-align:center;}
.banner-section .banner-text{ float:left; width:70%; margin:0; padding:0 2%;}
.banner-section .banner-text h3{ color:#fff; font-size:40px; font-weight:600; margin:0 0 15px;}
.banner-section .banner-text h4{ color:#fff; font-size:30px; font-weight:400; margin:0 0 20px;}
.banner-section .banner-text h5{ color:#fff; font-size:20px; font-weight:400;}

.about-section{ width:100%; height:auto; margin:0 auto; background:#fff;}
.about-section .container{ max-width:960px; height:auto; margin:0 auto; padding:46px 0; }
.about-section .logo{ float:left; width:30%; height:auto; margin:0; padding:20px 0; text-align:center;}
.about-section .text-sec{ float:left; width:70%; margin:0; padding:0 2%;}
.about-section .text-sec h2{ color:#3f3f3f; font-size:36px; font-weight:700; margin:0 0 15px;}
.about-section .text-sec p{ color:#3f3f3f; font-size:18px; line-height:24px; font-weight:400;}




.featured-section{width:100%; height:auto; margin:0 auto; background:url(../images/feature-sec-bg.jpg) center 0 no-repeat; background-size:cover; -o-background-size:cover; -moz-background-sise:cover; -webkit-background-size:cover;}
.featured-section .container{ max-width:960px; height:auto; margin:0 auto; padding:90px 0 40px; }

.featured-section .single-ftprod{ float:left; width:50%; height:auto; margin:0;}
.featured-section .single-ftprod.box-a{ background:#137905;}
.featured-section .single-ftprod.box-a .img-sec{ float:left; width:50%;}
.featured-section .single-ftprod.box-a .img-sec img{ width:100%; height:100%;}
.featured-section .single-ftprod.box-a .text-sec{ float:right; width:50%; padding:20px 4%; text-align:center;}
.featured-section .single-ftprod.box-a p{ font-size:22px; font-weight:600; color:#fff; margin:0;}

.featured-section .single-ftprod.box-b{ background:#383f50;}
.featured-section .single-ftprod.box-b .img-sec{ float:left; width:50%;}
.featured-section .single-ftprod.box-b .img-sec img{ width:100%; height:100%;}
.featured-section .single-ftprod.box-b .text-sec{ float:right; width:50%; padding:20px 4%; text-align:center;}
.featured-section .single-ftprod.box-b p{ font-size:22px; font-weight:600; color:#fee900; margin:0;}

.featured-section .single-ftprod.box-c{ background:#00cadf;}
.featured-section .single-ftprod.box-c .img-sec{ float:right; width:50%;}
.featured-section .single-ftprod.box-c .img-sec img{ width:100%; height:100%;}
.featured-section .single-ftprod.box-c .text-sec{ float:left; width:50%; padding:20px 4%; text-align:center;}
.featured-section .single-ftprod.box-c p{ font-size:22px; font-weight:600; color:#232323; margin:0;}

.featured-section .single-ftprod.box-d{ background:#f48e21;}
.featured-section .single-ftprod.box-d .img-sec{ float:right; width:50%;}
.featured-section .single-ftprod.box-d .img-sec img{ width:100%; height:100%;}
.featured-section .single-ftprod.box-d .text-sec{ float:left; width:50%; padding:20px 4%; text-align:center;}
.featured-section .single-ftprod.box-d p{ font-size:22px; font-weight:600; color:#2b2b2b; margin:0; }

.crypto-section{ width:100%; height:auto; margin:0 auto; background:#fff;}
.crypto-section .container{ max-width:960px; height:auto; margin:0 auto; padding:46px 0; }
.crypto-section .logo{ float:left; width:20%; height:auto; margin:0; padding:0; text-align:center;}
.crypto-section .text-sec{ float:left; width:80%; margin:0; padding:0 2%;}
.crypto-section .text-sec h2{ color:#3f3f3f; font-size:36px; font-weight:700; margin:0 0 15px;}
.crypto-section .text-sec p{ color:#3f3f3f; font-size:18px; line-height:24px; font-weight:400;}


.contact-section{ width:100%; height:auto; background:url(../images/contact-bg.jpg) center 0 no-repeat; background-size:cover; -o-background-size:cover; -moz-background-sise:cover; -webkit-background-size:cover;}
.contact-section .container{ max-width:960px; height:auto; margin:0 auto; padding:40px 0 120px;}
.contact-section h3{color:#212121; font-weight:700; font-size:36px; margin:0 0 30px;} 

.contact-section .form-section{ float:right; width:80%; margin:0 0 0 30px; padding:0 2%;}
.contact-section .form-section .formbox{ max-width:484px;}
.contact-section .form-section .inputbox{ width:100%; margin:0 auto 6px;}
.contact-section .form-section .inputbox .icon-s{ float:left; width:12%; height:50px; padding:15px 2%; text-align:center; background:#f48e21; border-radius: 5px 0px 0px 5px; -moz-border-radius: 5px 0px 0px 5px; -webkit-border-radius: 5px 0px 0px 5px;}
.contact-section .form-section .inputbox input[type="text"], .contact-section .form-section .inputbox input[type="email"], .contact-section .form-section .inputbox input[type="tel"]{ float:right; border:0; width:88%; height:50px; background:#fff; padding:8px 2%; font-size:16px; font-weight:400; color:#111; border-radius: 0px 5px 5px 0px; -moz-border-radius: 0px 5px 5px 0px; -webkit-border-radius: 0px 5px 5px 0px;}
.contact-section .form-section input[type="submit"]{ float:left; width:142px; height:52px; border:0; background:#f48e21; padding:8px 2%; border:0; display:inline-block; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-size:22px; font-weight:400; color:#fff; margin:20px 0 0 12%;}



.footer-section-upper{ width:100%; margin: 0 auto; padding: 0; background: #2d2d2a; text-align:center;}
.footer-section-upper .container{ max-width:960px; height:auto; margin:0 auto; padding:40px 0; }
.footer-section-upper h2{ color:#fee900; font-size:36px; font-weight:700; margin:0 0 18px;}
.footer-section-upper p{ color:#fff; font-size:20px; line-height:20px; font-weight:400; margin:0 0 22px;}
.footer-section-upper h4{ color:#fff; font-size:18px; font-weight:400; margin:0 0 18px;}


.footer-bottom{ width:100%; background:#fff; margin: 0 auto; padding:0; text-align:center;}
.footer-bottom .container{ max-width:960px; height:auto; margin:0 auto; padding:20px 0; }
.footer-bottom h5.copyright{ text-align:center; color:#4e5b61; font-size:15px; font-weight:500;}
.footer-bottom h5.copyright span{ color:#fcff00;}


