/*-------------------------
-----Table-Of-Content------
---------------------------
01. Helper-Class
02. Page-Wrapper
03. Mainmenu-Area
	3.1 DropDown-Menu
	3.2 Menu-Right-Content
04. Header-Area
05. About-Area
06. Feature-Area
07. Advantage-Area
08. Order-Area
09. Product-Area
	9.1 Addons
10. Gallery-Area
11. Video-Area
12. Contact-Area
13. Footer-Area
14. Preloader-CSS
15. Scroll-Up & Social-Icons
16. Patches
---------------------------*/

/**** 01. Helper-Classes ****/
.center-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

svg {
	width: 30px;
	height: 30px;
}

.single-feature .icon svg,
.single-advantage .icon svg,
.single-addon .icon svg {
	fill: url(#svgGradient);
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

.flex-box {
	display: flex;
	flex-wrap: wrap;
}

.verticle-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.box-space {
	margin: 0 0 -30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.box-space > div {
	margin-bottom: 30px;
}

.lead-text {
	color: #F64032;
}

.section-overlay-bg {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 1;
}

.section-overlay-bg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5)
}

.section-padding {
	padding-top: 120px;
	padding-bottom: 120px;
}

.gray-bg {
	background-color: #EFFFFF;
	position: relative;
	overflow: hidden;
	padding-top: 140px;
	padding-bottom: 140px;
}

.gray-bg:after,
.gray-bg:before {
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url('angle-box.png') repeat-x scroll top center;
}

.gray-bg:before {
	top: 0px;
	background-position: bottom center;
}

.container-fluid.wide {
	max-width: 1500px;
}

/**** 02. Page-Wrapper ****/
.full-wrapper {
	position: relative;
	z-index: 1;
	background-color: #ffffff;
}

.section-title {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
	font-size: clamp(40px, (1rem + 3vw), 56px);
	line-height: clamp(50px, (1rem + 4vw), 56px);
	color: #0e2129;
}

.sub-title {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 600;
	color: #F64032;
}

.desc p:last-child {
	margin-bottom: 0px;
}

.section-title.left-align {
	text-align: left;
}

.section-title.left-align .title-bar {
	margin-left: -5px;
}

/**** 03. Mainmenu-Area ****/
.site-brand {
	font-size: 36px;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}

.site-brand a {
	color: #ffffff;
	display: inline-block;
}

.mainmenu-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	white-space: nowrap;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mainmenu-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.site-logo {
	padding-bottom: 15px;
	padding-top: 15px;
}

.site-logo .logo-image {
	display: block;
	overflow: hidden;
	width: 64px;
	height: 64px;
	border-radius: 10px;
}

.logo-image svg {
	width: inherit;
	height: inherit;
}

.site-logo .logo-text a {
	text-align: center;
	display: block;
	font-size: 40px;
	overflow: hidden;
	position: relative;
	padding: 0;
	color: #fff;
}

.mainmenu-area.affix .site-logo .logo-text a {
	color: #0e2129;
}

.site-logo .logo-text {
	margin-bottom: 0;
}

.transparent-menu .mainmenu-area {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.nohome .mainmenu-area {
	background-color: #0e2129;
	position: relative;
	margin-bottom: 40px;
}
.mainmenu-area.affix,
.nohome .mainmenu-area.affix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.admin-bar .mainmenu-area.affix {
	top: 30px;
}

.primary-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu>ul>li {
	display: inline-block;
	position: relative;
	margin-left: -5px;
	padding: 15px 0;
}

.primary-menu ul li li a {
	border-left: 1px solid #f6f6f6;
}

.primary-menu>ul>li:first-child {
	border-left: none;
}

.mainmenu-area #mainmenu ul li>a i.plus {
	float: right;
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin-top: 10px;
	margin-left: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	position: relative;
}

.mainmenu-area #mainmenu ul li>a i.plus:before,
.mainmenu-area #mainmenu ul li>a i.plus:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
	height: 2px;
	display: block;
	background-color: #ededed;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.mainmenu-area #mainmenu ul li>a i.plus:before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.mainmenu-area #mainmenu ul li:hover>a i.plus:before {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}

.primary-menu ul li {
	position: relative;
}

.primary-menu ul.nav li a {
	padding: 0px 20px;
	position: relative;
	font-weight: 800;
	color: #ffffff;
	text-transform: capitalize;
	background: none;
	font-size: 20px;
	display: block;
	transition: none;
}

.mainmenu-area.affix .primary-menu ul.nav li a {
	color: #282e44;
}

.mainmenu-area.affix .primary-menu ul.nav li:hover>a,
.mainmenu-area.affix .primary-menu ul.nav li.active>a {
	color: #F64032;
}

.primary-menu ul.nav>li:last-child>a {
	padding-right: 0px;
}

.primary-menu ul.nav>li.current-menu-item>a,
.primary-menu ul.nav li:hover>a,
.primary-menu ul.nav li:hover>i {
	color: #F64032;
}

.menu-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.menu-buttons>* {
	margin: 0 10px;
	}

.menu-buttons:last-child {
	margin-right: 0;
}

.nav-alignmenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/**** 3.1 DropDown-Menu ****/
.primary-menu ul.nav li {
	position: relative;
}

.primary-menu ul.nav .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #ffffff;
	min-width: 220px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-box-shadow: 0px 20px 40px 0px rgba(25, 31, 160, 0.1);
	box-shadow: 0px 20px 40px 0px rgba(25, 31, 160, 0.1);
}

