/* HNF */





@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/*

	font-family: 'Barlow', sans-serif;

*/



@import url('../css/font-awesome.css');
 @import url('../css/simple-line-icons.css');
 @import url('../css/animate.css');
 @import url('../css/owl.css');
 @import url('../css/jquery-ui.css');
 @import url('../css/scrollbar.css');
 @import url('../css/jquery.fancybox.min.css');
/*** 



====================================================================

	Reset

====================================================================



 ***/



* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}
/*** 



====================================================================

	Global Settings

====================================================================



 ***/



body {
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	color: #010101;
	line-height: 1.50em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #146bbe;
}
a:hover,  a:focus,  a:visited,  a:active,  button:active,  button:focus {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-family: 'Barlow', sans-serif;
	font-weight: normal;
	margin: 0 0 15px;
	background: none;
	line-height: 1.30em;
}
input, button, select, textarea {
	font-family: 'Barlow', sans-serif;
}
textarea {
	overflow: hidden;
	resize: none;
}
p {
	position: relative;
	line-height: 1.50em;
	margin-bottom: 20px;
}
.text {
	position: relative;
	line-height: 1.50em;
	margin-bottom: 0px;
}
.strike-through {
	text-decoration: line-through;
}
.auto-container {
	position: static;
	max-width: 1400px;
	padding: 0px 20px;
	margin: 0 auto;
}
.medium-container {
	position: static;
	max-width: 1210px;
	padding: 0px 20px;
	margin: 0 auto;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.theme-btn {
	display: inline-block;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.centered {
	text-align: center;
}
.btn-style-one {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	line-height: 24px;
	padding: 10px 24px;
	color: #ffffff;
	border: 2px solid #235f40;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	background: #146bbe;
	border-radius: 0px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-style-one span {
	position: relative;
	display: block;
	z-index: 1;
}
.btn-style-one:hover {
	color: #ffffff;
	background: #235f40;
	border-color: #235f40;
}
.theme-btn .icon-left {
	padding-right: 10px;
}
.theme-btn .icon-right {
	padding-left: 10px;
}
.theme_color {
	color: #146bbe;
}
.light-font {
	font-weight: 300;
}
.regular-font {
	font-weight: 400;
}
.semibold-font {
	font-weight: 600;
}
.bold-font {
	font-weight: 700;
}
.ex-bold-font {
	font-weight: 800;
}
.heavy-font {
	font-weight: 900;
}
.bg-lightgrey {
	background-color: #f6f7f8;
}
.no-bg {
	background: none;
}
.text-uppercase {
	text-transform: uppercase;
}
.grey-color {
	color: #333333 !important;
}
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.svg);
	display: none;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
/****** 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: 'FontAwesome';
	position: absolute;
	color: #009384;
	font-size: 24px;
	top: 10px;
}
.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: 46px;
	height: 50px;
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 48px;
	border: 1px solid #ffffff;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	border-radius: 3px;
	background: #231f20;
	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: #146bbe;
}
/*** 



====================================================================

				Default Styling

====================================================================



***/



table {
	position: relative;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #010101;
	border-top: none;
}
table tr td {
	border: none;
	border-right: 1px solid #010101;
	padding: 7px 20px;
}
table tr td:last-child {
	border-right: none;
}
table tr:hover {
	background-color: #dddddd;
}
table th {
	border: none;
	border-right: 1px solid #010101;
	padding: 5px 20px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	background-color: #010101;
	color: #ffffff;
}
table th:last-child {
	border-right: none;
}
table tr th.number,  table tr td.number {
	width: 50px;
	text-align: center;
}
table tr th.qty,  table tr td.qty {
	width: 70px;
	text-align: center;
}
ul {
	margin: 0px 0px 20px 30px;
}
ul li {
	list-style-type: disc;
}
ol {
	margin: 0px 0px 20px 30px;
}
ol li {
	list-style-type: decimal;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
/*** 



====================================================================

	Default Form Style

====================================================================



***/



form {
	position: relative;
}
form .form-group {
	position: relative;
	margin-bottom: 20px;
}
form .row .form-group {
	padding: 0 20px;
}
form .form-group .field-label {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #5b5b5b;
	line-height: 24px;
	margin-bottom: 10px;
}
form .form-group .field-inner {
	position: relative;
	display: block;
}
form .form-group .field-inner .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	color: #146bbe;
	text-align: center;
}
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 input[type="file"],  form textarea,  form select {
	position: relative;
	display: block;
	width: 100%;
	color: #101010;
	line-height: 24px;
	padding: 8px 22px;
	height: 42px;
	font-size: 14px;
	font-weight: 400;
	background: #ffffff;
	margin: 0px;
	border-radius: 0;
	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="file"] {
	cursor: pointer;
	height: 42px;
}
form select {
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}
form select option {
	text-indent: 22px;
	cursor: pointer;
}
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 input[type="file"]:focus,  form select:focus,  form textarea:focus {
	border-color: #146bbe;
}
form textarea {
	height: 120px;
	resize: none;
}
form button,  form input[type="submit"],  form .theme-btn {
	position: relative;
	display: inline-block;
	margin: 0;
}
form button:hover,  form input[type="submit"]:hover,  form .theme-btn:hover {
}
form .radio-block {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 280px;
	margin-right: 10px;
}
form .radio-block input {
	position: absolute;
	left: 0;
	top: 5px;
	padding: 0;
	cursor: pointer;
}
form .radio-block label {
	position: relative;
	display: block;
	padding-left: 20px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	cursor: pointer;
}
form .check-block {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
form .check-block input {
	position: absolute;
	left: 0;
	top: 6px;
	padding: 0;
	cursor: pointer;
}
form .check-block label {
	position: relative;
	display: block;
	padding-left: 20px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #5b5b5b;
	text-transform: capitalize;
	cursor: pointer;
}
/*** 



====================================================================

	Main Header style

====================================================================



***/



.main-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0px 0px;
	background: none;
	z-index: 999;
}
.main-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
    background: rgba(255,255,255,0.70);
    background: -webkit-linear-gradient(top,rgb(255 255 255),rgb(255 255 255 / 95%),rgb(255 255 255 / 80%),rgba(0,0,0,0.0));
    background: -ms-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0.95),rgba(255,255,255,0.80),rgba(255,255,255,0.0));
    background: -moz-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0.95),rgba(255,255,255,0.80),rgba(255,255,255,0.0));
}
.main-header ul,  .main-header ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-header .lang-box {
	position: relative;
	float: left;
	display: none;
	margin: 25px 0px;
}
.main-header .nav-toggler {
	position: relative;
	float: right;
	padding: 45px 0px 0px;
	margin-left: 20px;
	display: none;
}
.main-header .nav-toggler button {
	position: relative;
	width: 50px;
	height: 40px;
	line-height: 40px;
	padding: 0px 0px;
	text-align: center;
	background: none;
	color: #000;
	font-size: 20px;
	margin: 0px;
	border-radius: 0px;
	outline: none !important;
}
.main-header .nav-toggler img {
	width: 30px;
}
.main-header .header-upper {
	position: relative;
	padding: 0px;
	width: 100%;
	background: none;
}
.main-header .main-box {
	position: relative;
	padding: 0px;
	width: 100%;
}
.main-header .main-box .logo-box {
	position: relative;
	float: left;
	padding: 20px 0px 0px;
	z-index: 10;
}
.main-header .main-box .logo-box .logo {
	position: relative;
	display: block;
}
.main-header .main-box .logo-box .logo img {
	display: inline-block;
	max-width: 100%;
	max-height: 100px;}

