/* AF Hussain LLC  */

/*** 

====================================================================
			Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/*
	font-family: 'Noto Sans JP', sans-serif;
*/

@import url('owl.css');
@import url('fontawesome-all.css');
@import url('simple-line-icons.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('hover.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:18px;
	color:#414042;
	line-height:1.5em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Noto Sans JP', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color: #ffcf01;
}

.theme_color{
	color:#ffcf01;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px 0px 15px;
	background:none;
	line-height:1.25em;
	font-weight: 400;
	font-family: 'Noto Sans JP', cursive;
}

h1{
	font-size: 48px;
}

h2{
	font-size: 40px;
}

h3{
	font-size: 3p0x;
}

h4{
	font-size: 24px;
}

h5{
	font-size: 20px;
}

h6{
	font-size: 16px;
}

input,select,button{
	font-family: 'Noto Sans JP', sans-serif;
}

textarea{
	overflow:hidden;
	resize: none;	
}

button{
	outline: none !important;
	cursor: pointer;
}

p{
	line-height: 1.5em;
	font-weight: 400;
	margin: 0 0 15px;
}

.text{
	line-height: 1.5em;
	font-weight: 400;
	margin: 0 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.page-wrapper{
	/*position:relative;*/
	margin:0 auto;
	width:100%;
	min-width:300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container{
	position:static;
	max-width:1600px;
	padding:0px 20px;
	margin:0 auto;
	
	/*MZ*/
	max-width:1250px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

figure{
	margin-bottom: 0;
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.theme-btn i{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	text-transform:capitalize;
	font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    border: 0;
    font-weight: 500;
	border-radius:0px;
	overflow: hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

/*.btn-style-one:before{
	content: '';
	position: absolute;
	left: -22px;
	top: 0;
	width: 100%;
	height: 100%;
    background: #5c5d5f;
    transform: skewX(-12deg);
}

.btn-style-one:after{
	content: '';
	position: absolute;
	right: 8px;
	top: 0;
	width: 14px;
	height: 100%;
    background: #ffcf06;
    border-radius: 0px 0px 7px 0px;
    transform: skewX(-12deg);
}*/

.btn-style-one .btn-title{
	position: relative;
	display: block;
	z-index: 1;
    padding: 15px 100px 15px 20px;
    line-height: 24px;
    color: #ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-one:hover .btn-title{
	color: #ffffff;
}

.btn-style-one:hover{
	opacity: 0.70;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:rgba(0,0,0,0);
	display: none;
} 

.preloader .icon{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:5; 
	background-color:rgba(0,0,0,0); 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../../images/root/icons/preloader.svg);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
} 

.page-loaded .preloader .icon{
	opacity:0; 
}

.preloader:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:51%;
	height:100%;
	background:#ffffff;
	z-index:0; 
	-webkit-transform:translateX(0%);
	-ms-transform:translateX(0%);
	transform:translateX(0%);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.page-loaded .preloader:before{
	-webkit-transform:translateX(-101%);
	-ms-transform:translateX(-101%);
	transform:translateX(-101%);
}

.preloader:after{
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:51%;
	height:100%;
	background:#ffffff;
	z-index:2; 
	-webkit-transform:translateX(0%);
	-ms-transform:translateX(0%);
	transform:translateX(0%);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.page-loaded .preloader:after{
	-webkit-transform:translateX(101%);
	-ms-transform:translateX(101%);
	transform:translateX(101%);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}
 

/****** Pagination ******/

.pagination {
	margin: 40px 0;
}

.pagination span, .pagination a, .pagination a:visited {
	color:#ffffff;
	display:block;
	float:left;
	margin: 2px 5px 2px 0px;
	padding: 8px 12px 8px 12px;
	background-color: #202020;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.pagination a:hover, .pagination .current {
	color:#ffffff;
	background-color:#009384;
}

/****** Wordpress Core ******/

.alignnone {
    margin: 15px 20px 15px 0;
}

.aligncenter, div.aligncenter {
    display: block;
	margin: 15px auto 15px auto;
}

.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 10px 0;
}

.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}

a img.alignnone {
    margin: 15px 20px 15px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 7px 7px 3px 7px;
	text-align: center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption.alignnone {
    margin: 15px 20px 15px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
    margin: 5px 0 10px 20px;
}

.wp-caption img {
    border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
	line-height: 1.65;
	margin: 0;
	padding: 6px 4px 4px 4px;
	text-align: center;
	color: #777777;
}

.sticky{
	position: relative;
}

.sticky:before {
	content: "\f08d";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	color: #009384;
	font-size: 24px;
	top: 10px;
	font-weight:900;
}

.sticky .post-title {
	padding-left: 30px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/****** Comments ******/

#respond {
	
}
#respond ul {
	list-style-type:none;
}
#respond .logged-in {
	margin: 0 0 12px 0
}
#commentform input[type="text"], #commentform .input-comments  {
	width: 198px;
	float:left;
	margin-right:13px;
}
#commentform label {
	display:block;
}
#commentform .url-comments {
	margin-right:0px !important;
}
#commentform li.middle {
	margin-right:0px !important;
}