.primary-menu ul.nav .sub-menu .sub-menu {
	left: auto;
	right: 100%;
	top: 0;
}

.primary-menu ul.nav .sub-menu li:hover>.sub-menu {
	top: -15px;
}

.primary-menu ul.nav .sub-menu li {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

.primary-menu ul.nav .sub-menu li a {
	padding: 2px 10px;
	display: block;
}

.primary-menu ul.nav .sub-menu li.current-menu-item>a,
.primary-menu ul.nav .sub-menu li.active>a,
.primary-menu ul.nav .sub-menu li:hover>a {
	color: #F64032;
	border-left: 1px solid #ffcdbf;
}

.primary-menu ul.nav li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
}

/**** 3.2 Menu-Right-Content ****/
.menu-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.navi-trigger {
	width: 24px;
	height: 17px;
	line-height: 40px;
	border: none;
	position: relative;
	margin: 0;
	padding: 0;
	background: none;
	margin-left: 30px;
}

.navi-trigger .bar {
	width: 24px;
	height: 2px;
	background-color: #ffffff;
	display: block;
	margin-bottom: 5px;
	border-radius: 10px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.affix .navi-trigger .bar {
	background-color: #626262;
}

.navi-trigger .bar:nth-child(3) {
	width: 13px;
	margin-bottom: 0px;
}

.navi-trigger.active .bar:nth-child(1) {
	width: 13px;
}

.navi-trigger.active .bar:nth-child(3) {
	width: 24px;
}

/**** 04. Header-Area-Start ****/
.header-area {
	padding-top: clamp(100px, calc(50vh - 194px), 345px); /* 350 */
	padding-bottom: clamp(100px, calc(50vh - 194px), 345px); /* 250 */
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-size: cover; 
}

.header-area:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(14, 33, 41, 0.5);
	z-index: -2;
}

.header-text .main-title {
	font-size: clamp(30px, (1rem + 3vw), 50px);
	line-height: 62px;
	color: #ffffff;
	margin: 0px;
}

.header-text .main-title p {
	margin: 0px;
}

.header-text .desc {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 400;
}

.home-slider {
	z-index: 2;
}

/**** 05. About-Area ****/
.about-area p {
	text-align: justify;
}

.about-area p:last-child {
	margin: 0px;
}

/**** 06. Feature-Area ****/
.single-feature {
	position: relative;
	padding-left: 80px;
	padding-bottom: 25px;
}

.single-feature:last-child {
	padding-bottom: 0px;
}

.single-feature.align-right {
	padding-left: 0px;
	padding-right: 80px;
	text-align: right;
}