.main-header .upper-right {
	position: relative;
	display: block;
	float: right;
	padding-top: 25px;
	z-index: 5;
}
.main-header .top-info {
	position: relative;
	display: block;
	font-family: 'Barlow', sans-serif;
	padding: 0px 0px;
}
.main-header .top-info ul {
	position: relative;
	float: right;
}
.main-header .top-info ul li {
	position: relative;
	float: left;
	line-height: 30px;
	margin-left: 30px;
}
.main-header .top-info ul li.language {
	margin-left: 55px;
}
.main-header .top-info ul li a {
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 16px;
	vertical-align: middle;
	font-weight: 400;
	line-height: 30px;
}
.main-header .top-info ul li a:before {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 100%;
	border-bottom: 1px solid #000;
	-ms-transform-origin: left;
	transform-origin: left;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-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 .top-info ul li.language a:before {
	display: none;
}
.main-header .top-info ul li:hover a:before {
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.main-header .top-info ul li .icon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	top: 0px;
	line-height: 30px;
	margin-right: 10px;
}
.main-header .top-info ul li a:hover {
	text-decoration: none;
}
.main-header .nav-outer {
	position: relative;
	display: block;
	padding-top: 20px;
	z-index: 5;
}
.main-menu {
	position: relative;
	float: right;
	display: block;
}
.main-menu .navbar-collapse {
	padding: 0px;
	margin: 0px;
	border: none;
	box-shadow: none;
}
.main-menu .navigation {
	position: relative;
	z-index: 1;
}
.main-menu .navigation > li {
	position: relative;
	display: block;
	float: left;
	padding: 0px 0px 16px;
	margin-left: 45px;
	text-align: left;
}
.main-menu .navigation > li:last-child {
	margin-right: 0;
}
.main-menu .navigation > li > a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #000;
	padding: 0px 0px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	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 > a:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -4px;
	width: 40px;
	border-bottom: 3px solid #146bbe;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-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:before,  .main-menu .navigation > li.current-menu-item > a:before,  .main-menu .navigation > li:hover > a:before {
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.main-menu .navigation > li:hover > a,  .main-menu .navigation > li.current > a,  .main-menu .navigation > li.current-menu-item > a {
	text-decoration: none;
	opacity: 1;
}
.main-menu .navigation > li > ul {
	position: absolute;
	left: 50%;
	margin-left: -130px;
	top: 100%;
	width:320px;
	padding: 0px 0px;
	z-index: 100;
	opacity: 1;
	text-align: left;
	background: #ffffff;
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-moz-transition: all 100ms ease;
	-webkit-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
}
.main-menu .navigation > li > ul > li {
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.10);
	padding: 0px 0px;
}
.main-menu .navigation > li > ul > li:last-child {
	border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
	position: relative;
	display: block;
	padding: 10px 20px;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	color: #303031;
	text-decoration: none;
	text-transform: capitalize;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > a,  .main-menu .navigation > li > ul > li.current > a {
	color: #ffffff;
	background: #146bbe;
}
.main-menu .navigation > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
/*** 



====================================================================

	Hidden Sidebar style

====================================================================



***/



.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9990;
	background: rgba(0,0,0,0.70);
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.visible-sidebar .menu-backdrop {
	opacity: 1;
	visibility: visible;
}
.hidden-bar {
	position: fixed;
	top: 0;
	width: 300px;
	height: 100%;
	background: #fff;
	border-left: 2px solid #146bbe;
	color: #303031;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}
.hidden-bar ol,  .hidden-bar ol li,  .hidden-bar ul,  .hidden-bar ul li {
	list-style-type: none;
	margin: 0px;
}
.hidden-bar .mCSB_inside > .mCSB_container {
	margin-right: 0px;
}
.hidden-bar.right-align {
	right: -400px;
}
.hidden-bar.right-align.visible-sidebar {
	right: 0px;
}
.hidden-bar.right-align .hidden-bar-closer {
	right: 3px;
}
.hidden-bar.left-align {
	left: -400px;
}
.hidden-bar.left-align.visible-sidebar {
	right: 0px;
}
.hidden-bar.left-align .hidden-bar-closer {
	right: -20px;
}
.hidden-bar .hidden-bar-closer {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 3px;
	background: rgba(255,255,255,0.80);
	color: #272727;
	padding: 0;
	border-radius: 0px;
	text-align: center;
	line-height: 36px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}
.hidden-bar .hidden-bar-closer:hover {
	background: #1a1a1a;
}
.hidden-bar .hidden-bar-closer:hover .btn {
	color: #ffffff;
}
.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	display: block;
	margin: 0 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 5px 5px;
	line-height: 26px;
}
.hidden-bar .info {
	position: relative;
	display: block;
	width: 100%;
	padding: 40px 20px 50px;
}
.hidden-bar .info ul li {
	position: relative;
	margin-bottom: 10px;
}
.hidden-bar .info ul li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #303031;
	line-height: 24px;
}
.hidden-bar .info ul li .icon {
	position: relative;
	top: -1px;
	vertical-align: middle;
	display: inline-block;
	width: 24px;
	padding-right: 7px;
}
.hidden-bar .info ul li.whatsapp .icon {
	width: 47px;
}
.hidden-bar .info ul li a:hover {
	color: #146bbe;
	text-decoration: underline;
}
.hidden-bar .info .lang-box {
	position: relative;
	display: block;
	padding: 20px 0px 0px;
}
.hidden-bar-wrapper {
	height: 100%;
}
.hidden-bar .logo {
	padding: 30px 20px;
	text-align: left;
}
.hidden-bar .logo img {
	display: inline-block;
	max-width: 100%;
	max-height: 100px;
}
.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size: 13px;
	letter-spacing: 1px;
}
.hidden-bar .side-menu ul li ul a {
	background: transparent;
}
.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}
.hidden-bar .side-menu a.current {
	color: #146bbe;
}
.hidden-bar .side-menu li.current > a {
	color: #146bbe;
}
.hidden-bar .side-menu ul li a {
	position: relative;
	background: transparent;
	color: #303031;
	display: block;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	text-transform: capitalize;
	border-top: 1px solid rgba(255,255,255,0.20);
	border-bottom: 1px solid rgba(255,255,255,0.20);
	padding: 12px 20px 12px 20px;
	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;
}
.hidden-bar .side-menu ul li a:hover,  .hidden-bar .side-menu ul > li.current > a,  .hidden-bar .side-menu ul > li > ul > li.current > a {
	background: #146bbe;
	color: #fff;
}
.hidden-bar .side-menu ul li ul li a {
	padding-left: 30px;
	font-size: 15px;
	text-transform: capitalize;
}
.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #000;
    border: 1px solid #000;
	padding: 4px 10px;
	font-size: 14px;
	height: 32px;
	width: 34px;
	line-height: 22px;
	border-radius: 0px;
	position: absolute;
	top: 7px;
	right: 15px;
	outline: none;
}
/*** 



====================================================================

	Banner Slider Section

====================================================================



***/



