/*==========================================================================
1.0 DEFAUL SETTING
========================================================================== */
@font-face {
  font-family: 'Gotham-Medium';
  src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Gotham-Medium.woff') format('woff'), url('Gotham-Medium.ttf')  format('truetype'),
  url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
   url('../fonts/Gotham-Bold.woff') format('woff'),
   url('../fonts/Gotham-Bold.ttf')  format('truetype'),
   url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Gotham-Light.woff') format('woff'),
  url('../fonts/Gotham-Light.ttf')  format('truetype'),
  url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.eot') format('embedded-opentype'),
  url('../fonts/Gotham-Book.woff') format('woff'),
  url('../fonts/Gotham-Book.ttf')  format('truetype'),
  url('../fonts/Gotham-Book.svg#Gotham-Light') format('svg');
  
  font-weight: normal;
  font-style: normal;
}
body {
	max-width: 100%;
	overflow-x: hidden;
	font-family: 'Gotham-Medium', sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding-left: 19px;
}
.post-password-form input[type="submit"]:hover {
	background-color: #faf00f;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
}
select::-ms-expand {
	display: none;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus, select:focus {
	outline: none;
}
:focus {
	outline: none;
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
:-moz-placeholder { /* Firefox 18- */
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
::-moz-placeholder { /* Firefox 19+ */
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled {
	opacity: 0.65 !important;
	cursor: not-allowed;
}
.return-message {
	line-height: 20px;
	padding: 10px;
	margin-top: 15px;
	text-align: left;
}

/*---------------------------
1.4 LOADING AJAX
-------------------------------*/
.loading-lazy {
	position: relative;
	display: block;
}
.furgan-accordion.loading, .tab-container.loading {
	position: relative;
	cursor: wait;
}
.loading-lazy::after, .furgan-accordion.loading::before, .furgan-accordion.loading::after, .tab-container.loading::before, .tab-container.loading::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 8;
}
.furgan-accordion.loading::before, .tab-container.loading::before {
	background: rgba(255, 255, 255, 0.8);
}
.loading-lazy::after, .furgan-accordion::after, .tab-container.loading::after {
	width: 40px;
	height: 40px;
	margin: auto;
	border: 3px solid #ccc;
	border-top-color: #000;
	border-radius: 50%;
	-webkit-animation: fa-spin 2s infinite linear;
	-o-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes sk-rotateplane {
	0% {
		-webkit-transform: perspective(120px)
	}
	50% {
		-webkit-transform: perspective(120px) rotateY(180deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
	}
}
@keyframes sk-rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
/*--------------------------
1.5 BANNER EFFECT
------------------------------*/
.effect {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
/* OPACITY */
.opacity-effect {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.opacity-effect:hover {
	opacity: 0.5;
}
/* SCALE */
.scale-effect img {
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.scale-effect:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/* NORMAL */
.normal-effect::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.normal-effect:hover::after {
	opacity: 0.3;
}
.normal-effect.dark-bg::after {
	background-color: #000;
}
.normal-effect.light-bg::after {
	background-color: #fff;
}
/* PLUS ZOOM */
.plus-zoom::before,
.plus-zoom::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
}
.plus-zoom:hover::before {
	right: 50%;
	left: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}
.plus-zoom:hover::after {
	top: 50%;
	bottom: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}
/* BOUNCE IN */
.bounce-in:hover img {
	-webkit-animation: bounceIn 0.5s ease;
	-o-animation: bounceIn 0.5s ease;
	animation: bounceIn 0.5s ease;
}
/* BORDER ZOOM */
.border-zoom::before,
.border-zoom::after {
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}
.border-zoom::before {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
}
.border-zoom::after {
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	border: 2px solid #fff;
}
.border-zoom:hover::before,
.border-zoom:hover::after {
	opacity: 1;
}
.border-zoom:hover::after {
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
/*ANIMATION*/
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
@-webkit-keyframes underline-link {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes underline-link {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
/* ==========================================================================
2.0 DEFAULT SETTING
========================================================================== */
html, body {
	font-family: 'Gotham-Book', sans-serif;
    letter-spacing: 0.5px;
    line-height: 26px;
    color: #000;
    font-size: 14px;
}
label {
	font-weight: 600;
	color: #000;
}
a, body .az_custom_heading a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
	-moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
	-o-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
	transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
	color: #faf00f;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	color: #000;
	margin-top: 12px;
	margin-bottom: 18px;
	font-weight: normal;
}
blockquote, q {
	color: #000;
	font-size: 16px;
	font-family: "Gotham-Book",sans-serif;
	font-style: normal;
	padding: 15px 0 15px 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-left: 3px solid #faf00f;
}
dt, dd {
	line-height: 30px;
}
/* =========================================================================
2.1 FORM THEME
============================================================================ */
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
	border: 1px solid #dadada;
	padding: 0 20px;
	max-width: 100%;
	background-color: transparent;
	font-size: 14px;
	color: #868686;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
}
textarea {
	display: block;
	line-height: 24px;
	padding: 15px 20px;
	height: auto;
	width: 100%;
	border-radius: 0;
}
select {
	padding: 0 33px 0 15px;
	background: url(../images/select-arrow.png) center right no-repeat;
}
button, input[type="submit"], input[type="button"], .fami-btn {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
	padding: 0 15px;
	background: #1b1b1b;
	border: none;
	border-radius: 0;
	-webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
	-moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
	-o-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
	transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
}
/* ==========================================================================
2.2 TABLE THEME
============================================================================ */
table {
	border: 1px solid #ebebeb;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	width: 100%;
	margin-bottom: 20px;
}
table thead {
	background-color: #f8f8f8;
}
th, td {
	border: 1px solid #ebebeb;
	padding: 10px;
}
@media (max-width: 991px) {
	th, td {
		padding: 5px;
	}
}

/* ==========================================================================
2.4 SLICK SLIDER
============================================================================ */
.slick-arrow {
	cursor: pointer;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	z-index: 2;
}
/*center*/
.owl-slick .slick-arrow {
	font-size: 25px;
	color: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	opacity: 0;
	visibility: hidden;
}
.owl-slick:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.owl-slick .slick-arrow:hover {
	color: #faf00f;
}
.owl-slick .slick-arrow.prev {
	left: -40px;
}
.owl-slick .slick-arrow.next {
	right: -40px;
}
/*top-right*/
.furgan-products.style-06 .owl-slick .slick-arrow {
	text-align: center;
	font-size: 22px;
	color: #000;
	position: absolute;
	top: -58px;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	z-index: 3;
	opacity: 1;
	visibility: visible;
}
.furgan-products.style-06 .owl-slick .slick-arrow:hover {
	color: #faf00f;
}
.furgan-products.style-06 .owl-slick .slick-arrow.prev {
	right: 40px;
	left: auto;
}
.furgan-products.style-06 .owl-slick .slick-arrow.next {
	right: 0;
}
/*center-left*/
.furgan-products.style-03 .owl-slick .slick-arrow {
	font-size: 18px;
	opacity: 1;
	visibility: visible;
	border-radius: 50%;
	background-color: #474747;
	color: #fff;
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.height550 {
	height: 550px;
}
.az-solution-wrap .key-future{
	padding-top: 80px;
}
.furgan-products.style-03 .owl-slick .slick-arrow:hover {
	background-color: #faf00f;
	color: #fff;
}
.furgan-products.style-03 .owl-slick .slick-arrow.prev {
	margin-top: -20px;
	right: -45px;
	left: auto;
}
.furgan-products.style-03 .owl-slick .slick-arrow.next {
	margin-top: 20px;
	right: -45px;
}
/*.slick-dots*/
.slick-dots {
	padding-left: 0;
	list-style: none;
	text-align: center;
	height: 22px;
	margin-top: 40px;
	position: relative;
}
.furgan-products.style-03 .slick-dots {
	text-align: right;
}
.slick-dots:empty {
	display: none;
}
.slick-dots li {
	display: inline-block;
	padding: 5px;
	height: 22px;
}
.slick-dots li button {
	font-size: 0;
	width: 9px;
	height: 9px;
	padding: 0;
	position: relative;
	background-color: #b2b2b2;
	border-radius: 12px;
}
.slick-dots li button:hover {
	background-color: #faf00f;
}
.slick-dots li.slick-active button {
	background-color: #faf00f;
	width: 30px;
}
.dots-light .slick-dots li.slick-active button,
.dots-light .slick-dots li button:hover,
.dots-light .slick-dots li button {
	background-color: #fff;
}
.slick-vertical {
	padding-right: 45px;
}
.slick-vertical .slick-dots li.slick-active {
	height: 40px;
}
.slick-vertical .slick-dots li.slick-active button {
	width: 9px;
	height: 30px;
}
.slick-vertical .slick-dots {
	margin-top: 0 !important;
	height: auto;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slick-vertical .slick-dots li {
	display: block;
}
@media (max-width: 1199px) {
	.slick-dots {
		margin-top: 25px;
	}
}
@media (max-width: 1024px) {
	.owl-slick .slick-arrow {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.slick-dots {
		margin-top: 15px;
	}
}
/* ==========================================================================
3.2 HEADER MENU
========================================================================== */
/*menu mobile*/
.block-menu-bar {
	vertical-align: middle;
	display: none;
	font-size: 0;
}
.block-menu-bar .menu-bar {
	display: block;
	height: 41px;
	line-height: 37px;
	width: 30px;
	padding: 13px 7px 13px 0;
}
.block-menu-bar .menu-bar span {
	width: 100%;
	display: block;
	border-bottom: 2px solid;
}
.block-menu-bar .menu-bar span:not(:last-child) {
	margin-bottom: 4px;
}
.block-menu-bar .menu-bar:hover span {
	background-color: #faf00f;
}
@media (max-width: 1024px) {
	.block-menu-bar {
		display: inline-block;
	}
}
/*main menu*/
.box-header-nav .main-menu {
	padding: 0;
	list-style: none;
}
.block-nav-category ~ .box-header-nav .main-menu {
	padding-left: 35px;
}
.box-header-nav .main-menu .menu-item {
	list-style: none;
	position: relative;
}
.header.style-04 .box-header-nav .main-menu .menu-item:hover > a {
	color: #fff;
}
.box-header-nav .main-menu > .menu-item {
	cursor: pointer;
}
.box-header-nav .main-menu > .menu-item > a {
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 60px;
	font-family: 'Gotham-Medium', sans-serif;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}
.box-header-nav .main-menu > .menu-item > a::before {
	content: attr(title);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: width 0.5s, height 0.7s ease 0s;
	-moz-transition: width 0.5s, height 0.7s ease 0s;
	-o-transition: width 0.5s, height 0.7s ease 0s;
	transition: width 0.5s, height 0.7s ease 0s;
	color: #fff;
	overflow: hidden;
}
.box-header-nav.menu-nocenter .main-menu > .menu-item:hover > a::before {
	width: 0;
}
.box-header-nav.menu-center .main-menu > .menu-item:hover > a::before {
	height: 0;
}
.box-header-nav .main-menu .menu-item > a > .icon {
	font-size: 14px;
	margin-right: 4px;
}
.box-header-nav .main-menu .menu-item > a > .image {
	z-index: 1;
	line-height: 0;
	float: right;
	margin-left: 3px;
}
/*sub menu*/
.box-header-nav .main-menu .menu-item .submenu {
	padding-left: 0;
	text-align: left;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
	z-index: 999;
}
.box-header-nav .main-menu .menu-item .submenu.megamenu-blog {
	background: url('../images/blog-bg.jpg');
}
.box-header-nav .main-menu > .menu-item .submenu:not(.megamenu) {
	padding-top: 22px;
	padding-bottom: 22px;
}
.box-header-nav .main-menu > .menu-item .submenu:not(.megamenu) .menu-item {
	padding: 0 20px 0 20px;
}
.box-header-nav .main-menu > .menu-item .submenu.megamenu > div {
	padding: 35px 20px;
	margin: 0;
}
.box-header-nav .main-menu > .menu-item .submenu.megamenu > div > .row {
	margin: 0;
}
.box-header-nav .main-menu > .menu-item .submenu .menu-item::before {
	content: '';
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
	height: 100%;
	z-index: -1;
}
.box-header-nav .main-menu > .menu-item .submenu .menu-item:hover::before {
	display: block;
}
.box-header-nav .main-menu > .menu-item .submenu .menu-item a {
	line-height: 34px;
	display: inline-block;
	position: relative;
}
.box-header-nav .main-menu .menu-item .submenu .menu-item a {
	color: #868686;
	font-weight: 400;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding-bottom: 6px;
}
.box-header-nav .main-menu .menu-item .submenu .menu-item:hover > a {
	color: #faf00f;
}
.box-header-nav .main-menu .toggle-submenu {
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 19px;
	cursor: pointer;
	color: #000;
}
.box-header-nav .main-menu .menu-item:hover > .toggle-submenu {
	color: #faf00f;
}
/*horizon menu*/
/*sup menu*/
.box-header-nav .main-menu > .menu-item {
	padding: 0 20px;
	display: inline-block;
}
.box-header-nav .main-menu > .menu-item.parent::before {
	display: none;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
}
.box-header-nav .main-menu > .menu-item.parent:hover::before {
	display: block;
}
/*sub menu*/
.box-header-nav .main-menu .menu-item .submenu {
	position: absolute;
	min-width: 245px;
	background-color: #ffffff;
	opacity: 0;
	visibility: hidden;
}
.box-header-nav.menu-center .main-menu .menu-item .submenu {
	margin-top: 20px;
}
.box-header-nav.menu-nocenter .main-menu .menu-item .submenu {
	margin-left: 20px;
}
.box-header-nav .main-menu .menu-item:hover > .submenu {
	opacity: 1;
	visibility: visible;
}
.box-header-nav .main-menu > .menu-item > .submenu {
	top: 100%;
	left: -1px;
}
.box-header-nav.menu-center .main-menu > .menu-item:hover > .submenu {
	margin-top: 0;
}
.box-header-nav.menu-nocenter .main-menu > .menu-item:hover > .submenu {
	margin-left: 0;
}
.box-header-nav .main-menu > .menu-item > .submenu .submenu {
	top: -23px;
	left: 100%;
}
.box-header-nav.menu-center .main-menu .submenu .menu-item:hover > .submenu {
	margin-top: 0;
}
.box-header-nav .main-menu .submenu .menu-item:hover > .submenu {
	margin-left: 0;
}
/*.toggle-submenu*/
.box-header-nav .main-menu .toggle-submenu::before {
	display: block;
	content: '\f107';
	font-family: 'FontAwesome', sans-serif;
	height: 52px;
	line-height: 50px;
	width: 25px;
	text-align: center;
	font-size: 18px;
	z-index: 10;
}
.box-header-nav .main-menu .submenu .toggle-submenu {
	display: block;
}
.box-header-nav .main-menu .submenu .toggle-submenu::before {
	height: 30px;
	line-height: 30px;
	width: 30px;
	font-size: 14px;
	content: '\f105';
}
.box-header-nav .main-menu > .menu-item.menu-item-right {
	float: right;
	padding-left: 35px;
}
.box-header-nav .main-menu > .menu-item.menu-item-right > a {
	color: #868686;
}
.box-header-nav .main-menu > .menu-item.menu-item-right:hover > a {
	color: #faf00f;
}
.box-header-nav .main-menu .menu-item.menu-item-right > a > span {
	font-size: 24px;
	position: absolute;
	left: -35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 1499px) {
	.box-header-nav .main-menu > .menu-item {
		padding: 0 13px;
	}
}
@media (max-width: 1024px) {
	.box-header-nav .main-menu {
		opacity: 0;
		visibility: hidden;
	}
}
/*demo css box grid */
.c-content-box.c-overflow-hide {
    overflow: hidden;
}
#az-product-grid .c-content-product-5 {
    margin: 3px;
    overflow: hidden;
    position: relative;
    padding:0;
}
.c-bg-img-center {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.c-content-product-5:hover .c-bg-img-center{
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
}
.c-content-product-5:hover .c-bg-dark.c-bg-opacity-2{
	opacity: 0;
}
.c-content-product-5 .c-detail {
    position: absolute;
    bottom: 0;
    padding: 13px 20px;
}
.c-bg-dark.c-bg-opacity-2 {
    background-color: rgba(47, 53, 59, 0.59) !important;
}
.c-content-product-5 .c-title.c-margin-tb-30 {
    line-height: 1.5em;
    margin: 30px 0;
    padding: 0;
}
.c-title {
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-size: 25px !important;
}
.c-font-30 {
    font-size: 30px;
}
.c-font-white {
    color: #FFFFFF !important;
}
.c-font-bold {
    font-family: 'Gotham-Bold' !important;
}
.c-font-thin {
    font-weight: 300 !important;
}
.c-content-product-5 .c-title.c-margin-tb-30 {
    line-height: 1.5em;
    margin: 30px 0;
}
.c-content-product-5 .c-detail .btn {
    float: right;
    margin: 30px 0;
}
.c-btn-border-1x.c-btn-grey-1 {
    border-color: #f7f7f7;
    color: #f7f7f7;
    background: none;
    border-color: #f7f7f7;
}
.c-btn-uppercase.btn-md {
    font-size: 16px;
    padding: 10px 20px 9px 20px;
}
.btn.c-btn-border-1x {
    border-width: 1px;
}
.c-content-overlay .c-overlay-wrapper {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: all 0.2s;
    background: rgba(0, 0, 0, 0.4);
}
.c-content-overlay .c-overlay-wrapper:before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    height: 100%;
}
.c-content-overlay .c-overlay-wrapper .c-overlay-content {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    height: auto;
    width: 95%;
}
.c-content-product-5 .c-title.c-margin-tb-30 {
    line-height: 30px;
    margin: 10px 0;
}
.c-content-overlay:hover .c-overlay-wrapper {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.c-bs-grid-reset-space .row, .c-bs-grid-reset-space div[class^="col-"], .c-bs-grid-reset-space div[class*=" col-"] {
    margin: 0;
    padding: 0;
}
#az-product-grid a.lumen-btn-1:hover {
	background-color: #f9ef0f;
	color: #000;
}
.az-solution-wrap{
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../images/tec-sol-background.jpg);
}
.categories-inner{
	position: relative;
}
.text-fancy {
    position: absolute;
    right: 0;
    left: 8px;
    bottom: -26px;
    background: #faf00f;
    width: 80%;
    box-shadow: 1px -2px 15px 0 rgba(0,0,0,0.5);
    height: 80px;
    padding-top: 13px;
}
#az-work-wrap.owl-slick .slick-arrow.next {
    right: 33px;
}
#az-work-wrap.owl-slick .slick-arrow.prev {
    left: -44px;
}
.middle-img:before{
	content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    left: -36px;
    bottom: 77px;
    background-color: #333;
}
.middle-img:after{
	content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    right: -36px;
    bottom: 77px;
    background-color: #333;
}
.icon-small{
	padding-top: 48px;
}
.awards-wrap {
	overflow: hidden;
	position: relative;
	text-align: center;
}
.awards-wrap .c-bg-dark.c-bg-opacity-2 {
    background-color: rgba(47, 53, 59, 0.74) !important;
}
.slide-home-02 .slide-wrap:nth-child(1) .slide-info .awards-wrap h2 {
	font-size: 28px;
	display: block;
	padding:0;
}
.slide-home-02 .slide-wrap:nth-child(1) .slide-info .awards-wrap h2:before,
.slide-home-02 .slide-wrap:nth-child(1) .slide-info .awards-wrap h2:after{
	display: none;
}
#az-abs-text p{
	color: #fff;
	padding:15px;
}
.text-fancy h5{
	color: #000;
	font-family: 'Gotham-Medium', sans-serif;
	font-size: 20px;
}
.az-solution-wrap .key-future li{
	position: relative;
	padding-bottom: 22px;
}
.save-energy{
	padding-bottom: 70px;
}
.newsletter-form-wrap {
    max-width: 500px;
}
.newsletter-form-inner {
    position: relative;
}
.email-newsletter {
    width: 100% !important;
    height: 50px !important;
    line-height: 50px !important;
    background-color: #fff !important;
    padding-right: 140px !important;
}
.submit-newsletter {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    min-width: 130px;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
}
#footer .section-025{
	padding:45px 0 30px 0;
}
/* gallery css*/
.lumens-gallery{
  padding-top: 80px;
  padding-bottom: 80px;
}
.lumens-gallery a>img{
	margin-bottom: 25px;
}
.lumens-gallery .card-header,.accordion .card{
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
    border: none;
    box-shadow: none;
}
.lumens-gallery .card-header button {
	border-radius: 0;
    font-family:'Gotham-Book', sans-serif;
    background-color: #FFFFFF;
    border: 1px solid #3f444a;
    color: #3f444a;
    letter-spacing:0.1em;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    text-align: left;
    padding: 0px 12px;
    display: block;
}
.lumens-gallery .card-header button,
.lumens-gallery .card-header button.collapsed:hover,
.lumens-gallery .card-header button:focus,
.lumens-gallery .card-header button:visited{
	text-decoration: none;
	background-color: #333;
	color: #fff;
	border: 1px solid #3f444a;
}
.lumens-gallery .card-header button.collapsed{
	text-decoration: none;
	background-color: #fff;
	color: #333;
	border: 1px solid #3f444a;
}
.lumens-gallery .card-body{
	padding: 1.25rem;
}
.lumens-gallery .card-body img{
	border:5px solid #fff;
}
.lumens-gallery .card-body{
	background-color: #eee;
}
.lumens-gallery .card .card-header h5{
	margin-top: 30px;
}
/*azad css*/
.single-thumb-vertical .shop_attributes tbody{
	display: inline-table;
	width: 100%;
}
#our-management{
	padding-bottom: 80px;
}
.containerfull{
	padding: 0 15px;
}
.width-40{
	width: 40% !important;
	padding:0 40px;
}
#az-single-slider  .slide-wrap:nth-child(1) .slide-info h1{
    font-size: 28px;
    font-family: 'Gotham-Bold', sans-serif;
    margin-bottom: 18px;
}
.lumen-btn-1{
	color: #f9ef0f;
    margin-top: 30px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    height: 48px;
    min-width: 146px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px;
}
.yel-border{
	border: 1px solid #f9ef0f !important;
}
#az-single-slider .yel-border:hover{
	border: 1px solid #fff !important;
}
.scrollbar{
	height: 613px;
	width: 100%;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}
.product-az-full-container #widget-area{
		width: 	90%;
}
.pd-strict-80{
	padding-top: 80px;
}
#az-26{
	padding-top: 60px;
	padding-bottom: 50px;
}
.breadcrumb_background h1.page-title{
	padding-top: 30px;
	font-family: "Gotham-Bold", sans-serif;
	font-size: 28px;
}
#ceo-speak{
	padding-bottom: 80px
}
#az-breaker{
	padding: 28px 0 25px 0;
}
#style-3::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
#style-3::-webkit-scrollbar{
	width: 6px;
	background-color: #F5F5F5;
}
#style-3::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
#azmain-slider .slide-wrap:nth-child(1) .slide-info h1{
	font-size: 80px;
	margin-bottom: 35px;
}
#azmain-slider .slide-wrap:nth-child(1) .slide-info h2 {
    font-size: 16px;
    padding-left: 150px;
    padding-right: 0;
    margin-top: 25px;
    margin-bottom: 55px;
    text-align: center;
}
#azmain-slider .slide-wrap:nth-child(1) .slide-info h2::before,
#azmain-slider .slide-wrap:nth-child(1) .slide-info h2::after{
display: none;
}
.iconbox-heading-sm h3 {
    font-size: 20px;
    display: inline-block;
    line-height: 1.5em;
    margin: 0 0 0.7em;
    font-weight: 600;
    color: #333;
}
.iconbox .iconbox-icon-container, .iconbox p, .iconbox h3 {
    -webkit-transition-property: color, background;
    transition-property: color, background;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.btn-icon-xlg .btn-icon:before{
	content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}
.btn-icon-xlg .btn-icon [class*=text-] {
	border-color: currentColor; 
}
.pr-md-6, .px-md-6 {
    padding-right: 4.5rem !important;
}
.mb-70 {
    margin-bottom: 50px !important;
}
.vc_row{
	margin-top: 40px;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 73%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  background: #eae110;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
      width: 110px;
    height: 110px;
    background: #eae110;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 110px;
    height: 110px;
    background: #eae110;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
  /* width: 90%; */
  /* height: auto; */
}

h2.az-head-h2{
	color: #f1e719;
    text-align: center;
    font-size: 28px;
    padding-bottom: 25px;
    font-family: 'Gotham-Bold', sans-serif;
    text-transform: uppercase;
}
.middletext-width p{
	color: 	#000;
}
.middletext-width{
	width: 	72%;
	margin: 0 auto;
	text-align: center;	
}
#az-new-slider .slide-info h2,#az-new-slider .slide-info h5{
color: 	#fff;
}
#az-new-slider .slide-info h2{
	font-size: 14px;
	font-family: "Gotham-Light", sans-serif;
	letter-spacing: 0.7px;
}
#az-new-slider .slide-info a{
	border: 1px solid #f9ef0f;
    color: #f9ef0f;
    display: none;
    margin-top: 30px;
}