.single-feature .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f64032+0,fda621+100 */
	background: #f64032;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(315deg, #f64032 0%, #fda621 100%);
	background: linear-gradient(135deg, #f64032 0%, #fda621 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f64032', endColorstr='#fda621', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	text-align: center;
	line-height: 60px;
	border-radius: 100px;
	color: #FCA86E;
	font-size: 20px;
	z-index: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.single-feature:hover .icon svg {
	fill: #ffffff;
}

.single-feature.align-right .icon {
	left: auto;
	right: 0px;
}

.single-feature:before {
	content: "";
	position: absolute;
	left: 30px;
	top: 0px;
	width: 2px;
	height: 100%;
	border-radius: 100px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f64032+0,fda621+100 */
	background: #f64032;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(315deg, #f64032 0%, #fda621 100%);
	background: linear-gradient(135deg, #f64032 0%, #fda621 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f64032', endColorstr='#fda621', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.single-feature.align-right:before {
	left: auto;
	right: 30px;
}

.single-feature.horizontal:before {
	left: 0px;
	top: 30px;
	width: 100%;
	height: 2px;
}

.single-feature:last-child:before {
	display: none;
}

.single-feature.horizontal:last-child:before {
	display: inherit;
}

.single-feature .icon:before {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	height: calc(100% - 4px);
	width: calc(100% - 4px);
	background-color: #ffffff;
	border-radius: 100px;
	z-index: -1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
}

.single-feature:hover .icon:before {
	opacity: 0;
}

.single-feature:hover .icon {
	color: #ffffff;
}

.single-feature .title {
	font-size: 18px;
	font-weight: 600;
}

/**** 07. Advantage-Area ****/
.advantage-area {
	padding-bottom: 90px;
}

.single-advantage {
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	padding: 30px 20px;
	margin-bottom: 30px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.single-advantage:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.05);
}

.single-advantage .title {
	font-size: 20px;
}

.single-advantage .icon {
	font-size: 60px;
	color: #F64032;
	margin-bottom: 35px;
	background: -webkit-linear-gradient(#FDA621, #F64032);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.single-advantage .icon svg {
	width: 60px;
	height: 60px;
}

/**** 08. Order-Area ****/
.order-area {
	padding-bottom: 110px;
}

.order-table {
	padding-bottom: 30px;
}

/**** 09. Product-Area ****/
.product-area .flex-box {
	justify-content: space-between;
}

.product-table {
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: #ffffff;
}

.product-table:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
}

.product-table .product-header {
	padding: 40px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f64032+0,fda621+100 */
	background: #f64032;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(315deg, #f64032 0%, #fda621 100%);
	background: linear-gradient(135deg, #f64032 0%, #fda621 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f64032', endColorstr='#fda621', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.product-table .product-header:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
	background-color: #F5F5F5;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.product-table.active .product-header:before {
	opacity: 0;
}

.product-table .product-header .info {
	font-size: 30px;
	font-weight: 400;
}

.product-table.active .product-header .info,
.product-table.active .product-header .price {
	color: #ffffff;
}

.product-table .product-header .price {
    margin: 15px 0 0;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	overflow: hidden;
}

.product-table .product-desc {
	padding: 40px;
	margin: 0px;
	list-style: none;
}

.product-table .product-desc li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
}

.product-table .product-desc li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px solid #ededed;
}

/**** 9.1 Addons ****/
.product-area .sub-title {
	margin-top: 30px;
}

.addons {
	overflow: hidden;
}

.single-addon {
	position: relative;
	padding: 0px 0px 0px 80px;
	margin-bottom: auto;
	border-width: 0px;
}