.banner-section {
	position: relative;
	margin: 0px 0px;
	overflow: hidden;
}
.banner-section .banner-slider {
	position: relative;
	width: 100%;
}
.banner-section .slide-item {
	position: relative;
	width: 100%;
	padding: 0px;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.banner-section .slide-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
	z-index: 1;
}
.banner-section .slide-item .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.banner-section .slide-item .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}
.banner-section .slide-item .content-box {
	position: relative;
	display: table;
	vertical-align: bottom;
	width: 100%;
	padding: 150px 0px;
	height: 770px;
	min-height: 350px;
	z-index: 10;
}
.banner-section .slide-item .content {
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: bottom;
}
.banner-section .slide-item .inner {
	position: relative;
	display: block;
	width: 100%;
	max-width: 640px;
}
.banner-section .slide-item h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.15em;
	margin: 0px 0px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}
.banner-section .slide-item h2 a {
	color: #ffffff;
}
.banner-section .active .slide-item h2 {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1000ms ease 300ms;
	-ms-transition: all 1000ms ease 300ms;
	-o-transition: all 1000ms ease 300ms;
	-moz-transition: all 1000ms ease 300ms;
	transition: all 1000ms ease 300ms;
}
.banner-section .slide-item .link-box {
	position: relative;
	display: block;
	padding-top: 40px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}
