/* Maxtorq Tools  */

/*** 

====================================================================
			Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

/*
	font-family: 'Open Sans', sans-serif;
	font-family: 'Roboto Condensed', 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:16px;
	color:#101010;
	line-height:1.5em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color: #ffd20a;
}

.theme_color{
	color:#ffd20a;
}

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: 'Open Sans', cursive;
}

h1{
	font-size: 48px;
}

h2{
	font-size: 36px;
}

h3{
	font-size: 30px;
}

h4{
	font-size: 24px;
}

h5{
	font-size: 20px;
}

h6{
	font-size: 16px;
}

input,select,button{
	font-family: 'Open Sans', 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:1660px;
	padding:0px 20px;
	margin:0 auto;
}

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: "Open Sans", 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:#ffd20a;
}

/*** 

====================================================================
				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:24px;
}

form .form-group .field-label{
	position:relative;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:500;
	text-transform:capitalize;
	margin-bottom:10px;	
}

form .form-group .req{
	 color: #ff0000;
}

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:30px;
	padding:10px 25px;
	height:52px;
	font-size:16px;
	font-weight: 400;
	background:#ffffff;
	margin:0px;
	border-radius:5px;
	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 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{
    border-color: #ffd20a;
}

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 5px no-repeat;
	cursor:pointer;
}

form select option{
	padding-left:25px; 
	cursor:pointer;
	cursor: pointer;
}

form textarea{
	height:140px;
	resize:none;
	padding-top:15px;
}

form button,
form input[type="submit"],
form .theme-btn{
	position:relative;
	display:inline-block;
	line-height: 30px;
	padding: 8px 25px;
	background: #005f75;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	margin: 0;
}

form .radio-select .txt{
	position: relative;
	display: inline-block;
	vertical-align: top;
    margin-right: 20px;
}

form .radio-block{
    position: relative;
    display: inline-block;
	vertical-align: top;
    margin-right: 10px;
}

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: 30px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
}

form .radio-block label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #101010;
    border-radius: 50%;
}

form .radio-block label:after{
    content: '';
    position: absolute;
    left: 4px;
    top: 6px;
    width: 10px;
    height: 10px;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    border: 6px solid #ffd300;
    border-radius: 50%;
    opacity: 0;
}

form .radio-block input:checked + label:after{
	opacity: 1;
}


/*** 

====================================================================
	Main Header style / Header Style One
====================================================================

***/

.main-header{
	position: relative;
	display: block;
	width: 100%;
	z-index: 9999;
	background:none;
	min-height: 130px;
}

.main-header .auto-container{
	max-width: 1800px;
	padding: 0px 80px;
}

.main-header ul,
.main-header li{
	list-style: none;
	margin: 0;
	padding: 0;
}

/*=== Header Main Box ===*/

.main-header .header-upper{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffd20a;
	border-bottom: 1px solid rgba(0,0,0,0.20);
	display: block;
    -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: 30px 0px;
	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: 70px;
	max-height: 70px;
	margin: 0 auto;
	z-index:1;
}

.main-header .nav-box{
	position: relative;
	float: right;
	display: block;
}

.main-header .nav-outer{
	position: relative;
	float: left;
	z-index:1;
}

.main-header .nav-outer .main-menu{
	position:relative;
}

.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'Open Sans', sans-serif;
}