.single-addon:before {
	content: "";
	position: absolute;
	left: 30px;
	top: 0px;
	width: 2px;
	height: 100%;
	border-radius: 100px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f64032+0,fda621+100 */
	background: #f64032;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(315deg, #f64032 0%, #fda621 100%);
	background: linear-gradient(135deg, #f64032 0%, #fda621 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f64032', endColorstr='#fda621', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.single-addon:not(:last-child) {
	min-height: 80px;
	padding-bottom: 20px;
}

.single-addon:last-child:before {
	display: none;
}

.single-addon .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f64032+0,fda621+100 */
	background: #f64032;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(315deg, #f64032 0%, #fda621 100%);
	background: linear-gradient(135deg, #f64032 0%, #fda621 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f64032', endColorstr='#fda621', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	text-align: center;
	line-height: 60px;
	border-radius: 100px;
	color: #FCA86E;
	font-size: 20px;
	z-index: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.single-addon .icon:before {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	height: calc(100% - 4px);
	width: calc(100% - 4px);
	background-color: #ffffff;
	border-radius: 100px;
	z-index: -1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
}

.single-addon:hover .icon {
	color: #ffffff;
}

.single-addon a:not(.collapsed) .icon:before,
.single-addon:hover .icon:before {
	opacity: 0;
}

.single-addon a:not(.collapsed) .icon svg,
.single-addon:hover .icon svg {
	fill: #ffffff;
}

.single-addon .addon-heading {
	position: relative;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #0e2129;
}

.single-addon a.collapsed .addon-heading {
	border-bottom: 1px solid #E6E6E6;
	transition: border-bottom 0.3s step-end 0s;
}

.addon-heading .title {
	margin-bottom: 0px;
}

.single-addon .addon-heading .price-span-block {
	display: flex;
	justify-content: flex-end;
	align-items: center;	
}

.single-addon .addon-heading .price {
	margin: 0 0 0 15px;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
}

.icondown {
	width: 30px;
	height: 30px;
	margin: auto 15px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.single-addon a:not(.collapsed) .icondown {
	transform: rotate(-90deg);
}

.single-addon .addon-panel {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 15px;
}

.single-addon .desc {
	border-bottom: 2px solid transparent;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f64032+0,fda621+100 */
	background: #f64032;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(315deg, #f64032 0%, #fda621 100%);
	background: linear-gradient(135deg, #f64032 0%, #fda621 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f64032', endColorstr='#fda621', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.single-addon .desc p {
	background-color: #ffffff;
}

.single-addon .info {
	font-size: 14px;
    font-weight: 600;
	text-align: center;
	padding: 15px 0px;
}

.single-addon .gallerys {
	margin: 15px -15px -15px;
}
/*
.single-addon .gallerys > div:last-child {
	margin-bottom: 45px;
}
*/
.single-addon-gallery {
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #F64032;
	border-radius: 10px;
}

.single-addon-gallery .addon-image {
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.single-addon-gallery .addon-image img {
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.single-addon-gallery:hover .addon-image img {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2)
}

.single-addon-gallery .addon-image:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 1;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.single-addon-gallery:hover .addon-image:after {
	opacity: 0.5;
}

.single-addon-gallery:hover .addon-image:before {
	opacity: 1;
}

.single-addon-gallery .gallery-button {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	opacity: 0;
}

.single-addon-gallery:hover .gallery-button {
	opacity: 1;
}

.single-addon-gallery .gallery-button svg {
	fill: #F64032;
}

/**** 10 Gallery-Area ****/
.single-gallery {
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}

.single-gallery .gallery-image {
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.single-gallery .gallery-image img {
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.single-gallery:hover .gallery-image img {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2)
}

.single-gallery .gallery-image:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 1;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.single-gallery:hover .gallery-image:after {
	opacity: 0.5;
}

.single-gallery:hover .gallery-image:before {
	opacity: 1;
}

.single-gallery .gallery-button {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	opacity: 0;
}

.single-gallery:hover .gallery-button {
	opacity: 1;
}

.single-gallery .gallery-button svg {
	fill: #F64032;
}

/**** 11 Video-Area ****/
.video-area {
	overflow: hidden;
	max-width: 100%;
}

.video-area .video-gallerys {
	margin: 0 0;
}

.single-video {
	position: relative;
	margin: 0px 15px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	overflow: hidden;
}

.single-video .video-image img {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-filter: brightness(1);
	filter: brightness(1)
}

.single-video:hover .video-image img {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-filter: brightness(0.7);
	filter: brightness(0.7)
}

.single-video .video-button {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	border: 2px solid #ffffff;
	text-align: center;
	line-height: 60px;
	color: #ffffff;
	border-radius: 100px;
}

.single-video .video-button svg {
	fill: #ffffff;
}

.single-video .video-button:hover {
	background-color: #ffffff;
	color: #F64032;
}

.single-video .video-button:hover svg {
	fill: #F64032;
}

.video-area .slick-prev,
.video-area .slick-next {
	top: calc(50% - 52px);
	border: 2px solid #F64032;
}

.video-area .slick-prev svg,
.video-area .slick-next svg {
	fill: #F64032;
}

.video-area .slick-prev:hover svg,
.video-area .slick-next:hover svg {
	fill: #ffffff;
}

/**** 12 Contact-Area ****/

/**** 13 Footer-Area ****/
.footer {
	background-color: #0e2129;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	font-size: 13px;
	position: relative;
	overflow: hidden;
}

.footer:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40%;
	background-color: #0e2129;
	z-index: 1;
}

.footer .map {
	position: absolute;
	top: 0;
	bottom: 0;
	/* left: 0; */
	width:60%;
	right: 0;
	height: 100%;
	-webkit-filter: hue-rotate(160deg);
	filter: hue-rotate(160deg);
}

.map iframe {
	height:100%;
}

.footer-content {
	position: relative;
	z-index: 2;
}

.footer-logo {
	display: inline-block;
}

.footer-logo h4 {
	background: linear-gradient(135deg, #f64032 0%, #fda621 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #fa7d28;
	font-size: 3em;
}

.footer-contacts a {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	white-space: nowrap;
}

.footer-contacts a:not(:last-child) {
	margin-right: 1em;
}

.footer-contacts a:hover {
	opacity: .5;
}

.footer-phone-wrapper {
	padding-bottom: 15px;
}

.footer .social-icons {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	padding-bottom: 15px;
}

.social-icons .tl,
.social-icons .wa,
.social-icons .ph,
.social-icons .ml {
	width: 50px;
	height: 50px;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.social-icons .tl svg,
.social-icons .ph svg {
	width: 25px;
	height: 25px;
}

.footer-working-hours {
	margin-bottom: 10px;
}

.copyright-text {
	margin-top: 30px;
	color: #6e7c90;
	font-style: 14px;
}

.copyright-text span {
	display: inline-block;
}

/**** 14 Preloader-CSS ****/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ECF0F1;
	z-index: 999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
}

/**** 15 Scroll-Up & Social-Icons ****/
#scrollUp {
	position: fixed;
	right: 35px;
	bottom: -60px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	border: 2px solid #F64032;
	color: #F64032;
	text-align: center;
	background-color: #ffffff;
	border-radius: 100%;
	z-index: 999;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#scrollUp svg {
	fill: #F64032;
}

#scrollUp.active {
	bottom: 35px;
}

.mfp-zoom-out-cur #scrollUp.active {
	top: 100%;
}

#scrollUp:hover {
	background-color: #F64032;
	color: #ffffff;
}

#scrollUp:hover svg {
	fill: #ffffff;
}

#social {
	position: fixed;
	left: 35px;
	bottom: -60px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	z-index: 999;
}