#az-new-slider .slide-info h5 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    margin-top: 24px;
}
#az-new-slider .az-last .slide-info h1.az-h1slide {
    font-size: 65px;
    font-family:'Gotham-Bold', sans-serif;
    color: #faf00f !important;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    display: block;
}
#az-new-slider .az-last .slide-info{
	text-align: right;	
}
#az-new-slider .slide-home-02 .az-last .slide-info h2 {
	font-weight: 600;
    margin: 0 0 30px 0;
    text-transform: capitalize;
}
.az-head-h4{
	color: #000;
    text-align: center;
    font-size: 16px;
    font-family: "Gotham-Light", sans-serif;
}
#az-about{
	position: relative;
	padding-bottom: 50px;
}
#az-aboutmi{
	background: #66E771; background: -webkit-linear-gradient(bottom, #66E771, #384ca4);
	background: -moz-linear-gradient(bottom, #211e47, #384ca4);
	background: linear-gradient(to top, #211e47, #384ca4);
    padding-bottom: 65px;	
}
#az-aboutmi--del {
    position: relative;
    background-image: url(../images/section11.jpg);
    background-position: 100% 100%;
    background-size: cover;
    padding: 300px 18px 288px 18px;
}
.corner-img--del{
	position: absolute;
	width: 500px;
	height:500px;
	background-image: url(../images/light-mobile.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: inherit;
	opacity: 0.5;
}
.az-btn:hover{
	background:#000;
	color: #fff;
	box-shadow: 9px 14px 10px 0 rgba(0, 0, 0, 0.52);
}
.absolute-text{
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	top: 0;
}
.absolute-text .az-head-h4{
	color: #fff;
	font-family: "Gotham-Bold", sans-serif;
}
.newsletter-wrap h3{
	font-size: 20px;
    font-family: "Gotham-Medium", sans-serif;
}
.az-head-h2{
	color: #fff;
}
#az-circlebox{
	padding-bottom: 80px;
    padding-top: 80px;
}
/* vision */
.vision-item{
	margin-top: 50px;
    background-color: #ececeb;
}
.vision-item:before{
	content: "";
    display: table;
}
.vision-thumb {
    overflow: hidden;
    width: 50%;
    height: 310px;
    float: left;
    position: relative;
}
.vision-thumb a {
    position: relative;
    display: block;
    height: 100%;
}
.vision-thumb a:before{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.vision-thumb a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: transparent;
    z-index: 1;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    visibility: hidden;
}
.vision-thumb img{
	width: 100%;
    height: 100%;
}
.thumb-right .vision-thumb{
	float: right;
}
.vision-content {
    padding: 30px 40px;
    overflow: hidden;
    height: 310px;
}
.vision-thumb:hover a:before{
	opacity: 1;
    visibility: visible;
}
.vision-thumb:hover a:after{
	width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    visibility: visible;
}
.vision-item .vision-thumb img{
	 transition: .3s ease-in-out, visibility 0s;
    -ms-transition: .3s ease-in-out, visibility 0s;
    -moz-transition: .3s ease-in-out, visibility 0s;
    -webkit-transition: .3s ease-in-out, visibility 0s;
    -o-transition: .3s ease-in-out, visibility 0s;
}
.vision-item .vision-thumb:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.az-btn {
  	display: inline-block;
    min-width: 210px;
    height: 56px;
    line-height: 57px;
    text-align: center;
    padding: 0 15px;
    border: 1px solid #000;
    font-size: 17px;
    font-weight: 700;
    margin-top: 45px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
  /*display: inline-block;
  height: 50px;
  width: 186px;
  position: relative;
  margin-top: 60px;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  font-size: 14px;
  text-align: center;
  background:linear-gradient(90deg,#efe50f,#d41d14);*/
}
.az-button:after {
  position: absolute;
  content: '';
  display: inline-block;
  background: #3bade3;
  background: linear-gradient(45deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
  height: 50px;
  width: 372px;
  z-index: -1;
  -webkit-transform: translateX(-280px);
          transform: translateX(-280px);
  -webkit-transition: -webkit-transform 400ms ease-in;
  transition: -webkit-transform 400ms ease-in;
  transition: transform 400ms ease-in;
  transition: transform 400ms ease-in, -webkit-transform 400ms ease-in;
}
.az-button:hover:after {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}
.az-button span {
  position: relative;
  top: 12px;
  left: 3px;
}
#az-circlebox .furgan-banner .banner-inner {
    position: relative;
    text-align: center;
    margin: 0 auto;
    border-radius:0;
    transition: all .2s ease-in-out;
}
#az-circlebox .furgan-banner .banner-inner:hover{
	background: rgba(255,255,255,1);
	box-shadow: 0 0 15px 0 #5d5b5b;
}
#az-circlebox .furgan-banner.style-03 .cate{
	font-size: 20px;
    padding: 0 20px;
    font-family: 'Gotham-Bold', sans-serif;
}
#az-circlebox .furgan-banner .banner-thumb img{
	min-height: 230px;
}
#az-circlebox .no-container{
	padding: 0 25px;
}
/* about page css */
       .section-018 {

        padding-top: 80px;

        padding-bottom: 90px;

        background-image: url(assets/images/testi-bg.jpg);

        background-position: 70% center;

    }