.banner-section .active .slide-item .link-box {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1000ms ease 1000ms;
	-ms-transition: all 1000ms ease 1000ms;
	-o-transition: all 1000ms ease 1000ms;
	-moz-transition: all 1000ms ease 1000ms;
	transition: all 1000ms ease 1000ms;
}
.banner-section .owl-dots {
	position: absolute;
	left: 50%;
	margin-left: -680px;
	width: 1360px;
	bottom: 50px;
	text-align: right;
}
.banner-section .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.banner-section .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	background: #ffffff;
	border-radius: 50%;
}
.banner-section .owl-dots .owl-dot.active span,  .banner-section .owl-dots .owl-dot:hover span {
	background: #146bbe;
}
.banner-section .owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -680px;
	width: 1360px;
	height: 0px;
	z-index: 30;
}
.banner-section .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 50px;
	background: url(../images/icons/arrow-left-2.png) left center no-repeat !important;
}
.banner-section .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 40px;
	height: 50px;
	background: url(../images/icons/arrow-right-2.png) right center no-repeat !important;
}
.banner-section .owl-nav .owl-prev .fa,  .banner-section .owl-nav .owl-next .fa {
	display: none;
}
.banner-section .owl-theme .owl-nav .owl-next:hover,  .banner-section .owl-theme .owl-nav .owl-prev:hover {
	opacity: 0.70;
}
/*** 



====================================================================

	About Section

====================================================================



***/