.comments-closed {
	margin: 40px 0 40px 0;
}

ol.commentlist { 
	list-style: none; 
}
ol.commentlist li div.vcard cite.fn { 
	font-style: normal; 
}
ol.commentlist li div.vcard img.avatar { 
	float:left; 
	margin: 0 10px 0px 0px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
ol.commentlist li div.commentmetadata { 
	padding: 8px 0 14px 0; 
}
ol.commentlist li div.comment-meta { 
	font-size: 14px;
	color: #777777; 
}
ol.commentlist li div.comment-meta a, ol.commentlist li div.comment-meta a:visited { 
	color: #777777;
}
ol.commentlist li div.comment-meta a:hover { 
	color: #009384; 
}
ol.commentlist li div.reply { 
	font-size: 14px; 
	padding: 0px 0 40px 0; 
	font-weight: 700; 
}
ol.commentlist li ul.children { 
	list-style: none; margin: 10px 0 0; 
}
ol.commentlist li ul.children li.depth-2 {  
	margin: 0 0 0 35px; 
}
ol.commentlist li ul.children li.depth-3 { 
	margin: 0 0 0 35px; 
}
ol.commentlist li ul.children li.depth-4 { 
	margin: 0 0 0 35px; 
}
ol.commentlist li ul.children li.depth-5 {  
	margin: 0 0 0 35px; 
}
ol.commentlist li.pingback {
	margin: 0 0 40px 0;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:44px;
	height:48px;
	color:#202020;
	font-size:15px;
	text-transform:uppercase;
	line-height:48px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:0px;
	background:#ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#4a4a4a;
}

/*** 

====================================================================
				Default Styling
====================================================================

***/

table{
	position:relative;
    border-collapse: collapse;
    width: 100%;
	margin-bottom:20px;
}

table td,
table th{
    border: 1px solid #ddd;
    padding: 12px 20px;
}

table tr:nth-child(odd){background-color: #f6f6f6;}

table tr:hover{background-color: #f0f0f0;}

table th{
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0f6936;
    color: white;
}

ul{
	margin:0px 0px 20px 30px;	
}

ul li{
	list-style-type:disc;	
}

ol{
	margin:0px 0px 20px 30px;	
}

ol li{
	list-style-type:decimal;	
}


/*** 

====================================================================
	Default Form Style
====================================================================

***/

form{
	position:relative;
}

form .form-group{
	position:relative;
	margin-bottom:30px;
}

form .form-group .field-label{
	position:relative;
	display:block;
	line-height:24px;
	font-size:14px;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:10px;	
}

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form textarea,
form select{
	position:relative;
	display:block;
	width:100%;
	color:#444444;
	line-height:24px;
	padding:10px 20px;
	height:46px;
	font-size:14px;
	font-weight: 400;
	background:#ffffff;
	margin:0px;
	border-radius:3px;
	border:1px solid rgba(0,0,0,0.20);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}


form textarea:focus,
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="search"]:focus,
form select:focus,
form textarea:focus{
	-webkit-box-shadow: 0 0 0 1px #FF2600;
    -moz-box-shadow: 0 0 0 1px #FF2600;
    box-shadow: 0 0 0 1px #FF2600;
    border-color: #FF2600;
}

form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none;
	background:#ffffff url(../../images/root/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

form select option{
	padding-left:20px; 
	cursor:pointer;	
}

form textarea{
	height:140px;
	resize:none;
	padding-top:12px;
}

form button,
form input[type="submit"],
form .theme-btn{
	position:relative;
	display:inline-block;
	margin: 0;
}

form .radio-block{
    position: relative;
    display: inline-block;
    margin-right: 50px;
}

form .radio-block input{
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

form .radio-block label{
    position: relative;
    display: block;
    padding-left: 40px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
}

form .radio-block label:before{
    content: '';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 3px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #707070;
}

form .radio-block input:checked + label:before{
    content: '\f00c';
}


/*** 

====================================================================
	Main Header style / Header Style One
====================================================================

***/

.main-header{
	position: relative;
	display: block;
	width: 100%;
	z-index: 9999;
	background:none;
}

.main-header .auto-container{
	max-width: 1450px;
	padding: 0px 50px;
}

.main-header ul,
.main-header li{
	list-style: none;
	margin: 0;
	padding: 0;
}

/*=== Header Main Box ===*/

.main-header .header-upper{
	position:relative;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	-webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
	z-index: 1;
}

.main-header .header-upper .logo-box{
	position: relative;
	float:left;
	text-align: center;
	padding: 20px 0px 15px;
	z-index:10;
}

.main-header .header-upper .logo-box .logo{
	position: relative;
	display:block;
}

.main-header .header-upper .logo-box .logo img{
	position: relative;
	display: block;
	height: 250px;
	max-height: 250px;
	margin: 0 auto;
	z-index:1;
}

.main-header .header-upper .logo-box .since{
	position: relative;
	display: block;
	color: #5c5d60;
	padding-top: 10px;
}

.main-header .header-upper .right-logo-box{
	position: relative;
	float:right;
	text-align: center;
	padding: 40px 0px 10px;
	z-index:10;
}

.main-header .header-upper .right-logo-box .subtitle{
	position: relative;
	display: block;
	font-size: 19px;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.50);
	padding-top: 15px;
}

.main-header .header-upper .right-logo-box .iso-number{
	position: relative;
	display: block;
	font-size: 17px;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.50);
	padding-top: 15px;
}

.main-header .header-upper .right-logo-box .logo{
	position: relative;
	display:block;
}

.main-header .header-upper .right-logo-box .logo img{
	position: relative;
	display: block;
	max-width: 100%;
	height: 34px;
	margin: 0 auto;
	z-index:1;
}

.main-header .header-lower{
	position: relative;
	display: block;
	background: #939598;
}

.main-header .nav-box{
	position: relative;
	display: block;
	padding-right: 40px;
}

.main-header .nav-outer{
	position: relative;
	z-index:1;
}

.main-header .nav-outer .main-menu{
	position:relative;
	float: left;
}

.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'Noto Sans JP', sans-serif;
}