.furgan-testimonial.style-01 .desc {
    font-size: 19px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px;
    font-family: "Gotham-Medium", sans-serif;
}
.herepad{
    padding-bottom: 40px;
}
.furgan-testimonial .testimonial-inner{
    height: 250px
}
.testimonial-info .intro h3.name{
    color: #faf00f;
    font-family:"Gotham-Bold", sans-serif;
}
.furgan-team .name {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 6px;
    font-family: "Gotham-Medium", sans-serif;
   position: relative;
}

.furgan-team .name::before {

    content: '';

    position: absolute;

    left: 50%;

    bottom: -2px;

    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    transform: translateX(-50%);

    border-bottom: 2px solid #faf00f;

    width: 50px;

}

.furgan-team .positions {
    margin-bottom: 0;
}
.furgan-team .team-inner {
    text-align: center;
}
.furgan-team .team-inner .thumb-avatar img{
   text-align: center;
   margin:0 auto;
}
.furgan-team .content-team{
	margin-top: 20px;
}
/*end about css*/
#az-bgwrap{
	padding-top: 30px !important;
	margin-top: 100px;
}
#az-bgwrap .product-gallery .gallery-dots{
	margin-top: 200px !important;
}
#az-bgwrap .product-item.style-07 .product-thumb {
    float: none;
    width: 100%;
}
#az-bgwrap .az-h3-slider{
   color: #fff;
    text-align: center;
    font-size: 30px;
}
#az-bgwrap-two{
	position: relative;
	/*background: #efeff1 url(../images/gray-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;*/
}
#az-bgwrap-two:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #1d1d1d; /*efeff1*/
    height: 370px;
    width: 100%;
    z-index: -1;
}
.bgnewww{
	position: relative;
	background: #000000 url(../images/section11.jpg);
    background-repeat: no-repeat;
    padding-bottom: 80px;
    background-size: 100% 100%;
}
#az-iso-certified{
	padding-top: 120px;
	padding-bottom: 50px;
}
#az-26 .banner-inner{
	margin-bottom: 50px
}
.link-text-btn {
	display: inline-block;
	border-bottom: 2px solid #faf00f;
}
.fancy-title .pull-to-left {
    font-size: 35px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
}
.imginstall-area{
	margin:0 auto;
	text-align: center;
}
#az-video-mission{
	margin-top: 80px;
	margin-bottom: 20px;
}
.extra-padd{
	padding-top: 120px
}
#az-video-mission .video-play-button {
    position: relative;
    z-index: 10;
    top: 54px;
    left: 35px;
}
#az-video-mission .video-play-button:after{
	width: 70px;
    height: 70px;
}
#az-video-mission .video-play-button:before{
	width: 70px;
    height: 70px;
}
.new-secti .lqd-column{
	position: absolute;
	width: 100%;
	top: 52px;
    right: 120px;
    background-color: #eee;
	padding: 10px 50px 50px 50px;
    border-top-right-radius: 130px;
}
.fancy-title h2, .fancy-title h3, .fancy-title h4 {
    margin: 0.25em 0;
}
.font-size-24{
	padding-right: 3rem !important;
    font-size: 19px !important;
    margin-bottom: 0;
    font-weight: 400 !important;
    line-height: 26px;
}
.btn-icon, .btn-txt {
    position: relative;
    z-index: 3;
}
.btn-icon-xlg .btn-icon {
    padding: 20px;
    font-size: inherit;
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
    margin-bottom: 0;
    border-radius: 50em;
    border: none;
    background-color: green;
    color: #fff;
    position: absolute;
    width: 100px;
    height: 100px;
}
#az-26 .furgan-banner .banner-thumb img{
min-height:auto;
width: auto;
margin: 0 auto;
}
.furgan-blog.style-02 .post-item .post-comment-icon{
	display: none;
}
.fancy-title{
	margin-top: 40px;
}
.btn-txt{
	    padding-top: 67px;
    display: inline-block;
    font-size: 13px !important;
    margin-bottom: 0;
    font-weight: 600 !important;
    margin-right: 20px;
}
.btn-icon-xlg .btn-icon i{
	padding-top: 15px;
    font-size: 30px;
}
.fresco{
	font-size: 14px !important;
	margin-bottom: 0;
	font-weight: 400 !important;
	color: #181b31 !important;
}
/*.fancy-title h1:before, .fancy-title h2:before {
    top: 57px;
    content: "";
    display: block;
    height: 2px;
    left: 123px;
    right: auto;
    background-color: #ffc400;
    margin: -2px auto;
    position: absolute;
    width: 181px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/
.mb-md-7{
    margin-bottom: 5rem !important;
}
/*az product detail zoom*/
.furgan-product-gallery{
	position: relative;
}
.furgan-product-gallery .flex-viewport {
    float: right;
    width: -webkit-calc(100% - 104px);
    width: -moz-calc(100% - 104px);
    width: calc(100% - 104px);
    margin-left: 14px;
}
.furgan-product-gallery .flex-viewport {
    cursor: zoom-in;
}
.furgan-product-gallery .flex-control-nav.flex-control-thumbs {
    width: 90px;
    float: left;
    padding: 0;
}
.furgan-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
    height: 20px;
    line-height: 18px;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
    z-index: 9;
    width: 100%;
    border-radius: 3px 3px 0 0;
    background-color: #faf00f;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}
.contain-left .single-left{
	position: relative;
    overflow: hidden;
    float: left;
    width: 55%;
    margin-right: 30px;
    margin-bottom: 27px;
}
.contain-left .entry-summary {
    overflow: hidden;
    padding-left: 50px;
    margin-bottom: 30px;
}
/*az products */
.banner-wrapper-inner {
    text-align: center;
}
.main-container {
    padding-top: 70px;
    padding-bottom: 70px;
}
#widget-area .widgettitle {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    margin-top: -2px;
    z-index: 1;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