.about-section {
	position: relative;
	padding: 110px 0px 50px;
}
.about-section .row {
	margin: 0 -20px;
}
.about-section .left-col,  .about-section .right-col {
	position: relative;
	padding: 0 20px;
	margin-bottom: 40px;
}
.about-section .left-col .inner {
	position: relative;
	display: block;
	max-width: 600px;
	padding-top: 100px;
}
.about-section .left-col .text {
	position: relative;
	font-size: 20px;
}
.about-section .left-col .link-box {
	position: relative;
	display: block;
	padding-top: 30px;
}
.about-section .right-col .inner {
	position: relative;
	display: block;
}
.about-section .right-col .image {
	position: relative;
	display: block;
}
.about-section .right-col .image img {
	display: block;
	max-width: none;
}
/*** 



====================================================================

	Products Section

====================================================================



***/



.products-section {
	position: relative;
	background: #eeeeef;
	padding: 80px 0px 40px;
}
.products-section .products-box {
	position: relative;
	display: block;
	min-height: 150px;
	padding-left: 300px;
}
.products-section .title-box {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -80px;
	margin-bottom: 50px;
	max-width: 300px;
}
.products-section .title-box h2 {
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	margin: 0 0;
}
.products {
	position: relative;
}
.product-item {
	position: relative;
	margin-bottom: 70px;
}
.products .row {
	margin: 0 -30px;
}
.products .row .product-item {
	padding: 0 30px;
}
.product-item .inner-box {
	position: relative;
	display: block;
}
.product-item .image {
	position: relative;
	display: block;
}
.product-item .image img {
	position: relative;
	display: block;
	width: 100%;
}
.product-item .title {
	position: relative;
	padding: 20px 0px;
	border-bottom: 2px solid #146bbe;
}
.product-item .title h5 {
	position: relative;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 400;
	color: #010101;
	margin: 0;
}
.product-item .title h5 a {
	color: #010101;
}
.product-item .title h5 a:hover {
	color: #146bbe;
	text-decoration: underline;
}
.product-item .link-box {
	position: relative;
	display: block;
	padding-top: 30px;
	text-align: center;
}
.product-item .link-box .theme-btn {
	padding: 8px 25px;
	font-size: 14px;
}
/*** 



====================================================================

	Services Section

====================================================================



***/