.main-menu .navigation > li{
	position:relative;
	display: inline-block;
	vertical-align: middle;
	padding:5px 0px;
	margin-right: 40px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right: 0;
}

.main-menu .navigation > li:last-child:after{
	display: none;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size:17px;
	line-height:28px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
	padding:5px 0px;
	opacity:1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li.current > a{
	color: #fff !important;
	background: #8b0000;
}

.main-menu .navigation > li:hover > a {
	color: #8b0000;
}

.main-menu .navigation > li.dropdown > a{
		
}

.main-menu .navigation > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f0d7";
	position: absolute;
	font-weight: 700;
	right: 0;
	font-size: 15px;
	margin-top: -1px;
	display: none;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:240px;
	z-index:100;
	display:none;
	background:#414142;
	padding: 0px 0px;
	border-top: 2px solid #272727;
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	padding: 0px 0px;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background: #ffcf01;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0;
	width:240px;
	z-index:100;
	display:none;
	background:#ffffff;
	padding: 12px 0px;
	border-top: 2px solid #4a3d8f;
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	padding: 0px 30px;
	width:100%;
}

.main-menu .navigation > li > ul > li  > ul > li > a{
    position:relative;
	display:block;
	padding:15px 0px;
	line-height:24px;
	font-weight:700;
	font-size:15px;
	color:#4a3d8f;
	text-align:left;
	text-transform:capitalize;
	border-bottom:1px solid rgba(0,0,0,0.10);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#ffcf01;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:0px;
	top:11px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	z-index:5;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .search-box-outer {
	position: absolute;
	right: 0;
	top: 5.5px;
	float: right;
	padding: 0px 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 20;
}

.main-header .search-box-btn {
	position: relative;
	cursor: pointer;
	background:unset;
	font-size: 14px;
	width: 38px;
	height: 38px;
	color: #ffffff;
	padding: 0px 0px;
	margin-bottom: 0px;
	border-radius: 3px;
	outline: none !important;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.dropdown-toggle::after {
	display: none;
}

.main-header .search-box-outer .dropdown {
	height: 20px;
}

.main-header .search-box-outer .dropdown-menu {
	top: 44px !important;
	left: auto !important;
	right: 0;
	padding: 0px;
	width: 280px;
	margin: 0;
	border-radius: 0px;
	transform: none !important;
	border-top: 3px solid #010101;
}

.main-header .search-panel .form-container {
	padding: 25px 20px;
}

.main-header .search-panel .form-group {
	position: relative;
	margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 7px 40px 7px 15px;
	height: 40px;
	font-size: 14px;
	border: 1px solid #e0e0e0;
	background: #ffffff;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
	border-color: #005aab;
}

.main-header .search-panel .search-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #555555;
	font-size: 14px;
	background: none;
	cursor: pointer;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 30px;
	line-height: 40px;
	cursor: pointer;
	margin-left: 0px;
	color: #222222;
	margin: 15px 0px;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container{
	margin-right:5px;	
}

.mobile-menu .navbar-collapse{
	display:block !important;	
}

.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;	
}

.mobile-menu .nav-logo img{
	max-height: 100px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.70);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%); display: none;
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
	color: #fff;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li ul li > a{
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	border-left: 3px solid #ffcf01;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li.current > a:before{
	height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:32px;
	height:32px;
	text-align:center;
	font-size:16px;
	line-height:32px;
	color:#ffffff;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}