#widget-area .widget_product_categories .widgettitle{
	margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    padding-top: 20px;
}
.products_lumens .product-az-full-container #widget-area{
	background-color: #ddd;
	width: 100%;
}
#widget-area .widgettitle::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    border-bottom: 1px solid #faf00f;
    width: 50px;
}
#widget-area .widget_product_categories .product-categories {
    margin-top: -8px;
    padding-bottom: 0 !important;
}
#widget-area .widget ul, #widget-area .widget ol {
    padding: 0 0 8px 0;
    list-style: none;
}
#widget-area .widget ul li{
	list-style: none;
    padding:0;
    width: 100%;
    margin-bottom: 0;
}
#widget-area .widget ul li a:hover{
	background-color: red;
	color: #fff;
}
#widget-area #furgan_product_categories-3 .widgettitle{
	margin-bottom: 10px;
    padding-top: 15px;
    padding-left: 15px;
    margin-top: 2px;
}
#widget-area .widget ul li a{
    list-style: none;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #faf00f;
    margin-bottom: 1px;
    padding-left: 15px;
    display: block;
    color: #000;
}
#widget-area .widget ul li a:before{

}
#furgan_product_categories-3{
	padding: 0;
}
#widget-area a:not(:hover) {
    color: #414141;
}
.product-az-full-container{
	padding-left: 50px;
	padding-right: 50px;
}
.product-inner, .product-thumb, .thumb-link {
    position: relative;
}
.rows-space-30 {
    margin-bottom: 60px;
}
ul.products {
    padding-left: 0;
}
.product-item.style-01 .product-thumb {
    margin-bottom: 15px;
    position: 	relative;
    text-align: center;	
    overflow: hidden;
}
.products {
    list-style: none;
}
.products .product-item .product-thumb img{
 width: 270px
}
.products .product-item .product-thumb{
	text-align: center;
	margin-bottom: 0;
    border: 1px solid #f3f712;
}
.product-thumb > .thumb-link {
    display: block;
    position: relative;
}
.product-thumb img {
    margin: 0 auto;
    border-radius: 8px;
}
.product-item.style-01 .product-info {
    position: relative;
    text-align: center;
    padding: 12px 0;
    background: #fbe917;
}
.breadcrumb_background{
	background-image: url(../images/banner-for-all2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.contact-lumens .breadcrumb_background{
	background-image: url(../images/contact1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.product-item.style-01 .product-info h3 a:hover{
    color: #000;
}
.product-thumb > .thumb-link {
  transition: .3s ease-in-out, visibility 0s;
    -ms-transition: .3s ease-in-out, visibility 0s;
    -moz-transition: .3s ease-in-out, visibility 0s;
    -webkit-transition: .3s ease-in-out, visibility 0s;
    -o-transition: .3s ease-in-out, visibility 0s;
}
.product-item > .product-inner:hover .thumb-link{
  transform: scale(-1.1);
    -webkit-transform: scale(-1.1);
    -ms-transform: scale(-1.1);
    -moz-transform: scale(-1.1);
    -o-transform: scale(-1.1);
}
.product-item > .product-inner .product-info{
    transition: .3s ease-in-out, visibility 0s;
    -ms-transition: .3s ease-in-out, visibility 0s;
    -moz-transition: .3s ease-in-out, visibility 0s;
    -webkit-transition: .3s ease-in-out, visibility 0s;
    -o-transition: .3s ease-in-out, visibility 0s;
}
.product-item > .product-inner:hover .product-info{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product-item > .product-inner{
	overflow: hidden;
}
.contact-lumens .breadcrumb_background .breadcrumbs .breadcrumb li,.contact-lumens .breadcrumb_background h1.page-title{
	color: #fff
}
.breadcrumb_background .banner-wrapper-inner {
    text-align: center;
    padding-top: 110px;
    padding-bottom: 80px;
}
.product-name {
    font-size: 14px;
    font-family: "Gotham-Book", sans-serif;
    margin-top: 0;
    margin-bottom: 6px;
}
.product-name a:not(:hover) {
    color: inherit;
}
.price {
    display: inline-block;
    font-size: 14px;
    color: #faf00f;
}
.product-item .price {
    font-weight: 600;
}
.product-item .flash {
    position: absolute;
    top: 10px;
    display: none;
    left: 10px;
    z-index: 1;
}
.onnew {
    background-color: #ecb02f;
    color: #fff;
    display: table;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-width: 50px;
    text-align: center;
}
.onnew::before {
    border-color: #ecb02f transparent #ecb02f transparent;
}
.sold-out::before, .onnew::before, .onsale::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    border-style: solid;
    border-width: 11px 13px 11px 0;
}
.sold-out span, .onnew span, .onsale span {
    height: 22px;
    line-height: 25px;
    display: block;
}
.furgan-breadcrumb {
    text-align: left;
}
.furgan-breadcrumb {
    color: #666666;
    width: 1800px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 25px auto 0;
    text-align: center;
    font-weight: 600;
}
.furgan-breadcrumb a:not(:hover) {
    color: #000;
}
.furgan-breadcrumb i {
    padding-left: 11px;
    padding-right: 11px;
    color: #868686;
}
a.emailid-content {
	display: inline-block;
    background-color: #faf00f;
    border-radius: 25px;
    position: relative;
    margin-top: 12px;
    padding-left: 52px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 12px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.emailid-content span.emailc{
	padding-left: 10px;
	font-size: 15px;
}
.emailid-content span.fa{
    top: -9px;
    height: 50px;
    width: 50px;
    position: absolute;
    background: #faf00f;
    border-radius: 50%;
    line-height: 48px;
    left: 0;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.gothambold{
	font-family: "Gotham-Bold", sans-serif !important;
}
.gothammedium{
	font-family: "Gotham-Medium", sans-serif !important;
}
a.emailid-content:hover{
	background-color: #fa1a0f;
	color:#fff;
}
a.emailid-content:hover span.fa{
	background: #fa1a0f;
	color: #fff;
}
/*az Product Detail*/
.furgan-product-details__short-description p {
    margin-bottom: 6px;
}
.furgan-product-details__short-description p {
    font-size: 16px;
}
.furgan-product-details__short-description ul, .furgan-product-details__short-description ol {
    padding-left: 0;
    list-style: none;
}
.description-para{
	display: none;
}
.furgan-product-details__short-description li {
    font-size: 15px;
    font-style: normal;
    line-height: 22px;
    position: relative;
    color: #101010;
}
.key-future li{
	padding-left: 42px;
	padding-bottom: 7px;
	list-style: none;
}
.key-future {
	margin-bottom:20px;
}
.furgan-product-details__short-description li::before,.key-future li::before  {
    content: '';
    background-image: url(../images/li-icon-2.png);
    left: 0;
    right: 0;
    position: absolute;
    width: 25px;
    top: 3px;
    height: 21px;
    margin-right: 5px;
    background-size: cover;
}
.furgan-Tabs-panel table {
    margin-bottom: 0;
}
table {
    border: 1px solid #ebebeb;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.furgan-Tabs-panel th, .furgan-Tabs-panel td {
    font-weight: 600;
}
.shop_attributes tr td p{
	margin-bottom: 0;
}
.shop_attributes tr th,.shop_attributes tr td{
    border: 1px solid #ebebeb;
    padding: 7px 10px 7px 15px;
}
.shop_attributes tr th{
	font-weight: normal;
    font-family: "Gotham-Medium";
    font-size: 15px;
}
.mrt-50{
	margin-top: 40px;
}
#ceo-speak .furgan-popupvideo .popupvideo-wrap{
    float: left;
    width: 60%;
    padding: 0 0 0 0;
}
#ceo-speak .furgan-popupvideo .icon {
    float: left;
    width: 35%;
    position: relative;
}
.pb-70{
	padding-bottom: 70px
}
.pt-70 {
	padding-top: 70px
}
.border-athens-gray {
    border: 1px solid #E8E9F1;
    text-align: center;
}
#lumen-contact p{
	margin-bottom: 10px;
}
#lumen-contact .az_custom_heading {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 5px;
    line-height: 24px;
    text-align: left;
    margin-top: 22px;
}
.product-info .price{
	display: none;
}
#customers-wrap .border-athens-gray img{
	width: 130px
}
#az-vision-wrapper{
	margin-bottom: 80px;
}
.values-lumens{
	padding-top: 80px;
	padding-bottom: 80px;
	background-size: cover;
    background: #16263d url(../images/sldier22.jpg) no-repeat;
}
.content-facilities .right-content {
	padding: 30px 20px 30px 20px;
	box-shadow: -2px 1px 11px 0px rgba(0,0,0,0.5);
}
.content-facilities{
	position: absolute;
    width: 100%;
    left: auto;
    right: 140px;
    background: #fff;
    top: 80px;
}
.content-facilities .key-future li:before{
	left: 0;
}
.content-facilities .key-future li{
	padding-left: 35px;
	position: relative;
	letter-spacing: 0.3px;
    font-family: "Gotham-Book", sans-serif;
    font-size: 14px;
}
.content-facilities .az-head-h2{
	padding-left: 0;
	padding-bottom: 0;
	line-height: 32px;
}
.content-facilities .lumen-btn-1{
	margin-top: 10px;
}
.az-h3head {
	font-size: 21px;
	color: #000;
    text-transform: uppercase;
    position: relative;
}
.right-img-wrap .content-facilities {
	right: auto;
    left: 140px;
    z-index: 1;
}
.height-auto-desktop img{
	height: 100%;
}
.two-form-wrapper{
	position: relative;
}
.two-form-wrapper .furgan-newsletter{
	background: #ddd;
    padding: 20px 25px;
}
.two-form-wrapper .az-head-h4{
	text-align: left;
}
/*.two-form-wrapper:before, .two-form-wrapper:after{
	content: "";
	position: absolute;
	width: 350px;
	height: 350px;
	left: 0;
	right: auto;
	bottom: auto;
	top: 0;
	background-image: url(../images/light-mobile.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
}
.two-form-wrapper:after{
	left: auto;
	right: 0;
	bottom: 0;
	top: auto;
	z-index: -1;
	transform: rotate(260deg);
}*/
/* ==========================================================================
3.5 HEADER LOGO
============================================================================ */
.header-logo {
	-webkit-transition: padding 0.5s ease 0s, height 0.5s ease 0s;
	-moz-transition: padding 0.5s ease 0s, height 0.5s ease 0s;
	-o-transition: padding 0.5s ease 0s, height 0.5s ease 0s;
	transition: padding 0.5s ease 0s, height 0.5s ease 0s;
}
.header-logo .logo[src=""] {
	background: url('../images/logo-light.png');
	background-size: 100% 100%;
	display: inline-block;
	font-size: 0;
}
/* ==========================================================================
3.6 HEADER STICKY
============================================================================ */
.header-position {
	transition: background-color 0.5s ease 0s, padding 0.5s linear;
	-o-transition: background-color 0.5s ease 0s, padding 0.5s linear;
	-webkit-transition: background-color 0.5s ease 0s, padding 0.5s linear;
	padding: 15px 0;
}
.header-position.fixed {
	max-width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.admin-bar .header-position.fixed {
	top: 32px;
}
@media (max-width: 1280px) {
	.header.style-01 .header-logo,
	.header-position {
		padding: 10px 0;
	}
	.content-facilities {
	    top: 40px;
	}
	.breadcrumb_background .banner-wrapper-inner{
		text-align: center;
	    padding-top: 100px;
	    padding-bottom: 50px;
	}
}
.header-position.fixed {
	padding: 0 !important;
}

/* ==========================================================================
3.9 HEADER STYLE
========================================================================== */
.header.header-transparent {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99;
}
/*.header.style-02*/
.header.style-02 .header-logo-nav > div {
	display: inline-block;
	padding-left: 50px;
}
.header.style-02 .header-logo-nav .box-header-nav {
	padding-left: 0;
    width: 80%;
    text-align: right;
}
.header.style-02 .header-middle {
	width: 1800px;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
.header.style-02 .header-search {
	display: inline-block;
	vertical-align: middle;
}
/* ==========================================================================
3.10 HEADER MOBILE
========================================================================== */
.header-mobile {
	display: table;
	width: 100%;
}
.header-mobile > * {
	display: table-cell;
	vertical-align: middle;
	width: 33.33333333%;
}
.header-mobile-mid {
	text-align: center;
}
.header-mobile-right {
	text-align: right;
}
@media (min-width: 1025px) {
	.header-mobile {
		display: none;
	}
}
@media (max-width: 1024px) {
	.header-top,
	.header-middle,
	.header-wrap-stick {
		display: none;
	}
	.header {
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
	}
	.header.header-transparent {
		position: relative;
	}
	.wpml-menu li.block-language > a {
		font-size: 0;
	}
	.header-mobile .wpml-menu {
		padding-left: 5px;
	}
	.header-search .link-dropdown,
	.meta-dreaming .block-dreaming .block-link {
		width: 28px;
		font-size: 21px;
	}
	.meta-dreaming .block-dreaming {
		padding-left: 0;
	}
	.header-mobile .wpml-menu > .menu-item:not(:last-child) {
		margin-right: 12px;
	}
}
@media (max-width: 767px) {
	.header-mobile .wpml-menu {
		display: none;
	}
	.header-mobile {
		/*table-layout: fixed;*/
	}
	.header-mobile .header-mobile-left,
	.header-mobile .header-mobile-right {
		width: calc(50% - 65px);
	}
	.header-mobile .header-logo {
		max-width: 130px;
		display: inline-block;
		width: 100% !important;
	}
	body {
	    margin-bottom: 0;
	}
}
/* ==========================================================================
4.0 FOOTER THEME
========================================================================== */
a.backtotop {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	background-color: #faf00f;
	position: fixed;
	bottom: 65px;
	right: 25px;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 999;
	overflow: hidden;
	border: 1px solid #fff;
}
a.backtotop:not(.active) {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
a.backtotop i {
	color: #fff;
}
a.backtotop::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
a.backtotop:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@media (max-width: 767px) {
	a.backtotop {
		display: none;
	}
}
/* ==========================================================================
5.0 BLOG THEME
========================================================================== */
.blog-banner {
	margin-bottom: 41px;
}
/* ==========================================================================
5.1 POST ITEM
========================================================================== */
.post-thumb img {
	position: relative;
	z-index: 1;
}
.post-title {
	margin-top: 0;
}
.post-title a:not(:hover) {
	color: inherit !important;
}
.post-item .post-meta > div {
	display: inline-block;
	position: relative;
}
.post-item .post-meta > div:not(:last-child) {
	padding-right: 17px;
	margin-right: 14px;
}
.post-item .post-meta > div:not(:last-child)::after {
	content: '';
	border-left: 1px solid #b6bfca;
	position: absolute;
	top: 3px;
	right: 0;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	height: 18px;
}
.post-item .post-author,
.post-item .date,
.post-item .categories,
.post-item .post-comment-icon,
.post-item .post-comment {
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
}
.post-item .post-comment a:not(:hover),
.post-item .date a:not(:hover) {
	color: inherit;
}
.post-item .post-comment-icon {
	float: right;
	color: #000;
}
.post-item .post-comment-icon a::before {
	content: "\f10b";
	font-family: 'Flaticon', sans-serif;
	font-size: 15px;
	margin-right: 4px;
	vertical-align: middle;
	font-weight: normal;
}
.post-item .tags {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	font-size: 0;
}
.post-item .tags a {
	display: inline-block;
	margin: 0 7px 7px 0;
	padding: 4px 22px;
	font-size: 13px;
	font-weight: 600;
	line-height: 26px;
	border: 1px solid #e4e6ec;
	height: 34px;
	text-align: center;
}
.post-item .tags a:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.page-main-content::before,
.page-main-content::after,
.post-content::before,
.post-content::after {
	content: '';
	display: table;
}
.page-main-content::after,
.post-content::after {
	clear: both;
}
.post-content p:last-child {
	margin-bottom: 0 !important;
}
.post-content > p:last-child {
	display: inline-block;
	width: 100%;
}
/*.post-single*/
.post-single .post-title {
	font-size: 30px;
	margin: -5px 0 15px 0;
}
.post-single .post-meta {
	margin-bottom: 20px;
}
.post-single .post-thumb {
	margin-bottom: 42px;
}
.post-footer {
	display: inline-block;
	width: 100%;
	margin-top: 35px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e7e7e7;
}
.tags + .post-footer {
	border-top: 1px solid #e7e7e7;
	padding-top: 16px;
	margin-top: 16px;
}
.post-footer .furgan-share-socials {
	float: right;
	text-align: right;
	width: 40%;
}
.post-footer .furgan-share-socials ~ .categories {
	float: left;
	width: 60%;
}
.post-footer .social-heading {
	display: inline-block;
	font-size: 14px;
	color: inherit;
	margin: 0;
}
.post-footer .furgan-share-socials a {
	display: inline-block;
	font-size: 16px;
	width: 32px;
	text-align: center;
	border-radius: 50%;
}

.post-item .readmore {
	min-width: 125px;
	height: 39px;
	line-height: 41px;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 21px;
	display: inline-block;
	border: 1px solid #000;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 0 15px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.post-item .readmore:hover {
	background-color: #000;
	color: #fff;
}
.post-item .slick-arrow {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	text-align: center;
	font-size: 21px;
	color: #000;
	position: absolute;
	bottom: 5px;
	top: auto;
	background-color: #fff;
	z-index: 3;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
	visibility: visible;
}
.post-item .slick-arrow:hover {
	background-color: #faf00f;
	color: #fff !important;
}
.post-item .slick-arrow.prev {
	left: auto;
	right: 50px;
}
.post-item .slick-arrow.next {
	right: 5px;
}
/*blog grid*/
.blog-grid .post-item {
	margin-bottom: 55px;
}
.blog-grid .post-meta > div:not(:last-child)::after {
	display: none;
}
.blog-grid .title {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 83px;
}
.blog-grid .title span {
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
}
.blog-grid .title span::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 2px solid #faf00f;
	width: 100%;
}
.post-thumb {
	position: relative;
	overflow: hidden;
}
.blog-grid .post-thumb {
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}
.blog-grid .post-thumb a:first-child::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
	opacity: 0;
	visibility: visible;
	-webkit-transition: opacity 0.25s ease 0s;
	-moz-transition: opacity 0.25s ease 0s;
	-o-transition: opacity 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
	z-index: 1;
}
.blog-grid:hover .post-thumb a::before {
	opacity: 0.5;
	visibility: visible;
}
.datebox {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	display: inline-block;
	background-color: #faf00f;
}
.datebox span:first-child {
	display: block;
	height: 32px;
	line-height: 34px;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	color: #fff;
}
.datebox span:first-child::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	border-bottom: 1px solid #fff;
	opacity: 0.5;
}
.datebox span:last-child {
	display: block;
	height: 28px;
	line-height: 24px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
}
.blog-grid .post-thumb img {
	width: 100%;
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.blog-grid .post-thumb:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.blog-grid .post-content {
	background-color: #fff;
	padding: 0 20px 20px;
	border: 1px solid #ebebeb;
	border-top: none;
	border-radius: 0 0 8px 8px;
}
.blog-grid .post-title {
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
	max-width: 320px;
}
.blog-grid .post-title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	border-bottom: 2px solid #faf00f;
}
.blog-grid .post-meta {
	overflow: hidden;
	padding: 15px 0 10px 0;
}
.blog-grid .post-author {
	float: left;
}
.blog-grid .post-comment {
	float: right;
	color: #000;
}
.blog-grid .post-comment a {
	font-weight: 600;
}
.blog-grid .post-comment a::before {
	content: "\f113";
	font-family: 'Flaticon', sans-serif;
	font-size: 15px;
	margin-right: 4px;
	vertical-align: middle;
	font-weight: normal;
}
@media (max-width: 1199px) {
	.post-footer .furgan-share-socials {
		float: none;
		text-align: left;
		width: 100%;
		margin-bottom: 10px;
	}
	.post-footer .furgan-share-socials ~ .categories {
		float: none;
		width: 100%;
	}
	.post-single .post-thumb,
	.post-standard .post-thumb {
		margin-bottom: 30px;
	}
	.post-item .slick-arrow {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.post-item .slick-arrow.prev {
		right: 40px;
	}
	.post-item .slick-arrow::before {
		width: 9px;
		height: 9px;
		top: -3px;
	}
	.post-item .slick-arrow.prev::after {
		height: 30px;
	}
	.post-single .post-title {
		font-size: 26px;
	}
}
@media (max-width: 767px) {
	.post-single .post-title {
		font-size: 24px;
	}
}


/* ==========================================================================
6.2 BREADCRUMBS THEME
========================================================================== */
.breadcrumbs {
	width: 1800px;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: 15px auto 0;
}
body.single .breadcrumbs {
	text-align: center;
}
.breadcrumbs .breadcrumb {
	list-style: none;
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
	display: block;
}
.breadcrumbs .breadcrumb li {
	display: inline-block;
	color: #666666;
}
.breadcrumbs .breadcrumb li + li::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f105";
	color: #666666;
	padding-left: 13px;
	padding-right: 10px;
}
.breadcrumbs .breadcrumb li a:not(:hover) {
	color: #000;
}
.furgan-breadcrumb {
	color: #666666;
	width: 1800px;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: 25px auto 0;
	text-align: center;
	font-weight: 600;
}
body.single-product .furgan-breadcrumb {
	text-align: left;
}
.furgan-breadcrumb a:not(:hover) {
	color: #000;
}
.furgan-breadcrumb i {
	padding-left: 11px;
	padding-right: 11px;
	color: #868686;
}
@media (max-width: 1199px) {
	.furgan-breadcrumb {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/* ==========================================================================
7.0 SHOP THEME
========================================================================== */
ul.products li.product-category {
	width: 33.3333333%;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	margin-bottom: 30px;
}
ul.products li.product-category:nth-child(3n+1) {
	clear: left;
}
ul.products li.product-category a .furgan-loop-category__title {
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 0;
}
ul.products li.product-category a .furgan-loop-category__title mark {
	background-color: transparent;
	color: inherit;
	padding: 0;
}
@media (max-width: 1199px) {
	ul.products li.product-category {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	ul.products li.product-category {
		margin-bottom: 10px;
		width: 50%;
	}
	ul.products li.product-category:nth-child(3n+1) {
		clear: none;
	}
	ul.products li.product-category:nth-child(2n+1) {
		clear: left;
	}
}


/*===============================================================
8.7 POPUP NEWSLETTER
===============================================================*/
#popup-newsletter {
	overflow-y: hidden !important;
}
#popup-newsletter .modal-content {
	background-color: #fff;
}
#popup-newsletter button.close {
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 40px;
	height: 40px;
	display: block;
	background-color: transparent;
	color: #000;
	z-index: 1;
	opacity: 1;
}
#popup-newsletter button.close:hover {
	color: #faf00f;
}
#popup-newsletter button.close::before,
#popup-newsletter button.close::after {
	border-bottom: 2px solid;
	content: "";
	left: 12px;
	position: absolute;
	top: 19px;
	width: 17px;
}
#popup-newsletter button.close::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#popup-newsletter button.close::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#popup-newsletter .modal-inner {
	overflow: hidden;
}
#popup-newsletter .modal-inner .modal-thumb {
	float: left;
	width: 40%;
}
#popup-newsletter .modal-inner .modal-info {
	overflow-y: auto;
	text-align: center;
	padding: 70px 40px 30px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 60%;
}
#popup-newsletter .title {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px;
}
#popup-newsletter .des {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
	max-width: 395px;
	display: inline-block;
}
#popup-newsletter .newsletter-form-wrap .email {
	width: 100%;
	height: 52px;
	line-height: 52px;
	margin-bottom: 22px;
	text-align: center;
}
#popup-newsletter .newsletter-form-wrap .submit-newsletter {
	width: 100%;
	height: 52px;
	line-height: 52px;
	color: #fff;
	font-weight: 600;
}
#popup-newsletter .newsletter-form-wrap .submit-newsletter:hover {
	background-color: #faf00f;
}
#popup-newsletter .checkbox {
	text-align: right;
	margin: 30px 0 0;
}
#popup-newsletter .checkbox label {
	padding-left: 0;
}
#popup-newsletter .checkbox .furgan_disabled_popup_by_user {
	display: none;
}
#popup-newsletter .checkbox span {
	position: relative;
	padding-left: 20px;
	color: #999999;
}
#popup-newsletter .checkbox span::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #dbdbdb;
	background-color: #f4f4f4;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#popup-newsletter .checkbox .furgan_disabled_popup_by_user:checked ~ span::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	left: 3px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.modal {
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: auto;
	max-height: calc(100% - 60px);
	overflow-y: auto;
	padding: 15px !important;
}
.modal-dialog {
	width: 1000px;
	max-width: 100%;
	margin: auto;
}
.modal-content {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.modal-backdrop.in {
	opacity: 0.8;
}
@media (max-width: 991px) {
	#popup-newsletter .title {
		font-size: 24px;
	}
	#popup-newsletter .des {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	#popup-newsletter button.close {
		top: 0;
	}
	#popup-newsletter .title {
		margin: 0 0 15px;
	}
	#popup-newsletter .checkbox {
		margin: 15px 0 0;
	}
	#popup-newsletter .modal-inner .modal-info {
		padding: 40px 30px 20px;
	}
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 1000px;
		max-width: calc(100% - 30px);
		margin: auto;
	}
	.modal-content {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}