.services-section {
	position: relative;
	color: #ffffff;
	padding: 80px 0px 40px;
}
.services-section .auto-container {
	max-width: 1300px;
}
.services-section .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.services-section .title-box h2 {
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0;
}
.services-section .services {
	position: relative;
	display: block;
}
.service-block {
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}
.service-block .inner-box {
	position: relative;
	display: block;
	max-width: 300px;
	margin: 0 auto;
}
.service-block .icon-box {
	position: relative;
	display: block;
	width: 210px;
	height: 210px;
	line-height: 210px;
	background: #ffffff;
	color: #47a776;
	border-radius: 50%;
	margin: 0 auto;
}
.service-block .icon-box img {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-height: 110px;
	line-height: 210px;
}
.service-block .title {
	position: relative;
	padding: 25px 0px 20px;
}
.service-block .title h5 {
	position: relative;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 400;
	color: #ffffff;
	margin: 0;
}
.service-block .title h5 a {
	color: #ffffff;
}
.service-block .title h5 a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.service-block .text {
	position: relative;
	display: block;
}
.service-block .link-box {
	position: relative;
	display: block;
	padding-top: 30px;
	text-align: center;
}
.service-block .link-box .theme-btn {
	background-color: #2e7255;
	border-color: #303030;
	padding: 9px 30px;
}
.service-block .link-box .theme-btn:hover {
	background-color: #303030;
}
/*** 



====================================================================

	Main Footer

====================================================================



***/