#social.active {
	bottom: 35px;
}

#icons a {
	height: 0;
	opacity: 0;
	color: white;
	display: flex;
	align-items: center;
	margin: 0 0 10px 0px;
	pointer-events: none;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

#icons.active a {
	opacity: 1;
	height: 60px;
	pointer-events: auto;
}

#tl,
#wa,
#ph,
#ml,
#ms {
	width: 60px;
	height: 60px;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.social-icons .tl,
#tl,
#tl + .title {
	background-color: #33A7E2;
}

.social-icons .wa,
#wa,
#wa + .title {
	background-color: #2CCD49;
}

.social-icons .ph,
#ph,
#ph + .title {
	background-color: #20B2AA;
}

.social-icons .ml,
#ml,
#ml + .title {
	background-color: #2853FE;
}

#ms {
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	background-color: #07BB07;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 2px solid #f64032;
}

#ms > svg {
	position: relative;
	z-index: -1;
}

#ms.active {
	transform: rotate(180deg);
	background-color: #FFFFFF !important;
	box-shadow: 0px 0px 12px #f64032;
}

#ms > #wrap {
	left: 0;
	display: flex;
	position: absolute;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#ms.active > #wrap {
	opacity: 0;
}

#ms > #wrap > div {
	position: absolute;
	width: 60px;
	height: 60px;
	top: -30px;
	text-align: center;
}

#ms > #wrap > div > svg {
	position: relative;
	top: calc(50% - 15px);
}

#ms span {
	width: 60px;
	height: 60px;
	z-index: 1;
	cursor: pointer;
	position: absolute;
	border-radius: 50%;
}

#icons .title {
	width: 0;
	opacity: 0;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	border-radius: 11px;
	font: 15px/18px Tahoma;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	padding: 5px;
}

#icons .title.active {
	opacity: 1;
	width: 160px;
	margin-left: 15px;
}

/**** 16 Patches ****/
/* Magnefic popup patch to block scrolling in the mobile version */
body {
     -webkit-overflow-scrolling: touch;
}

body.mfp-active {
	overflow: hidden;
	-webkit-overflow-scrolling: auto;
}
/* Custom chrome scroll */
::-webkit-resizer {background-image: url('');background-repeat: no-repeat; width: 9px; height: 1px;}
::-webkit-scrollbar {width: 9px;}
::-webkit-scrollbar-button {background-image: url(''); background-repat: no-repeat; width: 9px; height: 0px;}
::-webkit-scrollbar-thumb { -webkit-border-radius: 0px;border-radius: 0px;background-color: #f64032;}
::-webkit-scrollbar-track {background-color: #2c2c2c;}