@media (max-width: 767px) {
	#popup-newsletter .title {
		font-size: 20px;
	}
	#popup-newsletter .des {
		font-size: 14px;
		line-height: 20px;
	}
	#popup-newsletter .modal-inner .modal-info {
		position: static;
		width: 100%;
		padding: 40px 20px 20px;
	}
	#popup-newsletter .modal-inner .modal-thumb {
		display: none;
	}
}
/*===============================================================
9.0 SHORTCODE
===============================================================*/
/*===============================================================
9.1 FURGAN BANNER
===============================================================*/
.furgan-banner .banner-inner {
	position: relative;
}
.furgan-banner .banner-info {
	position: absolute;
}
.furgan-banner .banner-thumb {
	overflow: hidden;
	margin-bottom: 0;
}
.furgan-banner .banner-thumb img {
	min-height: 200px;
	object-fit: cover;
	width: 100%;
	background-color: #f8f8f8;
	-webkit-transition: transform 0.8s ease 0s;
	-moz-transition: transform 0.8s ease 0s;
	-o-transition: transform 0.8s ease 0s;
	transition: transform 0.8s ease 0s;
}
.furgan-banner .title {
	margin-top: 0;
}
/*.furgan-banner.style-01*/
.furgan-banner.style-01 .banner-thumb {
	border-radius: 8px;
}
.furgan-banner.style-01 .banner-info {
	padding: 0 15px;
	border: 1px solid transparent;
	background-color: #faf00f;
	min-width: 100px;
	text-align: center;
}
.furgan-banner.style-01 .banner-info a {
	color: #fff;
}
.furgan-banner.style-01.left-center .banner-info {
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.furgan-banner.style-01.right-top .banner-info {
	right: 30px;
	top: 30px;
}
.furgan-banner.style-01.left-top .banner-info {
	left: 30px;
	top: 30px;
}
.furgan-banner.style-01.left-bottom .banner-info {
	left: 30px;
	bottom: 30px;
}
.furgan-banner.style-01 .title {
	font-size: 18px;
	font-weight: 600;
	line-height: 48px;
	margin-bottom: 0;
	letter-spacing: 0.05em;
}
/*.furgan-banner.style-02*/
.furgan-banner.style-02 .banner-info {
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.furgan-banner.style-02 .banner-label {
	font-size: 16px;
	letter-spacing: 0.6em;
	display: inline-block;
	color: #faf00f;
	text-transform: uppercase;
	white-space: nowrap;
	padding-left: 15px;
}
.furgan-banner.style-02 .title {
	font-size: 46px;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-bottom: 15px;
	position: relative;
	color: #faf00f;
	padding-left: 12px;
}
.furgan-banner.style-02 .title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 12px;
	height: 65px;
	border-left: 1px solid;
}
.furgan-banner.style-02 .subtitle {
	font-size: 16px;
	margin-bottom: 23px;
	max-width: 500px;
}
.furgan-banner.style-02 .button {
	display: inline-block;
	min-width: 146px;
	height: 50px;
	line-height: 52px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.01em;
	border: 1px solid #000;
}
/*.furgan-banner.style-03*/
.furgan-banner.style-03 .banner-info {
	top: 45px;
	left: 0;
}
.furgan-banner.style-03 .title {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6em;
	font-style: normal;
	padding: 2px 0 2px 20px;
	margin-bottom: 15px;
	margin-left: -30px;
	display: inline-block;
	border-bottom: 1px solid #faf00f;
}
.furgan-banner.style-03 .title a {
	color: #eb2435;
}
.furgan-banner.style-03 .cate {
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	position: relative;
}
/*.furgan-banner.style-04*/
.furgan-banner.style-04 .banner-info {
	top: 45px;
	left: 30px;
}
.furgan-banner.style-04 .title-wrap {
	position: relative;
}
.contact-lumens .furgan-banner.style-04 .title{
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
}
.furgan-banner.style-04 .title {
	font-size: 24px;
	font-style: italic;
	margin-bottom: 0;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.furgan-banner.style-04 .cate {
	font-size: 34px;
	line-height: 1;
	font-weight: 700;
	display: inline-block;
	color: #faf00f;
	text-transform: uppercase;
}
.furgan-banner.style-04 .subtitle {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 0.2em;
}
.furgan-banner.style-04 .button {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1em;
	height: 40px;
	min-width: 132px;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
	border: 1px solid #000;
}
.furgan-banner.style-04 .button:hover {
	background-color: #000;
	color: #fff;
}
/*.furgan-banner.style-05*/
.furgan-banner.style-05 .banner-info {
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: right;
}
.furgan-banner.style-05 .title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 7px;
	text-transform: uppercase;
	position: relative;
}
.furgan-banner.style-05 .title::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: -2px;
	border-bottom: 1px solid #000;
	width: 55px;
}
.furgan-banner.style-05 .discount {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #faf00f;
	padding: 0 30px 0 5px;
	margin-right: -30px;
}
.furgan-banner.style-05 .subtitle {
	font-size: 16px;
	margin-bottom: 15px;
}
.furgan-banner.style-06 .button,
.furgan-banner.style-05 .button {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1em;
	height: 40px;
	min-width: 132px;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
	border: 1px solid #000;
}
.furgan-banner.style-05 .button,
.furgan-banner.style-06 .button:hover {
	background-color: #000;
	color: #fff;
}
.furgan-banner.style-05 .button:hover {
	background-color: #faf00f;
	border-color: #faf00f;
}