.main-footer {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	background: #414141;
	min-height: 400px;
}
.main-footer ul,  .main-footer ul li {
	list-style: none;
	margin: 0;
}
.main-footer .upper-section {
	position: relative;
	padding: 50px 0 0px;
}
.main-footer .upper-section .footer-column {
	position: relative;
	margin-bottom: 40px;
}
.main-footer .upper-section .inner-container {
	position: relative;
	padding-left: 300px;
	min-height: 180px;
}
.main-footer .upper-section .footer-logo {
	position: absolute;
	left: 0;
	top: 0;
}
.main-footer .upper-section .widget-title {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.main-footer .upper-section .text {
	position: relative;
	line-height: 22px;
	max-width: 270px;
}
.main-footer .upper-section .links {
	position: relative;
}
.main-footer .upper-section .links li {
	position: relative;
	display: block;
}
.main-footer .upper-section .links li:last-child {
	margin-bottom: 0;
}
.main-footer .upper-section .links li a {
	position: relative;
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
}
.main-footer .upper-section .links li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.main-footer .upper-section .links li span {
	color: #FFFFFF;
}
.main-footer .upper-section .links li a:hover span {
	text-decoration: none;
}
.main-footer .upper-section .social-links {
	position: relative;
}
.main-footer .upper-section .social-links a {
	position: relative;
}
.main-footer .upper-section .social-links a img {
	width: 30px;
	height: 30px;
}
.main-footer .f-bottom {
	position: relative;
	padding: 30px 0;
	text-align: center;
}
.main-footer .copyright {
	position: relative;
	font-size: 14px;
	line-height: 24px;
}
.main-footer .copyright a {
	position: relative;
	color: #ffffff;
}
.main-footer .copyright a:hover {
	text-decoration: underline;
}
/*** 



====================================================================

	Inner Banner Section

====================================================================



***/



.inner-banner {
	position: relative;
	text-align: center;
	padding: 250px 0 70px;
	height: 450px;
	overflow: hidden;
}
.inner-banner .image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	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 h2 {
	font-size: 48px;
	line-height: 1.25em;
	color: #ffffff;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0;
}
/*** 



====================================================================

	About Section

====================================================================



***/



.about-two {
	position: relative;
	padding: 80px 0px 70px;
}
.about-two .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 100px;
}
.about-two .title-box h2 {
	font-size: 48px;
	font-weight: 700;
	color: #146bbe;
	margin: 0 0;
}
.about-two .upper-row {
	position: relative;
	padding-bottom: 80px;
}
.about-two .upper-row .row {
	margin: 0 -20px;
}
.about-two .upper-row .left-col,  .about-two .upper-row .right-col {
	position: relative;
	padding: 0 20px;
	margin-bottom: 40px;
}
.about-two .upper-row .left-col .inner {
	position: relative;
	display: block;
}
.about-two .upper-row .text {
	position: relative;
	font-size: 20px;
}
.about-two .upper-row .link-box {
	position: relative;
	display: block;
	padding-top: 30px;
}
.about-two .upper-row .right-col .inner {
	position: relative;
	display: block;
}
.about-two .upper-row .right-col .image {
	position: relative;
	display: block;
}
.about-two .upper-row .right-col .image img {
	display: block;
}
.vision-mission {
	position: relative;
}
.vision-mission .row {
	margin: 0 -60px;
}
.vision-mission .vision-mission-block {
	position: relative;
	padding: 0 60px;
	margin-bottom: 70px;
}
.vision-mission-block .inner {
	position: relative;
	display: block;
	min-height: 100%;
}
.vision-mission-block .inner-box {
	position: relative;
	display: block;
	max-width: 560px;
	min-height: 180px;
	padding: 50px 30px 50px 70px;
}
.vision-mission-block .before-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 66px;
	height: 42px;
	background: url(../images/icons/quote-icon.png) left top no-repeat;
}
.vision-mission-block .after-icon {
	position: absolute;
	right: 0px;
	bottom: 0;
	width: 66px;
	height: 42px;
	background: url(../images/icons/quote-icon.png) left top no-repeat;
}
.vision-mission-block .inner-box .text {
	font-size: 24px;
	text-align: justify;
	line-height: 1.30em;
}
.vision-mission-block .mv-title {
	position: relative;
	display: block;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0;
	color: #146bbe;
}
/*** 



====================================================================

	Products Section

====================================================================



***/



.products-two {
	position: relative;
	padding: 80px 0px 40px;
}
.products-two .auto-container {
	max-width: 1100px;
}
.products-two .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}
.products-two .title-box h2 {
	font-size: 48px;
	font-weight: 700;
	color: #146bbe;
	margin: 0 0;
}
/*** 



====================================================================

	Products Detail

====================================================================



***/



.products-detail {
	position: relative;
	padding: 80px 0px 50px;
}
.products-detail .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}
.products-detail .title-box h2 {
	font-size: 48px;
	font-weight: 700;
	color: #146bbe;
	margin: 0 0;
}
.products-detail .upper-row {
	position: relative;
	padding-bottom: 50px;
}
.products-detail .upper-row .row {
	margin: 0 -20px;
}
.products-detail .upper-row .left-col {
	position: relative;
	padding: 0 20px;
	margin-bottom: 20px;
}
.products-detail .upper-row .left-col .inner {
	position: relative;
	display: block;
}
.products-detail .upper-row .text,  .products-detail .upper-row .text p {
	position: relative;
	font-size: 20px;
	line-height: 1.4em;
}
.products-detail .upper-row .right-col {
	position: relative;
	padding: 0 20px;
	margin-bottom: 10px;
}
.products-detail .upper-row .right-col .image-col {
	position: relative;
	margin-bottom: 30px;
}
.products-detail .upper-row .right-col .image {
	position: relative;
	display: block;
}
.products-detail .upper-row .right-col .image img {
	display: block;
	width: 100%;
}
.products-detail .lower-content {
	position: relative;
}
.products-detail .lower-content .row {
	margin: 0 -20px;
}
.products-detail .lower-content .image-col {
	position: relative;
	padding: 0 20px;
}
.products-detail .lower-content .image-col .image {
	position: relative;
	display: block;
	margin-bottom: 50px;
}
.products-detail .lower-content .image-col .image img {
	display: block;
	width: 100%;
}
.products-detail .lower-content .text-col {
	position: relative;
	margin-bottom: 30px;
}
.products-detail .lower-content .text-col .inner {
	position: relative;
	display: block;
}
.products-detail .lower-content .text-col .text,  .products-detail .lower-content .text-col .text p {
	position: relative;
	font-size: 20px;
	line-height: 1.4em;
}
/*** 



====================================================================

	Contact Section

====================================================================



***/