.mobile-menu .navigation li.dropdown > a{
	padding-right: 30px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}

.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
	position:relative;
	line-height:32px;
	font-size:16px;
	color:#ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

/*** 

====================================================================
		Lazy Load Settings
====================================================================

***/

img.lazy-image{
	background:url(../../images/root/icons/image-bg.svg) center center no-repeat;	
}

img.lazy-image.loaded{
	background-image:none;
}

.owl-theme img.lazy-image.loaded{
	height: auto;
	opacity: 1;
}


/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	z-index:1;
}

.banner-one{
	position: relative;
}

.banner-carousel{
	position: relative;
	z-index: 1;
}

.banner-carousel .slide-item{
	position: relative;
	display: block;
	color: #ffffff;
	padding: 0px 0px;
	height: 400px;
	overflow:hidden;
}

.banner-carousel .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-carousel .slide-item .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.banner-carousel .content-box{
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 600px;
	min-height: 300px;
	padding: 0px 0px;
	z-index:5;
}

.banner-carousel .content-box .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 50px 0px;
}

.banner-carousel .content-box .inner{
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.banner-section .owl-theme .owl-nav{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width:100%;
	height:0;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-prev{
	position: absolute;
	left: 20px;
	background: #ffffff;
	height: 44px;
	width: 50px;
	border: none; 
	text-align: center;
	line-height: 44px;
	color: #202020;
	font-size: 20px;
	border-radius: 0;
	opacity: 0.50;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-next{
	position: absolute;
	right: 20px;
	background: #ffffff;
	height: 44px;
	width: 50px;
	border: none; 
	text-align: center;
	line-height: 44px;
	color: #202020;
	font-size: 20px;
	border-radius: 0;
	opacity: 0.50;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-nav .owl-prev:hover, 
.banner-section .owl-nav .owl-next:hover{
	opacity: 1;
	color: #202020;
	background: #ffcf01;
}

.banner-section .owl-theme .owl-dots{
	display: none;
}

/*** 

====================================================================
		Inner Banner Section
====================================================================

***/

.inner-banner{
	position: relative;
	height: 400px;
	z-index:1;
}

.inner-banner .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.inner-banner .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.inner-banner .content-box{
	position: relative;
	display: block;
	z-index:1;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding: 80px 0px 50px;
	background: #ffffff;
}

.about-section .text-col{
	position: relative;
	margin-bottom: 40px;
}

.about-section .text-col .inner{
	position: relative;
	display: block;
	padding-right: 50px;
}

.about-section .text-col h2{
	margin-bottom: 10px;
}

/*.about-section .text-col .inner:before{
	content: '';
	position: absolute;
	right: 0;
	top: 7px;
	bottom: 0px;
	border-right: 2px solid #ffcf01;
}*/

.about-section .logo-col{
	position: relative;
	margin-bottom: 40px;
}

.about-section .logo-col .inner{
	position: relative;
	display: block;
	padding: 32px 0px 10px 0px;
}

.about-section .logo-col .logo{
	position: relative;
	float: left;
	line-height: 100px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.about-section .logo-col .logo img{
	max-height: 100px;
}

/*** 

====================================================================
	Updates Section
====================================================================

***/

.updates-section{
	position:relative;
	padding: 0px 0px;
	background: #ffcf06;
}

.updates-section .owl-theme .owl-stage-outer{
	overflow: visible;
}

.updates-section .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
}

.updates-section .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.updates-section .slide-item{
	position: relative;
}

.updates-section .slide-item .content-box{
	position: relative;
	display: block;
	padding: 210px 0px 90px;
	min-height: 510px;
	max-width: 580px;
}

.updates-section .slide-item .text-content{
	position: relative;
	display: block;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.updates-section .active .slide-item .text-content{
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.updates-section .text-content h2{
	position: relative;
	color: #5c5d60;
	margin-bottom: 15px;
	font-family: "Rockwell BOLD AS"; 
}

.updates-section .text-content .text{
	position: relative;
	display: block;
	color: #070d17;
	font-family: 'Rockwell Regular';
}

.updates-section .slide-item .content-image{
	position: absolute;
	left: 100%;
	margin-left: 50px;
	top: -30px;
	z-index: 5;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
}

.updates-section .active .slide-item .content-image{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.updates-section .slide-item .content-image img{
	display: inline-block !important;
	width: auto !important;
	max-width: none !important;
}

.updates-section .owl-theme .owl-nav{
	display: none;
}

.updates-section .owl-theme .owl-dots{
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
}

.updates-section .owl-theme .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px 3px;
}

.updates-section .owl-theme .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	border:3px solid rgba(255,255,255,0.70);
	border-radius: 50%;
}

.updates-section .owl-theme .owl-dots .owl-dot.active span{
	background: none;
	border-width: 3px;
	border-color:#070d17;
	opacity: 0.70;
}

/*** 

====================================================================
	Products Section
====================================================================

***/

.products-section{
	position:relative;
	padding: 80px 0px 60px;
	background: #e6e7e8;
}

.products-section.alt{
	background: #ffffff;
}

.products-section .pattern-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.products-section .pattern-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.products-section .title-box{
	position: relative;
	margin-bottom: 50px;
}

.products-section .title-box h2{
	position: relative;
	display: inline-block;
	line-height: 40px;
	padding-right: 30px;
	font-size: 28px;
	color: #5c5d60;
	float: left;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
	overflow: hidden;
}

.products-section .title-box h2:before{
	content: '';
	position: absolute;
	left: -22px;
	top: 0;
	width: 100%;
	height: 100%;
    background: #5c5d5f;
    transform: skewX(-12deg);
}

.products-section .title-box h2:after{
	content: '';
	position: absolute;
	right: 8px;
	top: 0;
	width: 15px;
	height: 100%;
    background: #ffcf06;
    border-radius: 0px 0px 7px 0px;
    transform: skewX(-12deg);
}

.products-section .title-box h2 .inner{
	position: relative;
	display: block;
	z-index: 1;
    padding: 10px 30px 10px 15px;
    line-height: 40px;
    color: #ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.products-section .title-box .link-box{
	position: relative;
	float: right;
}

.product-block{
	position: relative;
	margin-bottom: 35px;
}

.product-block .inner-box{
	position: relative;
	display: block;
}

.product-block .image-box{
	position: relative;
	display: block;
}

.alt .product-block .image-box{
	/*border: 1px solid #333333;*/
}

.product-block .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.product-block .cap-box{
	position: relative;
	display: block;
	text-transform:capitalize;
    font-size: 18px;
    border: 0;
    font-weight: 500;
	border-radius:0px;
	overflow: hidden;
}

.alt .product-block .cap-box{
	font-size: 15px;
	text-transform: capitalize;
}

.product-block .cap-box .bg-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.product-block .cap-box a{
	position: relative;
	display: block;
}

.product-block .cap-box .bg-layer:before{
	content: '';
	position: absolute;
	left: -22px;
	top: 0;
	width: 100%;
	height: 100%;
    background: #000000;
    transform: skewX(-12deg);
}

.alt .product-block .cap-box .bg-layer:before{
	left: -17px;
}

.product-block .cap-box .bg-layer:after{
	content: '';
	position: absolute;
	right: 8px;
	top: 0;
	width: 14px;
	height: 100%;
    background: #ffcf06;
    border-radius: 0px 0px 7px 0px;
    transform: skewX(-12deg);
}

.alt .product-block .cap-box .bg-layer:after{
	width: 11px;
	right: 6px;
}

.product-block .cap-box a .btn-title{
	position: relative;
	display: block;
	z-index: 1;
    padding: 15px 20px 15px 25px;
    line-height: 24px;
    color: #ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.product-block .cap-box a:hover .btn-title{
	opacity: 0.70;
}

.products-section .more-box{
	position: relative;
	text-align: right;
	padding-top: 30px;
}

/*** 

====================================================================
	Brands Section
====================================================================

***/

.brands-section{
	position:relative;
	padding: 80px 0px;
	padding: 60px 0px;
}

.brands-section .title-box{
	position: relative;
	margin-bottom: 50px;
}

.brands-section .title-box h2{
	position: relative;
	color: #5c5d60;
	margin-bottom: 0;
}

.brands-section .more-box{
	position: relative;
	text-align: right;
	padding-top: 40px;
}

.brands-section .row{
	margin: 0px -8px;
}

.brand-block{
	position: relative;
	margin-bottom: 30px;
}

.brands-section .row .brand-block{
	width: 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0px 8px;
	margin-bottom: 16px;
}

.brand-block .inner-box{
	position: relative;
	display: block;
	text-align: center;
	background: #ffffff;
	border:1px solid #cbcbcb;
}

.brand-block .image-box{
	position: relative;
	display: block;
}

.brand-block .image-box img{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position: relative;
    background: #232323;
}

.main-footer ul,
.main-footer ul li{
	list-style: none;
	margin: 0;
}

.main-footer .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.footer-section{
    padding: 50px 0 20px;
    color: #fff;
}

.footer-section .footer-column{
	position: relative;
	font-size: 16px;
	margin-bottom: 20px;
}

.footer-section a {
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.footer-section .widget-title{
    font-size: 18px;
    font-weight: 500;
    color: #ffcf01;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.footer-section .locations{
	position: relative;
}

.footer-section .locations li{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.footer-section .locations li a{
	position: relative;
	display: block;
	padding-left: 43px;
	padding-right: 15px;
}

.footer-section .locations li .txt{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 9px 12px;
	font-weight: 600;
	background: #ffcf06;
	color: #6d6e71;
	text-transform: capitalize;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.footer-section .locations li a:hover .txt{
	background: #ffffff;
	color: #6d6e71;
}

.footer-section .locations li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 42px;
	height: 100%;
	background: #ffffff url(../../images/root/icons/icon-map.png) center center no-repeat;
}

.footer-section .locations li a:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 14px;
	height: 100%;
	background: #ffffff;
	border-radius: 0px 0px 5px 0px;
}

.footer-section .links{
	position: relative;
}

.footer-section .links li{
	position: relative;
	display: block;
	margin-bottom: 6px;
}

.footer-section .links li a{
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	padding-left: 0;
}

/*.footer-section .links li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 100%;
	background: url(../../images/root/icons/gear-icon.png) left center no-repeat;
}*/

.footer-section .links li a:hover{
	text-decoration: underline;
}

.footer-section .info{
	position: relative;
	line-height: 30px;
}

.footer-section .brochure{
	position: relative;
	display: block;
	text-align: right;
}

.footer-section .brochure img{
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-height: 170px;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.footer-section .brochure img:hover{
	opacity: 0.80;
}

.footer-section .footer-badge{
	position: relative;
	text-align: right;
	display: block;
}

.footer-section .footer-badge img{
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-height: 165px;
}

.bottom-footer{
	position: relative;
	text-align: center;
    background: #010101;
    padding: 13px 0px;
    line-height: 30px;
}

.bottom-footer .copyright{
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.bottom-footer .copyright .copyright-text{
	position: relative;
	float: left;
	color: #ffcf01;
	font-size: 16px;
	text-transform: uppercase;
}

.bottom-footer .copyright .social-icons{
	position: relative;
	float: left;
	margin-left: 15px;
}

.bottom-footer .copyright .social-icons a{
	display: inline-block;
	color: #ffffff;
	width: 30px;
	text-align: center;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	margin-right: 5px;
	background: #5c5d5f;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.bottom-footer .copyright .social-icons a:hover{
	color: #010101;
	background: #ffcf01;
}

/*** 

====================================================================
		Page Banner
====================================================================

***/

.page-info{
	position:relative;
	padding: 0;
	border-bottom: 3px solid #4a4a4a;
}

.page-info .inner-container{
	position: relative;
	padding: 55px 0px;
	z-index:2;
}

.page-info h2{
	position:relative;
	font-size:48px;
	color:#070d17;
	line-height: 1.12em;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0;
}

.page-info .page-nav{
	position: relative;
	padding-top: 5px;
}

.page-info ul,
.page-info ul li{
	list-style: none;
	margin: 0;
}

.page-info .bread-crumb{
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.page-info .bread-crumb li{
	position: relative;
	float: left;
	font-size: 20px;
	line-height: 30px;
	color: #5c5d60;
	font-weight: 700;
	text-transform: capitalize;
	cursor: default;
	padding-right:  15px;
	margin-right: 15px;
}

.page-info .bread-crumb li:before{
	position: absolute;
	top: 2px;
	right: -15px;
	width: 30px;
	font-size: 24px;
	text-align: center;
	line-height: 30px;
    content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight:900;
}

.page-info .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-info .bread-crumb li:last-child:before{
	display: none;
}

.page-info .bread-crumb li a{
	color:#070d17;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-info .bread-crumb li a:hover{
	color:#5c5d60;	
}

/*** 

====================================================================
	Products Section
====================================================================

***/

.products-section-two{
	position:relative;
	padding: 0px 0px 80px;
	background: #ffffff;
}

.prod-nav-bar{
	position:relative;
	background: #FF2600;
	margin-bottom: 80px;
}

.prod-nav-bar .left-links{
	position: relative;
	float: left;
}

.prod-nav-bar .brand-filter{
	position: relative;
	float: right;
}

.product-block-two{
	position: relative;
	margin-bottom: 30px;
}

.product-block-two .inner-box{
	position: relative;
	display: block;
	border:4px solid #5c5d5f;
}

.product-block-two .inner-box:after{
	content: '';
	position: absolute;
	right: -4px;
	bottom: -4px;
	display: block;
	width: 114px;
	height: 114px;
	background: url(../../images/root/icons/prod-curve.png) right bottom no-repeat;
	z-index: 1;
}

.product-block-two .image-box{
	position: relative;
	display: block;
}

.product-block-two .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.product-block-two .hover-box{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -50px;
	padding: 0px 10px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.8);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index:5;
}

.product-block-two:hover .hover-box{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.product-block-two .hover-box .link{
	position:relative;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.product-block-two .hover-box .link:last-child{
	margin-bottom: 0;
}

.product-block-two .hover-box .link a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	background:#ffffff;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffcf01;
	padding: 7px 25px;
	padding-right: 40px;
	border-radius: 10px 0px 20px 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.product-block-two .hover-box .link a:hover{
	color: #5c5d60;
	background:#ffcf01;
}

.product-block-two .cap-box{
	position: relative;
	display: block;
	text-transform:capitalize;
    font-size: 18px;
    padding: 10px 20px;
    background: #ffcf06;
    font-weight: 500;
}

.product-block-two .cap-box a{
	position: relative;
	display: block;
	color: #5c5d60;
	font-weight: 500;
}

.product-block-two .zoom-btn{
	position: absolute;
	right: -2px;
	bottom: -2px;
	display: block;
	width: 50px;
	height: 32px;
	background: url(../../images/root/icons/icon-eye.png) center center no-repeat;
	z-index: 2;
}

.products-section-two .more-box{
	position: relative;
	text-align: right;
	padding-top: 30px;
}

.tabs-box{
	position:relative;	
}

.prod-nav-bar ul,
.prod-nav-bar ul li{
	list-style: none;
	padding: 0;
	margin: 0;
}

.tabs-box .tab-buttons{
	position:relative;	
}

.tabs-box .tab-buttons .tab-btn{
	position:relative;
	display:inline-block;
	vertical-align: top;
	cursor:pointer;
}

.tabs-box .tabs-content{
	position:relative;
}

.tabs-box .tabs-content .tab{
	position:relative;
	display:none;
}

.tabs-box .tabs-content .active-tab{
	display:block;
}

.prod-nav-bar .links{
	position: relative;
}

.prod-nav-bar .links li{
	position:relative;
	float: left;	
}

.prod-nav-bar .links li a{
	position: relative;
	display: block;
	line-height:30px;
	font-size: 16px;
	font-weight: 600;
	color: #5c5d60;
	text-align: center;
	padding: 15px 30px;
	text-transform:uppercase;
	min-width: 150px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.prod-nav-bar .links li span{
	position: relative;
	display: block;
}

.prod-nav-bar .links li:before{
	content:'';
	position:absolute;
	left:0;
	top: 0;
	border-left: 1px solid #5c5d60;
	height: 100%;
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
}

.prod-nav-bar .links li:last-child:after{
	content:'';
	position:absolute;
	right:0;
	top: 0;
	border-left: 1px solid #5c5d60;
	height: 100%;
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
}

.prod-nav-bar .links li:hover a,
.prod-nav-bar .links li.active a{
	color:#ffffff;	
}

.prod-nav-bar .brand-filter .filter-btn{
	position: relative;
	line-height: 30px;
	padding: 15px 20px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	width: 230px;
	background: none;
}

.prod-nav-bar .brand-filter .filter-btn:before{
	content: '';
	position:absolute;
	left:-25px;
	right: -25px;
	height: 100%;
	top: 0;
	background: #767779;
	height: 100%;
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
}

.prod-nav-bar .brand-filter .filter-btn .txt{
	position: relative;
	float: left;
	line-height: 30px;
	display: block;
}

.prod-nav-bar .brand-filter .filter-btn .icon{
	position: relative;
	float: right;
	color: #FF2600;
	font-size: 14px;
	line-height: 30px;
	display: block;
}

.prod-nav-bar .brand-filter .dropdown-menu{
	position:absolute;
	left:0px;
	top:100%;
	width:230px;
	z-index:100;
	background:#e7e8e9;
	padding: 10px 20px;
	border-radius: 0;
	border-color: rgba(0,0,0,0.05);
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.prod-nav-bar .brand-filter .dropdown-menu > li{
	position:relative;
	padding: 0px 0px;
	width:100%;
	border-bottom:1px solid #ffcf01;
}

.prod-nav-bar .brand-filter .dropdown-menu > li > a{
	position:relative;
	display:block;
	padding:10px 0px;
	line-height:24px;
	font-weight:500;
	font-size:16px;
	color:#000000;
	text-align:left;
	text-transform:capitalize;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.prod-nav-bar .brand-filter .dropdown-menu > li > a:after{
	content: '';
	position: absolute;
	right: 0;
	top: 14px;
	width: 14px;
	height: 14px;
	background: #5c5d5f;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.prod-nav-bar .brand-filter .dropdown-menu > li:hover > a:after{
	background: #ffcf01;
}

.prod-nav-bar .brand-filter .dropdown-menu > li:last-child{
	border-bottom:none;	
}

.prod-nav-bar .brand-filter .dropdown-menu > li:hover > a{
	color:#ffcf01;
}