/*effect banner*/
.furgan-banner.style-07 .button,
.furgan-banner.style-02 .button {
	position: relative;
	overflow: hidden;
}
.furgan-banner.style-01 .banner-info {
	overflow: hidden;
}
.furgan-banner.style-01 .banner-info a,
.furgan-banner.style-07 .button span,
.furgan-banner.style-02 .button span {
	position: relative;
}
.furgan-banner.style-01 .banner-info:hover a {
	color: #fff;
}
.furgan-banner.style-01 .banner-info:hover,
.furgan-banner.style-07 .button:hover,
.furgan-banner.style-02 .button:hover {
	background-color: #000;
	color: #fff;
}
@media (max-width: 1366px) {
	.furgan-banner.style-09 .banner-info,
	.furgan-banner.style-10 .banner-info,
	.furgan-banner.style-08 .banner-info {
		right: 30px;
	}
	.furgan-banner.style-09 .title,
	.furgan-banner.style-10 .title,
	.furgan-banner.style-08 .title {
		font-size: 26px;
		margin-bottom: 6px;
	}
	.furgan-banner.style-09 .cate,
	.furgan-banner.style-10 .cate,
	.furgan-banner.style-08 .cate {
		font-size: 18px;
		margin-bottom: 15px;
	}
}
@media (max-width: 1199px) {
	.furgan-banner.style-01 .title {
		font-size: 16px;
		line-height: 42px;
	}
	.furgan-banner.style-02 .title {
		font-size: 40px;
		font-weight: 600;
	}
	.furgan-banner.style-02 .title::before {
		height: 58px;
	}
	.furgan-banner.style-02 .subtitle {
		font-size: 14px;
	}
	.furgan-banner.style-02 .button {
		min-width: 140px;
		height: 42px;
		line-height: 42px;
		font-size: 13px;
	}
	.furgan-banner.style-03 .cate {
		font-size: 26px;
	}
	.furgan-banner.style-04 .title {
		font-size: 22px;
	}
	.furgan-banner.style-04 .cate {
		font-size: 30px;
	}
	.furgan-banner.style-05 .title {
		font-size: 26px;
	}
	.furgan-banner.style-06 .cate {
		font-size: 26px;
	}
	.furgan-banner.style-06 .title {
		font-size: 30px;
	}
	.furgan-banner.style-07 .title {
		font-size: 44px;
	}
	.furgan-banner.style-07 .cate {
		font-size: 28px;
	}
	.furgan-banner.style-07 .banner-label {
		letter-spacing: 0.3em;
	}
	.furgan-banner.style-07 .subtitle {
		font-size: 14px;
		line-height: 28px;
	}
	.furgan-banner.style-09 .banner-info,
	.furgan-banner.style-10 .banner-info,
	.furgan-banner.style-08 .banner-info {
		right: 20px;
	}
	.furgan-banner.style-09 .title,
	.furgan-banner.style-10 .title,
	.furgan-banner.style-08 .title {
		font-size: 22px;
		font-weight: 600;
	}
	.furgan-banner.style-09 .cate,
	.furgan-banner.style-10 .cate,
	.furgan-banner.style-08 .cate {
		font-size: 16px;
		font-weight: 600;
	}
	.furgan-banner.style-09 .button,
	.furgan-banner.style-10 .button,
	.furgan-banner.style-08 .button {
		min-width: 140px;
		height: 42px;
		line-height: 42px;
		padding: 0 10px;
		text-align: center;
	}
	.furgan-banner.style-11 .title {
		font-size: 42px;
	}
	.furgan-banner.style-11 .button {
		min-width: 140px;
		height: 42px;
		line-height: 42px;
		font-size: 13px;
		padding: 0 20px;
		text-align: center;
	}
	.furgan-banner.style-13 .title {
		font-size: 20px;
		line-height: 50px;
		height: 50px;
	}
}
@media (max-width: 991px) {
	.furgan-banner.style-07 .subtitle {
		font-size: 13px;
		line-height: 24px;
		margin-bottom: 13px;
	}
	.furgan-banner.style-07 .button {
		min-width: 140px;
		height: 42px;
		line-height: 44px;
		font-size: 13px;
	}
	.furgan-banner.style-07 .title {
		font-size: 36px;
		margin-bottom: 12px;
		padding-bottom: 7px;
	}
	.furgan-banner.style-07 .cate {
		font-size: 24px;
	}
	.furgan-banner.style-11 .title {
		font-size: 36px;
	}
	.furgan-banner.style-11 .subtitle {
		font-size: 14px;
	}
	.furgan-banner.style-11 .banner-label {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.furgan-banner.style-01 .title {
		font-size: 14px;
		line-height: 38px;
	}
	.furgan-banner.style-01 .banner-info {
		padding-left: 10px;
		padding-right: 10px;
	}
	.furgan-banner.style-01.left-center .banner-info {
		left: 10px;
	}
	.furgan-banner.style-01.right-top .banner-info {
		right: 10px;
		top: 10px;
	}
	.furgan-banner.style-01.left-bottom .banner-info {
		left: 10px;
		bottom: 10px;
	}
	.furgan-banner.style-01.left-top .banner-info {
		left: 10px;
		top: 10px;
	}
	.furgan-banner.style-02 .banner-label {
		font-size: 11px;
		line-height: 22px;
		letter-spacing: 0.2em;
	}
	.furgan-banner.style-02 .title {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.furgan-banner.style-02 .title::before {
		bottom: 6px;
		height: 42px;
	}
	.furgan-banner.style-02 .subtitle {
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0;
		margin-bottom: 10px;
		max-width: 200px;
	}
	.furgan-banner.style-02 .button {
		min-width: 105px;
		height: 34px;
		line-height: 35px;
		font-size: 12px;
		letter-spacing: 0.01em;
	}
	.furgan-banner.style-03 .cate {
		font-size: 22px;
	}
	.furgan-banner.style-04 .title {
		font-size: 20px;
	}
	.furgan-banner.style-04 .banner-info {
		left: 15px;
	}
	.furgan-banner.style-04 .cate {
		font-size: 24px;
	}
	.furgan-banner.style-04 .subtitle {
		font-size: 14px;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}
	.furgan-banner.style-04 .button {
		min-width: 105px;
		height: 34px;
		line-height: 35px;
		font-size: 12px;
		letter-spacing: 0.01em;
	}
	.furgan-banner.style-05 .banner-info {
		right: 15px;
	}
	.furgan-banner.style-05 .subtitle {
		font-size: 14px;
	}
	.furgan-banner.style-05 .title {
		font-size: 22px;
	}
	.furgan-banner.style-06 .banner-info {
		left: 15px;
	}
	.furgan-banner.style-06 .title {
		font-size: 22px;
	}
	.furgan-banner.style-06 .cate {
		font-size: 18px;
	}
	.furgan-banner.style-07 .title {
		font-size: 20px;
	}
	.furgan-banner.style-07 .banner-label {
		font-size: 11px;
		letter-spacing: 0.2em;
		line-height: 15px;
	}
	.furgan-banner.style-07 .cate {
		font-size: 14px;
	}
	.furgan-banner.style-07 .subtitle {
		display: none;
	}
	.furgan-banner.style-07 .button {
		min-width: 105px;
		height: 34px;
		line-height: 36px;
		font-size: 12px;
		letter-spacing: 0.01em;
	}
	.furgan-banner.style-09 .button,
	.furgan-banner.style-10 .button,
	.furgan-banner.style-08 .button {
		min-width: 105px;
		height: 34px;
		line-height: 35px;
		font-size: 12px;
	}
	.furgan-banner.style-11 .title {
		font-size: 20px;
		margin-bottom: 7px;
	}
	.furgan-banner.style-11 .subtitle {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.furgan-banner.style-11 .banner-label {
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 0;
	}
	.furgan-banner.style-11 .button {
		min-width: 105px;
		height: 34px;
		line-height: 35px;
		font-size: 12px;
	}
	.furgan-banner.style-12 .title {
		font-size: 24px;
	}
	.furgan-banner.style-12 .cate {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.furgan-banner.style-13 .title {
		font-size: 18px;
		line-height: 46px;
		height: 46px;
	}
}
/*===============================================================
9.2 FURGAN BLOG
===============================================================*/
.furgan-blog.style-02 .post-item .post-inner {
	overflow: hidden;
}
.furgan-blog.style-02 .post-item .post-thumb {
	border-radius: 0;
	margin-bottom: 25px;
}
.furgan-blog.style-02 .post-item .post-thumb img {
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.furgan-blog.style-02 .post-item .post-thumb:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.furgan-blog.style-02 .post-item .title-date {
	overflow: hidden;
	margin-bottom: 15px;
}
.furgan-blog.style-02 .post-item .datebox {
	float: left;
	position: static;
}
.furgan-blog.style-02 .post-item .post-title {
	overflow: hidden;
	padding-left: 15px;
	font-size: 15px;
    margin-bottom: 0;
    margin-top: 7px;
    font-family: "Gotham-Medium", sans-serif;
}
.furgan-blog.style-02 .post-item .post-comment-icon {
	float: none;
}
.furgan-blog.style-02 .post-item .post-meta {
	margin-bottom: 10px;
}
@media (max-width: 1199px) {
	.blog-grid .post-thumb img,
	.furgan-blog.style-02 .post-item .post-thumb img {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.furgan-blog.style-02 .post-item .post-title {
		font-size: 18px;
	}
}
.furgan-heading .title {
	margin-top: 0;
}
/*.furgan-heading.style-01*/
.furgan-heading.style-01 .heading-inner {
	text-align: center;
}
.furgan-heading.style-01 .title {
	font-size: 28px;
	font-weight: 600;
	position: relative;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.furgan-heading.style-01 .title::before,
.furgan-heading.style-01 .title::after {
	content: '';
	height: 2px;
	position: absolute;
	background-color: #faf00f;
	top: 13px;
	width: 40px;
}
.furgan-heading.style-01 .title::before {
	left: calc(100% + 5px);
}
.furgan-heading.style-01 .title::after {
	right: calc(100% + 5px);
}
.furgan-heading.style-01 .subtitle {
	max-width: 490px;
	margin: 0 auto;
}
/*.furgan-heading.style-02*/
.furgan-heading.style-02 .heading-inner {
	text-align: center;
}
.furgan-heading.style-02 .icon {
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 15px;
	color: #faf00f;
}
.furgan-heading.style-02 .title {
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
}
.furgan-heading.style-02 .subtitle {
	max-width: 900px;
	margin: 0 auto;
}
@media (max-width: 1199px) {
	.furgan-heading.style-01 .title {
		font-size: 24px;
	}
	.furgan-heading.style-02 .title {
		font-size: 28px;
	}
	.furgan-heading.style-02 .icon {
		font-size: 65px;
		line-height: 65px;
	}
}
@media (max-width: 767px) {
	.furgan-heading.style-01 .title {
		font-size: 20px;
	}
	.furgan-heading.style-01 .title::before,
	.furgan-heading.style-01 .title::after {
		top: 9px;
		width: 30px;
	}
	.furgan-heading.style-02 .title {
		font-size: 26px;
	}
	.furgan-heading.style-02 .icon {
		font-size: 50px;
		line-height: 50px;
	}
	.furgan-heading.style-02 .subtitle br {
		display: none;
	}
}
/*===============================================================
9.9 FURGAN MAP + CONTACT FORM 7
===============================================================*/
.wpcf7-form label,
.wpcf7-form label .wpcf7-form-control-wrap,
.wpcf7-form label input,
.wpcf7-form label textarea {
	width: 100%;
}
.wpcf7-form label {
	font-size: 13px;
    font-weight: normal;
    font-family: "Gotham-Medium", sans-serif;
}
.wpcf7-form label input {
	padding: 2px 15px;
	height: 38px;
	background:#fff;
	margin-top: 7px;
}
.wpcf7-form p{
	margin-bottom: 7px;
}
.wpcf7-form label textarea {
	height: 85px;
	background: #fff;
	margin-top: 10px;
}
.wpcf7-form .wpcf7-submit {
	width: 150px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 10px;
}
.wpcf7-form .wpcf7-submit:hover {
	background-color: #faf00f;
}
.furgan-google-maps .coinpo-map-info {
	padding: 0 !important;
}
.furgan-google-maps .coinpo-map-info .map-title {
	margin-top: 0;
	margin-bottom: 10px;
}

/*===============================================================
9.12 FURGAN POPUP VIDEO
===============================================================*/
.furgan-popupvideo .popupvideo-inner {
	overflow: hidden;
}
.furgan-popupvideo .popupvideo-wrap {
	float: left;
	width: 55%;
	padding: 65px 0 0 60px;
}
.furgan-popupvideo .title {
	color: #f1e719;
	padding-left: 20px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
    border-left: 2px solid #faf00f;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Gotham-Bold', sans-serif;
}
.furgan-popupvideo .button {
	display: inline-block;
	min-width: 184px;
	height: 50px;
	line-height: 50px;
	background-color: #000;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}
.furgan-popupvideo .button:hover {
	background-color: #faf00f;
}
.furgan-popupvideo .icon {
	float: left;
	width: 45%;
	position: relative;
}
.furgan-popupvideo .icon .product-video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.furgan-popupvideo .icon .product-video-button a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);;
	z-index: 1;
	width: 70px;
	height: 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
	box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
}
.furgan-popupvideo .icon .product-video-button a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	display: block;
	border-width: 9px 0 9px 12px;
	border-style: solid;
	border-color: transparent transparent transparent #faf00f;
}
.videobox_animation {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
	z-index: 1;
	border-width: .5px;
	border-style: solid;
	border-color: #e0e0e0;
	opacity: 0;
	-webkit-animation: circles 3.9s linear 0s infinite;
	-moz-animation: circles 3.9s linear 0s infinite;
	-o-animation: circles 3.9s linear 0s infinite;
	animation: circles 3.9s linear 0s infinite;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.videobox_animation.circle_2 {
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	-o-animation-delay: 1.3s;
	animation-delay: 1.3s
}
.videobox_animation.circle_3 {
	-webkit-animation-delay: 2.6s;
	-moz-animation-delay: 2.6s;
	-o-animation-delay: 2.6s;
	animation-delay: 2.6s
}
@-webkit-keyframes circles {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
	20% {
		-webkit-transform: scale(1.44);
		transform: scale(1.44);
		opacity: .5
	}
	100% {
		-webkit-transform: scale(3.2);
		transform: scale(3.2);
		opacity: 0
	}
}
@-moz-keyframes circles {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
	20% {
		-moz-transform: scale(1.44);
		transform: scale(1.44);
		opacity: .5
	}
	100% {
		-moz-transform: scale(3.2);
		transform: scale(3.2);
		opacity: 0
	}
}
@-o-keyframes circles {
	0% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
	20% {
		-o-transform: scale(1.44);
		transform: scale(1.44);
		opacity: .5
	}
	100% {
		-o-transform: scale(3.2);
		transform: scale(3.2);
		opacity: 0
	}
}
@keyframes circles {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
	20% {
		-webkit-transform: scale(1.44);
		-moz-transform: scale(1.44);
		-o-transform: scale(1.44);
		transform: scale(1.44);
		opacity: .5
	}
	100% {
		-webkit-transform: scale(3.2);
		-moz-transform: scale(3.2);
		-o-transform: scale(3.2);
		transform: scale(3.2);
		opacity: 0
	}
}
@media (max-width: 1199px) {
	.furgan-popupvideo .title {
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.furgan-popupvideo .popupvideo-wrap {
		padding: 20px 0 0 40px;
	}
}
@media (max-width: 991px) {
	.furgan-popupvideo .icon {
		width: auto;
		display: table;
	}
	.furgan-popupvideo .popupvideo-wrap {
		padding: 30px 0 0 0;
		width: 100%;
	}
}

/*===============================================================
9.16 FURGAN TESTIMONIAL
===============================================================*/
.furgan-testimonial .name a:not(:hover) {
	color: inherit;
}
/*.furgan-testimonial.style-02*/
.furgan-testimonial.style-02 {
	text-align: left;
}
.furgan-testimonial.style-02 .testimonial-inner {
	position: relative;
}
.furgan-testimonial.style-02 .desc {
	font-size: 24px;
	line-height: 40px;
	color: #000;
	margin-bottom: 15px;
}
.furgan-testimonial.style-02 .desc::before {
	content: '\f10d';
	font-family: 'FontAwesome', sans-serif;
	font-size: 32px;
	color: #faf00f;
	background: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	margin-bottom: 3px;
}
.furgan-testimonial.style-02 .thumb {
	float: left;
}
.furgan-testimonial.style-02 .thumb img {
	border-radius: 50%;
	border: 3px solid #faf00f;
}
.furgan-testimonial.style-02 .intro {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	margin-top: 25px;
}
.furgan-testimonial.style-02 .name {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
}
.furgan-testimonial.style-02 .position {
	font-size: 13px;
	color: #7d7d7d;
}
@media (max-width: 1199px) {
	.furgan-testimonial .desc br {
		display: none;
	}
	.furgan-testimonial.style-02 .desc,
	.furgan-testimonial.style-01 .desc {
		font-size: 20px;
		line-height: 32px;
	}
}
@media (max-width: 991px) {
	.furgan-testimonial.style-01 .desc {
		font-size: 18px;
	}
	.slick-vertical {
		padding-right: 25px;
	}
}
@media (max-width: 767px) {
	.furgan-testimonial.style-01 .thumb,
	.furgan-testimonial.style-02 .thumb {
		max-width: 70px;
	}
	.furgan-testimonial.style-02 .intro {
		margin-top: 10px;
	}
	.furgan-testimonial.style-01 .desc::before {
		width: 60px;
		height: 60px;
		font-size: 30px;
		line-height: 60px;
	}
	.furgan-testimonial.style-02 .desc,
	.furgan-testimonial.style-01 .desc {
		font-size: 16px;
		line-height: 28px;
	}
	.furgan-testimonial.style-01 .desc {
		font-size: 16px;
	}
	.furgan-testimonial.style-01 .name {
		font-size: 16px;
	}
}
/*===============================================================
10.0 CUSTOM CLASS
===============================================================*/
@media (min-width: 1281px) {
	.bg-parallax {
		background-attachment: fixed;
	}
}
.bg-right-center {
	background-position: right center;
}
/*pinmapper*/

/*SLIDER REVOLUTION*/
@media (max-width: 991px) {
	.tparrows {
		display: none !important;
	}
}
.slide-wrap {
	position: relative;
}
.slide-info {
	position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.slide-info h1,
.slide-info h2,
.slide-info h5 {
	line-height: 1;
}
.slick-current .slide-info h5 {
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-name: slideInDown;
	-webkit-animation-name: slideInDown;
}
.slick-current .slide-info h1 {
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-name: zoomIn;
	-webkit-animation-name: zoomIn;
}
.slick-current .slide-info h2 {
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-name: bounceInLeft;
	-webkit-animation-name: bounceInLeft;
}
.slick-current .slide-info a, .lumen-btn-1 {
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-name: slideInUp;
	-webkit-animation-name: slideInUp;
}
.slide-wrap img {
	min-height: auto;
	object-fit: cover;
	width: 100%;
}
.slide-home-01 .slick-dots,
.slide-home-02 .slick-dots,
.slide-home-03 .slick-dots,
.slide-home-04 .slick-dots,
.slide-home-06 .slick-dots {
	bottom: 30px;
	position: absolute;
	left: 0;
	right: 0;
}

/*.slide-home-02*/
.slide-home-02 .slide-wrap:nth-child(1) .slide-info h5 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 {
	font-size: 65px;
	font-family: 'Gotham-Bold', sans-serif;
	text-transform: uppercase;
	color: #f1e719;/* #faf00f */
	line-height: 1.2;
	margin: 0 0 20px 0;
}
.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 > span {
	display: inline-block;
}
.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 > span > span {
	display: block;
	font-size: 60px;
	text-align: left;
}
.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 > span > span:last-child {
	font-size: 40px;
}
.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2 {
	font-size: 26px;
	position: relative;
	margin: 0 0 40px 0;
	padding-left: 50px;
	padding-right: 50px;
	letter-spacing: 3px;
	display: table;
}
.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::before,
.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::after {
	content: '';
	width: 40px;
	height: 2px;
	background-color: rgb(0, 0, 0);
	position: absolute;
	top: 45%;
}
.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::before {
	left: 0;
}
.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::after {
	right: 0;
}
.slide-home-02 .slide-wrap:nth-child(1) .slide-info a {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1em;
	height: 48px;
	min-width: 146px;
	line-height: 50px;
	text-align: center;
	padding: 0 10px;
	border: 1px solid #000;
}
.slide-home-02 .slide-wrap:nth-child(1) .slide-info a:hover {
	background-color: #000;
	color: #fff;
}
.slide-home-02 .slide-wrap:nth-child(1) .slide-inner {
	float: left;
	text-align: center;
}
.slide-home-02 .slide-wrap:nth-child(2) .slide-info h5 {
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: rgb(0, 0, 0);
	letter-spacing: 3px;
	margin: 0 0 10px 0;
}
.slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 {
	font-size: 100px;
	font-weight: 700;
	color: #faf00f;
	margin: 0;
	display: table;
	position: relative;
}
.slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 span {
	background-color: rgba(237, 239, 238, 0.7);
	position: absolute;
	left: 0;
	right: 0;
	top: 42%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	line-height: 34px;
	height: 29px;
	font-weight: 700;
	color: #faf00f;
	letter-spacing: 13px;
	text-transform: uppercase;
	padding-left: 10px;
	white-space: nowrap;
}
.slide-home-02 .slide-wrap:nth-child(2) .slide-info h2 {
	font-size: 60px;
	font-weight: 700;
	margin: 0 0 30px 0;
}
.slide-home-02 .slide-wrap:nth-child(2) .slide-info a {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1em;
	height: 48px;
	min-width: 146px;
	line-height: 50px;
	text-align: center;
	padding: 0 10px;
	border: 1px solid #000;
}
.slide-home-02 .slide-wrap:nth-child(2) .slide-info a:hover {
	background-color: #000;
	color: #fff;
}
.slide-home-02 .slide-wrap:nth-child(3) .slide-info h5 {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 10px 0;
}
.slide-home-02 .slide-wrap:nth-child(3) .slide-info h1 {
	font-size: 90px;
	font-weight: 700;
	color: #faf00f;
	margin: 0 0 10px 0;
}
.slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 {
	font-size: 36px;
	font-weight: 600;
	margin: 0 0 30px 0;
	text-transform: capitalize;
}
.slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 span {
	color: #faf00f;
	font-size: 60px;
}
.slide-home-02 .slide-wrap:nth-child(3) .slide-info a {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1em;
	height: 48px;
	min-width: 146px;
	line-height: 50px;
	text-align: center;
	padding: 0 10px;
	border: 1px solid #000;
}
.slide-home-02 .slide-wrap:nth-child(3) .slide-info a:hover {
	background-color: #000;
	color: #fff;
}
.slide-home-02 .slide-wrap:nth-child(3) .slide-inner {
	float: right;
}

@media (max-width: 1366px) {
	.slide-home-02 .slide-wrap:nth-child(1) .slide-info h5 {
		font-size: 24px;
	}
	.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 {
		font-size: 65px;
		margin: 0;
	}
	.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 > span > span {
		font-size: 44px;
	}
	.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 > span > span:last-child {
		font-size: 30px;
	}
	.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2 {
		font-size: 22px;
		padding-left: 44px;
		padding-right: 44px;
		margin-bottom: 25px;
	}
	.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::before,
	.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::after {
		width: 35px;
	}
	.slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 {
		font-size: 90px;
	}
	.slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 span {
		line-height: 27px;
		height: 25px;
		font-size: 16px;
		letter-spacing: 12px;
	}
	.slide-home-02 .slide-wrap:nth-child(2) .slide-info h2 {
		font-size: 50px;
	}
	.slide-home-02 .slide-wrap:nth-child(3) .slide-info h5 {
		font-size: 34px;
	}
	.slide-home-02 .slide-wrap:nth-child(3) .slide-info h1 {
		font-size: 65px;
		font-family: 'Gotham-Bold', sans-serif;
		margin: 0;
		text-transform: uppercase;
	}
	.slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 {
		font-size: 34px;
		margin-bottom: 20px;
	}
	.slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 span {
		font-size: 50px;
	}
}
@media (max-width: 1199px) {
	.slide-wrap .slide-info a {
		font-size: 13px !important;
		height: 48px !important;
		min-width: 135px !important;
		line-height: 48px !important;
	}
	.slide-home-02 .slide-wrap:nth-child(1) .slide-info h5 {
		font-size: 28px;
	}
	.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 {
		font-size: 80px;
	}
	.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 > span > span {
		font-size: 40px;
	}
	.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 > span > span:last-child {
		font-size: 28px;
	}
	.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2 {
		font-size: 20px;
	}
	.slide-home-02 .slide-wrap:nth-child(2) .slide-info h5 {
		font-size: 15px;
	}
	.slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 {
		font-size: 80px;
	}
	.slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 span {
		line-height: 26px;
		height: 24px;
		font-size: 14px;
	}
	.slide-home-02 .slide-wrap:nth-child(2) .slide-info h2 {
		font-size: 44px;
	}
	.slide-home-02 .slide-wrap:nth-child(3) .slide-info h5 {
		font-size: 30px;
	}
	.slide-home-02 .slide-wrap:nth-child(3) .slide-info h1 {
		font-size: 70px;
		margin: 0;
	}
	.slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 {
		font-size: 32px;
	}
	.slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 span {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.slide-wrap .slide-info a {
		font-size: 12px !important;
		height: 44px !important;
		min-width: 130px !important;
		line-height: 44px !important;
	}
	.slide-home-02 .slide-wrap:nth-child(1) .slide-info h5 {
		font-size: 22px;
	}
	.slide-home-02 .slide-wrap:nth-child(2) .slide-info h2 {
		font-size: 40px;
	}
	.slide-home-02 .slide-wrap:nth-child(3) .slide-info h2,
	.slide-home-02 .slide-wrap:nth-child(3) .slide-info h5 {
		font-size: 26px;
	}
	.slide-home-02 .slide-wrap:nth-child(3) .slide-info h1 {
		font-size: 60px;
	}
}
@media (max-width: 767px) {
	.slide-home-01 .slick-dots, .slide-home-02 .slick-dots, .slide-home-03 .slick-dots, .slide-home-04 .slick-dots, .slide-home-06 .slick-dots {
		bottom: 5px;
	}
	.slide-wrap img {
		min-height: auto;
	}
	.slide-wrap .slide-info a {
		font-size: 12px !important;
		height: 40px !important;
		min-width: 110px !important;
		line-height: 40px !important;
	}
	.slide-home-02 .slide-wrap:nth-child(1) .slide-inner {
		float: none;
		text-align: left;
	}
	.slide-home-02 .slide-wrap:nth-child(1) .slide-info h5 {
		font-size: 11px;
	}
	.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 {
		font-size: 25px;
	}
	.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 > span > span {
		font-size: 32px;
	}
	.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 > span > span:last-child {
		font-size: 20px;
	}
	.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2 {
		font-size: 16px;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 15px;
		letter-spacing: 1px;
	}
	.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::before,
	.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::after {
		display: none;
	}
	.slide-home-02 .slide-wrap:nth-child(2) .slide-info h5 {
		font-size: 11px;
		margin-bottom: 0;
	}
	.slide-home-02 .slide-wrap:nth-child(2) .slide-info h2 {
		font-size: 22px;
		font-weight: 600;
		margin-bottom: 10px;
	}
	.slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 {
		font-size: 70px;
	}
	.slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 span {
		line-height: 23px;
		height: 21px;
		font-size: 12px;
		letter-spacing: 10px;
	}
	.slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 {
		margin-bottom: 10px;
	}
	.slide-home-02 .slide-wrap:nth-child(3) .slide-info h2,
	.slide-home-02 .slide-wrap:nth-child(3) .slide-info h5 {
		font-size: 11px;
		letter-spacing: 0;
	}
	.slide-home-02 .slide-wrap:nth-child(3) .slide-info h1 {
		font-size: 25px;
		margin-top: 7px;
		margin-bottom: 7px;
	}
	.slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 span {
		font-size: 24px;
	}	
}
/*.furgan-heading*/
.furgan-heading.style-02 {
	padding-bottom: 20px;
}
.furgan-heading.style-01 {
	padding-bottom: 20px;
}
.instagram-grid .item {
	margin-top: 15px;
	margin-bottom: 15px;
}
.border-top-1 {
	border-top: 1px solid #ebebeb;
}
.section-001 {
	padding-top: 75px;
	padding-bottom: 75px;
}
.section-002 {
	padding-top: 75px;
	padding-bottom: 30px;
}
.section-003 .furgan-banner.style-01.right-top:first-child {
	margin-bottom: 30px;
}
.section-006 {
	background-color: #f4f4f4;
}
.section-007 {
	padding-bottom: 75px;
}
.section-008 {
	padding: 15px;
}
.section-009 {
	background-color: #f4f4f4;
}
.section-010 {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f4f4f4;
	border-top: 1px solid #ebebeb;
}
.section-010 p {
	margin-bottom: 0;
	padding: 18px 0;
}
.section-010 .furgan-socials.style-01 {
	text-align: right;
}
.section-011 {
	padding-bottom: 75px;
}
.section-012 {
	padding-top: 170px;
	padding-bottom: 110px;
	background-image: url(../images/bg-count.jpg);
	background-size: cover;
}
.section-013 {
	padding-top: 75px;
}
.section-014 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f4f4f4;
}
.section-015 {
	padding-top: 60px;
	padding-bottom: 50px;
	background-color: #faf00f;
}
.section-015 .logo-footer {
	margin-bottom: 16px;
}
.section-015 .col-md-12.col-lg-4 .furgan-listitem.style-02 {
	padding-bottom: 10px !important;
}
.furgan-listitem.style-04 .listitem-inner {
	text-align: center;
}
.furgan-listitem.style-04 .title {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 700;
	position: relative;
	padding-bottom: 9px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
footer .furgan-listitem.style-04 .title {
	margin-bottom: 20px;
}
.furgan-listitem.style-04 .title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 40px;
	border-bottom: 2px solid #faf00f;
}
.furgan-listitem.style-04 li {
	line-height: 34px;
}
footer .furgan-listitem.style-04 li {
	margin-bottom: 5px;
}
.furgan-listitem .listitem-list {
    padding-left: 0;
    list-style: none;
}
.furgan-listitem li a {
    position: relative;
    display: inline-block;
}
.socials-list li a {
    display: block;
    height: 46px;
    width: 46px;
    font-size: 17px;
    line-height: 48px;
    color: #fff;
    background-color: #1e1e1e;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.furgan-socials.style-01 .socials-list li a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    bottom: -1px;
    -webkit-transition: top 0.25s ease 0s;
    -moz-transition: top 0.25s ease 0s;
    -o-transition: top 0.25s ease 0s;
    transition: top 0.25s ease 0s;
    background-color: #faf00f;
}
.furgan-socials.style-01 .socials-list li a i {
    position: relative;
}
.furgan-socials.style-01 .socials-list li {
    display: inline-block;
    height: 46px;
    margin-right: 10px;
    margin-top: 8px;
}
.furgan-socials.style-01 .socials-list li a:hover::before {
    top: -1px;
}
.furgan-socials.style-01 .socials-list li a:hover i {
    color: #000;
}
.furgan-listitem.style-04 li a::before {
	background-color: #faf00f;
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	transition: width 0.5s ease 0s;
	-o-transition: width 0.5s ease 0s;
	-webkit-transition: width 0.5s ease 0s;
	width: 0;
}
.furgan-listitem.style-04 a:hover::before {
	left: 0;
	width: 100%;
}
.section-016 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.section-016 .payment {
	text-align: right;
}
.section-016 p {
	margin-bottom: 0;
	padding: 6px 0;
}
.section-017 {
	padding-left: 10px;
	padding-right: 10px;
}
.section-017 .row {
	margin-left: -5px;
	margin-right: -5px;
}
.section-017 .col-md-12.col-lg-4 {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.section-018, #lumens-history-year {
	padding-top: 190px;
	padding-bottom: 190px;
	background:#000 url(../images/testi-bg.jpg);
	background-position: 52% center;
	background-repeat: no-repeat;
}
.section-019 {
	border-top: 1px solid #ebebeb;
}
.section-020 {
	background-color: #f4f4f4;
}
.section-020 .furgan-newsletter.style-03 {
	padding-bottom: 40px;
}
.section-020 .furgan-socials.style-02 {
	text-align: center;
}
.section-021 {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f4f4f4;
	border-top: 1px solid #ebebeb;
}
.section-021 p {
	margin-bottom: 0;
}
.section-021 .furgan-listitem.style-03 {
	text-align: right;
}
.section-0211 {
	padding-top: 75px;
}
.section-0211 .furgan-banner.style-01.left-center {
	padding-bottom: 30px;
}
.section-022 {
	padding-top: 75px;
}
.section-023 {
	padding-top: 45px;
}
.section-025 {
	border-bottom: 1px solid #eeeeee;
}
.section-025 .logo-footer {
	text-align: center;
}
.section-025 .footer-desc {
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: center;
}
.section-025 .furgan-socials.style-01 {
	text-align: center;
}
.section-025 .col-md-6.col-lg-3 {
	padding-top: 55px;
	padding-bottom: 50px;
}
.section-025 .col-md-6.col-lg-3:nth-child(2) {
	border-right: 1px solid #eeeeee;
}
.section-025 .col-md-6.col-lg-3:nth-child(4) {
	border-left: 1px solid #eeeeee;
}
.section-025 .col-lg-6 {
	padding-top: 55px;
	padding-bottom: 50px;
}
.section-026 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
}
.section-026 .furgan-slide {
	padding-bottom: 75px;
	border-bottom: 1px solid #ebebeb;
}
.section-027 {
	padding-top: 75px;
	padding-bottom: 60px;
}
.section-028 {
	padding-top: 65px;
	padding-bottom: 65px;
	background-color: #faf00f;
}
.section-0281 {
	padding-top: 65px;
	padding-bottom: 55px;
	background-color: #f4f4f4;
}
.section-0281 .logo-footer {
	margin-bottom: 16px;
}
.section-0281 .footer-desc {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 28px;
}
.section-029 {
	padding-bottom: 35px;
	background-color: #f4f4f4;
}
.section-029 p {
	margin-bottom: 6px;
	margin-top: 6px;
}
.section-029 .payment {
	text-align: right;
}
.section-031 {
	background-color: #f8f8f8;
}
.section-032 {
	padding-top: 75px;
}
.section-034 {
	margin-top: 75px;
	padding-top: 120px;
	position: relative;
	padding-bottom: 120px;
	background-image: url(../images/section3.jpg);
	background-position: center bottom;
	background-size: cover;
}
.section-034 .furgan-slide{
	padding-left: 80px;
	z-index: 2;
}
	.section-034 .furgan-testimonial.style-02 .desc{
	color: #fff;
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 40px;
}
.section-034 .furgan-testimonial .name a:not(:hover){
color: #faf00f;
}
.section-034:before{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(1, 1, 1, 0.34);
}
.section-036 {
	padding-top: 60px;
	padding-bottom: 50px;
	background-color: #f4f4f4;
}
.section-036 .logo-footer {
	margin-bottom: 16px;
}
.section-038 {
	padding-right: 80px;
	padding-left: 80px;
}
.section-039 {
	background-color: #f4f4f4;
}
.section-040 {
	margin-bottom: -70px;
	padding-top: 75px;
}
.section-042 {
	padding-top: 75px;
}
.section-042 .az_custom_heading {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000000;
	line-height: 24px;
	text-align: left;
	margin-top: -3px;
}
.section-043 {
	padding-top: 75px;
}
.section-043 .section-034 {
	margin-top: 0 !important;
}
.section-044 {
	padding-top: 45px;
}
@media (max-width: 1499px ) {
	.section-001 {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.section-002 {
		padding-top: 65px;
	}
	.section-007 {
		padding-bottom: 65px;
	}
	.section-011 {
		padding-bottom: 65px;
	}
	.section-012 {
		padding-top: 140px;
		padding-bottom: 90px;
	}
	.section-013 {
		padding-top: 65px;
	}
	.section-018 {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.section-0211 {
		padding-top: 65px;
	}
	.section-022 {
		padding-top: 65px;
	}
	.section-023 {
		padding-top: 35px;
	}
	.section-026 .furgan-slide {
		padding-bottom: 65px;
	}
	.section-027 {
		padding-top: 65px;
		padding-bottom: 50px;
	}
	.section-028 {
		padding-top: 57px;
		padding-bottom: 57px;
	}
	.section-032 {
		padding-top: 65px;
	}
	.section-034 {
		margin-top: 65px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.section-040 {
		padding-top: 65px;
	}
	.section-042 {
		padding-top: 65px;
	}
	.section-043 {
		padding-top: 65px;
	}
	.section-044 {
		padding-top: 35px;
	}
}
@media (max-width: 1199px ) {
	.furgan-heading.style-02 {
		padding-bottom: 20px;
	}
	.furgan-heading.style-01 {
		padding-bottom: 35px;
	}
	.section-001 {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.section-011 {
		padding-bottom: 55px;
	}
	.section-012 {
		padding-top: 120px;
		padding-bottom: 70px;
	}
	.section-013 {
		padding-top: 55px;
	}
	.section-013 .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.section-013 .col-md-4 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.section-020 .furgan-newsletter.style-03 {
		padding-bottom: 25px;
	}
	.section-0211 {
		padding-top: 55px;
	}
	.section-0211 .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.section-0211 .col-md-4,
	.section-0211 .col-md-8 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.section-0211 .furgan-banner.style-01.left-center {
		padding-bottom: 20px;
	}
	.section-025 {
		padding-top: 40px;
	}
	.section-025 .col-md-6.col-lg-3 {
		padding-top: 40px;
		padding-bottom: 35px;
	}
	.section-025 .col-md-6.col-lg-3:nth-child(2) {
		border-right: none;
	}
	.section-025 .col-md-6.col-lg-3:nth-child(4) {
		border-left: none;
	}
	.section-026 .furgan-slide {
		padding-bottom: 55px;
	}
	.section-030 .col-md-12:not(:last-child) {
		margin-bottom: 20px;
	}
	.section-032 {
		padding-top: 55px;
	}
	.section-034 {
		margin-top: 45px;
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: #f4f4f4;
	}
	.box-header-nav .main-menu > .menu-item {
	    padding: 0 7px;
	}
	#az-single-slider .slide-wrap:nth-child(1) .slide-info h1{
		margin-bottom: 6px;
    	margin-top: 12px;
	}
	.vision-content{
		padding:0 40px;
	}
	.containerfull{
		padding:0 15px;
	}
	.content-facilities{
		position: relative;
		right: auto;
		top: 0;
	}
	.breadcrumb_background .banner-wrapper-inner {
	    text-align: center;
	    padding-top: 90px;
	    padding-bottom: 50px;
	}
	.right-img-wrap .content-facilities {
	    right: auto;
	    left: 0;
	    z-index: 1;
	}
}
@media (max-width: 991px ) {
	.section-001 {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.section-013 {
		padding-top: 45px;
	}
	.section-013 .col-md-4:not(:last-child) {
		padding-bottom: 20px;
	}
	.section-0211 {
		padding-top: 45px;
	}
	.section-026 .furgan-slide {
		padding-bottom: 45px;
	}
	.section-032 {
		padding-top: 45px;
	}
	.section-034 {
		margin-top: 45px;
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: #f4f4f4;
	}
	.section-040 {
		padding-top: 45px;
	}
	.section-042 {
		padding-top: 45px;
	}
	.section-043 {
		padding-top: 45px;
	}
	.section-044 {
		padding-top: 15px;
	}
	.content-facilities, .right-img-wrap .content-facilities{
		position: relative;
	    top: 0;
	    right: 0;
	    left: 0;
	    padding: 0 20px;
	}
	.content-facilities .key-future li:before {
	    left: 0;
	}
	.right-img-wrap{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.height-auto-desktop img {
	    height: auto;
	}
	.content-facilities .key-future {
	    padding-left: 0;
	}
	#az-circlebox .furgan-banner{
		margin-bottom: 20px;
	}
	#az-video-mission .fancy-title .pull-to-left{
		font-size: 25px;
		margin:0 0 20px 0 !important;
	}
	#az-video-mission .fancy-title {
	    margin-top: 0;
	}
	#az-video-mission .fancy-title h1:before,#az-video-mission .fancy-title h2:before{
		top: 33px;
	}
	.breadcrumb_background .banner-wrapper-inner {
	    text-align: center;
	    padding-top: 20px;
	    padding-bottom: 40px;
	}
	#customers-wrap .pt-70,#customers-wrap .pb-70{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.contact-lumens .furgan-banner .banner-thumb img{
		margin-bottom: 30px;
	}
	#az-breaker .furgan-newsletter .text-right{
		text-align: center !important;
	}
	footer .section-025 .furgan-listitem{
		margin-bottom: 25px;
		margin-top: 25px;
	}
	.middle-img:after{
		right: -36px;
	}
	.middle-img:before{
		left: -36px;
	}
	.az-solution-wrap{
		padding-top: 0;
	}
	.height550 {
		height: 550px;
	}
	.tec-sol-img{
		width: 100%;
        text-align: center;
        margin:130px auto 0 auto;
        display: block;
	}
	.az-solution-wrap .key-future{
		padding-top: 80px;
		padding-left: 0;
	}
	#az-single-slider .slide-wrap:nth-child(1) .slide-info h1 {
	    font-size: 23px;
	    margin-bottom: 12px;
	}
	#az-single-slider .slide-wrap:nth-child(1) .slide-info p.text-white{
		font-size: 11px;
        line-height: 18px;
	}
	.herepad {
	    padding-bottom: 0;
	}
	.furgan-testimonial .testimonial-inner {
	    height: 175px;
	}
	#lumens-history-year .slick-vertical .slick-dots li{
		display: inline-block;
	}
	#lumens-history-year .slick-vertical .slick-dots{
		top: auto;
		bottom: -43px;
		width: 100%;
	}
	#ceo-speak .furgan-popupvideo .icon {
	    float: none;
	    width: 100%;
	    position: relative;
	    margin: 0 auto;
	    text-align: center;
	}
	#ceo-speak .furgan-popupvideo .popupvideo-wrap {
	    float: none;
	    width: 100%;
	    padding: 64px 0 0 0;
	}
	#ceo-speak .furgan-popupvideo .title{
		font-size: 28px;
	}
	#ceo-speak {
	    padding-bottom: 40px;
	}
	.vision-thumb {
	    width: 100%;
	    height: auto;
	    float: none;
	}
	.vision-content{
		height: auto;
		padding: 20px 25px;
	}
	.values-lumens .width-40 {
	    width: 100% !important;
	    padding: 0;
	}
	.values-lumens{
		padding-top: 40px;
    	padding-bottom: 40px;
	}
	#az-iso-certified .mr-auto-center img{
		height: 390px;
	}
	.lumens-gallery .card-header button{
		font-size: 14px
	}
	.containerfull{
		padding:0 15px;
	}
	#lumen-contact{
		padding-top: 50px
	}
}
@media (max-width: 767px ) {
	.section-029 p,
	.section-016 p,
	.section-010 p,
	.section-021 p {
		font-size: 13px;
	}
	.furgan-heading.style-01 {
		padding-bottom: 25px;
	}
	.furgan-heading.style-02 {
		padding-bottom: 10px;
	}
	.section-001 {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.section-002 {
		padding-top: 35px;
		padding-bottom: 10px;
	}
	.section-002 .col-md-12.col-lg-4 {
		padding-bottom: 10px;
	}
	.section-003 .furgan-banner.style-01.left-center:first-child,
	.section-003 .furgan-banner.style-01.right-top:first-child {
		margin-bottom: 10px;
	}
	.section-005 .col-md-12.col-lg-6:first-child,
	.section-004 .col-md-12.col-lg-6:first-child {
		padding-bottom: 10px;
	}
	.section-007 {
		padding-bottom: 35px;
	}
	.section-008 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.section-010 {
		padding-bottom: 10px;
	}
	.section-010 p {
		padding: 0;
		text-align: center;
	}
	.section-010 .furgan-socials.style-01 {
		text-align: center;
	}
	.section-011 {
		padding-bottom: 35px;
	}
	.section-012 {
		padding-top: 40px;
		padding-bottom: 35px;
		background-color: #f8f8f8;
		background-image: none;
	}
	.section-013 {
		padding-top: 35px;
	}
	.section-013 .col-md-4:not(:last-child) {
		padding-bottom: 10px;
	}
	.section-014 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section-014 .col-md-6.col-lg-3:not(:last-child) {
		padding-bottom: 10px;
	}
	.section-015 {
		padding-top: 40px;
		padding-bottom: 35px;
	}
	.section-016 .payment {
		text-align: center;
	}
	.section-016 p {
		text-align: center;
		padding-top: 0;
	}
	#az-breaker .furgan-newsletter .text-right{
		text-align: center !important;
	}
	footer .section-025 .furgan-listitem{
		margin-bottom: 25px;
		margin-top: 25px;
	}
	.middle-img:after{
		right: 0;
	}
	.middle-img:before{
		left: 0;
	}
	.az-solution-wrap{
		padding-top: 0;
	}
	.height550 {
		height: 280px;
	}
	.tec-sol-img{
		width: 65%;
        text-align: center;
        margin: 0 auto;
        display: block;
	}
	.az-solution-wrap .key-future{
		padding-top: 50px;
	}
	.awards-wrap{
		padding-top: 40px;
	}
	.awards-wrap .text-white {
	    color: #333 !important;
	}
	#az-single-slider .slide-info{
		position: relative;
		top: 0;
		-webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
	}
	.video-play-button{
		position: relative;
		bottom: 155px;
    	left: 46%;
	    transform: translateX(0%) translateY(0%);
	    box-sizing: content-box;
	    display: block;
	    width: 2px;
	    height: 13px;
	}
	.video-play-button span{
		position: relative;
		border-left: 12px solid #fff;
    	border-top: 11px solid transparent;
    	border-bottom: 11px solid transparent;
    	left: -6px;
    	top: -3px;
	}
	.video-play-button:before{
		width: 51px;
    	height: 51px;
    	left: -2px;
    	top: 50%;
    	transform: translateX(0%) translateY(0%);
	}
	.video-overlay iframe{
		width: 95%;
	}
	.herepad {
	    padding-bottom: 0;
	}
	.furgan-testimonial .testimonial-inner {
	    height: 175px;
	}
	#lumens-history-year .slick-vertical .slick-dots li{
		display: inline-block;
	}
	#lumens-history-year .slick-vertical .slick-dots{
		top: auto;
		bottom: -43px;
		width: 100%;
	}
	#ceo-speak .furgan-popupvideo .icon {
	    float: none;
	    width: 100%;
	    position: relative;
	}
	#ceo-speak .furgan-popupvideo .popupvideo-wrap {
	    float: none;
	    width: 100%;
	    padding: 64px 0 0 0;
	}
	#ceo-speak .furgan-popupvideo .title{
		font-size: 28px;
	}
	#ceo-speak {
	    padding-bottom: 40px;
	}
	.vision-thumb {
	    width: 100%;
	    height: auto;
	    float: none;
	}
	.vision-content{
		height: auto;
		padding: 20px 25px;
	}
	.values-lumens .width-40 {
	    width: 100% !important;
	    padding: 0;
	}
	.values-lumens{
		padding-top: 40px;
    	padding-bottom: 40px;
	}
	.containerfull{
		padding:0 15px;
	}
	#lumen-contact{
		padding-top: 50px
	}
	.section-018 {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.section-020 .furgan-newsletter.style-03 {
		padding-bottom: 15px;
	}
	.section-0211 {
		padding-top: 35px;
	}
	.section-0211 .furgan-banner.style-01.left-center {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.section-0211 .furgan-banner.style-01.left-top {
		padding-bottom: 10px;
	}
	.section-022 {
		padding-top: 35px;
	}
	.section-023 {
		padding-top: 5px;
	}
	.section-025 .col-md-6.col-lg-3 {
		padding-top: 25px;
		padding-bottom: 20px;
	}
	.section-025 .col-md-6.col-lg-3:nth-child(4) {
		padding-top: 0;
	}
	.section-026 .furgan-slide {
		padding-bottom: 35px;
	}
	.section-027 {
		padding-top: 35px;
		padding-bottom: 20px;
	}
	.section-028 {
		padding-top: 35px;
		padding-bottom: 20px;
	}
	.section-0281 {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.section-029 .payment {
		text-align: left;
	}
	.section-032 {
		padding-top: 35px;
	}
	.section-034 {
		margin-top: 35px;
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.section-038 {
		padding-right: 0;
		padding-left: 0;
	}
	.section-040 {
		padding-top: 35px;
	}
	.section-042 {
		padding-top: 35px;
	}
	.section-043 {
		padding-top: 35px;
	}
	.section-044 {
		padding-top: 5px;
	}
	#az-new-slider .slide-info h5{
		font-size: 20px
	}
	#az-new-slider .az-last .slide-info h1.az-h1slide{
		font-size: 25px;
	}
	.middletext-width {
	    width: 100%;
	    margin: 0 auto;
	    text-align: justify;
	}
	#az-circlebox .furgan-banner {
	    margin-bottom: 25px;
	}
	.video-play-button:after{
		width: 80px;
		height: 80px;
	}
	.video-img-class{
		min-height:300px !important;
	}
	.video-play-button:before{
		width: 90px;
	    height: 90px;
	    left: 25px;
	    top: 24px;
	}
	#az-video-mission {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.fancy-title .pull-to-left{
		margin-left: 0;
    	font-size: 25px;
	}
	.fancy-title h2, .fancy-title h3, .fancy-title h4{
		margin-bottom: 40px !important;
	}
	.fancy-title h1:before, .fancy-title h2:before{
		top: 44px;
    	height: 3px;
    	left: 5px;
	}
	.section-034 .furgan-slide {
	    padding-left: 80px;
	    z-index: 2;
	}
	.absolute-text{
		position: relative;
	}
	.az-head-h2{
		color: #333;
		font-size: 24px;
	}
	.absolute-text h2.az-head-h2, .absolute-text .az-head-h4 {
	    color: #333;
	}
	.pd-strict-80{
		padding-top: 10px;
		margin-bottom: 30px;
	}
	.breadcrumb_background .banner-wrapper-inner {
	    text-align: center;
	    padding-top: 5px;
	    padding-bottom: 30px;
	}
	.content-facilities, .right-img-wrap .content-facilities{
		position: relative;
	    top: 0;
	    right: 0;
	    left: 0;
	    padding: 0 20px;
	}
	.content-facilities .key-future li:before {
	    left: 0;
	}
	.right-img-wrap{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.height-auto-desktop img {
	    height: auto;
	}
	.content-facilities .key-future {
	    padding-left: 0;
	}
	#az-26 .furgan-banner .banner-thumb img{
		display: block;
	}
	.furgan-banner .banner-info{
		position: relative;
		left: 0  !important;
		top:0  !important;
		padding: 15px;
	}
	.contact-lumens .main-container {
	    padding-top: 0;
	    padding-bottom: 40px;
	}
	.contact-lumens .furgan-banner{
		background-color: #f8f8f8;
		margin-bottom: 15px;
	}
	.contain-left .single-left{
		width: 100%;
	}
	.furgan-product-gallery .flex-control-nav.flex-control-thumbs{
		width: 40px;
	}
	.furgan-product-gallery .flex-viewport{
		width: -webkit-calc(100% - 54px);
    	width: -moz-calc(100% - 54px);
    	width: calc(100% - 54px);
    	margin-left: 0;
	}
	.contain-left .entry-summary{
		width: 100%;
	}
}
@media (max-width: 575px) {
	.section-033 .container {
		padding-left: 0;
		padding-right: 0;
	}
	.section-033 .container .section-034 {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.furgan-mapper .furgan-pin .icon-pin.fade:hover:after {
	-webkit-animation: sonarEffect .6s ease-out 75ms;
	-moz-animation: sonarEffect .6s ease-out 75ms;
	animation: sonarEffect .6s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
/*footer-device-mobile*/
.footer-device-mobile {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	border-top: 1px solid #eee;
	display: none;
}
.footer-device-mobile-item {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.footer-device-mobile .wapper {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.footer-device-mobile-item > a {
	display: inline-block;
	padding: 5px 0;
	color: #222;
	line-height: normal;
	font-size: 13px;
}
.footer-device-mobile-item > a .icon {
	font-size: 20px;
	display: block;
	position: relative;
	height: 30px;
	line-height: 30px;
}
.footer-device-mobile-item.device-cart .count-icon {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	color: #ffffff;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	top: 0;
	right: -10px;
	font-size: 12px;
}
.footer-device-mobile {
	display: none !important;
}
@media (max-width: 1024px) {
	.footer-device-mobile {
		display: none !important;
	}
	body {
		margin-bottom: 0;
	}
	#az-single-slider .slide-wrap:nth-child(1) .slide-info h1 {
	    font-size: 22px;
	    font-family: 'Gotham-Bold', sans-serif;
	    margin-bottom: 10px;
	}
	.breadcrumb_background .banner-wrapper-inner {
	    text-align: center;
	    padding-top: 25px;
	    padding-bottom: 57px;
	}
	.vision-content{
		padding-top: 3px;
	}
	.values-lumens .width-40{
		width: 65% !important;
	}
	.content-facilities{
		top: 0;
		position: relative;
		left: 0;
	}
	.containerfull{
		padding:0 15px;
	}
	#az-iso-certified .mr-auto-center img {
	    height: 410px;
	}
	#customers-wrap .border-athens-gray figure{
		padding: 0;
	}
	.right-img-wrap .content-facilities {
	    right: auto;
	    left: 0;
	    z-index: 1;
	}
}
.container-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.container-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}