.contact-section {
	position: relative;
	background: #ffffff;
	padding: 80px 0px 40px;
}
.contact-section .auto-container {
	max-width: 1040px;
}
.contact-section .row {
	margin: 0 -20px;
}
.contact-section .info-col {
	padding: 0 20px;
	margin-bottom: 40px;
}
.contact-section .info-col .inner {
	position: relative;
	display: block;
}
.contact-section .info-col ul,  .contact-section .info-col ul li {
	list-style: none;
	margin: 0 0;
}
.contact-section .info-col h3 {
	position: relative;
	margin-bottom: 50px;
}
.contact-section .info-col ul li {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	min-height: 30px;
	padding-left: 50px;
	margin-bottom: 5px;
}
.contact-section .info-col ul li.address {
	margin-bottom: 30px;
	line-height: 24px;
}
.contact-section .info-col ul li:last-child {
	margin-bottom: 0;
}
.contact-section .info-col ul li .icon {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 30px;
	color: #70b637;
}
.contact-section .info-col ul li a {
	color: #303031;
}
.contact-section .info-col ul li a:hover {
	color: #146bbe;
	text-decoration: underline;
}
.contact-section .form-col {
	padding: 0 20px;
	margin-bottom: 30px;
}
.contact-section .form-col .inner {
	position: relative;
	display: block;
}
.contact-section .form-col .form-group {
	margin-bottom: 10px;
}
.contact-section .form-col .form-group textarea {
	height: 120px;
}
.contact-section .form-col .form-group .theme-btn {
	margin-top: 10px;
	padding: 8px 24px;
	font-size: 14px;
}
.map-section {
	position: relative;
}
.map-section .map-box {
	position: relative;
}
.map-section .map-box iframe {
	position: relative;
	display: block;
	width: 100%;
	border: none;
	height: 420px;
	margin: 0;
}
/*** 



====================================================================

	Projects Section

====================================================================



***/



.projects-section {
	position: relative;
	padding: 80px 0px 70px;
}
.projects-section .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 100px;
}
.projects-section .title-box h2 {
	font-size: 48px;
	font-weight: 700;
	color: #146bbe;
	margin: 0 0;
}
.projects-section .table-outer {
	position: relative;
	display: block;
	overflow-x: auto;
}
.projects-section .table-box {
	position: relative;
	display: block;
	min-width: 950px;
}



/*** 

====================================================================
	Brands Section
====================================================================

***/

.brands-section{
	position:relative;
	background: #ffffff;
	padding: 90px 0px;
}

.brands-section.alternate{
	padding: 70px 0px 40px;
}

.brands-section .title-box{
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}

.brands-section .title-box h2{
	font-size: 48px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

.brands-section .outer{
	position: relative;
	margin: 0px -15px;
}

.brands-section .brand-col{
	position: relative;
	display:inline-block;
	width: 16.3%;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.brands-section .brand-col .inner{
	position: relative;
	display: block;
}

.brands-section .brand-col .inner img{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 400px;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.brands-section .brand-col .inner img:hover{
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

.brands-section .see-all{
	position: relative;
	padding-top: 50px;
	text-align: center;
}