.main-menu .navigation > li{
	position:relative;
	float: left;
	padding:45px 0px;
	margin-right: 50px;
	-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:18px;
	line-height:30px;
	font-weight:600;
	text-transform:uppercase;
	color:#5c5c5b;
	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.contact-link > a{
	color: #ffd20a;
	font-size: 16px;
	padding: 5px 15px;
	line-height: 30px;
	background: #414143;
	border-radius: 5px;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #ffffff;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:250px;
	z-index:100;
	display:none;
	background:#ffd20a;
	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 > li{
	position:relative;
	padding: 0px 0px;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:24px;
	font-weight:600;
	font-size:16px;
	color:#5c5c5b;
	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: #5c5c5b;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0;
	width:250px;
	z-index:100;
	display:none;
	background:#ffd20a;
	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 > li > ul > li{
	position:relative;
	padding: 0px 0px;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:24px;
	font-weight:600;
	font-size:16px;
	color:#5c5c5b;
	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 > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ffffff;
	background: #5c5c5b;
}

.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 .other-links{
	position: relative;
	float: left;
	padding: 40px 0px;
	margin-left: 250px;
}

.main-header .other-links .search-box-outer{
	position: relative;
	float: left;
	margin-left: 30px;
	padding: 7px 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 .other-links .search-box-btn{
	position: relative;
	cursor: pointer;
	background: none;
	font-size: 16px;
	line-height: 36px;
	color: #5c5c5b;
	padding: 0px 0px;
	margin-bottom: 0px;
	border-radius: 0;
	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;
}

.main-header .search-box-btn img{
	width: 30px;
	height: auto;
}

.dropdown-toggle::after {
	display: none;
}

.main-header .search-box-outer .dropdown {
	height: 20px;
}

.main-header .search-box-outer .dropdown-menu {
	top: 82px !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;
}

.main-header .other-links .cart-box{
	position: relative;
	float: left;
	padding: 6px 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 .other-links .cart-box .cart-btn{
	position: relative;
	cursor: pointer;
	background: none;
	font-size: 16px;
	line-height: 36px;
	color: #5c5c5b;
	-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-header .other-links .cart-box .cart-btn img{
	width: 38px;
	height: auto;
}

.main-header .other-links .cart-box .count{
	position: absolute;
	right: -4px;
	top: -8px;
	width: 16px;
	height: 16px;
	font-size: 10px;
	text-align: center;
	line-height: 16px;
	background: #5c5c5b;
	color: #ffffff;
	border-radius: 50%;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: left;
	font-size: 30px;
	line-height: 40px;
	cursor: pointer;
	color: #222222;
	margin: 40px 0px 15px 20px;
	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: 70px;
}

.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%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffd20a;
	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: #414042;
	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{
	opacity: 0.70;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 16px;
	font-weight: 600;
	color: #414042;
	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: 16px;
	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 #414042;
	-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:#414042;
	background:rgba(0,0,0,0.20);
	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:30px;
	font-size:16px;
	color:#414042;
	-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;
	border-top: 20px solid #414042;
	z-index:1;
}

.banner-carousel{
	position: relative;
	z-index: 1;
}

.banner-carousel .slide-item{
	position: relative;
	display: block;
	color: #ffffff;
	padding: 0px 0px;
	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: 500px;
	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: #414042;
	height: 44px;
	width: 44px;
	border: none; 
	text-align: center;
	line-height: 44px;
	color: #ffffff;
	font-size: 20px;
	border-radius: 50%;
	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: #414042;
	height: 44px;
	width: 44px;
	border: none; 
	text-align: center;
	line-height: 44px;
	color: #ffffff;
	font-size: 20px;
	border-radius: 50%;
	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: #ffd20a;
}

.banner-section .owl-theme .owl-dots{
	display: none;
}

/*** 

====================================================================
		Inner Banner Section
====================================================================

***/

.inner-banner{
	position: relative;
	height: 500px;
	border-top: 20px solid #414042;
	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;
}

/*** 

====================================================================
	Product Section
====================================================================

***/

.prod-section{
	position:relative;
	padding: 60px 0px 60px;
	background: #ffffff;
}

.prod-section .title-box{
	position: relative;
	display: block;
	padding: 15px 30px;
	line-height: 36px;
	background: #676769;
	margin-bottom: 24px;
}

.prod-section .title-box h2{
	font-size: 30px;
	line-height: 36px;
	margin: 0;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.prod-block{
	position:relative;
	margin-bottom: 30px;
}

.owl-theme .prod-block{
	margin: 0;
}

.prod-block .inner-box{
	position:relative;
	display: block;
	background: #ffffff;
	border:1px solid #676769;
}

.prod-block .image-box{
	position:relative;
	display: block;
}

.prod-block .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.prod-block .lower-box{
	position:relative;
	display: block;
	padding: 10px 16px 30px;
}

.prod-block .lower-box h4{
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
	font-family: 'Roboto Condensed', sans-serif;
	color: #101010;
	margin-bottom: 30px;
}

.prod-block .lower-box h4 a{
	color: #101010;
	-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-block .lower-box h4 a:hover{
	color: #ffd20a;
	text-decoration: underline;
}

.prod-block .lower-box .lower-links{
	position: relative;
}

.prod-block .lower-box .p-number{
	position: relative;
	line-height: 30px;
	font-size: 14px;
	float: left;
}

.prod-block .lower-box .links{
	position: relative;
	float: right;
}

.prod-block .lower-box .links a{
	position: relative;
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	background: #ffffff;
	margin-left: 10px;
	border:1px solid #101010;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.70);
	border-radius: 50%;
	-webkit-transition: background-color 300ms ease;
	-moz-transition: background-color 300ms ease;
	-ms-transition: background-color 300ms ease;
	-o-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
}

.prod-block .lower-box .links a:first-child{
	margin-left: 0;
}

.prod-block .lower-box .links a .fa,
.prod-block .lower-box .links a .icon:before{
	display: none;
}

.prod-block .lower-box .links a.zoom-btn{
	background: #bbbfc2 url(../../images/root/icons/eye-icon.png) center center no-repeat;
	background-size: auto 12px;
}

.prod-block .lower-box .links a.zoom-btn:hover{
	background-image: url(../../images/root/icons/eye-icon-hvr.png);
	background-color: #414143;
}

.prod-block .lower-box .links a.cart-btn{
	background: #ffffff url(../../images/root/icons/cart-icon-2.png) center center no-repeat;
	background-size: auto 16px;
}

.prod-block .lower-box .links a.cart-btn:hover{
	background-image: url(../../images/root/icons/cart-icon-2-hvr.png);
	background-color: #414143;
}

.prod-section .owl-theme .owl-dots{
	display: none;
}

.prod-section .owl-theme .owl-nav{
	position: absolute;
	right: 30px;
	top: -72px;
}

.prod-section .owl-theme .owl-nav .owl-prev,
.prod-section .owl-theme .owl-nav .owl-next{
	background: none;
	padding: 0;
	color: #d2d3d5;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 0 15px;
	-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-section .owl-theme .owl-nav .owl-prev:hover,
.prod-section .owl-theme .owl-nav .owl-next:hover{
	color: #ffffff;
}

/*** 

====================================================================
		Parallax Section
====================================================================

***/

.parallax-section{
	position: relative;
	background: #414042;
	height: 330px;
}

.parallax-section .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;
	background-attachment: fixed;
}

.parallax-section .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #414042;
	opacity: 0.40;
	z-index: 1;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding: 50px 0px 20px;
	background: #ebeff0;
}

.news-section .pattern-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: repeat;
	background-position: left top;
}

.news-section .pattern-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	opacity: 1;
}

.news-section .title-box{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.news-section .title-box h2{
	font-size: 30px;
	line-height: 36px;
	margin: 0;
	color: #414042;
	font-weight: 700;
	text-transform: uppercase;
}

.news-block{
	position:relative;
	margin-bottom: 30px;
}

.news-theme .prod-block{
	margin: 0;
}

.news-block .inner-box{
	position:relative;
	display: block;
	background: #ffffff;
	border:1px solid #414042;
}

.news-block .image-box{
	position:relative;
	display: block;
}

.news-block .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.news-block .lower-box{
	position:relative;
	display: block;
	padding: 40px 20px 30px;
	border-top: 1px solid #999999;
}

.news-block .lower-box h4{
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	font-family: 'Roboto Condensed', sans-serif;
	color: #101010;
	margin-bottom: 25px;
}

.news-block .lower-box h4 a{
	color: #101010;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .lower-box h4 a:hover{
	color: #ffd20a;
	text-decoration: underline;
}

.news-block .lower-box .text{
	position: relative;
	color: #101010;
	margin-bottom: 25px;
}

.news-block .lower-box .link{
	position: relative;
	left: -20px;
}

.news-block .lower-box .link a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 5px 15px 5px 20px;
	line-height: 26px;
	background: #414042;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .lower-box .link a:hover{
	color: #101010;
	background: #ffd20a;
}

.news-block .lower-box .link a:before{
	content: '';
	position: absolute;
	left: 100%;
	margin-left: -1px;
	top: 0;
	height: 100%;
	border:18px solid transparent;
	border-left: 10px solid #414143;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .lower-box .link a:hover:before{
	border-left-color: #ffd20a;
}

/*** 

====================================================================
	Category Section
====================================================================

***/

.cat-section{
	/*position:relative;*/
	padding: 60px 0px 30px;
	background: #ffffff;
}

.cat-section .title-box{
	position: relative;
	display: block;
	padding: 15px 30px;
	line-height: 36px;
	background: #ffd20a;
	margin-bottom: 24px;
}

.cat-section .title-box h2{
	font-size: 30px;
	line-height: 36px;
	margin: 0;
	color: #414042;
	font-weight: 700;
	text-transform: uppercase;
}

.cat-block{
	position:relative;
	margin-bottom: 30px;
}

.owl-theme .cat-block{
	margin: 0;
}

.cat-block .inner-box{
	position:relative;
	display: block;
	background: #ffffff;
	border:1px solid #d0d0d0;
}

.cat-block .image-box{
	position:relative;
	display: block;
}

.cat-block .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.cat-block .cap-box{
	position:absolute;
	left: 0;
	bottom: 18px;
	width: 100%;
	padding: 10px 20px;
	background: #414042;
	color: #ffffff;
	padding-right: 50px;
	display: block;
}

.cat-block .cap-box h4{
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	text-transform: capitalize;
	color: #ffffff;
	margin: 0px;
}

.cat-block .cap-box h4 a{
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.cat-block .cap-box h4 a:hover{
	text-decoration: underline;
}

.cat-block .cap-box .link-btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	min-height: 50px;
	text-align: center;
	background: #ffd20a;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.cat-block .cap-box .link-btn .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin: -9px 0px 0px -9px;
	background: #404042;
	color: #ffffff;
	font-size: 12px;
	border-radius: 50%;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position: relative;
    background: #232323;
}

.main-footer .auto-container{
	max-width: 1800px;
}

.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 bottom;
	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: 30px;
}

.footer-section a {
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.footer-section .widget-title{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.footer-section .text{
	position: relative;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	padding-right: 40px;
}

.footer-section .text:before{
	content: '';
	position: absolute;
	right: -10px;
	top: 0px;
	height: 190px;
	border-right: 1px solid rgba(255,255,255,0.30);
}

.footer-section .links{
	position: relative;
	padding-left: 40px;
}

.footer-section .links:before{
	content: '';
	position: absolute;
	right: -10px;
	top: 50px;
	height: 190px;
	border-right: 1px solid rgba(255,255,255,0.30);
}

.footer-section .links li{
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.footer-section .links li:last-child{
	margin-bottom: 0;
}

.footer-section .links li a{
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	padding-left: 15px;
}

.footer-section .links li a:before{
	content: "\f105"; 
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	line-height: 24px;
}

.footer-section .links li a:hover{
	text-decoration: underline;
}

.footer-section .brochure-box{
	position: relative;
	display: block;
	padding-left: 40px;
	padding-right: 190px;
	min-height: 220px;
}

.footer-section .brochure-box:before{
	content: '';
	position: absolute;
	right: 150px;
	top: 50px;
	height: 190px;
	border-right: 1px solid rgba(255,255,255,0.30);
}

.footer-section .brochure{
	position: relative;
	display: block;
	padding-top: 50px;
}

.footer-section .brochure img{
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-height: 200px;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.footer-section .brochure img:hover{
	opacity: 0.80;
}

.footer-section .footer-badge{
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	text-align: right;
	display: block;
}

.footer-section .footer-badge .badge{
	position: relative;
	display: block;
}

.footer-section .footer-badge .badge img{
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-height: 75px;
}

.footer-section .footer-badge .badge-2{
	position: relative;
	margin-top: 80px;
}

.bottom-footer{
	position: relative;
	text-align: center;
    background: #414042;
    padding: 13px 0px;
    line-height: 30px;
}

.bottom-footer .copyright{
	position: relative;
}

.bottom-footer .copyright .copyright-text{
	position: relative;
	color: #ffffff;
	font-size: 16px;
}

.bottom-footer .copyright a{
	position: relative;
	color: #ffffff;
}

.bottom-footer .copyright a:hover{
	text-decoration: underline;
}

.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: #ffd20a;
}

/*** 

====================================================================
		Page Banner
====================================================================

***/

.page-info{
	position:relative;
	padding: 0;
	background: #37363b;
}

.page-info .inner-container{
	position: relative;
	padding: 15px 0px;
	z-index:2;
}

.page-info h2{
	position:relative;
	font-size:42px;
	color:#ffffff;
	line-height: 1.15em;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0;
}

.page-info .page-nav{
	position: relative;
	font-size: 15px;
	line-height: 24px;
	color: #ffffff;
	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 .subtitle{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
}

.page-info .bread-crumb li{
	position: relative;
	float: left;
	font-size: 15px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	text-transform: capitalize;
	cursor: default;
	padding-right:  15px;
	margin-right: 15px;
}

.page-info .bread-crumb li:before{
	position: absolute;
	top: 1px;
	right: -15px;
	width: 30px;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
    content: "\f101";
	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:#ffffff;
	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:#ffd300;	
}

/*** 

====================================================================
	Footer Info Bar
====================================================================

***/

.footer-info-bar{
	position: relative;
    background: #ffd20a;
    color: #58595b;
    text-align: center;
}

.footer-info-bar ul,
.footer-info-bar ul li{
	list-style: none;
	margin: 0;
}

.footer-info-bar .inner{
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.footer-info-bar .txt{
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	float: left;
	padding: 15px 20px;
	font-size: 30px;
	line-height: 40px;
}

.footer-info-bar .social{
	position: relative;
	float: left;
	padding: 15px 20px;
	border-left: 1px solid rgba(0,0,0,0.30);
}

.footer-info-bar .social li{
	position: relative;
	float: left;
	margin-right: 12px;
}

.footer-info-bar .social li:last-child{
	margin-right: 0;
}

.footer-info-bar .social li a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #58595b;
	color: #ffffff;
	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;
}

.footer-info-bar .social li a:hover{
	color: #ffd20a;
}



/*** 

====================================================================
	About Section
====================================================================

***/

.about-container{
	position:relative;
	padding: 60px 0px 30px;
	background: #ffffff;
}

.about-container .title-box{
	position: relative;
	display: block;
	padding-bottom: 18px;
	margin-bottom: 30px;
}

.about-container .title-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 150px;
	border-bottom: 5px solid #ffd300;
}

.about-container .title-box h2{
	font-size: 42px;
	line-height: 1.25em;
	margin: 0;
	color: #414042;
	font-weight: 700;
	text-transform: capitalize;
}

.about-container .auto-container > .row{
	margin: 0px -30px;
}

.about-container .content-column{
	position: relative;
	padding: 0px 30px;
}

.about-container .links-column{
	position: relative;
	padding: 0px 30px;
}

.about-container .links-column .inner{
	position: relative;
	display: block;
}

.about-container .left-content{
	position: relative;
}

.about-container .left-content .upper-text{
	position: relative;
	font-size: 18px;
	padding-bottom: 40px;
}

.about-container .left-content p{
	margin-bottom: 20px;
}

.about-container .left-content blockquote{
	font-weight: 300;
	font-style: italic;
	color: #777777;
	font-size: 20px;
	padding: 20px 20px;
	line-height: 1.5em;
	border-left: 4px solid #ffd300;
	background: #f5f6f8;
	margin: 0 0 80px;
}

.about-container .text-block{
	position: relative;
	font-size: 18px;
	margin-bottom: 30px;
}

.about-container .text-block h3{
	font-size: 36px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 25px;
}

.side-links-box{
	position: relative;
}

.side-links-box ul,
.side-links-box ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.side-links-box .links{
	position: relative;
	margin-bottom: 30px;
}

.side-links-box .links li{
	position: relative;
	margin-bottom: 2px;
}

.side-links-box .links li a{
	position: relative;
	display: block;
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
	color: #101010;
	padding: 15px 20px 15px 30px;
	background: #f5f6f8;
	line-height: 30px;
	border-left: 3px solid #dce1e5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.side-links-box .links li:hover a,
.side-links-box .links li.current a{
	border-left-color: #ffd300;
}

.side-links-box .downloads{
	position: relative;
	margin-bottom: 30px;
}

.side-links-box .downloads li{
	position: relative;
	margin-bottom: 2px;
}

.side-links-box .downloads li a{
	position: relative;
	display: block;
	font-size: 17px;
	font-weight: 500;
	text-transform: capitalize;
	color: #ffffff;
	padding: 18px 25px;
	padding-left: 70px;
	background: #005e74;
	line-height: 30px;
	border-radius: 3px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.side-links-box .downloads li .icon{
	position: absolute;
	left: 25px;
	top: 17px;
	padding-right: 20px;
	font-size: 24px;
	vertical-align: middle;
}

.side-links-box .downloads li a:hover{
	background: #ffd300;
	color: #101010;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding: 60px 0px 40px;
	background: #ffffff;
}

.contact-section .upper-box{
	position: relative;
	padding-bottom: 10px;
}

.contact-section .upper-box .row{
	margin: 0 -20px;
}

.contact-section .map-column{
	position: relative;
	padding: 0px 20px;
	margin-bottom: 30px;
}

.contact-section .map-column img{
	position: relative;
	display: block;
	width: 100%;
}

.contact-section .map-column .map-box{
	position: relative;
	display: block;
	border: 1px solid #101010;
}

.contact-section .map-column iframe{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	height: 400px;
}

.contact-section .links-column{
	position: relative;
	padding: 0px 20px;
	margin-bottom: 20px;
}

.contact-section .links-column .inner{
	position: relative;
	display: block;
}

.contact-section .lower-content{
	position: relative;
}

.contact-section .lower-content:before{
	content: '';
	position: absolute;
	left: 33.333%;
	margin-left: -43px;
	width: 3px;
	top: 60px;
	bottom: 50px;
	max-height: 640px;
	background: rgba(0,0,0,0.10);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0.0),rgba(0,0,0,0.30),rgba(0,0,0,0.0));
	

}

.contact-section .lower-content .title-box{
	position: relative;
	display: block;
	padding-bottom: 18px;
	margin-bottom: 40px;
}

.contact-section .lower-content .title-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90px;
	border-bottom: 4px solid #ffd300;
}

.contact-section .lower-content .title-box h3{
	font-size: 32px;
	line-height: 1.25em;
	margin: 0;
	color: #414042;
	font-weight: 700;
	text-transform: capitalize;
}

.contact-section .lower-content > .row{
	margin: 0px -50px;
}

.contact-section .lower-content .info-column,
.contact-section .lower-content .form-column{
	position: relative;
	padding: 0px 50px;
}

.contact-section .lower-content ul,
.contact-section .lower-content ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-section .lower-content .info li{
	position: relative;
	margin-bottom: 20px;
	line-height: 30px;
	padding-left: 48px;
}

.contact-section .info li .icon{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 30px;
	height: 30px;
}

.contact-section .info li .icon img{
	max-width: 28px;
	max-height: 30px;
}

.contact-section .lower-content .info li a{
	color: #101010;
}

.contact-section .lower-content .info li a:hover{
	text-decoration: underline;
	color: #ffd300;
}

.contact-section .lower-content .form-column .title-box{
	padding-bottom: 0;
}

.contact-section .lower-content .form-column .title-box:before{
	display: none;
}

.contact-section .lower-content .form-column .title-box .text{
	padding-top: 5px;
	font-size: 15px;
	color: #777777;
}