@import url(global.css);
@import url(font-awesome.css);
@import url(flaticon.css);
@import url(animate.css);
@import url(owl.css);
@import url(slick.css);
@import url(preloader.css);
@import url(animation.css);
@import url(jquery-ui.css);
@import url(custom-animate.css);
@import url(magnific-popup.css);
@import url(odometer-theme-default.css);
@import url(jquery.mCustomScrollbar.min.css);

@font-face {
	font-family: 'Flaticon';
	src: url(../fonts/flaticon.woff) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.main-header {
	position: relative;
	z-index: 999;
	width: 100%
}

.header-top {
	position: relative;
	background-color: var(--main-color)
}

.header-top .top-left {
	position: relative;
	float: left;
	padding: 11px 0
}

.header-top .top-left .text {
	font-size: var(--font-15);
	color: var(--color-three)
}

.header-top .top-left .text a {
	position: relative;
	color: var(--main-color)
}

.header-top .top-right {
	position: relative
}

.header-top .top-right .clock {
	position: relative;
	float: left;
	margin: 14px 0;
	padding-left: 25px;
	display: inline-block;
	color: var(--color-three);
	font-size: var(--font-15);
	margin-right: var(--margin-right-30)
}

.header-top .top-right .clock:before {
	position: absolute;
	content: '\f017';
	left: 0;
	top: 0;
	color: var(--color-three);
	font-family: 'FontAwesome'
}

.header-top .top-right .social-box {
	position: relative;
	float: left;
	padding: 13px 0 13px 15px
}

.header-top .top-right .social-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	opacity: .5;
	transform: rotate(20deg);
	background-color: var(--color-three)
}

.header-top .top-right .social-box a {
	position: relative;
	display: inline-block;
	color: var(--color-three);
	font-size: var(--font-18);
	margin-left: var(--margin-left-15)
}

.header-top .top-right .social-box a:hover {
	color: var(--white-color)
}

.main-header .main-box {
	position: relative;
	padding: 0 0;
	left: 0;
	top: 0;
	width: 100%;
	background: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-header .main-box .outer-container {
	position: relative;
	padding: 0 40px
}

.main-header .main-box .logo-box {
	position: relative;
	float: left;
	left: 0;
	z-index: 10;
	padding: 30px 0
}

.main-header .main-box .logo-box .logo img {
	display: inline-block;
	max-width: 100%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-header .header-upper {
	position: relative;
	background-color: var(--white-color)
}

.main-header .header-upper .logo-box {
	position: relative;
	padding: 11px 0
}

.main-header .header-upper .logo-box .logo {
	position: relative
}

.main-header .header-upper .upper-right {
	position: relative;
	padding-top: var(--padding-top-15)
}

.main-header .info-box {
	position: relative;
	float: left;
	z-index: 1;
	text-align: left;
	color: var(--color-five);
	font-size: var(--font-15);
	padding: 0 0 10px 45px;
	margin-left: var(--margin-left-50)
}

.main-header .info-box .icon-box {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 30px;
	line-height: 1em;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	color: var(--main-color);
	font-family: "Flaticon"
}

.main-header .info-box ul li {
	position: relative;
	line-height: 20px;
	margin-top: 7px;
	font-weight: 400;
	color: var(--main-color);
	font-size: 20px
}

.main-header .info-box strong {
	position: relative;
	font-weight: 500;
	font-size: var(--font-15);
	color: var(--color-four);
	text-transform: capitalize;
	font-family: var(--font-family-Roboto)
}

.main-header .header-lower {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -32px
}

.main-header .header-lower:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	right: 0;
	top: 0;
	background-color: var(--main-color)
}

.main-header .header-lower .inner-container {
	position: relative
}

.main-header .header-lower .inner-container:after {
	display: none
}

.main-header .nav-outer {
	position: relative;
	float: right
}

.main-header .nav-outer:before {
	position: absolute;
	content: '';
	left: -2%;
	bottom: 0;
	right: 0;
	top: 0;
	transform: skewX(-30deg);
	background-color: var(--main-color)
}

.main-header .outer-box {
	position: relative;
	float: right;
	padding: 23px 0 20px
}

.main-header .search-box-outer {
	position: relative;
	float: left
}

.main-header .search-box-btn {
	position: relative;
	cursor: pointer;
	text-align: center;
	font-family: "Flaticon";
	color: var(--white-color);
	font-size: var(--font-18);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease
}

.main-header .btn-box {
	position: relative;
	float: left
}

.main-header .main-menu {
	position: relative;
	float: left;
	margin-left: var(--margin-left-40);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-header .main-menu .navbar-collapse {
	float: left;
	display: block !important
}

.main-header .main-menu .navigation {
	position: relative;
	margin: 0
}

.main-header .main-menu .navigation>li {
	position: relative;
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	margin-right: var(--margin-right-35)
}

.main-header .sticky-header .main-menu .navigation>li>a {
	padding: 23px 0;
	color: var(--dark-color)
}

.main-header .sticky-header .main-menu .navigation>li:hover>a,
.main-header .sticky-header .main-menu .navigation>li.current>a {
	color: var(--main-color);
	background-color: inherit !important
}

.main-header .sticky-header .nav-outer .options-box {
	margin-top: 45px
}

.main-header .sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 0;
	background: #fff;
	z-index: 0;
	border-bottom: 1px solid #e8f1f7;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.main-header .sticky-header .mobile-nav-toggler {
	float: right;
	color: #000;
	font-size: 24px;
	padding: 20px 0;
	display: none;
	font-family: "Flaticon"
}

.main-header.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.main-header .main-menu .navigation>li>a {
	position: relative;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 30px;
	text-transform: capitalize;
	letter-spacing: 0;
	opacity: 1;
	font-weight: 500;
	padding: 20px 0;
	font-size: var(--font-17);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: var(--font-family-Roboto)
}

.main-header .main-menu .navigation>li.dropdown>a {
	padding-right: 15px !important
}

.main-header .main-menu .navigation>li.dropdown>a:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 0;
	font-size: 13px;
	line-height: 34px
}

.main-header .main-menu .navigation>li:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	opacity: 0;
	margin-left: -7px;
	border-left: 7px solid #fff0;
	border-right: 7px solid #fff0;
	border-bottom: 10px solid var(--white-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.main-header .main-menu .navigation>li:hover::before,
.main-header .main-menu .navigation>li.current::before {
	opacity: 1;
	z-index: 1
}

.main-header .sticky-header .main-menu .navigation>li {
	position: relative;
	margin-left: 30px;
	margin-right: 0
}

.main-header .main-menu .navigation>li:hover>a,
.main-header .main-menu .navigation>li.current>a {
	opacity: 1;
	color: #fff
}

.main-header .main-menu .navigation>li>ul {
	position: absolute;
	width: 15rem;
	transform: perspective(300px) scaleY(0) translateZ(30px);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	border-radius: 0;
	background-color: var(--main-color);
	box-shadow: 0 0 10px rgb(0 0 0 / .1)
}

.main-header .main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0
}

.main-header .main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgb(255 255 255 / .2)
}

.main-header .main-menu .navigation>li>ul>li:last-child {
	border-bottom: none
}

.main-header .main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 13px 18px;
	line-height: 24px;
	font-weight: 500;
	font-size: var(--font-16);
	text-transform: capitalize;
	color: var(--white-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: var(--font-family-Roboto)
}

.main-header .sticky-header .main-menu .navigation>li>a {
	padding: 19px 0
}

.main-header .main-menu .navigation>li>ul>li>a:before {
	position: absolute;
	content: '';
	left: 10px;
	top: 13px;
	opacity: 0;
	font-size: var(--font-10);
	color: var(--white-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.main-header .main-menu .navigation>li>ul>li:hover>a::before {
	opacity: 1
}

.main-header .sticky-header .main-menu .navigation>li>a:before {
	top: 18px !important
}

.main-header .main-menu .navigation>li>ul>li:hover>a {
	padding-left: 30px
}

.main-header .main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 15px;
	top: 13px;
	width: 10px;
	height: 20px;
	z-index: 5;
	display: block;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	font-size: var(--font-20);
	color: var(--white-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.main-header .main-menu .navigation>li>ul>li.dropdown:hover>a:after {
	color: #222
}

.main-header .main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 15rem;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	opacity: 0;
	visibility: hidden;
	visibility: hidden;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	border-radius: 0;
	background-color: var(--main-color);
	box-shadow: 0 0 10px rgb(0 0 0 / .1)
}

.main-header .main-menu .navigation>li>ul>li>ul.from-right {
	left: auto;
	right: 0
}

.main-header .main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgb(255 255 255 / .2)
}

.main-header .main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none
}

.main-header .main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 13px 18px;
	line-height: 24px;
	font-weight: 500;
	font-size: var(--font-16);
	text-transform: capitalize;
	color: var(--white-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: var(--font-family-Roboto)
}

.main-header .main-menu .navigation>li>ul>li>ul>li>a:before {
	position: absolute;
	content: '//';
	left: 10px;
	top: 13px;
	opacity: 0;
	font-size: var(--font-10);
	color: var(--white-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.main-header .main-menu .navigation>li>ul>li>ul>li:hover>a::before {
	opacity: 1
}

.main-header .main-menu .navigation>li>ul>li>ul>li:hover>a {
	padding-left: 30px
}

.main-header .main-menu .navigation>li.dropdown:hover>ul {
	transform: perspective(300px) scaleY(1) translateZ(0);
	opacity: 1;
	visibility: visible
}

.main-header .main-menu .navigation li>ul>li.dropdown:hover>ul {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible
}

.main-header .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 28px;
	border: 1px solid #fff;
	background-size: 20px;
	cursor: pointer;
	z-index: 5;
	display: none
}

.main-header .search-box {
	position: relative;
	float: left;
	width: 160px;
	padding: 33px 0
}

.main-header .search-box .form-group {
	position: relative;
	margin: 0
}

.main-header .search-box .form-group input[type="text"],
.main-header .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 38px;
	padding: 10px 50px 10px 20px;
	background: none;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 30px;
	color: #fff;
	border-radius: 0;
	font-weight: 600;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-left: 1px solid #005df7
}

.main-header .search-box .form-group textarea::-webkit-input-placeholder,
.main-header .search-box .form-group input::-webkit-input-placeholder {
	color: #fff
}

.main-header .search-box .form-group button {
	position: absolute;
	right: 0;
	top: 8px;
	display: block;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	line-height: 100%;
	font-weight: 400;
	background: none
}

.main-header .header-lower .options-box {
	position: relative;
	float: right;
	padding: 10px 15px 10px
}

.main-header .header-lower .options-box .option-inner:before {
	position: absolute;
	content: '';
	left: -10px;
	top: -10px;
	bottom: -10px;
	width: 110%;
	background-color: #005df7;
	border-radius: 50px 50px 50px 50px
}

.main-header .header-lower .options-box .option-inner {
	position: relative;
	padding-left: 70px
}

.main-header .header-lower .options-box .option-inner .icon {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 50px;
	line-height: 1em
}

.main-header .header-lower .options-box .option-inner .number {
	position: relative
}

.main-header .header-lower .options-box .option-inner .number span {
	position: relative;
	display: block;
	color: #fff;
	margin-bottom: 3px;
	text-transform: uppercase
}

.main-header .header-lower .options-box .option-inner .number a {
	position: relative;
	font-weight: 800;
	font-size: 22px;
	color: #fff
}

.main-header .info-box .social-nav {
	position: relative;
	margin-top: 4px
}

.main-header .info-box .social-nav li {
	position: relative;
	margin-left: 8px;
	display: inline-block
}

.main-header .info-box .social-nav li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #222;
	line-height: 38px;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid #222
}

.main-header .info-box .social-nav li a:hover {
	color: #fff;
	background-color: #222
}

.header-style-two .info-box {
	padding-left: var(--padding-left-65)
}

.header-style-two .info-box ul li {
	font-weight: 700;
	line-height: 24px;
	font-size: var(--font-16);
	color: var(--color-twentyfour);
	font-family: var(--font-family-Roboto)
}

.header-style-two .info-box .icon-box {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: var(--font-24);
	background-color: var(--main-color);
	color: #fff
}

.header-style-two .nav-outer {
	width: 100%;
	border-radius: 4px;
	padding-right: var(--padding-right-10);
	background-color: var(--color-twentyfour)
}

.header-style-two .header-upper {
	padding-bottom: var(--padding-bottom-45)
}

.header-style-two .nav-outer:before,
.header-style-two .header-lower:before {
	display: none
}

.header-style-two .main-menu .navigation>li:before {
	display: none
}

.header-style-two .main-menu .navigation>li.dropdown>a:before {
	content: "\f180";
	font-family: "flaticon";
	font-size: var(--font-10)
}

.header-style-two .outer-box {
	padding: 7px 0
}

.header-style-two .outer-box .btn-box .theme-btn {
	display: block
}

.header-style-two .header-upper .upper-right {
	padding-top: var(--padding-top-20)
}

.header-style-three {
	background-color: var(--color-fourty)
}

.header-style-three .header-lower {
	position: relative;
	bottom: 0
}

.header-style-three .header-lower:before {
	display: none
}

.header-style-three .nav-outer:before {
	display: none
}

.header-style-three .main-menu .navigation>li:before {
	display: none
}

.header-style-three .main-menu .navigation>li {
	margin-right: var(--margin-right-30)
}

.header-style-three .main-menu .navigation>li>a {
	font-weight: 700;
	font-size: var(--font-18);
	font-family: var(--font-family-Roboto)
}

.header-style-three .main-menu {
	margin-left: 0
}

.header-style-three .outer-box {
	padding: 12px 0 6px
}

.header-style-two .main-menu .navigation>li>ul>li>ul,
.header-style-two .main-menu .navigation>li>ul {
	background-color: var(--color-twentyseven)
}

.header-style-two .sticky-header .main-menu .navigation>li:hover>a,
.header-style-two .sticky-header .main-menu .navigation>li.current>a {
	color: var(--color-twentyseven)
}

.header-style-three .main-menu .navigation>li>ul>li>ul,
.header-style-three .main-menu .navigation>li>ul {
	background-color: var(--color-fourtyone)
}

.header-style-three .sticky-header .main-menu .navigation>li:hover>a,
.header-style-three .sticky-header .main-menu .navigation>li.current>a {
	color: var(--color-fourtyone)
}

.main-header .nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 26px;
	line-height: 50px;
	cursor: pointer;
	color: #fff;
	display: none;
	font-family: "Flaticon"
}

.main-header .mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	visibility: hidden;
	z-index: 999999
}

.main-header .mobile-menu .nav-logo {
	position: relative;
	padding: 20px 20px;
	text-align: left
}

.main-header .mobile-menu .nav-logo img {
	max-width: 200px
}

.mobile-menu-visible {
	overflow: hidden
}

.mobile-menu-visible .mobile-menu {
	visibility: visible
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	background: rgb(0 0 0 / .9);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 1;
	width: 100%;
	visibility: visible;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.mobile-menu .menu-box {
	position: absolute;
	right: -400px;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #fff;
	padding: 0 0;
	z-index: 5;
	border-radius: 0;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease
}

.mobile-menu-visible .header-style-five .mobile-menu {
	right: 0;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms
}

.mobile-menu-visible .mobile-menu .menu-box {
	right: 0;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms
}

.mobile-menu .close-btn {
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px)
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms
}

.mobile-menu .close-btn:hover {
	opacity: .5
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	border-top: 1px solid rgb(0 0 0 / .1)
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgb(0 0 0 / .1)
}

.mobile-menu .navigation li>ul>li:last-child {
	border-bottom: none
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgb(0 0 0 / .1)
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	color: #404040;
	text-transform: capitalize
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
	color: #111
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: 16px;
	line-height: 44px;
	color: #404040;
	cursor: pointer;
	z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 1px;
	height: 24px;
	border-left: 1px solid rgb(0 0 0 / .1)
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none
}

.main-header .sticky-header .navbar-header,
.header-style-five .sticky-header .navbar-header {
	display: none
}

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgb(0 0 0 / .9);
	-webkit-transition: all 500ms cubic-bezier(.86, 0, .07, 1);
	-moz-transition: all 500ms cubic-bezier(.86, 0, .07, 1);
	-o-transition: all 500ms cubic-bezier(.86, 0, .07, 1);
	transition: all 1500ms cubic-bezier(.86, 0, .07, 1);
	-webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	-moz-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	-o-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.sidenav-bar-visible .search-popup {
	width: 80%
}

.search-popup:before {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 560px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0;
	content: ""
}

.search-active .search-popup {
	transform: translateY(0%);
	margin-top: 0
}

.search-popup .close-search {
	position: absolute;
	left: 0;
	right: 0;
	top: 75%;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: var(--main-color);
	width: 70px;
	cursor: pointer;
	box-shadow: 0 0 10px rgb(0 0 0 / .05);
	border-bottom: 3px solid var(--white-color);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden
}

.search-popup .close-search span {
	position: relative;
	display: block;
	height: 70px;
	width: 70px;
	font-size: 30px;
	line-height: 70px;
	color: #fff
}

.search-active .search-popup .close-search {
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms
}

.search-popup form {
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin: -35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

.search-active .search-popup form {
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms
}

.search-popup .form-group {
	position: relative;
	margin: 0;
	overflow: hidden
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #000;
	height: 70px;
	width: 100%;
	padding: 10px 30px;
	background-color: #fff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
	text-transform: capitalize
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position: absolute;
	right: 30px;
	top: 0;
	height: 70px;
	line-height: 70px;
	background: #fff0;
	text-align: center;
	font-size: 24px;
	color: #000;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
	color: #000
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
	color: #000
}

.search-popup .close-search.style-two {
	position: absolute;
	right: 25px;
	left: auto;
	color: #fff;
	width: auto;
	height: auto;
	top: 25px;
	margin: 0;
	border: none;
	background: none !important;
	box-shadow: none !important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.search-popup .close-search.style-two span {
	font-size: 20px;
	color: #fff
}

.main-header .sticky-header .outer-box {
	margin-left: 20px;
	padding: 15px 0
}

.main-header .sticky-header .search-box-btn {
	margin-left: 10px
}

.main-header .sticky-header .outer-box .cart-box .cart-box-btn .total-cart {
	background-color: #005df7
}

.close-side-widget,
.close-side-widget:hover {
	color: #fff;
	font-size: 24px
}

.main-header .header-upper .outer-box .nav-btn {
	position: relative;
	float: left;
	font-size: 25px;
	color: #222;
	cursor: pointer;
	margin-top: 19px;
	margin-left: 25px
}

.main-header .sticky-header .outer-box .nav-btn {
	position: relative;
	float: right;
	font-size: 28px;
	color: #000;
	cursor: pointer;
	margin-top: 9px;
	margin-left: 30px
}

.main-header .sticky-header .outer-box .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 28px;
	color: #000;
	cursor: pointer;
	margin-top: 9px;
	margin-left: 30px
}

.main-slider {
	position: relative;
	overflow: hidden;
	z-index: 10;
	background-color: var(--color-seven)
}

.main-slider .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear
}

.main-slider .slide {
	position: relative;
	overflow: hidden;
	background-size: cover;
	padding: 140px 0 500px
}

.main-slider .active .slide .image-layer {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15)
}

.main-slider .slide .pattern-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

.main-slider .slide .pattern-layer-two {
	position: absolute;
	left: 0;
	top: 60px;
	width: 253px;
	height: 297px;
	z-index: 1
}

.main-slider .content-column {
	position: relative;
	z-index: 2
}

.main-slider .content-column .inner-column {
	position: relative
}

.main-slider h1 {
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	color: var(--white-color);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom: var(--margin-bottom-30)
}

.main-slider .active h1 {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms
}

.main-slider .text {
	opacity: 0;
	max-width: 580px;
	transform: scaleY(0);
	transform-origin: top;
	color: var(--color-six);
	font-size: var(--font-18);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom: var(--margin-bottom-35)
}

.main-slider .active .text {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms
}

.main-slider .button-box {
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	display: inline-block;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease
}

.main-slider .active .button-box {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms
}

.main-slider .owl-dots {
	display: none
}

.main-slider .owl-nav {
	position: absolute;
	right: 30px;
	top: 50%;
	width: 60px;
	transform: translateY(-50%)
}

.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 52px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	font-size: var(--font-18);
	color: var(--black-color);
	background-color: var(--white-color);
	margin-bottom: var(--margin-bottom-15);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: "Flaticon"
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
	color: var(--white-color);
	background-color: var(--main-color)
}

.main-slider-two {
	position: relative;
	overflow: hidden;
	z-index: 10;
	background-color: var(--color-seven)
}

.main-slider-two .social-box {
	position: absolute;
	left: 30px;
	bottom: 150px;
	z-index: 10;
	width: 30px;
	writing-mode: vertical-rl;
	transform: rotate(180deg)
}

.main-slider-two .social-box li {
	position: relative;
	display: inline-block;
	margin-top: var(--margin-top-40)
}

.main-slider-two .social-box li a {
	position: relative;
	font-size: var(--font-16);
	color: var(--white-color);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.main-slider-two .social-box li a:hover {
	color: var(--color-twentyeight)
}

.main-slider-two .social-box li a::before {
	transform: rotate(90deg);
	display: inline-block
}

.main-slider-two .social-box li span {
	position: relative;
	display: inline-block;
	margin-left: var(--margin-left-5);
	font-family: var(--font-family-Roboto)
}

.main-slider-two .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear
}

.main-slider-two .image-layer:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	z-index: 1;
	opacity: .5;
	background: var(--main-color)
}

.main-slider-two .image-layer:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	width: 60%;
	bottom: 0;
	z-index: 1;
	background: var(--main-color);
	background: -webkit-linear-gradient(to right, var(--color-twentynine) 0%, #fff0 100%);
	background: -moz-linear-gradient(to right, var(--color-twentynine) 0%, #fff0 100%);
	background: linear-gradient(to right, var(--color-twentynine) 0%, #fff0 100%)
}

.main-slider-two .slide {
	position: relative;
	overflow: hidden;
	background-size: cover;
	padding: 200px 0 270px
}

.main-slider-two .active .slide .image-layer {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15)
}

.main-slider-two .content-column {
	position: relative;
	z-index: 2
}

.main-slider-two .content-column .inner-column {
	position: relative
}

.main-slider-two .title {
	position: relative;
	opacity: 0;
	font-weight: 700;
	transform: scaleY(0);
	transform-origin: top;
	color: var(--white-color);
	font-size: var(--font-30);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom: var(--margin-bottom-10);
	font-family: var(--font-family-Roboto)
}

.main-slider-two .title span {
	color: var(--secondary-color)
}

.main-slider-two .active .title {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms
}

.main-slider-two h1 span {
	color: var(--secondary-one)
}

.main-slider-two h1 {
	opacity: 0;
	font-weight: 800;
	transform: scaleY(0);
	transform-origin: top;
	color: var(--white-color);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom: var(--margin-bottom-10)
}

.main-slider-two .active h1 {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms
}

.main-slider-two .text {
	opacity: 0;
	max-width: 580px;
	transform: scaleY(0);
	transform-origin: top;
	color: var(--color-six);
	font-size: var(--font-18);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom: var(--margin-bottom-15)
}

.main-slider-two .active .text {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms
}

.main-slider-two .button-box {
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	display: inline-block;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease
}

.main-slider-two .active .button-box {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms
}

.main-slider-two .phone-box {
	position: relative;
	margin-left: var(--margin-left-30);
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease
}

.main-slider-two .phone-box .box-inner {
	position: relative;
	font-weight: 700;
	color: var(--white-color);
	font-size: var(--font-16);
	padding-top: var(--padding-top-50);
	padding-left: var(--padding-left-110)
}

.main-slider-two .phone-box .box-inner:before {
	position: absolute;
	content: '';
	left: 40px;
	top: 40px;
	width: 64px;
	height: 59px;
	background: url(../images/icons/slider-icon.png) no-repeat
}

.main-slider-two .phone-box .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-family: "Flaticon";
	color: var(--main-color);
	font-size: var(--font-20);
	background-color: var(--secondary-one)
}

.main-slider-two .phone-box strong {
	position: relative;
	display: block;
	font-weight: 700;
	color: var(--white-color);
	font-size: var(--font-24);
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Roboto)
}

.main-slider-two .active .phone-box {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms
}

.main-slider-two .pattern-layer {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 206px;
	z-index: 10;
	background-position: center bottom;
	background-size: cover
}

.main-slider-two .owl-dots {
	display: none
}

.main-slider-two .owl-nav {
	position: absolute;
	right: -8px;
	top: 92%;
	width: 60px;
	transform: translateY(-50%)
}

.main-slider-two .owl-nav .owl-prev {
	position: relative;
	width: 50px;
	height: 50px;
	right: 73px;
	top: 0;
	line-height: 46px;
	text-align: center;
	display: inline-block;
	font-size: var(--font-18);
	color: var(--white-color);
	background-color: var(--main-color) !important;
	border: 2px solid var(--main-color);
	margin-bottom: var(--margin-bottom-15);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: "Flaticon";
	background-color: rgba(var(--black-color-rgb), .1)
}

.main-slider-two .owl-nav .owl-next {
	position: relative;
	width: 60px;
	height: 60px;
	top: -13px;
	left: -20px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	font-size: var(--font-24);
	color: var(--white-color);
	background-color: var(--color-fourtytwo) !important;
	border: 2px solid var(--color-fourtytwo);
	margin-bottom: var(--margin-bottom-15);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: "Flaticon";
	background-color: rgba(var(--black-color-rgb), .1)
}

.main-slider-three {
	position: relative;
	overflow: hidden;
	z-index: 10
}

.main-slider-three .social-box {
	position: absolute;
	right: 30px;
	top: 120px;
	z-index: 10;
	width: 30px;
	writing-mode: vertical-rl;
	transform: rotate(180deg)
}

.main-slider-three .social-box li {
	position: relative;
	display: inline-block;
	margin-top: var(--margin-top-40)
}

.main-slider-three .social-box li a {
	position: relative;
	font-size: var(--font-16);
	color: var(--white-color);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.main-slider-three .social-box li a:hover {
	color: var(--color-fourtytwo)
}

.main-slider-three .social-box li a::before {
	transform: rotate(90deg);
	display: inline-block
}

.main-slider-three .social-box li span {
	position: relative;
	display: inline-block;
	margin-left: var(--margin-left-5);
	font-family: var(--font-family-Roboto)
}

.main-slider-three .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear
}

.main-slider-three .image-layer:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	z-index: 1;
	opacity: .7;
	background: var(--color-fourty)
}

.main-slider-three .slide {
	position: relative;
	overflow: hidden;
	background-size: cover;
	padding: 80px 0 270px
}

.main-slider-three .active .slide .image-layer {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15)
}

.main-slider-three .content-column {
	position: relative;
	z-index: 2
}

.main-slider-three .content-column .inner-column {
	position: relative;
	padding-top: var(--padding-top-110)
}

.main-slider-three .title {
	position: relative;
	opacity: 0;
	font-weight: 700;
	transform: scaleY(0);
	transform-origin: top;
	color: var(--white-color);
	font-size: var(--font-24);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	text-transform: uppercase;
	margin-bottom: var(--margin-bottom-25)
}

.main-slider-three .active .title {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms
}

.main-slider-three h1 span {
	color: var(--color-fourtytwo)
}

.main-slider-three h1 {
	opacity: 0;
	font-weight: 800;
	line-height: 75px;
	transform: scaleY(0);
	transform-origin: top;
	color: var(--white-color);
	font-size: var(--font-65);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom: var(--margin-bottom-30)
}

.main-slider-three .active h1 {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms
}

.main-slider-three .text {
	opacity: 0;
	max-width: 540px;
	line-height: 30px;
	transform: scaleY(0);
	transform-origin: top;
	color: var(--color-six);
	font-size: var(--font-18);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom: var(--margin-bottom-35)
}

.main-slider-three .active .text {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms
}

.main-slider-three .button-box {
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	display: inline-block;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease
}

.main-slider-three .active .button-box {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms
}

.main-slider-three .image-column {
	position: relative;
	z-index: 10
}

.main-slider-three .image-column .inner-column {
	position: relative
}

.main-slider-three .image-column .image {
	position: relative;
	margin-right: -50px;
	border: 6px solid var(--color-thirtytwo);
	opacity: 0;
	transform: scaleX(0);
	transform-origin: top;
	display: inline-block;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease
}

.main-slider-three .active .image-column .image {
	opacity: 1;
	transform: scaleX(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms
}

.main-slider-three .pattern-layer {
	position: absolute;
	left: -6px;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-position: left bottom;
	background-size: cover
}

.main-slider-three .client-thumb-outer {
	position: absolute;
	left: -100px;
	right: 15px;
	bottom: 55px;
	z-index: 999;
	max-width: 330px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center
}

.main-slider-three .client-thumb-outer .owl-item.active .thumb-item .thumb-box {
	z-index: 999
}

.main-slider-three .client-thumb-outer .owl-item.active .thumb-item .author-info {
	opacity: 1
}

.main-slider-three .client-thumb-outer .client-thumbs-carousel {
	position: relative;
	max-width: 90px;
	margin: 0 auto;
	text-align: center
}

.main-slider-three .client-thumb-outer .client-thumbs-carousel .owl-stage-outer {
	overflow: visible
}

.main-slider-three .client-thumb-outer .thumb-item .thumb-box {
	width: 90px;
	height: 90px;
	cursor: pointer;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
	border: 4px solid var(--white-color);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	transform: scale(.9, .9)
}

.main-slider-three .client-thumb-outer .owl-item {
	z-index: 0
}

.main-slider-three .client-thumb-outer .owl-item.active .thumb-box {
	border-color: var(--color-fourtytwo)
}

.main-slider-three .client-thumb-outer .client-thumbs-carousel .thumb-item img {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 0%
}

.main-slider-three .owl-dots,
.main-slider-three .owl-nav {
	display: none
}

.service-section {
	position: relative;
	z-index: 10;
	margin-bottom: 70px;
	margin-top: 50px
}

.service-section .inner-container {
	position: relative
}

.service-block {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.service-block .inner-box {
	position: relative;
	overflow: hidden;
	padding: 50px 35px 70px;
	z-index: 1;
	height: 470px
}

.service-block .inner-box>* {
	position: relative;
	z-index: 2
}

.service-block .inner-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/products/1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.5s ease
}

.service-block .inner-box:hover:before {
	transform: scale(1.05)
}

.service-block:nth-child(1) .inner-box:before {
	background-image: url(../images/certificate/iso.jpg);
	border: 2px solid var(--main-color)
}

.service-block:nth-child(2) .inner-box:before {
	background-image: url(../images/certificate/zed.jpg);
	border: 2px solid var(--main-color)
}

.service-block:nth-child(3) .inner-box:before {
	background-image: url(../images/certificate/eil.jpg);
	border: 2px solid var(--main-color)
}

.service-block .inner-box .icon {
	position: relative;
	line-height: 1em;
	font-family: "Flaticon";
	font-size: var(--font-66);
	color: var(--white-color);
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.service-block .inner-box:hover .icon {
	transform: rotateY(180deg)
}

.service-block .inner-box h5 {
	font-size: var(--font-22);
	margin-top: var(--margin-top-35);
	margin-bottom: var(--margin-bottom-35);
	padding-bottom: var(--padding-bottom-15)
}

.service-block .inner-box h5 a {
	position: relative;
	color: var(--white-color)
}

.service-block .inner-box h5:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 60px;
	height: 3px;
	background-color: #9a1e2d
}

.service-block .inner-box .read-more {
	position: relative;
	padding: 14px 22px;
	font-weight: 700;
	display: inline-block;
	font-size: var(--font-14);
	color: var(--white-color);
	text-transform: uppercase;
	background-color: var(--main-color);
	font-family: var(--font-family-Roboto)
}

.service-block .inner-box .read-more span {
	position: relative;
	top: 2px;
	font-family: "Flaticon";
	font-size: var(--font-16);
	margin-left: var(--margin-left-5)
}

.service-block .inner-box .shape-one {
	position: absolute;
	right: 0;
	top: 40px;
	width: 62px;
	height: 86px;
	background-repeat: no-repeat
}

.service-block .inner-box .shape-two {
	position: absolute;
	right: 0;
	top: 20px;
	width: 120px;
	height: 166px;
	opacity: 0;
	z-index: 2;
	background-repeat: no-repeat;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.service-block .inner-box:hover .shape-two {
	opacity: 1
}

.service-block .inner-box .text {
	color: var(--color-seven);
	margin-bottom: var(--margin-bottom-40)
}

.about-section {
	position: relative;
	overflow: hidden;
	padding: 130px 0 100px
}

.about-section .content-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.about-section .content-column .inner-column {
	position: relative;
	padding-left: var(--padding-left-30)
}

.about-section .content-column .lower-box {
	position: relative;
	margin-top: var(--margin-top-15);
	padding-top: var(--padding-top-40);
	margin-right: var(--margin-right-100);
	border-top: 1px solid var(--color-nine)
}

.feature-block {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.feature-block .inner-box {
	position: relative;
	padding-left: var(--padding-left-75)
}

.feature-block .inner-box .icon {
	position: absolute;
	left: 0;
	top: -4px;
	line-height: 1em;
	display: inline-block;
	color: var(--main-color);
	font-size: var(--font-56);
	font-family: "Flaticon";
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.feature-block .inner-box h5 {
	text-transform: uppercase;
	color: var(--secondary-color);
	line-height: 24px
}

.about-section .content-column .button-box {
	position: relative;
	float: left
}

.about-section .content-column .phone-box {
	position: relative;
	float: left;
	margin-left: var(--margin-left-40)
}

.about-section .content-column .phone-box .box-inner {
	position: relative;
	font-size: var(--font-15);
	color: var(--color-eight);
	padding-top: var(--padding-top-5);
	padding-left: var(--padding-left-80)
}

.about-section .content-column .phone-box .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-family: "Flaticon";
	font-size: var(--font-26);
	background-color: var(--color-ten)
}

.about-section .content-column .phone-box strong {
	position: relative;
	display: block;
	color: var(--black-color);
	font-size: var(--font-20);
	margin-top: var(--margin-top-5);
	font-family: var(--font-family-Roboto)
}

.about-section .image-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.about-section .image-column .inner-column {
	position: relative;
	z-index: 10;
	padding-left: var(--padding-left-30);
	padding-right: var(--padding-right-60)
}

.about-section .image-column .counter-box {
	position: relative
}

.about-section .image-column .counter-box .counter-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.about-section .image-column .counter-box h2 {
	font-weight: 700;
	color: var(--main-color);
	font-size: var(--font-44);
	font-family: var(--font-family-Roboto)
}

.about-section .image-column .counter-box .counter-text {
	position: relative;
	font-weight: 700;
	color: var(--black-color);
	font-size: var(--font-18);
	margin-top: var(--margin-top-5)
}

.about-section .image-column .image {
	position: relative;
	margin-top: var(--margin-top-20)
}

.about-section .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 25px
}

.about-section .image-column .image .circle-layer {
	position: absolute;
	left: -30px;
	top: -20px;
	width: 194px;
	height: 194px;
	z-index: 1;
	border-radius: 50%;
	box-shadow: 0 5px 15px rgb(0 0 0 / .1)
}

.about-section .image-column .image .gear-icon-one {
	position: absolute;
	left: -70px;
	top: -70px;
	line-height: 1em;
	font-size: 280px;
	color: var(--white-color);
	font-family: "Flaticon"
}

.about-section .image-column .image .gear-icon-two {
	position: absolute;
	right: -100px;
	bottom: -100px;
	line-height: 1em;
	font-size: 350px;
	color: var(--white-color);
	font-family: "Flaticon"
}

.service-section-two {
	position: relative;
	padding: 140px 0 140px
}

.service-section-two .pattern-layer-one {
	position: absolute;
	left: 7%;
	top: 0%;
	width: 405px;
	height: 394px
}

.service-section-two .pattern-layer-two {
	position: absolute;
	right: 4%;
	top: 40%;
	width: 232px;
	height: 235px
}

.service-section-two .pattern-layer-three {
	position: absolute;
	left: 0;
	bottom: -80px;
	width: 344px;
	height: 281px;
	background-repeat: no-repeat
}

.service-block-two {
	position: relative;
	z-index: 20;
	margin-bottom: var(--margin-bottom-30)
}

.service-block-two .inner-box {
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 15px rgb(0 0 0 / .1)
}

.service-block-two .inner-box .image {
	position: relative
}

.service-block-two .inner-box .image img {
	position: relative;
	width: 500px;
	display: block
}

.service-block-two .inner-box .overlay-box {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 35px;
	z-index: 1;
	padding-left: 110px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.service-block-two .inner-box:hover .overlay-box {
	bottom: -120px
}

.service-block-two .inner-box .overlay-box .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: var(--font-44);
	color: var(--white-color);
	font-family: "Flaticon";
	background-color: var(--color-eleven)
}

.service-block-two .inner-box .overlay-box .content {
	position: relative;
	padding: 18px 25px 14px;
	background-color: var(--white-color)
}

.service-block-two .inner-box .overlay-box h5 {
	font-size: var(--font-22)
}

.service-block-two .inner-box .overlay-box .title {
	position: relative;
	display: block;
	font-size: var(--font-15);
	margin-top: var(--margin-top-5)
}

.service-block-two .inner-box:hover .overlay-box-two {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center
}

.service-block-two .inner-box .overlay-box-two {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}

.service-block-two .inner-box .overlay-box-two:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 30px;
	bottom: 0;
	opacity: .9;
	background-color: var(--white-color)
}

.service-block-two .inner-box .overlay-box-two .icon-two {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: var(--font-44);
	color: var(--white-color);
	font-family: "Flaticon";
	background-color: var(--color-eleven)
}

.service-block-two .inner-box .overlay-box-two .icon-two:after {
	position: absolute;
	content: '';
	right: 0;
	bottom: -18px;
	border-top: 18px solid var(--color-twelve);
	border-right: 30px solid #fff0
}

.service-block-two .inner-box .overlay-box-two .overlay-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 40px
}

.service-block-two .inner-box .overlay-box-two .overlay-inner .overlay-content {
	position: relative;
	display: table-cell;
	vertical-align: middle
}

.service-block-two .inner-box .overlay-box-two h5 {
	line-height: 30px;
	max-width: 190px;
	font-size: var(--font-22)
}

.service-block-two .inner-box .overlay-box-two h5 a {
	position: relative;
	color: var(--black-color);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.service-block-two .inner-box .overlay-box-two h5 a:hover {
	color: var(--color-eleven)
}

.service-block-two .inner-box .overlay-box-two .text {
	line-height: 30px;
	color: var(--color-eight);
	margin-top: var(--margin-top-15);
	margin-bottom: var(--margin-bottom-20)
}

.service-block-two .inner-box .overlay-box-two .read-more {
	position: relative;
	padding: 14px 22px;
	border-radius: 4px;
	font-weight: 700;
	display: inline-block;
	font-size: var(--font-14);
	color: var(--white-color);
	text-transform: uppercase;
	background-color: var(--color-eleven);
	font-family: var(--font-family-Roboto)
}

.service-block-two .inner-box .overlay-box-two .read-more span {
	position: relative;
	top: 1px;
	font-family: "Flaticon";
	font-size: var(--font-12);
	margin-left: var(--margin-left-5)
}

.service-block-two.style-two .inner-box .overlay-box .icon,
.service-block-two.style-two .inner-box .overlay-box-two .read-more,
.service-block-two.style-two .inner-box .overlay-box-two .icon-two {
	background-color: var(--main-color)
}

.service-block-two.style-two .inner-box .overlay-box-two h5 a:hover {
	color: var(--main-color)
}

.service-block-two.style-three .inner-box .overlay-box .icon,
.service-block-two.style-three .inner-box .overlay-box-two .read-more,
.service-block-two.style-three .inner-box .overlay-box-two .icon-two {
	background-color: var(--color-thirteen)
}

.service-block-two.style-three .inner-box .overlay-box-two h5 a:hover {
	color: var(--color-thirteen)
}

.service-section-two .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	font-family: "Flaticon";
	font-size: var(--font-20)
}

.service-section-two .owl-nav .owl-next {
	position: absolute;
	right: 0;
	font-family: "Flaticon";
	font-size: var(--font-20)
}

.service-section-two .owl-nav {
	position: absolute;
	left: 50%;
	bottom: 27px;
	width: 100%;
	z-index: 1;
	max-width: 140px;
	transform: translateX(-50%)
}

.service-section-two .owl-dots {
	position: relative;
	display: block;
	text-align: center;
	counter-reset: slides-num;
	margin-top: var(--margin-top-15)
}

.service-section-two .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	vertical-align: top;
	counter-increment: slides-num
}

.service-section-two .owl-dots .owl-dot span {
	position: relative;
	content: "0" counter(slides-num) "";
	display: block;
	font-size: var(--font-16);
	font-weight: 700;
	margin: 0 10px;
	color: var(--black-color);
	padding-bottom: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: var(--font-family-Roboto)
}

.service-section-two .owl-dots .owl-dot span:after {
	position: absolute;
	content: '/';
	right: -14px;
	top: 0;
	opacity: 0;
	font-size: var(--font-14);
	color: var(--black-color);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.service-section-two .owl-dots .owl-dot:hover span:after,
.service-section-two .owl-dots .owl-dot.active span:after {
	opacity: 1
}

.service-section-two .owl-dots .owl-dot span:before {
	position: relative;
	content: "0" counter(slides-num) ""
}

.service-section-two .owl-dots .owl-dot:hover span,
.service-section-two .owl-dots .owl-dot.active span {
	color: var(--main-color);
	opacity: 1
}

.service-section-two .owl-dots .owl-dot:last-child span::after {
	display: none
}

.project-section {
	position: relative;
	overflow: hidden;
	padding-bottom: 140px;
	padding-top: var(--padding-top-40)
}

.project-section .auto-container {
	position: relative
}

.project-section .gear-pattern-layer {
	position: absolute;
	right: -160px;
	bottom: -100px;
	width: 345px;
	height: 344px;
	background-repeat: no-repeat
}

.project-section .tabs-box {
	position: relative;
	z-index: 1
}

.project-section .btns-outer {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	max-width: 510px;
	padding-left: 170px;
	padding-top: var(--padding-top-80);
	padding-bottom: var(--padding-bottom-40)
}

.project-section .btns-outer .tab-buttons {
	position: relative;
	max-width: 180px;
	z-index: 10
}

.project-section .btns-outer .title-box {
	position: relative;
	margin-bottom: var(--margin-bottom-55)
}

.project-section .btns-outer .title-box h2 {
	color: var(--white-color);
	font-size: var(--font-40)
}

.project-section .btns-outer .btns-pattern-layer {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0
}

.project-section .tab-btns .tab-btn {
	position: relative;
	cursor: pointer;
	font-weight: 500;
	display: inline-block;
	font-size: var(--font-24);
	transition: all 0.3s ease;
	color: var(--white-color);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: var(--font-family-Inter);
	margin-bottom: var(--margin-bottom-30)
}

.project-section .tab-btns .tab-btn:hover,
.project-section .tab-btns .tab-btn.active-btn {
	color: #9a1e2d;
	transform: translateX(50px)
}

.project-section .tab-btns .tab-btn:before {
	position: absolute;
	content: '';
	left: -180px;
	bottom: 9px;
	width: 165px;
	height: 2px;
	opacity: 0;
	display: block;
	background-color: #9a1e2d;
	transform: scale(.2, 1);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}

.project-section .tab-btns .tab-btn:hover::before,
.project-section .tab-btns .tab-btn.active-btn::before {
	opacity: 1;
	transform: scale(1, 1)
}

.project-section .tab-btns .tab-btn:after {
	position: absolute;
	content: '';
	right: -25px;
	bottom: 4px;
	opacity: 0;
	display: block;
	transform: scale(.2, 1);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border-top: 7px solid #fff0;
	border-left: 12px solid #9a1e2d;
	border-bottom: 7px solid #fff0
}

.project-section .tab-btns .tab-btn:hover::after,
.project-section .tab-btns .tab-btn.active-btn::after {
	opacity: 1;
	transform: scale(1, 1)
}

.project-section .tabs-content {
	position: relative;
	padding-right: 410px
}

.project-section .tabs-content .image {
	position: relative;
	margin-left: -180px;
	padding-top: var(--padding-top-60)
}

.project-section .prod-tabs .tabs-content .tab {
	position: relative;
	display: none;
	z-index: 1;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0)
}

.project-section .prod-tabs .tabs-content .tab.active-tab {
	display: block;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1)
}

.project-section .content {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 420px;
	padding: 45px 35px;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease
}

.project-section .content .pattern-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	filter: blur(5px);
	-webkit-filter: blur(5px);
	background-repeat: no-repeat
}

.project-section .content h5 {
	position: relative;
	line-height: 32px;
	font-weight: 700
}

.project-section .content h5 a {
	position: relative;
	color: var(--white-color);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}

.project-section .content h5 a:hover {
	color: var(--main-color)
}

.project-section .content .category {
	position: relative;
	font-weight: 500;
	letter-spacing: 2px;
	color: var(--white-color);
	text-transform: uppercase;
	font-size: var(--font-14);
	margin-top: var(--margin-top-20)
}

.project-section .content .arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 65px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-size: var(--font-24);
	color: var(--white-color);
	font-family: "Flaticon";
	background-color: var(--main-color);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}

.project-section .content .arrow:hover {
	color: var(--main-color);
	background-color: var(--white-color)
}

.products-section {
	position: relative;
	overflow: hidden;
	padding: 100px 0 100px;
	background-color: var(--color-fourteen)
}

.products-section .sec-title {
	margin-bottom: var(--margin-bottom-60)
}

.products-section .pattern-layer {
	position: absolute;
	left: 12%;
	top: 0%;
	width: 404px;
	height: 393px;
	background-repeat: no-repeat
}

.products-section .pattern-layer-two {
	position: absolute;
	right: 8%;
	top: 8%;
	width: 86px;
	height: 142px;
	background-repeat: no-repeat
}

.products-section .pattern-layer-three {
	position: absolute;
	left: 1%;
	bottom: 10%;
	width: 212px;
	height: 196px;
	background-repeat: no-repeat
}

.products-section .pattern-layer-four {
	position: absolute;
	right: -10px;
	top: 25%;
	width: 320px;
	height: 312px;
	background-repeat: no-repeat
}

.products-section .pattern-layer-five {
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 359px;
	height: 505px;
	background-repeat: no-repeat
}

.products-section .owl-nav .owl-prev {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-size: var(--font-18);
	color: var(--white-color);
	font-family: "Flaticon";
	border-radius: 5px;
	text-align: center;
	margin-left: var(--margin-left-10);
	background-color: var(--color-thirtyone);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.products-section .owl-nav .owl-next {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-size: var(--font-18);
	color: var(--white-color);
	font-family: "Flaticon";
	border-radius: 5px;
	text-align: center;
	margin-left: var(--margin-left-10);
	background-color: var(--color-thirtyone);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.products-section .owl-nav .owl-next:hover {
	background-color: #BC2228
}

.products-section .owl-nav .owl-prev:hover {
	background-color: #BC2228
}

.products-section .owl-nav {
	position: absolute;
	left: 50%;
	width: 100%;
	z-index: 1;
	max-width: 100px;
	transform: translateX(-50%)
}

.products-section .owl-dots {
	position: relative;
	display: block;
	text-align: center;
	counter-reset: slides-num;
	margin-top: var(--margin-top-15)
}

.products-section .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	vertical-align: top;
	counter-increment: slides-num
}

.products-section .owl-dots .owl-dot span {
	position: relative;
	content: "0" counter(slides-num) "";
	display: block;
	font-size: var(--font-16);
	font-weight: 700;
	margin: 0 10px;
	color: var(--black-color);
	padding-bottom: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: var(--font-family-Roboto)
}

.products-section .owl-dots .owl-dot span:after {
	position: absolute;
	content: '/';
	right: -14px;
	top: 0;
	opacity: 0;
	font-size: var(--font-14);
	color: var(--black-color);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.products-section .owl-dots .owl-dot:hover span:after,
.products-section .owl-dots .owl-dot.active span:after {
	opacity: 1
}

.products-section .owl-dots .owl-dot span:before {
	position: relative;
	content: "0" counter(slides-num) ""
}

.products-section .owl-dots .owl-dot:hover span,
.products-section .owl-dots .owl-dot.active span {
	color: var(--main-color);
	opacity: 1
}

.products-section .owl-dots .owl-dot:last-child span::after {
	display: none
}

.products-section .owl-carousel .owl-stage-outer {
	padding: 15px 0 0
}

.product-block {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.product-block .inner-box {
	position: relative;
	text-align: center
}

.product-block .inner-box .color-layer {
	position: absolute;
	left: 0;
	top: 90px;
	right: 0;
	bottom: 25px;
	border-radius: 7px;
	background-color: var(--white-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.product-block .inner-box .color-layer:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	border-radius: 7px;
	transform: scale(.3, 1);
	background-color: #BC2228;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.product-block .inner-box:hover .color-layer:before {
	transform: scale(1, 1);
	opacity: 1
}

.product-block .inner-box .image-box {
	position: relative;
	display: inline-block
}

.product-block .inner-box .image-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	border-radius: 50%;
	background-color: var(--main-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.product-block .inner-box:hover .image-box:before {
	transform: translateY(-15px);
	opacity: 1
}

.product-block .inner-box .image {
	position: relative;
	width: 190px;
	height: 190px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	background-color: var(--white-color);
	box-shadow: 0 10px 15px rgb(0 0 0 / .1)
}

.product-block .inner-box h5 {
	font-weight: 700;
	line-height: 34px;
	font-size: var(--font-22);
	margin-top: var(--margin-top-20)
}

.product-block .inner-box h5 a {
	position: relative;
	color: var(--black-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.product-block .inner-box:hover h5 a {
	color: var(--white-color)
}

.product-block .inner-box:hover .text {
	color: var(--white-color)
}

.product-block .inner-box .lower-box {
	position: relative;
	margin: 0 25px;
	padding-top: var(--padding-top-20);
	border-top: 1px solid var(--color-fifteen);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.product-block .inner-box:hover .lower-box {
	border-color: rgb(255 255 255 / .15)
}

.product-block .inner-box .price {
	position: relative;
	font-weight: 700;
	font-size: var(--font-16);
	color: var(--black-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.product-block .inner-box .price span {
	position: relative;
	color: var(--color-seventeen);
	text-decoration: line-through;
	margin-right: var(--margin-right-5)
}

.product-block .inner-box:hover .price {
	color: var(--white-color)
}

.product-block .inner-box .rating {
	position: relative;
	font-size: var(--font-16);
	color: var(--color-sixteen)
}

.product-block .inner-box .btn-box {
	margin-top: var(--margin-top-25)
}

.product-block .inner-box .read-more {
	position: relative;
	padding: 16px 26px 14px;
	border-radius: 4px;
	font-weight: 700;
	display: inline-block;
	font-size: var(--font-14);
	color: var(--white-color);
	text-transform: uppercase;
	background-color: var(--main-color);
	font-family: var(--font-family-Roboto)
}

.product-block .inner-box .read-more span {
	position: relative;
	top: -1px;
	font-family: "Flaticon";
	font-size: var(--font-10);
	margin-left: var(--margin-left-5)
}

.team-section {
	position: relative;
	overflow: hidden;
	padding: 90px 0;
	background-color: #f9f9f9
}

.team-section .owl-carousel .owl-stage-outer {
	padding: 0 0 65px
}

.team-section .owl-theme .team-block {
	margin: 0 15px
}

.team-section .owl-carousel {
	margin: 0 -15px;
	width: auto
}

.team-section .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	font-family: "Flaticon";
	font-size: var(--font-20)
}

.team-section .owl-nav .owl-next {
	position: absolute;
	right: 0;
	font-family: "Flaticon";
	font-size: var(--font-20)
}

.team-section .owl-nav {
	position: absolute;
	right: 0;
	top: -80px;
	width: 100%;
	z-index: 10;
	max-width: 140px;
	margin-left: -70px
}

.team-section .owl-dots {
	position: absolute;
	right: 30px;
	top: -95px;
	z-index: 10;
	display: block;
	text-align: center;
	counter-reset: slides-num;
	margin-top: var(--margin-top-15)
}

.team-section .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	vertical-align: top;
	counter-increment: slides-num
}

.team-section .owl-dots .owl-dot span {
	position: relative;
	content: "0" counter(slides-num) "";
	display: block;
	font-size: var(--font-16);
	font-weight: 700;
	margin: 0 10px;
	color: var(--black-color);
	padding-bottom: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: var(--font-family-Roboto)
}

.team-section .owl-dots .owl-dot span:after {
	position: absolute;
	content: '/';
	right: -14px;
	top: 0;
	opacity: 0;
	font-size: var(--font-14);
	color: var(--black-color);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.team-section .owl-dots .owl-dot:hover span:after,
.team-section .owl-dots .owl-dot.active span:after {
	opacity: 1
}

.team-section .owl-dots .owl-dot span:before {
	position: relative;
	content: "0" counter(slides-num) ""
}

.team-section .owl-dots .owl-dot:hover span,
.team-section .owl-dots .owl-dot.active span {
	color: var(--main-color);
	opacity: 1
}

.team-section .owl-dots .owl-dot:last-child span::after {
	display: none
}

.team-block {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.team-block .inner-box {
	position: relative
}

.team-block .inner-box .image {
	position: relative
}

.team-block .inner-box .image::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	right: 0;
	height: 50%;
	z-index: 1;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background-image: -ms-linear-gradient(top, #fff0 0%, #fa4318 100%);
	background-image: -moz-linear-gradient(top, #fff0 0%, #fa4318 100%);
	background-image: -o-linear-gradient(top, #fff0 0%, #fa4318 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff0), color-stop(100, #fa4318));
	background-image: -webkit-linear-gradient(top, #fff0 0%, #fa4318 100%);
	background-image: linear-gradient(to bottom, #fff0 0%, #fa4318 100%)
}

.team-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	filter: grayscale(100%);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 0 100%, 0% 50%)
}

.team-block .inner-box:hover .image img {
	filter: grayscale(0%)
}

.team-block .inner-box .image .social-box {
	position: absolute;
	left: -15px;
	top: 30px;
	width: 32px
}

.team-block .inner-box .image .social-box a {
	position: relative;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	color: var(--white-color);
	background-color: var(--main-color);
	margin-bottom: var(--margin-bottom-10)
}

.team-block .inner-box .image .social-box a:hover {
	color: var(--main-color);
	background-color: var(--white-color);
	box-shadow: 0 0 10px rgb(0 0 0 / .1)
}

.team-block .inner-box .lower-content {
	position: relative;
	text-align: center;
	margin-top: -25px;
	z-index: 1;
	padding-top: var(--padding-top-25)
}

.team-block .inner-box .lower-content .gear-icon {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 101px;
	height: 97px;
	background: url(../images/icons/gear.png);
	background-repeat: no-repeat;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.team-block .inner-box:hover .lower-content .gear-icon {
	opacity: 1
}

.team-block .inner-box .lower-content:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 25px;
	background-color: var(--white-color);
	border: 1px solid var(--color-eightteen);
	clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 0 100%, 0% 50%);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.team-block .inner-box:hover .lower-content:before {
	bottom: -35px;
	border-color: var(--color-nineteen);
	background-color: var(--color-nineteen)
}

.team-block .inner-box .lower-content:after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	border-bottom: 17px solid var(--color-six);
	border-right: 31px solid #fff0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.team-block .inner-box:hover .lower-content:after {
	border-bottom: 22px solid var(--color-six)
}

.team-block .inner-box h5 {
	font-size: var(--font-22)
}

.team-block .inner-box h5 a {
	position: relative;
	color: var(--black-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.team-block .inner-box:hover .list li,
.team-block .inner-box:hover .designation,
.team-block .inner-box:hover h5 a {
	color: var(--white-color)
}

.team-block .inner-box .designation {
	position: relative;
	font-weight: 500;
	color: var(--main-color);
	font-size: var(--font-15);
	margin-top: var(--margin-top-5);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.team-block .inner-box .middle-content {
	position: relative
}

.team-block .inner-box .list {
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	margin-top: var(--margin-top-15);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.team-block .inner-box .list li {
	position: relative;
	display: inline-block;
	color: var(--black-color);
	font-size: var(--font-16);
	padding-left: var(--padding-left-25);
	margin-bottom: var(--margin-bottom-5);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.team-block .inner-box .list li .icon {
	position: absolute;
	left: 0;
	color: var(--main-color);
	font-family: "Flaticon";
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.team-block .inner-box .btn-box {
	position: relative;
	text-align: center;
	margin-top: var(--margin-top-25);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.team-block .inner-box:hover .list {
	opacity: 1
}

.team-block .inner-box:hover .btn-box {
	transform: translateY(60px)
}

.team-block .inner-box .btn-box .read-more {
	position: relative;
	padding: 16px 26px 14px;
	border-radius: 4px;
	font-weight: 700;
	display: inline-block;
	font-size: var(--font-14);
	color: var(--white-color);
	text-transform: uppercase;
	background-color: var(--main-color);
	font-family: var(--font-family-Roboto);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.team-block .inner-box .btn-box .read-more span {
	position: relative;
	top: -1px;
	font-family: "Flaticon";
	font-size: var(--font-10);
	margin-left: var(--margin-left-5)
}

.cta-section {
	position: relative;
	text-align: center;
	z-index: 1;
	padding: 100px 0 120px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.cta-section .gradient-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 40%;
	bottom: 0;
	opacity: .8;
	background: var(--main-color);
	background: -webkit-linear-gradient(to right, var(--main-color) 0%, #fff0 100%);
	background: -moz-linear-gradient(to right, var(--main-color) 0%, #fff0 100%);
	background: linear-gradient(to right, var(--main-color) 0%, #fff0 100%)
}

.cta-section .pattern-layer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 113px;
	height: 215px;
	z-index: 1
}

.cta-section .pattern-layer-two {
	position: absolute;
	right: 60px;
	top: 80px;
	width: 86px;
	height: 142px
}

.cta-section:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
	background-color: var(--main-color)
}

.cta-section .icon {
	position: relative
}

.cta-section h2 {
	line-height: 72px;
	font-size: var(--font-60);
	color: var(--white-color);
	margin-top: var(--margin-top-30);
	margin-bottom: var(--margin-bottom-40);
	font-family: var(--font-family-Roboto)
}

.news-section {
	position: relative;
	overflow: hidden;
	padding: 130px 0 100px;
	background-color: var(--color-fourteen)
}

.news-section .pattern-layer {
	position: absolute;
	left: 12%;
	top: 0%;
	width: 404px;
	height: 393px;
	background-repeat: no-repeat
}

.news-section .pattern-layer-two {
	position: absolute;
	right: 8%;
	top: 8%;
	width: 86px;
	height: 142px;
	background-repeat: no-repeat
}

.news-section .pattern-layer-three {
	position: absolute;
	left: 1%;
	bottom: 10%;
	width: 212px;
	height: 196px;
	background-repeat: no-repeat
}

.news-section .pattern-layer-four {
	position: absolute;
	right: -10px;
	top: 25%;
	width: 320px;
	height: 312px;
	background-repeat: no-repeat
}

.news-section .pattern-layer-five {
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 359px;
	height: 505px;
	background-repeat: no-repeat
}

.news-section .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	font-family: "Flaticon";
	font-size: var(--font-20)
}

.news-section .owl-nav .owl-next {
	position: absolute;
	right: 0;
	font-family: "Flaticon";
	font-size: var(--font-20)
}

.news-section .owl-nav {
	position: absolute;
	right: 0;
	top: -80px;
	width: 100%;
	z-index: 1;
	max-width: 140px;
	margin-left: -70px
}

.news-section .owl-dots {
	position: absolute;
	right: 30px;
	top: -95px;
	display: block;
	text-align: center;
	counter-reset: slides-num;
	margin-top: var(--margin-top-15)
}

.news-section .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	vertical-align: top;
	counter-increment: slides-num
}

.news-section .owl-dots .owl-dot span {
	position: relative;
	content: "0" counter(slides-num) "";
	display: block;
	font-size: var(--font-16);
	font-weight: 700;
	margin: 0 10px;
	color: var(--black-color);
	padding-bottom: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: var(--font-family-Roboto)
}

.news-section .owl-dots .owl-dot span:after {
	position: absolute;
	content: '/';
	right: -14px;
	top: 0;
	opacity: 0;
	font-size: var(--font-14);
	color: var(--black-color);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.news-section .owl-dots .owl-dot:hover span:after,
.news-section .owl-dots .owl-dot.active span:after {
	opacity: 1
}

.news-section .owl-dots .owl-dot span:before {
	position: relative;
	content: "0" counter(slides-num) ""
}

.news-section .owl-dots .owl-dot:hover span,
.news-section .owl-dots .owl-dot.active span {
	color: var(--main-color);
	opacity: 1
}

.news-section .owl-dots .owl-dot:last-child span::after {
	display: none
}

.news-block {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.news-block .inner-box {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 10px 15px rgb(0 0 0 / .1)
}

.news-block .inner-box .image {
	position: relative
}

.news-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block
}

.news-block .inner-box .category {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
	padding: 6px 12px;
	font-weight: 600;
	border-radius: 3px;
	display: inline-block;
	color: var(--white-color);
	text-transform: uppercase;
	background-color: var(--main-color);
	font-family: var(--font-family-Roboto)
}

.news-block .inner-box .overlay-box {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.news-block .inner-box:hover .overlay-box {
	bottom: -150px
}

.news-block .inner-box .overlay-box .content {
	position: relative;
	padding: 25px 25px 20px;
	background-color: var(--white-color)
}

.news-block .inner-box .overlay-box h5 {
	font-weight: 700;
	line-height: 28px;
	margin-top: var(--black-color);
	margin-top: var(--margin-top-10)
}

.news-block .inner-box .post-meta {
	position: relative
}

.news-block .inner-box .post-meta li {
	position: relative;
	font-weight: 500;
	display: inline-block;
	color: var(--color-five);
	font-size: var(--font-16);
	margin-right: var(--margin-right-10);
	padding-left: var(--padding-left-25)
}

.news-block .inner-box .post-meta li:last-child {
	margin-right: var(--margin-zero)
}

.news-block .inner-box .post-meta li .icon {
	position: absolute;
	left: 0;
	top: 0;
	font-size: var(--font-16);
	color: var(--black-color);
	font-family: "Flaticon"
}

.news-block .inner-box .overlay-box .title {
	position: relative;
	display: block;
	font-size: var(--font-15);
	margin-top: var(--margin-top-5)
}

.news-block .inner-box:hover .overlay-box-two {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center
}

.news-block .inner-box .overlay-box-two {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}

.news-block .inner-box .overlay-box-two .image-layer {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 30px;
	bottom: 0;
	filter: blur(10px);
	-webkit-filter: blur(10px)
}

.news-block .inner-box .overlay-box-two .post-date {
	position: absolute;
	right: 0;
	top: 0;
	width: 73px;
	height: 76px;
	line-height: 24px;
	text-align: center;
	font-weight: 700;
	padding-top: var(--padding-top-15);
	font-size: var(--font-16);
	color: var(--white-color);
	font-family: var(--font-family-Roboto);
	background-color: var(--main-color)
}

.news-block .inner-box .overlay-box-two .post-date:after {
	position: absolute;
	content: '';
	right: 0;
	bottom: -18px;
	border-top: 18px solid var(--color-twenty);
	border-right: 30px solid #fff0
}

.news-block .inner-box .overlay-box-two .overlay-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 30px
}

.news-block .inner-box .overlay-box-two .overlay-inner .overlay-content {
	position: relative;
	display: table-cell;
	vertical-align: middle
}

.news-block .inner-box .overlay-box-two h5 {
	line-height: 30px;
	font-size: var(--font-22)
}

.news-block .inner-box .overlay-box-two h5 a {
	position: relative;
	color: var(--white-color);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.news-block .inner-box .overlay-box-two h5 a:hover {
	color: var(--main-color)
}

.news-block .inner-box .overlay-box-two .text {
	line-height: 30px;
	max-width: 280px;
	color: var(--white-color);
	margin-top: var(--margin-top-15);
	margin-bottom: var(--margin-bottom-20)
}

.news-block .inner-box .overlay-box-two .read-more {
	position: relative;
	padding: 14px 22px;
	border-radius: 4px;
	font-weight: 700;
	display: inline-block;
	font-size: var(--font-14);
	color: var(--white-color);
	text-transform: uppercase;
	background-color: var(--main-color);
	font-family: var(--font-family-Roboto)
}

.news-block .inner-box .overlay-box-two .read-more span {
	position: relative;
	top: 1px;
	font-family: "Flaticon";
	font-size: var(--font-12);
	margin-left: var(--margin-left-5)
}

.main-footer {
	position: relative;
	z-index: 10;
	padding: 50px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f5f5f5
}

.main-footer .footer-widget {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.main-footer .widgets-section {
	position: relative;
	padding-bottom: var(--padding-bottom-30)
}

.main-footer .logo-widget {
	position: relative
}

.main-footer .logo-widget .logo {
	position: relative;
	margin-bottom: 25px
}

.main-footer .logo-widget .text {
	line-height: 1.8em;
	color: #000;
	margin-bottom: var(--margin-bottom-30);
	width: 60%;
	text-align: justify
}

.main-footer .logo-widget .about-btn {
	position: relative;
	padding: 11px 27px;
	font-weight: 700;
	margin-top: 0;
	border-radius: 5px;
	display: inline-block;
	font-size: var(--font-14);
	text-transform: uppercase;
	color: var(--white-color);
	background-color: var(--main-color)
}

.main-footer .footer-widget h4 {
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #000;
	text-transform: capitalize;
	padding-bottom: var(--padding-bottom-20)
}

.main-footer .footer-widget h4:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background-color: var(--color-fourtytwo)
}

.main-footer .newsletter-widget .text {
	line-height: 1.8em;
	color: var(--color-twentytwo);
	margin-bottom: var(--margin-bottom-30)
}

.main-footer .email-box {
	position: relative;
	margin-bottom: 22px
}

.main-footer .email-box .form-group {
	position: relative;
	margin: 0;
	width: 100%;
	max-width: 100%
}

.main-footer .email-box .form-group input[type="text"],
.main-footer .email-box .form-group input[type="email"] {
	position: relative;
	line-height: 43px;
	padding: 10px 55px 10px 25px;
	background-color: rgb(255 255 255 / .2);
	display: block;
	font-size: 14px;
	height: 50px;
	width: 100%;
	border-radius: 0;
	box-shadow: inherit;
	color: var(--white-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.main-footer .email-box .form-group input::placeholder,
.main-footer .email-box .form-group textarea::placeholder {
	color: #fff
}

.main-footer .email-box .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 64px;
	display: block;
	cursor: pointer;
	line-height: 100%;
	font-weight: 400;
	text-align: center;
	color: var(--white-color);
	font-size: var(--font-18);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: "Flaticon";
	background-color: var(--main-color)
}

.main-footer .email-box .form-group button:hover {
	color: #fff
}

.newsletter-widget .social-box {
	position: relative
}

.newsletter-widget .social-box li {
	position: relative;
	margin-right: 15px;
	display: inline-block
}

.newsletter-widget .social-box li a {
	position: relative;
	color: #000;
	font-size: var(--font-18);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.newsletter-widget .social-box li a:hover {
	color: var(--main-color)
}

.main-footer .contact-widget .contact-list {
	position: relative
}

.main-footer .contact-widget .contact-list li {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	position: relative;
	line-height: 1.8em;
	font-size: var(--font-16);
	color: #000;
	margin-bottom: 10px;
	padding-left: 0
}

.main-footer .contact-widget .contact-list li .icon {
	position: relative;
	top: 5px;
	flex-shrink: 0;
	width: 25px;
	text-align: center;
	color: var(--main-color)
}

.main-footer .contact-widget .contact-list li:last-child {
	margin-bottom: 0
}

.main-footer .contact-widget .timing {
	position: relative;
	line-height: 1.8em;
	font-size: var(--font-15);
	color: var(--color-twentytwo);
	margin-top: var(--margin-top-20)
}

.main-footer .contact-widget .timing strong {
	position: relative;
	font-weight: 700;
	display: block;
	color: #000;
	text-decoration: underline;
	margin-bottom: var(--margin-bottom-10)
}

.main-footer .instagram-widget .images-outer {
	position: relative;
	margin: 0 -3px
}

.main-footer .instagram-widget .image-box {
	position: relative;
	float: left;
	width: 33.333%;
	padding: 0 3px;
	margin-bottom: var(--margin-bottom-5)
}

.main-footer .instagram-widget .image-box img {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-footer .instagram-widget .image-box img:hover {
	opacity: .7
}

.main-footer .footer-bottom {
	position: relative;
	padding: 22px 0;
	text-align: center;
	border-top: 1px solid #000
}

.main-footer .footer-bottom .copyright {
	position: relative;
	font-size: var(--font-15);
	color: #000
}

.main-footer .footer-bottom .copyright a {
	color: var(--color-fourtytwo);
	font-size: var(--font-15)
}

.vertical-lines-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	margin: 0;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
	z-index: 1
}

.vertical-lines {
	position: fixed;
	max-width: 1170px;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 0;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transform: translateX(-50%)
}

.vertical-effect {
	position: relative;
	width: 20%;
	height: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid var(--color-twentythree)
}

.vertical-effect:nth-child(6) {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 2px
}

.vertical-effect::before {
	content: "";
	position: absolute;
	display: block;
	width: 3px;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	-ms-animation-direction: normal;
	-o-animation-direction: normal;
	animation-direction: normal
}

.vertical-effect:first-child::before,
.vertical-effect:nth-child(6)::before,
.vertical-effect:nth-child(5)::before,
.vertical-effect:nth-child(3)::before,
.vertical-effect:nth-child(4)::before,
.vertical-effect:nth-child(5)::before {
	content: "";
	position: absolute;
	left: -2px
}

.vertical-effect:first-child::before {
	top: 0;
	-webkit-animation: raindrop 6s ease-out infinite;
	-moz-animation: raindrop 6s ease-out infinite;
	-ms-animation: raindrop 6s ease-out infinite;
	-o-animation: raindrop 6s ease-out infinite;
	animation: raindrop 6s ease-out infinite;
	background: -webkit-linear-gradient(top, #fff0, #e1e1e1);
	background: -ms-linear-gradient(top, #fff0, #e1e1e1);
	background: linear-gradient(top, #fff0, #e1e1e1)
}

.vertical-effect:nth-child(2)::before {
	bottom: 0;
	-webkit-animation: raindrop-reverse 6s ease-out infinite;
	-moz-animation: raindrop-reverse 6s ease-out infinite;
	-ms-animation: raindrop-reverse 6s ease-out infinite;
	-o-animation: raindrop-reverse 6s ease-out infinite;
	animation: raindrop-reverse 6s ease-out infinite;
	background: -webkit-linear-gradient(top, #e1e1e1, #fff0);
	background: -ms-linear-gradient(top, #e1e1e1, #fff0);
	background: linear-gradient(top, #e1e1e1, #fff0)
}

.vertical-effect:nth-child(3)::before {
	top: 0;
	-webkit-animation: raindrop 12s ease-out infinite;
	-moz-animation: raindrop 12s ease-out infinite;
	-ms-animation: raindrop 12s ease-out infinite;
	-o-animation: raindrop 12s ease-out infinite;
	animation: raindrop 12s ease-out infinite;
	background: -webkit-linear-gradient(top, #fff0, #e1e1e1);
	background: -ms-linear-gradient(top, #fff0, #e1e1e1);
	background: linear-gradient(top, #fff0, #e1e1e1)
}

.vertical-effect:nth-child(4)::before {
	bottom: 0;
	-webkit-animation: raindrop-reverse 6s ease-out infinite;
	-moz-animation: raindrop-reverse 6s ease-out infinite;
	-ms-animation: raindrop-reverse 6s ease-out infinite;
	-o-animation: raindrop-reverse 6s ease-out infinite;
	animation: raindrop-reverse 6s ease-out infinite;
	background: -webkit-linear-gradient(top, #e1e1e1, #fff0);
	background: -ms-linear-gradient(top, #e1e1e1, #fff0);
	background: linear-gradient(top, #e1e1e1, #fff0)
}

.vertical-effect:nth-child(5)::before {
	top: 0;
	-webkit-animation: raindrop 6s ease-out infinite;
	-moz-animation: raindrop 6s ease-out infinite;
	-ms-animation: raindrop 6s ease-out infinite;
	-o-animation: raindrop 6s ease-out infinite;
	animation: raindrop 6s ease-out infinite;
	background: -webkit-linear-gradient(top, #fff0, #e1e1e1);
	background: -ms-linear-gradient(top, #fff0, #e1e1e1);
	background: linear-gradient(top, #fff0, #e1e1e1)
}

.vertical-effect:nth-child(6)::before {
	bottom: 0;
	-webkit-animation: raindrop-reverse 6s ease-out infinite;
	-moz-animation: raindrop-reverse 6s ease-out infinite;
	-ms-animation: raindrop-reverse 6s ease-out infinite;
	-o-animation: raindrop-reverse 6s ease-out infinite;
	animation: raindrop-reverse 6s ease-out infinite;
	background: -webkit-linear-gradient(top, #e1e1e1, #fff0);
	background: -ms-linear-gradient(top, #e1e1e1, #fff0);
	background: linear-gradient(top, #e1e1e1, #fff0)
}

@-webkit-keyframes raindrop {
	0% {
		top: -10%;
		opacity: 0;
		height: 0
	}

	50% {
		opacity: 1
	}

	100% {
		top: 100%;
		height: 35%
	}
}

@-ms-keyframes raindrop {
	0% {
		top: -10%;
		opacity: 0;
		height: 0
	}

	50% {
		opacity: 1
	}

	100% {
		top: 100%;
		height: 35%
	}
}

@keyframes raindrop {
	0% {
		top: -10%;
		opacity: 0;
		height: 0
	}

	50% {
		opacity: 1
	}

	100% {
		top: 100%;
		height: 35%
	}
}

@-webkit-keyframes raindrop-reverse {
	0% {
		bottom: -10%;
		opacity: 0;
		height: 0
	}

	50% {
		opacity: 1
	}

	100% {
		bottom: 100%;
		height: 35%
	}
}

@-ms-keyframes raindrop-reverse {
	0% {
		bottom: -10%;
		opacity: 0;
		height: 0
	}

	50% {
		opacity: 1
	}

	100% {
		bottom: 100%;
		height: 35%
	}
}

@keyframes raindrop-reverse {
	0% {
		bottom: -10%;
		opacity: 0;
		height: 0
	}

	50% {
		opacity: 1
	}

	100% {
		bottom: 100%;
		height: 35%
	}
}

.about-section-two {
	position: relative;
	padding: 0 0 30px;
	background-position: right bottom;
	background-repeat: no-repeat;
	z-index: 4
}

.about-section-two .image-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.about-section-two .image-column .inner-column {
	position: relative;
	padding-right: var(--padding-right-70);
	padding-bottom: var(--padding-bottom-40)
}

.about-section-two .image-column .year-box {
	position: absolute;
	right: 28px;
	top: -70px;
	z-index: 1;
	width: 136px;
	height: 136px;
	border-radius: 5px;
	text-align: center;
	font-weight: var(--font-weight-regular);
	font-size: var(--font-32);
	color: var(--white-color);
	padding-top: var(--padding-top-15);
	background-color: var(--main-color)
}

.about-section-two .image-column .year-box h2 {
	position: relative;
	font-weight: var(--font-weight-regular);
	font-size: var(--font-54);
	color: var(--white-color);
	margin-bottom: var(--margin-bottom-5);
	font-family: var(--font-family-Roboto)
}

.about-section-two .image-column .image {
	position: relative;
	border-radius: 5px;
	overflow: hidden
}

.about-section-two .image-column .image img {
	position: relative;
	width: 100%;
	display: block
}

.about-section-two .image-column .image-two {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 255px;
	border-radius: 5px
}

.about-section-two .content-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.about-section-two .content-column .inner-column {
	position: relative
}

.feature-block-two {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.feature-block-two .inner-box {
	position: relative;
	padding: 0 20px 25px
}

.feature-block-two .inner-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 25px;
	right: 0;
	bottom: 0;
	background-color: var(--color-thirtytwo)
}

.feature-block-two .inner-box .icon {
	position: relative;
	width: 60px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	color: var(--white-color);
	font-family: "Flaticon";
	font-size: var(--font-32);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: var(--main-color)
}

.feature-block-two .inner-box h6 {
	font-weight: 800;
	width: 80%;
	margin-top: var(--margin-top-20);
	color: var(--color-thirtyone)
}

.feature-block-two .inner-box {
	position: relative
}

.feature-block-two .inner-box .text {
	position: relative;
	margin-top: var(--margin-top-10)
}

.cta-section-one {
	position: relative;
	z-index: 1
}

.cta-section-one .inner-container {
	position: relative;
	padding: 60px 35px;
	overflow: hidden;
	background-color: var(--color-twentyseven)
}

.cta-section-one h2 {
	line-height: 50px;
	color: var(--white-color)
}

.cta-section-one .play-box {
	position: relative;
	font-weight: 700;
	float: left;
	font-size: var(--font-16);
	color: var(--white-color);
	margin-top: var(--margin-top-20);
	padding-left: var(--padding-left-90)
}

.cta-section-one .play-box .play-button {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-family: "Flaticon";
	font-size: var(--font-16);
	color: var(--white-color);
	padding-left: var(--padding-left-5);
	background-color: var(--color-twentyeight)
}

.cta-section-one .play-box .play-button:before {
	position: absolute;
	content: '';
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 50px;
	border: 2px dashed var(--white-color)
}

.cta-section-one .play-box strong {
	position: relative;
	display: block;
	font-weight: 700;
	font-size: var(--font-22);
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Roboto)
}

.cta-section-one .button-box {
	position: relative;
	float: left;
	margin-top: var(--margin-top-15);
	margin-left: var(--margin-left-30);
	padding-left: var(--padding-left-30);
	border-left: 2px solid var(--white-color)
}

.cta-section-one .button-box .theme-btn {
	display: block
}

.service-section-three {
	position: relative;
	margin-top: -110px;
	padding: 210px 0 100px;
	background-attachment: fixed;
	background-size: cover
}

.service-section-three .btn-box {
	position: relative;
	margin-top: var(--margin-top-30)
}

.service-section-three:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .8;
	background-color: var(--color-twentynine)
}

.service-block-three {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.service-block-three .inner-box {
	position: relative;
	text-align: center;
	overflow: hidden;
	text-align: left;
	padding: 25px;
	background: #f9f9f9
}

.service-block-three .inner-box .icon-box {
	position: relative;
	display: inline-block
}

.service-block-three .inner-box .icon-box:before {
	position: absolute;
	content: '';
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 50px;
	border: 2px dashed var(--white-color)
}

.service-block-three .inner-box:hover .icon-box .icon {
	background-color: var(--color-thirtyfour);
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms
}

.service-block-three .inner-box .icon-box .icon {
	position: relative;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-36);
	font-family: "Flaticon";
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: var(--color-thirtyone)
}

.service-block-three .inner-box h5 a {
	color: var(--white-color)
}

.service-block-three .inner-box .text {
	color: var(--color-five);
	font-size: var(--font-16);
	margin-top: var(--margin-top-15)
}

.service-block-three .inner-box .plus-icon {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	display: inline-block;
	font-family: "Flaticon";
	color: var(--white-color);
	font-size: var(--font-16);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: var(--color-twentyseven)
}

.service-block-three .inner-box:hover .plus-icon {
	background-color: var(--white-color);
	color: var(--color-twentyeight)
}

.service-block-three .inner-box .color-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.service-block-three .color-one {
	position: absolute;
	left: 0;
	top: 0;
	width: 25%;
	height: 0%;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background-color: var(--color-twentyeight)
}

.service-block-three .inner-box:hover .color-one {
	height: 100%
}

.service-block-three .color-two {
	position: absolute;
	left: 25%;
	top: 0;
	width: 25%;
	height: 0%;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background-color: var(--color-twentyeight)
}

.service-block-three .inner-box:hover .color-two {
	height: 100%;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms
}

.service-block-three .color-three {
	position: absolute;
	left: 50%;
	top: 0;
	width: 25%;
	height: 0%;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background-color: var(--color-twentyeight)
}

.service-block-three .inner-box:hover .color-three {
	height: 100%;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms
}

.service-block-three .color-four {
	position: absolute;
	left: 75%;
	top: 0;
	width: 25%;
	height: 0%;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background-color: var(--color-twentyeight)
}

.service-block-three .inner-box:hover .color-four {
	height: 100%;
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms
}

.team-section-two {
	position: relative;
	overflow: hidden;
	padding: 100px 0 100px
}

.team-section-two .pattern-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 469px;
	height: 699px;
	background-repeat: no-repeat
}

.team-section-two .pattern-layer-two {
	position: absolute;
	right: 0;
	bottom: -100px;
	width: 419px;
	height: 626px;
	background-repeat: no-repeat
}

.team-section-two .sec-title-two .title:before {
	background: url(../images/background/pattern-17.png)
}

.team-section-two .btn-box {
	position: relative;
	margin-top: var(--margin-top-20)
}

.team-block-two {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.team-block-two .inner-box {
	position: relative
}

.team-block-two .inner-box .image {
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 15px rgb(0 0 0 / .1)
}

.team-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block
}

.team-block-two .inner-box .social-box {
	position: absolute;
	right: -120px;
	top: 20px;
	z-index: 1;
	width: 45px;
	text-align: center;
	padding: 20px 15px 18px;
	border-radius: 15px 0 0 15px;
	background-color: var(--color-twentyseven);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.team-block-two .inner-box .social-box a {
	position: relative;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-18);
	margin-bottom: var(--margin-bottom-10);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.team-block-two .inner-box .social-box a:hover {
	color: var(--color-twentyeight)
}

.team-block-two .inner-box .social-box a:last-child {
	margin-bottom: var(--margin-zero)
}

.team-block-two .inner-box:hover .social-box {
	right: 0
}

.team-block-two .inner-box .lower-content {
	position: relative;
	padding-top: var(--padding-top-25)
}

.team-block-two .inner-box h4 a {
	position: relative;
	color: var(--color-thirtyone);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.team-block-two .inner-box:hover h4 a {
	color: var(--color-twentyseven)
}

.team-block-two .inner-box .designation {
	position: relative;
	color: var(--color-eight);
	margin-top: var(--margin-top-10)
}

.team-block-two .inner-box .plus-icon {
	position: absolute;
	right: 0;
	top: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
	font-family: "Flaticon";
	color: var(--white-color);
	font-size: var(--font-16);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: var(--color-twentyseven)
}

.team-block-two .inner-box:hover .plus-icon {
	background-color: var(--color-twentyeight);
	color: var(--white-color)
}

.project-section-two {
	position: relative;
	overflow: hidden;
	padding-bottom: var(--padding-bottom-70)
}

.project-section-two:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	right: 0;
	height: 520px;
	background-color: var(--color-twentyfour)
}

.project-section-two .title-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.project-section-two .title-column .inner-column {
	position: relative
}

.project-section-two .title-column h3 {
	color: var(--white-color);
	margin-top: var(--margin-top-100)
}

.project-section-two .title-column .text {
	color: var(--white-color);
	font-weight: 500;
	line-height: 30px;
	font-size: var(--font-16);
	margin-top: var(--margin-top-25);
	margin-bottom: var(--margin-bottom-40)
}

.project-section-two .carousel-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.project-section-two .carousel-column .inner-column {
	position: relative
}

.project-section-two .carousel-column .inner-column:before {
	position: absolute;
	content: '';
	right: -30px;
	bottom: 35px;
	width: 70px;
	height: 70px;
	border-radius: 50px;
	background-color: var(--color-twentyeight)
}

.project-section-two .carousel-column .owl-nav {
	display: none
}

.project-section-two .carousel-column .owl-dots {
	position: relative;
	text-align: center;
	margin-top: var(--margin-top-40)
}

.project-section-two .carousel-column .owl-dots .owl-dot {
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50px;
	display: inline-block;
	background-color: var(--white-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.project-section-two .carousel-column .owl-dots .owl-dot:hover,
.project-section-two .carousel-column .owl-dots .owl-dot.active {
	width: 40px;
	background-color: var(--color-twentyeight)
}

.faq-section {
	position: relative;
	padding: 100px 0 70px
}

.faq-section .title-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.faq-section .title-column .inner-column {
	position: relative
}

.faq-section .sec-title-two .title:before {
	background: url(../images/background/pattern-20.png) center center no-repeat
}

.faq-section .title-column .image {
	position: relative;
	border-radius: 8px;
	overflow: hidden
}

.faq-section .title-column .image img {
	position: relative;
	width: 100%;
	display: block
}

.faq-section .accordion-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.faq-section .accordion-column .inner-column {
	position: relative
}

.faq-section .accordion-column .upper-text {
	position: relative;
	line-height: 28px;
	font-size: var(--font-16);
	color: var(--color-eight);
	margin-top: var(--margin-top-70);
	margin-bottom: var(--margin-bottom-50)
}

.accordion-box {
	position: relative
}

.accordion-box .block {
	position: relative;
	background-color: var(--white-color);
	margin-bottom: var(--margin-bottom-20);
	border: 1px solid var(--color-thirtysix)
}

.accordion-box .block .acc-btn {
	font-size: var(--font-20);
	padding-right: 40px;
	position: relative;
	cursor: pointer;
	line-height: 30px;
	font-weight: 700;
	padding: 14px 25px;
	text-transform: capitalize;
	color: var(--color-thirtyone);
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	font-family: var(--font-family-Roboto)
}

.accordion-box .block .icon-outer {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: var(--font-18);
	color: var(--color-thirtyone);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.accordion-box .block .icon-outer .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: var(--font-18);
	color: var(--main-color-two);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.accordion-box .block .icon-outer .icon-plus {
	opacity: 1
}

.accordion-box .block .icon-outer .icon-minus {
	opacity: 0;
	font-weight: 400;
	color: var(--main-color-two)
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
	opacity: 1;
	color: var(--white-color)
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
	opacity: 0
}

.accordion-box .block .acc-btn.active {
	color: var(--white-color);
	border: 1px solid var(--main-color);
	background-color: var(--main-color)
}

.accordion-box .block .acc-content {
	position: relative;
	display: none
}

.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px
}

.accordion-box .block .acc-content.current {
	display: block
}

.accordion-box .block .content {
	position: relative;
	padding: 25px
}

.accordion-box .block .content .text p {
	margin-bottom: 0;
	color: var(--dark-color)
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0
}

.accordion-box .active-block {
	border: 1px solid var(--main-color)
}

.testimonial-section {
	position: relative;
	padding: 110px 0 70px;
	background-attachment: fixed;
	background-size: cover
}

.testimonial-section:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .9;
	background-color: var(--color-thirtytwo)
}

.testimonial-section .counter-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.testimonial-section .counter-column .inner-column {
	position: relative
}

.testimonial-section .counter-column .sec-title-two .title:before {
	background: url(../images/background/pattern-21.png)
}

.testimonial-section .counter-block {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.testimonial-section .counter-block .inner-block {
	position: relative;
	padding: 33px 25px;
	border-radius: 6px;
	overflow: hidden;
	background-color: var(--white-color);
	box-shadow: 0 0 15px rgb(0 0 0 / .1)
}

.testimonial-section .counter-block .icon-box {
	position: absolute;
	right: -20px;
	top: -20px;
	font-size: var(--font-30)
}

.testimonial-section .counter-block .icon-box:before {
	position: absolute;
	content: '';
	left: -15px;
	top: -5px;
	width: 100px;
	height: 100px;
	opacity: .1;
	border-radius: 50%;
	background-color: var(--color-twentyeight)
}

.testimonial-section .counter-block h3 {
	color: var(--color-thirtyone);
	font-size: var(--font-36);
	font-weight: 800
}

.testimonial-section .counter-block .counter-text {
	position: relative;
	font-weight: 500;
	font-size: var(--font-18);
	color: var(--color-thirtyseven);
	margin-top: var(--margin-top-5)
}

.testimonial-section .counter-block .icon-box .icon {
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	line-height: 92px;
	display: inline-block;
	font-family: "Flaticon";
	color: var(--white-color);
	padding-left: var(--padding-left-20);
	background-color: var(--color-twentyeight)
}

.testimonial-section .carousel-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.testimonial-section .carousel-column .inner-column {
	position: relative
}

.testimonial-section .carousel-column .single-verticle-carousel .slick-arrow {
	display: none !important
}

.testimonial-section .carousel-column .single-verticle-carousel .slick-dots {
	position: absolute;
	left: -25px;
	top: 0
}

.testimonial-section .carousel-column .single-verticle-carousel .slick-dots li button {
	position: relative;
	width: 8px;
	height: 16px;
	font-size: 0;
	margin: 5px 0;
	cursor: pointer;
	border-radius: 20px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: var(--color-twentyseven)
}

.single-verticle-carousel .slick-dots li.slick-active button {
	height: 40px !important;
	background-color: var(--color-twentyeight) !important
}

.testimonial-block {
	position: relative;
	margin-bottom: var(--margin-bottom-20)
}

.testimonial-block .inner-box {
	position: relative;
	padding: 25px 25px;
	border-radius: 4px;
	background-color: var(--white-color);
	box-shadow: 0 0 5px rgb(0 0 0 / .1)
}

.testimonial-block .inner-box .author-image {
	position: absolute;
	right: 40px;
	width: 86px;
	height: 86px;
	border-radius: 50px
}

.testimonial-block .inner-box .author-image:before {
	position: absolute;
	content: '';
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 50%;
	border: 2px dashed var(--color-twentyseven)
}

.testimonial-block .inner-box .author-image img {
	position: relative;
	width: 86px;
	height: 86px;
	overflow: hidden;
	border-radius: 50px
}

.testimonial-block .inner-box .quote {
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-family: "Flaticon";
	font-size: var(--font-18);
	color: var(--color-twentyseven);
	background-color: rgba(var(--color-twentyseven-rgb), .2)
}

.testimonial-block .inner-box .text {
	position: relative;
	font-weight: 500;
	line-height: 30px;
	padding-right: 140px;
	color: var(--color-five);
	margin-top: var(--margin-top-20);
	margin-bottom: var(--margin-bottom-15)
}

.testimonial-block .inner-box h4 {
	font-weight: 700;
	color: var(--color-thirtyone)
}

.testimonial-block .inner-box .rating {
	position: relative;
	font-weight: 700;
	font-size: var(--font-16);
	color: var(--color-thirtyone);
	margin-top: var(--margin-top-5);
	font-family: var(--font-family-Roboto)
}

.testimonial-block .inner-box .rating span {
	position: relative;
	margin-left: 2px;
	font-size: var(--font-18);
	color: var(--color-thirtyeight)
}

.news-section-two {
	position: relative;
	overflow: hidden;
	padding: 60px 0 50px
}

.news-section-two .owl-dots {
	display: none
}

.news-section-two .owl-nav {
	position: absolute;
	right: 20px;
	top: -70px
}

.news-section-two .owl-nav .owl-prev,
.news-section-two .owl-nav .owl-next {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-size: var(--font-18);
	color: var(--white-color);
	font-family: "Flaticon";
	border-radius: 5px;
	text-align: center;
	margin-left: var(--margin-left-10);
	background-color: var(--color-thirtyone);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.news-section-two .owl-nav .owl-prev:hover,
.news-section-two .owl-nav .owl-next:hover {
	background-color: var(--color-twentyeight)
}

.news-section-two .sec-title-two {
	margin-bottom: var(--margin-bottom-20)
}

.news-section-two .sec-title-two .title:before {
	background: url(../images/background/pattern-22.png) no-repeat
}

.news-section-two .owl-carousel .owl-stage-outer {
	padding: 20px 0 20px
}

.news-section-two .owl-theme .news-block-two {
	margin: 0 15px
}

.news-section-two .owl-carousel {
	margin: 0 -15px;
	width: auto
}

.news-block-two {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.news-block-two .inner-box {
	position: relative;
	padding: 15px 15px 30px;
	box-shadow: 0 0 15px rgb(0 0 0 / .1)
}

.news-block-two .inner-box .image {
	position: relative;
	overflow: hidden;
	background-color: var(--color-twentyseven)
}

.news-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.news-block-two .inner-box:hover .image img {
	opacity: .8;
	transform: scale(1.05, 1.05)
}

.news-block-two .inner-box .lower-content {
	position: relative;
	padding-top: var(--padding-top-20)
}

.news-block-two .post-date {
	position: relative;
	font-weight: 500;
	padding: 10px 12px 8px;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--main-color);
	align-self: flex-start;
	border-left: 1px solid rgb(0 0 0 / .08)
}

.news-block-two .admin {
	position: relative;
	font-weight: 500;
	padding: 10px 12px 8px;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--main-color);
	align-self: flex-start
}

.news-block-two .inner-box h4 {
	font-weight: 800;
	font-size: var(--font-20);
	margin-top: var(--margin-top-10);
	height: 50px
}

.news-block-two .inner-box h4 a {
	position: relative;
	color: var(--main-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.news-block-two .inner-box .plus-icon {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	font-family: "Flaticon";
	color: var(--white-color);
	font-size: var(--font-16);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	margin-top: var(--margin-top-20);
	background-color: var(--main-color)
}

.info-section {
	position: relative;
	z-index: 10
}

.info-section .inner-container {
	position: relative;
	border-radius: 4px;
	background-color: var(--color-twentyseven)
}

.info-section .info-block {
	position: relative;
	padding: 0 0;
	float: left
}

.info-section .info-block .inner-box {
	position: relative;
	padding: 30px 25px
}

.info-section .info-block:nth-child(2) .inner-box {
	background-color: var(--color-twentyeight)
}

.info-section .info-block:nth-child(2) .inner-box .icon {
	background-color: rgba(var(--white-color-rgb), .2)
}

.info-section .info-block .content {
	position: relative;
	padding-left: var(--padding-left-80)
}

.info-section .info-block .inner-box:hover .content .icon {
	transform: rotateY(180deg)
}

.info-section .info-block .content .icon {
	position: absolute;
	left: 0;
	top: 5px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
	text-align: center;
	color: var(--white-color);
	font-family: "Flaticon";
	font-size: var(--font-30);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: rgba(var(--white-color-rgb), .1)
}

.info-section .info-block strong {
	position: relative;
	font-weight: 800;
	font-size: var(--font-22);
	color: var(--white-color);
	font-family: var(--font-family-Roboto)
}

.info-section .info-block .content .text {
	position: relative;
	line-height: 24px;
	margin-right: -15px;
	font-size: var(--font-15);
	color: var(--white-color);
	margin-top: var(--margin-top-10)
}

.footer-style-two {
	position: relative;
	margin-top: -70px;
	padding: 160px 0 0
}

.footer-style-two .pattern-layer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 317px;
	height: 619px;
	background-repeat: no-repeat
}

.footer-style-two .pattern-layer-two {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 284px;
	height: 613px;
	background-repeat: no-repeat
}

.footer-style-two .footer-widget {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.footer-style-two .widgets-section {
	position: relative;
	padding-bottom: var(--padding-bottom-60)
}

.footer-style-two .logo-widget {
	position: relative
}

.footer-style-two .logo-widget .logo {
	position: relative;
	margin-bottom: 25px
}

.footer-style-two .logo-widget .text {
	line-height: 1.8em;
	color: var(--white-color);
	margin-bottom: var(--margin-bottom-30)
}

.footer-style-two .footer-widget h5 {
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 30px;
	color: var(--white-color);
	text-transform: capitalize;
	padding-bottom: var(--padding-bottom-20)
}

.footer-style-two .newsletter-widget .text {
	line-height: 1.8em;
	color: var(--color-twentytwo);
	margin-bottom: var(--margin-bottom-30)
}

.footer-style-two .news-widget .post {
	position: relative;
	padding-left: var(--padding-left-80);
	margin-bottom: var(--margin-bottom-15)
}

.footer-style-two .news-widget .post .thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 63px;
	overflow: hidden;
	border-radius: 4px
}

.footer-style-two .news-widget .post .date {
	position: relative;
	font-weight: 500;
	font-size: var(--font-14);
	color: var(--color-twentyeight);
	padding-left: var(--padding-left-25)
}

.footer-style-two .news-widget .post .date:before {
	position: absolute;
	content: "\f183";
	left: 0;
	top: 1px;
	line-height: 1em;
	font-family: "flaticon"
}

.footer-style-two .news-widget .post h6 {
	font-weight: 700;
	line-height: 24px;
	font-size: var(--font-17);
	margin-top: var(--margin-top-5)
}

.footer-style-two .news-widget .post h6 a {
	color: var(--white-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.footer-style-two .news-widget .post h6 a:hover {
	color: var(--color-twentyeight)
}

.footer-style-two .newsletter-widget .text {
	line-height: 1.8em;
	color: var(--white-color);
	margin-bottom: var(--margin-bottom-30)
}

.footer-style-two .newsletter-widget .lower-text {
	line-height: 1.8em;
	color: var(--white-color);
	margin-top: var(--margin-top-30)
}

.footer-style-two .email-box-two {
	position: relative;
	margin-bottom: 22px
}

.footer-style-two .email-box-two .form-group {
	position: relative;
	margin: 0;
	width: 100%;
	max-width: 100%
}

.footer-style-two .email-box-two .form-group input[type="text"],
.footer-style-two .email-box-two .form-group input[type="email"] {
	position: relative;
	line-height: 43px;
	padding: 10px 55px 10px 20px;
	display: block;
	font-size: 14px;
	height: 50px;
	width: 100%;
	border-radius: 5px;
	box-shadow: inherit;
	color: var(--white-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background: none;
	border: 1px solid var(--white-color)
}

.footer-style-two .email-box-two .form-group input::placeholder,
.footer-style-two .email-box-two .form-group textarea::placeholder {
	color: #fff
}

.footer-style-two .email-box-two .form-group button {
	position: absolute;
	right: 8px;
	top: 8px;
	height: 35px;
	width: 35px;
	display: block;
	cursor: pointer;
	line-height: 100%;
	font-weight: 400;
	text-align: center;
	border-radius: 5px;
	color: var(--white-color);
	font-size: var(--font-18);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: "Flaticon";
	background-color: var(--color-twentyseven)
}

.footer-style-two .email-box-two .form-group button:hover {
	color: #fff
}

.footer-style-two .logo-widget .social-box {
	position: relative
}

.footer-style-two .logo-widget .social-box li {
	position: relative;
	display: inline-block;
	margin-right: var(--margin-right-10)
}

.footer-style-two .logo-widget .social-box li a {
	position: relative;
	width: 46px;
	height: 46px;
	color: var(--color-twentyseven);
	font-size: var(--font-20);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	display: inline-block;
	line-height: 46px;
	text-align: center;
	border-radius: 4px;
	background-color: rgba(var(--color-twentyseven-rgb), .15)
}

.footer-style-two .logo-widget .social-box li a:hover {
	color: var(--white-color);
	background-color: rgba(var(--color-twentyseven-rgb), 1)
}

.footer-style-two .contact-widget .contact-list {
	position: relative
}

.footer-style-two .contact-widget .contact-list li {
	position: relative;
	line-height: 1.8em;
	font-weight: 400;
	font-size: var(--font-16);
	color: var(--white-color);
	padding-left: var(--padding-left-70);
	margin-bottom: var(--margin-bottom-20)
}

.footer-style-two .contact-widget .contact-list li .icon {
	position: absolute;
	left: 0;
	top: 4px;
	width: 46px;
	height: 46px;
	color: var(--color-twentyseven);
	font-size: var(--font-20);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	display: inline-block;
	line-height: 46px;
	text-align: center;
	border-radius: 4px;
	font-family: "Flaticon";
	background-color: rgba(var(--color-twentyseven-rgb), .15)
}

.footer-style-two .contact-widget .contact-list li a {
	position: relative;
	font-weight: 700;
	display: block;
	font-size: var(--font-18);
	color: var(--white-color)
}

.footer-style-two .contact-widget .contact-list li:last-child {
	margin-bottom: 0
}

.footer-style-two .footer-bottom {
	position: relative;
	padding: 22px 0;
	text-align: center;
	border-top: 1px solid rgb(255 255 255 / .1)
}

.footer-style-two .footer-bottom .copyright {
	position: relative;
	font-size: var(--font-15);
	color: var(--white-color)
}

.footer-style-two .footer-bottom .copyright a {
	color: var(--color-twentyeight)
}

.footer-style-two .footer-bottom .footer-nav {
	position: relative
}

.footer-style-two .footer-bottom .footer-nav li {
	position: relative;
	display: inline-block;
	line-height: 1em;
	margin-right: var(--margin-right-15);
	padding-right: var(--padding-right-15);
	border-right: 1px solid var(--white-color)
}

.footer-style-two .footer-bottom .footer-nav li a {
	position: relative;
	font-size: var(--font-15);
	color: var(--white-color)
}

.footer-style-two .footer-bottom .footer-nav li:last-child {
	position: relative;
	border: 0;
	margin-right: var(--margin-zero);
	padding-right: var(--padding-zero)
}

.counter-section {
	position: relative;
	padding: 60px 0 0
}

.counter-section .counter-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.counter-section .counter-column .inner-column {
	position: relative;
	padding: 30px 20px 30px 160px;
	box-shadow: 0 5px 20px rgb(0 0 0 / .1)
}

.counter-section .counter-column .inner-column {
	position: relative;
	overflow: hidden
}

.counter-section .counter-column .inner-column .icon-box {
	position: absolute;
	left: -100px;
	top: -10px;
	width: 230px;
	height: 200px;
	border-radius: 50%;
	text-align: right;
	font-size: var(--font-60);
	background: var(--color-fourtyone);
	background: linear-gradient(to right, var(--color-fourtyone) 0%, var(--color-fourtytwo) 100%)
}

.counter-column .icon-box img {
	margin-top: 40px;
	width: 110px;
	margin-right: 15px
}

.counter-section .counter-column h3 {
	color: var(--color-thirtyone);
	font-weight: 700;
	font-size: var(--font-48);
	font-family: var(--font-family-Roboto)
}

.counter-section .counter-column .counter-text {
	position: relative;
	font-weight: var(--font-weight-regular);
	font-size: var(--font-18);
	color: var(--color-five);
	margin-top: var(--margin-top-10)
}

.counter-section .counter-column .icon-box .icon {
	position: relative;
	line-height: 210px;
	display: inline-block;
	color: var(--white-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	padding-right: var(--padding-right-30)
}

.counter-section.style-two {
	padding-top: var(--padding-top-100)
}

.counter-section.style-two .counter-column .inner-column .icon-box {
	background-color: var(--color-fourtytwo);
	background-image: none
}

.welcome-section {
	position: relative;
	overflow: hidden;
	padding: 0 0 60px
}

.welcome-section .pattern-layer {
	position: absolute;
	right: 0;
	bottom: -100px;
	width: 484px;
	height: 664px
}

.welcome-section .pattern-layer-two {
	position: absolute;
	left: 7%;
	top: 0;
	width: 70px;
	height: 73px;
	background-repeat: no-repeat
}

.welcome-section .image-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.welcome-section .image-column .inner-column {
	position: relative
}

.welcome-section .image-column .image {
	position: relative;
	width: 570px;
	height: 570px;
	z-index: 1;
	overflow: hidden;
	border-radius: 50%;
	border: 5px solid var(--color-fourtytwo)
}

.welcome-section .image-column .color-layer {
	position: absolute;
	left: 50%;
	bottom: -350px;
	width: 560px;
	height: 560px;
	border-radius: 50%;
	transform: translateX(-50%);
	background: var(--color-fourtyone);
	background: linear-gradient(to right, var(--color-fourtyone) 0%, var(--color-fourtytwo) 100%)
}

.welcome-section .image-column .big-text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -70px;
	opacity: .1;
	font-weight: 700;
	text-align: center;
	letter-spacing: 5px;
	font-size: var(--font-98);
	text-transform: uppercase;
	color: var(--white-color)
}

.welcome-section .content-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.welcome-section .content-column .sec-title-three {
	margin-bottom: var(--margin-bottom-20)
}

.welcome-section .content-column .inner-column {
	position: relative
}

.welcome-section .content-column .list {
	position: relative
}

.welcome-section .content-column .list li {
	position: relative;
	font-weight: 700;
	font-size: var(--font-18);
	padding-left: var(--padding-left-25);
	margin-bottom: var(--margin-bottom-20)
}

.welcome-section .content-column .list li:before {
	position: absolute;
	left: 0;
	top: -1px;
	content: "\f101";
	font-size: var(--font-22);
	font-family: 'FontAwesome'
}

.welcome-section .content-column .quality-box {
	position: relative;
	padding: 20px 25px;
	margin-top: var(--margin-top-15);
	margin-bottom: var(--margin-bottom-35);
	box-shadow: 0 0 15px rgb(0 0 0 / .1);
	background-color: var(--white-color)
}

.welcome-section .content-column .quality-box .quality-inner {
	position: relative;
	padding-left: var(--padding-left-75)
}

.welcome-section .content-column .quality-box .icon {
	position: absolute;
	left: 0;
	top: 18px;
	line-height: 1em;
	font-size: var(--font-60);
	font-family: "Flaticon";
	color: var(--color-fourtyone)
}

.welcome-section .content-column .quality-box h4 {
	color: var(--color-fourty);
	font-size: var(--font-24)
}

.welcome-section .content-column .quality-box .text {
	position: relative;
	line-height: 28px;
	font-size: var(--font-16);
	margin-top: var(--margin-top-10);
	color: var(--color-thirtyseven)
}

.welcome-section.style-two .image-column .image {
	border-color: var(--main-color)
}

.welcome-section.style-two .content-column .quality-box .icon {
	color: var(--main-color)
}

.welcome-section.style-two .image-column .color-layer {
	background: var(--color-fourtyfive);
	background: linear-gradient(to right, var(--color-fourtyfive) 0%, var(--main-color) 100%)
}

.service-section-four {
	position: relative;
	padding: 100px 0 250px;
	background-color: var(--color-thirtytwo)
}

.service-section-four .sec-title-three .text {
	margin-top: var(--margin-top-45)
}

.service-block-four {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.service-block-four .inner-box {
	position: relative;
	padding: 30px 22px;
	border-radius: 6px;
	overflow: hidden;
	background-color: var(--white-color)
}

.service-block-four .inner-box .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}

.service-block-four .inner-box .image-layer:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .85
}

.service-block-four .inner-box:hover .image-layer {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center
}

.service-block-four .inner-box .post-number {
	position: absolute;
	right: 30px;
	top: 35px;
	line-height: 1em;
	font-weight: 800;
	font-size: var(--font-50);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff0;
	font-family: var(--font-family-Roboto);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: linear-gradient(to bottom, var(--color-fourtythree) 0%, var(--white-color) 100%)
}

.service-block-four .inner-box:hover .post-number {
	color: var(--white-color)
}

.service-block-four .inner-box:hover .icon-box {
	color: var(--white-color);
	background: var(--color-fourtyone);
	background: linear-gradient(to right, var(--color-fourtyone) 0%, var(--color-fourtytwo) 100%)
}

.service-block-four .inner-box .icon-box {
	position: relative;
	width: 60px;
	height: 60px;
	line-height: 56px;
	text-align: center;
	display: inline-block;
	font-family: "Flaticon";
	font-size: var(--font-34);
	color: var(--color-fourtytwo);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.service-block-four .inner-box h5 {
	font-weight: 800;
	margin-top: var(--margin-top-20)
}

.service-block-four .inner-box h5 a {
	position: relative;
	color: var(--main-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.service-block-four .inner-box .text {
	position: relative;
	color: var(--color-five);
	font-size: var(--font-16);
	margin-top: var(--margin-top-15);
	margin-bottom: var(--margin-bottom-20);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.service-block-four .inner-box .arrow {
	position: relative;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-family: "Flaticon";
	font-size: var(--font-18);
	color: var(--color-fourtytwo);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: rgba(var(--color-fourtytwo-rgb), .1)
}

.service-block-four .inner-box:hover .arrow {
	color: var(--color-fourtytwo);
	background-color: var(--white-color)
}

.cta-section-two {
	position: relative;
	z-index: 1
}

.cta-section-two .inner-container:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .78;
	background-color: var(--color-fourty)
}

.cta-section-two .inner-container {
	position: relative;
	padding: 20px 35px 20px;
	overflow: hidden;
	margin-top: -157px;
	background-size: cover;
	background-color: var(--color-twentyseven)
}

.cta-section-two .pattern-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 522px;
	height: 173px;
	background-repeat: no-repeat
}

.cta-section-two .pattern-layer-two {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 277px;
	height: 298px;
	background-repeat: no-repeat
}

.cta-section-two h2 {
	line-height: 50px;
	color: var(--white-color);
	padding-top: var(--padding-top-45);
	margin-bottom: var(--margin-bottom-15)
}

.cta-section-two .play-box {
	position: relative;
	font-weight: 700;
	font-size: var(--font-16);
	color: var(--white-color);
	margin-top: var(--margin-top-40);
	padding-left: var(--padding-left-90)
}

.cta-section-two .play-box .play-button {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-family: "Flaticon";
	font-size: var(--font-16);
	color: var(--white-color);
	padding-left: var(--padding-left-5);
	background-color: var(--color-fourtytwo)
}

.cta-section-two .play-box .play-button:before {
	position: absolute;
	content: '';
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 50px;
	border: 2px dashed var(--white-color)
}

.cta-section-two .play-box strong {
	position: relative;
	display: block;
	font-weight: 700;
	font-size: var(--font-22);
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Roboto)
}

.cta-section-two .button-box {
	position: relative;
	float: left;
	margin-top: var(--margin-top-15);
	margin-right: var(--margin-right-40)
}

.cta-section-two .button-box .theme-btn {
	display: block
}

.cta-section-two .side-image {
	text-align: right
}

.cta-section-two.style-two .inner-container {
	margin-top: var(--margin-zero)
}

.cta-section-two.style-two .play-box .play-button {
	background-color: var(--main-color)
}

.project-section-three {
	position: relative;
	overflow: hidden;
	padding: 95px 0 50px;
	z-index: 4
}

.project-section-three .lower-box {
	position: relative;
	margin-top: -55px;
	z-index: 10
}

.project-section-three .lower-box a {
	position: relative;
	font-weight: var(--font-weight-regular);
	padding-left: 50px;
	font-size: var(--font-16);
	color: var(--color-fourty);
	padding-top: var(--padding-top-10);
	font-family: var(--font-family-Roboto)
}

.project-section-three .lower-box a:before {
	position: absolute;
	content: '';
	left: -60px;
	top: -25px;
	width: 48px;
	height: 53px;
	background: url(../images/icons/arrow.png) no-repeat
}

.project-section-three .lower-box a .plus {
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50px;
	font-family: "Flaticon";
	color: var(--white-color);
	background-color: var(--color-fourty);
	box-shadow: 0 0 15px rgb(243 0 48 / .2);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.project-section-three .lower-box a:hover {
	color: var(--color-fourtytwo)
}

.project-section-three .lower-box a:hover .plus {
	background-color: var(--color-fourtytwo)
}

.project-section-three .auto-container {
	position: relative
}

.project-section-three .inner-container {
	position: relative;
	padding-left: 400px
}

.project-section-three .project-tab .tab-btns-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 370px
}

.project-section-three .project-tab .tab-btns-box .p-tab-btn {
	position: relative;
	cursor: pointer;
	font-weight: var(--font-weight-regular);
	display: block;
	color: var(--color-five);
	font-size: var(--font-18);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	padding: 17px 20px 17px 70px;
	background-color: var(--white-color);
	margin-bottom: var(--margin-bottom-20);
	box-shadow: 0 0 15px rgb(0 0 0 / .1);
	font-family: var(--font-family-Roboto)
}

.project-section-three .project-tab .tab-btns-box .p-tab-btn .icon {
	position: absolute;
	left: 15px;
	top: 8px;
	width: 40px;
	height: 40px;
	color: #f30030;
	line-height: 20px;
	text-align: center;
	font-weight: 400;
	font-family: "Flaticon"
}

.project-section-three .project-tab .tab-btns-box .p-tab-btn:hover,
.project-section-three .project-tab .tab-btns-box .p-tab-btn.active-btn {
	color: var(--white-color);
	background-color: var(--main-color);
	box-shadow: 0 10px 15px rgb(0 153 255 / .1)
}

.project-section-three .project-tab .tab-btns-box .p-tab-btn:hover .icon,
.project-section-three .project-tab .tab-btns-box .p-tab-btn.active-btn .icon {
	color: var(--color-fourtytwo)
}

.project-section-three .project-tab .p-tabs-content {
	position: relative;
	display: block
}

.project-section-three .project-tab .p-tab {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	visibility: hidden
}

.project-section-three .project-tab .p-tab.active-tab {
	position: relative;
	visibility: visible;
	z-index: 5
}

.project-section-three .p-tab.active-tab .project-block {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1)
}

.project-section-three .p-tab .project-block {
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0)
}

.project-section-three .owl-nav {
	display: none
}

.project-section-three .owl-dots {
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 12px
}

.project-section-three .owl-dots .owl-dot {
	position: relative;
	width: 6px;
	height: 6px;
	margin: 15px 0;
	border-radius: 50px;
	background-color: var(--color-fourty);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.project-section-three .owl-dots .owl-dot:before {
	position: absolute;
	content: '';
	left: -5px;
	top: -5px;
	right: -5px;
	bottom: -5px;
	opacity: 0;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid var(--color-fourtytwo)
}

.project-section-three .owl-dots .owl-dot.active,
.project-section-three .owl-dots .owl-dot:hover {
	background-color: var(--color-fourtytwo)
}

.project-section-three .owl-dots .owl-dot.active::before,
.project-section-three .owl-dots .owl-dot:hover::before {
	opacity: 1
}

.project-block {
	position: relative;
	margin-bottom: 30px
}

.project-block .inner-box {
	position: relative
}

.project-block .inner-box .image {
	position: relative;
	overflow: hidden
}

.project-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	height: 430px
}

.project-block .inner-box .content-box {
	position: relative;
	padding: 30px 30px;
	max-width: 600px;
	width: 100%;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	margin-top: -180px;
	background-color: #fff;
	box-shadow: 0 0 15px rgb(0 0 0 / .15)
}

.project-block .inner-box .content-box h3 {
	margin-bottom: 10px;
	font-weight: 800
}

.project-block .inner-box .content-box h3 a {
	position: relative;
	color: var(--main-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.project-block .inner-box .content-box .text {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	color: var(--color-five)
}

.project-block .inner-box .explore-btn {
	position: relative;
	padding: 12px 30px;
	border-radius: 50px;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 1px;
	color: var(--white-color);
	font-size: var(--font-15);
	background-color: var(--color-fourtytwo);
	font-family: var(--font-family-Roboto)
}

.project-block .inner-box .explore-btn:hover {
	color: var(--white-color);
	background-color: var(--main-color)
}

.skill-section {
	position: relative;
	overflow: hidden;
	padding: 100px 0 80px;
	z-index: 4
}

.skill-section .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 600px;
	background-size: cover
}

.skill-section .image-layer:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .85;
	background-color: var(--color-fourty)
}

.skill-section .video-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.skill-section .video-column .inner-column {
	position: relative
}

.skill-section .video-column .inner-column:before {
	position: absolute;
	content: '';
	left: -50px;
	top: -50px;
	width: 110px;
	height: 110px;
	opacity: .5;
	border-radius: 50%;
	border: 30px solid var(--color-fourtytwo)
}

.video-box {
	position: relative;
	overflow: hidden;
	border-radius: 12px
}

.video-box .video-image {
	position: relative;
	margin: 0;
	background-color: var(--main-color)
}

.video-box .video-image img {
	position: relative;
	width: 100%;
	transition: all 500ms ease;
	height: 370px;
	object-fit: cover;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.video-box:hover .video-image img {
	opacity: .7;
	transform: scale(1.05, 1.05)
}

.video-box .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	line-height: 45px;
	overflow: hidden
}

.video-box .overlay-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	opacity: .1;
	background-color: var(--black-color)
}

.video-box .overlay-box span {
	position: absolute;
	width: 85px;
	height: 85px;
	left: 50%;
	top: 50%;
	z-index: 10;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	margin-top: -42px;
	margin-left: -42px;
	line-height: 85px;
	border-radius: 50%;
	font-family: "flaticon";
	font-size: var(--font-26);
	color: var(--white-color);
	padding-left: var(--padding-left-5);
	background-color: var(--color-fourtytwo)
}

.video-box .overlay-box span:hover {
	color: var(--white-color);
	background-color: var(--main-color)
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 85px;
	height: 85px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	-o-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	-webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / .6);
	-moz-box-shadow: 0 0 0 0 rgb(255 255 255 / .6);
	-ms-box-shadow: 0 0 0 0 rgb(255 255 255 / .6);
	-o-box-shadow: 0 0 0 0 rgb(255 255 255 / .6);
	box-shadow: 0 0 0 0 rgb(255 255 255 / .6);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite
}

.video-box .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute
}

.video-box .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute
}

.skill-section .skill-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.skill-section .skill-column .inner-column {
	position: relative
}

.skills .skill-item {
	position: relative;
	margin-bottom: var(--margin-bottom-15)
}

.skills .skill-item:last-child {
	margin-bottom: var(--margin-zero)
}

.skills .skill-item .skill-bar {
	position: relative;
	width: 100%
}

.skills .skill-item .skill-bar .bar-inner {
	position: relative;
	width: 100%;
	height: 6px;
	background-color: var(--white-color)
}

.skills .skill-item .skill-bar .bar-inner .bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 6px;
	border-radius: 0;
	-webkit-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	transition: all 2000ms ease;
	background-color: var(--color-fourtytwo)
}

.skills .skill-item .skill-bar .bar-inner .bar:before {
	position: absolute;
	content: '';
	right: 0;
	top: -7px;
	width: 18px;
	height: 18px;
	border-radius: 50px;
	background-color: var(--color-fourtytwo)
}

.skills .skill-item .skill-header {
	position: relative;
	margin-bottom: var(--margin-bottom-10)
}

.skills .skill-item .skill-title {
	float: left;
	font-weight: var(--font-weight-regular);
	line-height: 1.4em;
	font-size: var(--font-16);
	color: var(--white-color);
	text-transform: capitalize
}

.skills .skill-item .skill-percentage {
	position: absolute;
	right: -5px;
	top: -35px;
	font-weight: 700;
	line-height: 1.4em;
	padding: 3px 8px;
	border-radius: 5px;
	color: var(--white-color);
	text-transform: uppercase;
	font-size: var(--font-16)
}

.skills.style-two {
	max-width: 500px
}

.skills.style-two .skill-item {
	margin-bottom: var(--margin-bottom-25)
}

.skills.style-two .skill-item .skill-title {
	color: var(--color-fiftythree);
	font-size: var(--font-18)
}

.skills.style-two .skill-item .skill-percentage {
	color: var(--color-fiftythree)
}

.skills.style-two .skill-item .skill-bar .bar-inner {
	background-color: var(--color-fiftyone)
}

.skills.style-two .skill-item .skill-bar .bar-inner .bar,
.skills.style-two .skill-item .skill-bar .bar-inner .bar:before {
	background-color: var(--main-color)
}

.team-section-three {
	position: relative;
	padding: 0 0 100px;
	background-position: center center;
	background-repeat: no-repeat
}

.team-section-three .btn-box {
	position: relative;
	margin-top: var(--margin-top-30)
}

.team-section-three .sec-title-three .text {
	margin-top: var(--margin-top-45)
}

.team-block-three {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.team-block-three .inner-box {
	position: relative
}

.team-block-three .inner-box .image {
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 15px rgb(0 0 0 / .1)
}

.team-block-three .inner-box .image img {
	position: relative;
	width: 100%;
	display: block
}

.team-block-three .inner-box .overlay-box {
	position: absolute;
	left: 0;
	bottom: -300px;
	right: 0;
	z-index: 1;
	padding: 50px 25px 22px;
	background: url(../images/background/pattern-28.png) left top no-repeat;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.team-block-three .inner-box:hover .overlay-box {
	bottom: 0
}

.team-block-three .inner-box h5 {
	font-weight: 800
}

.team-block-three .inner-box h5 a {
	position: relative;
	color: var(--white-color)
}

.team-block-three .inner-box .designation {
	position: relative;
	font-weight: 400;
	font-size: var(--font-16);
	color: var(--white-color);
	margin-top: var(--margin-top-5)
}

.team-block-three .inner-box .arrow {
	position: absolute;
	right: 20px;
	top: 55px;
	width: 40px;
	height: 40px;
	z-index: 1;
	line-height: 38px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-22);
	color: var(--white-color);
	font-family: 'FontAwesome';
	background-color: var(--color-fourtytwo);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transform: translateX(60px)
}

.team-block-three .inner-box:hover .arrow {
	transform: translateX(0);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms
}

.testimonial-section-three {
	position: relative;
	padding: 110px 0 110px;
	background-position: center center
}

.testimonial-section-three .owl-carousel .owl-stage-outer {
	padding: 20px 0 20px
}

.testimonial-section-three .owl-theme .testimonial-block-two {
	margin: 0 15px
}

.testimonial-section-three .owl-carousel {
	margin: 0 -15px;
	width: auto
}

.testimonial-section-three .owl-nav {
	display: none
}

.testimonial-section-three .owl-dots {
	position: relative;
	text-align: center;
	margin-top: var(--margin-top-20)
}

.testimonial-section-three .owl-dots .owl-dot {
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0 12px;
	border-radius: 50%;
	display: inline-block;
	background-color: var(--color-fourty);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.testimonial-section-three .owl-dots .owl-dot:before {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	right: -7px;
	bottom: -7px;
	opacity: 0;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid var(--color-fourtytwo);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.testimonial-section-three .owl-dots .owl-dot.active,
.testimonial-section-three .owl-dots .owl-dot:hover {
	background-color: var(--color-fourtytwo)
}

.testimonial-section-three .owl-dots .owl-dot.active::before,
.testimonial-section-three .owl-dots .owl-dot:hover::before {
	opacity: 1
}

.testimonial-block-two {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.testimonial-block-two .inner-box {
	position: relative;
	padding: 0 30px 30px
}

.testimonial-block-two .inner-box:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 44px;
	bottom: 0;
	border-radius: 4px;
	background-color: var(--color-thirtytwo);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.testimonial-block-two .inner-box:hover::before {
	background-color: var(--white-color);
	box-shadow: 0 0 15px rgb(0 0 0 / .1)
}

.testimonial-block-two .author-box {
	position: relative;
	border-radius: 4px;
	padding: 17px 20px 15px;
	background-color: var(--color-fourty)
}

.testimonial-block-two .author-box .author-inner {
	position: relative;
	padding-top: var(--padding-top-5);
	padding-left: var(--padding-left-75)
}

.testimonial-block-two .author-box .author-image {
	position: absolute;
	left: 0;
	top: 2px;
	width: 52px;
	height: 52px;
	overflow: hidden;
	border-radius: 50%
}

.testimonial-block-two .author-box strong {
	position: relative;
	line-height: 1em;
	color: var(--white-color);
	font-size: var(--font-18);
	font-family: var(--font-family-Roboto)
}

.testimonial-block-two .author-box .designation {
	position: relative;
	font-weight: 500;
	color: var(--white-color);
	font-size: var(--font-16);
	margin-top: var(--margin-top-5)
}

.testimonial-block-two .inner-box .text {
	line-height: 30px;
	color: var(--color-five);
	margin-top: var(--margin-top-25)
}

.testimonial-block-two .inner-box .rating {
	position: relative;
	margin-top: var(--margin-top-15)
}

.testimonial-block-two .inner-box .rating .fa {
	position: relative;
	font-size: var(--font-20);
	color: var(--color-thirtyeight)
}

.news-section-three {
	position: relative;
	overflow: hidden;
	padding: 80px 0 50px;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 4
}

.news-section-three .pattern-layer {
	position: absolute;
	right: 0;
	bottom: -100px;
	width: 484px;
	height: 664px
}

.news-section-three .sec-title-three .text {
	margin-top: var(--margin-top-45)
}

.news-block-three {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.news-block-three .inner-box {
	position: relative;
	border-radius: 5px;
	padding: 10px 10px 35px;
	background-color: var(--white-color);
	box-shadow: 0 0 10px rgb(0 0 0 / .1);
	min-width: 550px
}

.news-block-three .inner-box .image {
	position: relative;
	border-radius: 5px;
	overflow: hidden
}

.news-block-three .inner-box .image img {
	position: relative;
	width: 100%;
	display: block
}

.news-block-three .inner-box .image::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgb(255 255 255 / .2);
	border-radius: 0%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}

.news-block-three .inner-box:hover .image::before {
	-webkit-animation: circle .95s;
	animation: circle .95s
}

@-webkit-keyframes circle {
	0% {
		opacity: 1
	}

	40% {
		opacity: 1
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0
	}
}

@keyframes circle {
	0% {
		opacity: 1
	}

	40% {
		opacity: 1
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0
	}
}

.news-block-three .inner-box .lower-content {
	position: relative
}

.news-block-three .inner-box .post-info {
	position: relative;
	top: -25px;
	border-radius: 5px;
	padding: 14px 15px 12px;
	margin-left: var(--margin-left-15);
	margin-right: var(--margin-right-15);
	background-color: var(--color-fourty);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.news-block-three .inner-box .post-info li {
	position: relative;
	display: inline-block;
	font-size: var(--font-15);
	color: var(--white-color);
	margin-right: var(--margin-right-15);
	padding-left: var(--padding-left-25)
}

.news-block-three .inner-box .post-info li .icon {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Flaticon";
	font-size: var(--font-16)
}

.news-block-three .inner-box .post-info li:last-child {
	margin-right: var(--margin-zero)
}

.news-block-three .inner-box:hover .post-info {
	background-color: var(--color-fourtytwo)
}

.news-block-three .inner-box h4 {
	padding: 0 10px;
	margin-bottom: var(--margin-bottom-20)
}

.news-block-three .inner-box h4 a {
	position: relative;
	color: var(--color-fourty);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.news-block-three .inner-box h4 a:hover {
	color: var(--color-fourtytwo)
}

.news-block-three .inner-box .explore {
	position: relative;
	padding: 10px 20px;
	font-weight: 600;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-14);
	color: var(--white-color);
	margin-left: var(--margin-left-10);
	background-color: var(--color-fourty);
	font-family: var(--font-family-Roboto);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.news-block-three .inner-box .explore span {
	position: relative;
	font-size: var(--font-10);
	font-family: "Flaticon";
	margin-left: var(--margin-left-5)
}

.news-block-three .inner-box .explore:hover {
	background-color: var(--color-fourtytwo)
}

.footer-style-three {
	position: relative;
	padding: 110px 0 0;
	background-color: var(--color-fourty)
}

.footer-style-three .side-title {
	position: absolute;
	right: 100px;
	top: 100px;
	opacity: .1;
	font-weight: 800;
	font-size: var(--font-110);
	color: var(--white-color);
	font-family: var(--font-family-Roboto);
	writing-mode: vertical-rl;
	transform: rotate(180deg)
}

.footer-style-three .side-title span {
	position: relative;
	color: var(--color-fourtytwo)
}

.footer-style-three .pattern-layer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 420px;
	height: 437px;
	background-repeat: no-repeat
}

.footer-style-three .pattern-layer-two {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat
}

.footer-style-three .upper-box {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.footer-style-three .upper-box .info-box {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.footer-style-three .upper-box .info-box .box-inner {
	position: relative;
	padding: 25px 30px;
	border-radius: 5px;
	background-color: var(--color-fourtyfour)
}

.footer-style-three .upper-box .info-box .content {
	position: relative;
	padding-left: var(--padding-left-75)
}

.footer-style-three .upper-box .info-box .icon {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1em;
	font-size: var(--font-50);
	font-family: "Flaticon";
	color: var(--color-fourtytwo)
}

.footer-style-three .upper-box .info-box strong {
	position: relative;
	display: block;
	font-weight: 800;
	font-size: var(--font-18);
	color: var(--white-color);
	margin-bottom: var(--margin-bottom-10);
	font-family: var(--font-family-Roboto)
}

.footer-style-three .upper-box .info-box .text {
	position: relative;
	font-size: var(--font-16);
	color: var(--white-color)
}

.footer-style-three .footer-widget {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.footer-style-three .widgets-section {
	position: relative;
	padding-bottom: var(--padding-bottom-60)
}

.footer-style-three .about-widget .text {
	line-height: 1.8em;
	color: var(--white-color);
	margin-bottom: var(--margin-bottom-30)
}

.footer-style-three .about-widget .read-more {
	position: relative;
	padding: 14px 28px;
	font-weight: 600;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--white-color);
	font-family: var(--font-family-Roboto);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background: var(--color-fourtyone);
	background: linear-gradient(to right, var(--color-fourtyone) 0%, var(--color-fourtytwo) 100%)
}

.footer-style-three .about-widget .read-more span {
	position: relative;
	font-size: var(--font-10);
	font-family: "Flaticon";
	margin-left: var(--margin-left-5)
}

.footer-style-three .about-widget .read-more:hover {
	background-color: var(--color-fourtytwo)
}

.footer-style-three .footer-widget h4 {
	font-weight: 700;
	color: var(--white-color);
	text-transform: capitalize;
	margin-top: var(--margin-top-20);
	margin-bottom: var(--margin-bottom-20)
}

.footer-style-three .newsletter-widget .text {
	line-height: 1.8em;
	color: var(--white-color);
	margin-bottom: var(--margin-bottom-30)
}

.footer-style-three .links-widget {
	position: relative
}

.footer-style-three .links-widget .list {
	position: relative
}

.footer-style-three .links-widget .list li {
	position: relative;
	margin-bottom: var(--margin-bottom-15)
}

.footer-style-three .links-widget .list li a {
	position: relative;
	font-size: var(--font-16);
	color: var(--white-color)
}

.footer-style-three .links-widget .list li a:hover {
	color: var(--color-fourtytwo)
}

.footer-style-three .email-box-three {
	position: relative;
	margin-bottom: 22px
}

.footer-style-three .email-box-three .form-group {
	position: relative;
	margin: 0;
	width: 100%;
	max-width: 100%
}

.footer-style-three .email-box-three .form-group input[type="text"],
.footer-style-three .email-box-three .form-group input[type="email"] {
	position: relative;
	line-height: 43px;
	padding: 10px 55px 10px 20px;
	display: block;
	font-size: 14px;
	height: 50px;
	width: 100%;
	border-radius: 5px;
	box-shadow: inherit;
	color: var(--white-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background: none;
	border: 1px solid var(--white-color)
}

.footer-style-three .email-box-three .form-group input::placeholder,
.footer-style-three .email-box-three .form-group textarea::placeholder {
	color: #fff
}

.footer-style-three .email-box-three .form-group button {
	position: absolute;
	right: 0;
	top: -1px;
	height: 52px;
	width: 50px;
	display: block;
	cursor: pointer;
	line-height: 100%;
	font-weight: 400;
	text-align: center;
	border-radius: 5px;
	color: var(--white-color);
	font-size: var(--font-18);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: "Flaticon";
	background-color: var(--color-fourtytwo)
}

.footer-style-three .email-box-three .form-group button:hover {
	color: #fff
}

.footer-style-three .footer-bottom {
	position: relative;
	padding: 22px 0;
	text-align: center;
	border-top: 1px solid #fff
}

.footer-style-three .footer-bottom .copyright {
	position: relative;
	font-size: var(--font-16);
	color: var(--white-color)
}

.footer-style-three .footer-bottom .copyright a {
	color: var(--main-color)
}

.page-title {
	position: relative;
	overflow: hidden;
	padding: 120px 0 130px;
	background-size: cover;
	background-image: url(../images/background/bread-crumb.webp);
	padding: 100px 0
}

.page-title:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .75;
	background: var(--main-color)
}

.page-title h2 {
	color: var(--white-color);
	padding-top: var(--padding-top-25)
}

.page-title .bread-crumb {
	position: relative
}

.page-title .bread-crumb li {
	position: relative;
	font-weight: 500;
	display: inline-block;
	text-transform: capitalize;
	font-size: var(--font-18);
	color: var(--white-color);
	margin-right: var(--margin-right-15);
	padding-right: var(--padding-right-15)
}

.page-title .bread-crumb li:before {
	position: absolute;
	right: -5px;
	top: 0;
	color: #fff;
	content: "\f101";
	font-weight: 400;
	font-size: var(--font-16);
	color: var(--white-color);
	font-family: 'FontAwesome'
}

.page-title .bread-crumb li:last-child {
	padding-right: 0;
	margin-right: 0
}

.page-title .bread-crumb li:last-child:before {
	display: none
}

.page-title .bread-crumb li a {
	font-weight: 500;
	color: var(--white-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

.page-title .bread-crumb li a:hover {
	color: var(--secondary-one)
}

.approach-section {
	position: relative;
	padding: 100px 0 40px
}

.approach-section:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	height: 610px;
	background-color: #f5f5f5
}

.approach-block {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.approach-block .inner-box {
	position: relative;
	border-radius: 3px;
	padding: 20px 20px 28px;
	background-color: var(--white-color);
	box-shadow: 0 0 15px rgb(0 0 0 / .1)
}

.approach-block .inner-box .image {
	position: relative
}

.approach-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block
}

.approach-block .inner-box .lower-content {
	position: relative;
	padding-top: var(--padding-top-25)
}

.approach-block .inner-box h4 {
	position: relative;
	font-weight: 700
}

.approach-block .inner-box h4 a {
	position: relative;
	color: var(--color-fourty)
}

.approach-block .inner-box .text {
	position: relative;
	line-height: 1.7em;
	color: var(--color-five);
	margin-top: var(--margin-top-10);
	margin-bottom: var(--margin-bottom-15)
}

.approach-block .inner-box .explore {
	position: relative;
	font-weight: 700;
	font-size: var(--font-15);
	color: var(--color-fourty)
}

.approach-block .inner-box h4 a:hover,
.approach-block .inner-box .explore:hover {
	color: var(--main-color)
}

.clients-section {
	position: relative;
	padding: 0 0 110px
}

.clients-section .owl-carousel .owl-stage-outer {
	position: relative;
	padding: 20px 0
}

.clients-section .owl-theme .image-box {
	margin: 0 15px
}

.clients-section .owl-carousel {
	margin: 0 -15px;
	width: auto
}

.clients-section .image-box {
	position: relative;
	box-shadow: 0 10px 15px rgb(0 0 0 / .1)
}

.clients-section .image-box img {
	position: relative;
	filter: grayscale(0%);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.clients-section .image-box:hover img {
	filter: grayscale(100%)
}

.clients-section .owl-dots {
	display: none
}

.clients-section .owl-nav {
	position: absolute;
	left: -5px;
	right: -5px;
	top: 50%;
	margin-top: -22px
}

.clients-section .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-16);
	font-family: "Flaticon";
	background-color: var(--color-fourty);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.clients-section .owl-nav .owl-next {
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-16);
	font-family: "Flaticon";
	background-color: var(--color-fourty);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.clients-section .owl-nav .owl-prev:hover,
.clients-section .owl-nav .owl-next:hover {
	background-color: var(--main-color)
}

.service-section-five {
	position: relative;
	padding: 40px 0 0
}

.service-section-five .btn-box {
	position: relative;
	margin-top: var(--margin-top-20)
}

.service-block-four.style-two .inner-box {
	box-shadow: 0 10px 15px rgb(0 0 0 / .1)
}

.service-block-four.style-two .inner-box .icon-box {
	color: var(--main-color)
}

.service-block-four.style-two .inner-box .arrow {
	color: var(--main-color);
	background-color: rgba(var(--main-color-rgb), .1)
}

.service-block-four.style-two .inner-box:hover .arrow {
	color: var(--main-color);
	background-color: var(--white-color)
}

.service-block-four.style-two .inner-box:hover .icon-box {
	color: var(--white-color);
	background-color: #F1BD36 !important;
	background-image: none
}

.process-section {
	position: relative;
	padding: 100px 0 30px
}

.process-section .content-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.process-section .content-column .inner-column {
	position: relative
}

.process-block {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.process-block .inner-box {
	position: relative;
	font-size: var(--font-16);
	color: var(--color-five);
	line-height: 1.7em;
	padding-left: var(--padding-left-120)
}

.process-block .inner-box .number {
	position: absolute;
	left: 0;
	top: 12px;
	opacity: .3;
	font-weight: 800;
	line-height: 1em;
	font-size: var(--font-72);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff0;
	font-family: var(--font-family-Roboto);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: linear-gradient(to bottom, var(--color-fourtysix) 0%, var(--color-fourtysix) 100%)
}

.process-block .inner-box:hover .number {
	opacity: 1
}

.process-block .inner-box strong {
	position: relative;
	display: block;
	font-weight: 800;
	font-size: var(--font-24);
	color: var(--color-fourty);
	margin-bottom: var(--margin-bottom-15);
	font-family: var(--font-family-Roboto)
}

.process-section .images-column {
	position: relative;
	margin-top: var(--margin-bottom-70)
}

.process-section .images-column .inner-column {
	position: relative
}

.process-section .images-column .image {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px 10px;
	display: inline-block;
	background-color: var(--white-color);
	margin-bottom: var(--margin-bottom-90);
	box-shadow: 0 10px 25px rgb(0 0 0 / .1)
}

.process-section .images-column .image img {
	position: relative;
	overflow: hidden
}

.process-section .images-column .image-two {
	position: absolute;
	right: 0;
	top: 150px;
	overflow: hidden;
	padding: 10px 10px;
	display: inline-block;
	background-color: var(--white-color);
	box-shadow: 0 0 15px rgb(0 0 0 / .1)
}

.process-section .images-column .image-three {
	position: absolute;
	right: 50px;
	top: 450px;
	z-index: -1;
	overflow: hidden;
	padding: 10px 10px;
	display: inline-block;
	background-color: var(--white-color);
	box-shadow: 0 0 15px rgb(0 0 0 / .1)
}

.process-section .images-column .image:first-child {
	position: relative;
	z-index: 1
}

.process-section .images-column .image:nth-child(2) {
	margin-bottom: var(--margin-zero)
}

.sidebar-page-container {
	position: relative;
	padding: 70px 0 40px
}

.sidebar-page-container .sidebar-side .padding-left {
	padding-left: var(--padding-left-20)
}

.sidebar-page-container .pattern-layer {
	position: absolute;
	right: 0;
	bottom: 20%;
	width: 484px;
	height: 664px
}

.sticky-top {
	z-index: 1;
	top: 100px
}

.sidebar-widget {
	position: relative;
	margin-bottom: var(--margin-bottom-40)
}

.sidebar-widget .widget-content {
	position: relative;
	padding: 30px 30px 40px;
	background-color: var(--color-thirtytwo)
}

.sidebar-title {
	position: relative;
	margin-bottom: var(--margin-bottom-20)
}

.sidebar-title h4 {
	font-weight: 800;
	color: var(--color-fourty)
}

.sidebar-title-two {
	position: relative;
	margin-bottom: var(--margin-bottom-25)
}

.sidebar-title-two h4 {
	font-weight: 800;
	color: var(--main-color);
	padding-bottom: var(--padding-bottom-15)
}

.service-list {
	position: relative
}

.service-list li {
	position: relative;
	margin-bottom: var(--margin-bottom-15)
}

.service-list li:last-child {
	margin-bottom: var(--margin-zero)
}

.service-list li a {
	position: relative;
	font-weight: 800;
	display: block;
	padding: 15px 20px;
	font-size: var(--font-18);
	color: var(--color-five);
	border: 1px solid var(--color-fourtyseven);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-list li a:before {
	position: absolute;
	content: "\f112";
	right: 20px;
	font-family: "Flaticon"
}

.service-list li.current a,
.service-list li a:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color)
}

.service-list-two {
	position: relative
}

.service-list-two li {
	position: relative;
	margin-bottom: var(--margin-bottom-20)
}

.service-list-two li:last-child {
	margin-bottom: var(--margin-zero)
}

.service-list-two li a {
	position: relative;
	font-weight: 500;
	display: block;
	border-radius: 3px;
	font-size: var(--font-16);
	color: var(--color-five);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	padding-left: var(--padding-left-25)
}

.service-list-two li a:before {
	position: absolute;
	content: "\f18d";
	left: 0;
	font-size: var(--font-10);
	font-family: "Flaticon"
}

.service-list-two li span {
	position: absolute;
	right: 0;
	width: 27px;
	height: 27px;
	font-weight: 500;
	text-align: center;
	line-height: 27px;
	font-size: var(--font-12);
	color: var(--main-color);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-list-two li a:hover {
	color: var(--main-color)
}

.download-list {
	position: relative
}

.download-list li {
	position: relative;
	margin-bottom: var(--margin-bottom-15)
}

.download-list li a {
	position: relative;
	font-weight: 700;
	display: block;
	line-height: 35px;
	font-size: var(--font-18);
	color: var(--color-fourty);
	padding: 10px 10px 10px 25px;
	background-color: var(--white-color);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.download-list li a .icon {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-family: "Flaticon";
	color: var(--main-color);
	background-color: rgba(var(--main-color-rgb), .1)
}

.download-list li a:hover {
	color: var(--white-color);
	background-color: var(--main-color)
}

.download-list li a:hover .icon {
	color: var(--main-color);
	background-color: var(--white-color)
}

.download-list li:last-child {
	margin-bottom: var(--margin-zero)
}

.support-widget .support-content {
	position: relative;
	border-radius: 5px;
	padding: 35px 25px 45px;
	background-color: var(--color-fourty)
}

.support-widget .title-box {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.support-widget .title-box h4 {
	font-weight: 800;
	color: var(--white-color);
	text-transform: uppercase
}

.support-widget .title-box .text {
	position: relative;
	color: var(--white-color);
	margin-top: var(--margin-top-10)
}

.support-form .form-group {
	margin-bottom: var(--margin-bottom-25)
}

.support-form .form-group:last-child {
	margin-bottom: var(--margin-zero)
}

.support-form .form-group input[type="text"],
.support-form .form-group input[type="password"],
.support-form .form-group input[type="tel"],
.support-form .form-group input[type="email"],
.support-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 20px;
	color: var(--white-color);
	height: 54px;
	font-size: var(--font-16);
	border-radius: 3px;
	background: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid rgb(255 255 255 / .15)
}

.support-form .form-group input[type="text"]:focus,
.support-form .form-group input[type="password"]:focus,
.support-form .form-group input[type="tel"]:focus,
.support-form .form-group input[type="email"]:focus,
.support-form .form-group select:focus,
.support-form .form-group textarea:focus {
	border-color: var(--main-color)
}

.support-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 20px 25px;
	color: var(--white-color);
	height: 140px;
	font-size: var(--font-15);
	border-radius: 3px;
	background: none;
	resize: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid rgb(255 255 255 / .15)
}

.support-form .form-group button {
	margin-top: var(--margin-top-15)
}

.service-detail {
	position: relative
}

.service-detail .inner-box {
	position: relative
}

.service-detail .inner-box .image {
	position: relative;
	border-radius: 5px;
	overflow: hidden
}

.service-detail .inner-box .image img {
	position: relative;
	width: 100%;
	display: block
}

.service-detail .lower-content {
	position: relative
}

.service-detail .lower-content h3 {
	font-weight: 800;
	color: var(--color-fourty);
	margin-bottom: var(--margin-bottom-15)
}

.service-detail .lower-content p {
	color: var(--color-five);
	line-height: 1.7em;
	margin-bottom: var(--margin-bottom-15)
}

.service-detail .lower-content .options-outer {
	position: relative;
	margin-bottom: var(--margin-bottom-20)
}

.service-detail .lower-content .list {
	position: relative
}

.service-detail .lower-content .list li {
	position: relative;
	font-weight: 700;
	font-size: var(--font-16);
	color: var(--color-fourty);
	margin-bottom: var(--margin-bottom-15);
	padding-left: var(--padding-left-25)
}

.service-detail .lower-content .list li:before {
	position: absolute;
	content: "\f197";
	left: 0;
	top: 0;
	font-family: "flaticon"
}

.service-detail .lower-content h4 {
	font-weight: 800;
	color: var(--color-fourty);
	margin-bottom: var(--margin-bottom-20)
}

.service-detail .lower-content .gallery-images {
	position: relative;
	margin-top: var(--margin-top-30)
}

.service-detail .accordion-outer {
	position: relative;
	margin-top: var(--margin-top-45);
	padding-top: var(--padding-top-30);
	border-top: 1px solid rgba(var(--color-five-rgb), .1)
}

.service-detail .accordion-outer .title-box {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.service-detail .accordion-outer .title-box .text {
	position: relative;
	color: var(--color-five);
	line-height: 1.7em
}

.faq-page-section {
	position: relative;
	padding: 10px 0 0
}

.faq-form-section {
	position: relative;
	padding-bottom: var(--padding-bottom-120)
}

.faq-form-section .inner-container {
	position: relative;
	max-width: 970px;
	margin: 0 auto
}

.faq-form-section .pattern-layer {
	position: absolute;
	right: 0;
	bottom: 10%;
	width: 484px;
	height: 664px
}

.faq-form .form-group {
	margin-bottom: var(--margin-bottom-20)
}

.faq-form .form-group:last-child {
	margin-bottom: var(--margin-zero)
}

.faq-form .form-group input[type="text"],
.faq-form .form-group input[type="password"],
.faq-form .form-group input[type="tel"],
.faq-form .form-group input[type="email"],
.faq-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 20px;
	color: var(--color-thirtyseven);
	height: 54px;
	font-size: var(--font-16);
	border-radius: 3px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid rgb(0 0 0 / .1);
	font-family: var(--font-family-Roboto);
	background-color: var(--color-fourtyeight)
}

.faq-form .form-group input[type="text"]:focus,
.faq-form .form-group input[type="password"]:focus,
.faq-form .form-group input[type="tel"]:focus,
.faq-form .form-group input[type="email"]:focus,
.faq-form .form-group select:focus,
.faq-form .form-group textarea:focus {
	border-color: var(--main-color)
}

.faq-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 20px 25px;
	color: var(--color-thirtyseven);
	height: 220px;
	font-size: var(--font-16);
	border-radius: 3px;
	resize: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid rgb(0 0 0 / .1);
	font-family: var(--font-family-Roboto);
	background-color: var(--color-fourtyeight)
}

.faq-form .form-group button {
	margin-top: var(--margin-top-15)
}

.error-section {
	position: relative;
	text-align: center;
	padding: 100px 0 100px
}

.error-section .pattern-layer {
	position: absolute;
	right: 0;
	bottom: 10%;
	width: 484px;
	height: 664px
}

.error-section h2 {
	font-weight: 800;
	text-align: center;
	color: var(--color-fourty)
}

.error-section .text {
	text-align: center;
	color: var(--color-fourtynine);
	margin-top: var(--margin-top-25);
	margin-bottom: var(--margin-bottom-35)
}

.error-section .search-box {
	position: relative;
	max-width: 470px;
	width: 100%;
	margin: 0 auto
}

.error-section .search-box .form-group {
	position: relative;
	margin: var(--margin-zero)
}

.error-section .search-box .form-group input[type="text"],
.error-section .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 28px;
	font-size: var(--font-16);
	padding: 10px 50px 10px 25px;
	background: var(--color-thirtytwo);
	display: block;
	width: 100%;
	height: 60px;
	border-radius: 4px;
	font-weight: 400;
	color: var(--color-thirtyseven);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.error-section .search-box .form-group button {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 40px;
	width: 40px;
	display: block;
	cursor: pointer;
	line-height: 100%;
	font-weight: 400;
	border-radius: 0;
	background: none;
	font-size: var(--font-18);
	color: var(--white-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background: var(--main-color)
}

.error-section .search-box .form-group button:hover {
	background: var(--color-two)
}

.error-section .btn-box:before {
	position: absolute;
	content: '';
	left: -80px;
	top: -10px;
	width: 48px;
	height: 53px;
	background: url(../images/icons/arrow.png) no-repeat
}

.error-section .btn-box {
	position: relative;
	display: inline-block;
	margin-top: var(--margin-top-20)
}

.error-section .btn-box a {
	position: relative;
	border-radius: 50px;
	text-transform: capitalize
}

.team-page-section {
	position: relative;
	padding: 100px 0 100px
}

.team-page-section .button-box {
	position: relative;
	margin-top: var(--margin-top-20)
}

.team-page-section .button-box a {
	text-transform: capitalize
}

.team-page-section .sec-title-three .text {
	margin-top: var(--margin-top-45)
}

.team-detail-section {
	position: relative;
	padding: 100px 0 70px
}

.team-detail-section .pattern-layer {
	position: absolute;
	right: 0;
	bottom: 10%;
	width: 484px;
	height: 664px
}

.team-detail-section .info-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.team-detail-section .info-column .image {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: var(--margin-bottom-30)
}

.team-detail-section .info-column .image img {
	position: relative;
	width: 100%;
	display: block
}

.team-detail-section .info-column h3 {
	font-weight: 700;
	color: var(--color-fourty)
}

.team-detail-section .info-column .designation {
	position: relative;
	font-size: var(--font-16);
	color: var(--color-fifty);
	margin-top: var(--margin-top-10);
	margin-bottom: var(--margin-bottom-25)
}

.team-detail-section .info-column .list {
	position: relative
}

.team-detail-section .info-column .list li {
	position: relative;
	font-weight: 700;
	line-height: 40px;
	font-size: var(--font-16);
	padding-left: var(--padding-left-60);
	margin-bottom: var(--margin-bottom-20);
	font-family: var(--font-family-Roboto)
}

.team-detail-section .info-column .list li .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	text-align: center;
	line-height: 40px;
	font-weight: 400;
	color: var(--main-color);
	font-size: var(--font-20);
	font-family: "Flaticon";
	background-color: var(--color-fiftyone)
}

.team-detail-section .info-column .list li:last-child {
	margin-bottom: var(--margin-zero)
}

.team-detail-section .info-column .social-box {
	position: relative;
	margin-top: var(--margin-top-40)
}

.team-detail-section .info-column .social-box .contact-btn {
	position: relative;
	line-height: 30px;
	font-weight: 700;
	float: left;
	padding: 7px 7px 7px 20px;
	color: var(--white-color);
	font-size: var(--font-14);
	margin-bottom: var(--margin-bottom-5);
	margin-right: var(--margin-right-5);
	background-color: var(--main-color);
	font-family: var(--font-family-Roboto)
}

.team-detail-section .info-column .social-box .contact-btn span {
	position: relative;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	display: inline-block;
	font-family: "Flaticon";
	color: var(--black-color);
	font-size: var(--font-10);
	margin-left: var(--margin-left-10);
	background-color: var(--white-color)
}

.team-detail-section .info-column .facebook {
	position: relative;
	width: 44px;
	height: 44px;
	float: left;
	line-height: 44px;
	text-align: center;
	color: var(--white-color);
	font-size: var(--font-18);
	background-color: #3b5999;
	margin-bottom: var(--margin-bottom-5);
	margin-right: var(--margin-right-5)
}

.team-detail-section .info-column .twitter {
	position: relative;
	width: 44px;
	height: 44px;
	float: left;
	line-height: 44px;
	text-align: center;
	color: var(--white-color);
	font-size: var(--font-18);
	background-color: #55acee;
	margin-bottom: var(--margin-bottom-5);
	margin-right: var(--margin-right-5)
}

.team-detail-section .info-column .youtube {
	position: relative;
	width: 44px;
	height: 44px;
	float: left;
	line-height: 44px;
	text-align: center;
	color: var(--white-color);
	font-size: var(--font-18);
	background-color: #cd201f;
	margin-bottom: var(--margin-bottom-5);
	margin-right: var(--margin-right-5)
}

.team-detail-section .content-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.team-detail-section .content-column h3 {
	color: var(--color-fiftytwo);
	margin-bottom: var(--margin-bottom-15)
}

.project-page-section {
	position: relative;
	overflow: hidden;
	padding: 100px 0 100px
}

.project-page-section .pattern-layer {
	position: absolute;
	right: -100px;
	bottom: -35%;
	width: 484px;
	height: 664px
}

.project-page-section .btn-box {
	position: relative;
	margin-top: var(--margin-top-20)
}

.project-page-section .btn-box .load-btn {
	position: relative;
	font-weight: 600;
	border-radius: 50px;
	padding: 15px 36px 13px;
	color: var(--white-color);
	background-color: var(--main-color)
}

.project-page-section .btn-box .load-btn:hover {
	color: var(--white-color);
	background-color: var(--color-two)
}

.project-page-section .filters {
	position: relative;
	text-align: center;
	margin-bottom: var(--margin-bottom-40)
}

.project-page-section .filters .filter-tabs {
	position: relative
}

.project-page-section .filters li {
	position: relative;
	cursor: pointer;
	font-weight: 600;
	padding: 11px 28px;
	margin: 0 7px 10px;
	border-radius: 50px;
	display: inline-block;
	color: var(--color-fourty);
	font-size: var(--font-15);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	background-color: var(--color-fiftyfour);
	font-family: var(--font-family-Roboto)
}

.project-page-section .filters .filter.active,
.project-page-section .filters .filter:hover {
	color: var(--white-color);
	background-color: var(--main-color)
}

.project-block-two {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.project-block-two .inner-box {
	position: relative
}

.project-block-two .inner-box .image {
	position: relative;
	overflow: hidden;
	border-radius: 5px
}

.project-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block
}

.project-block-two .inner-box .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% -50%;
	-ms-transform-origin: 50% -50%;
	transform-origin: 50% -50%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease
}

.project-block-two .inner-box:hover .overlay-box {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s
}

.project-block-two .inner-box .overlay-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .7;
	background-color: var(--color-fourty)
}

.project-block-two .inner-box .overlay-box .plus {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	text-align: center;
	line-height: 44px;
	font-size: var(--font-18);
	color: var(--white-color);
	font-family: "Flaticon";
	background-color: var(--main-color)
}

.project-block-two .inner-box .overlay-box .plus:hover {
	color: var(--main-color);
	background-color: var(--white-color)
}

.project-block-two .inner-box .content {
	position: absolute;
	left: 35px;
	bottom: 30px
}

.project-block-two .inner-box .content .title {
	position: relative;
	font-weight: 500;
	color: var(--main-color);
	font-size: var(--font-16)
}

.project-block-two .inner-box .content h4 {
	line-height: 36px;
	margin-top: var(--margin-top-10)
}

.project-block-two .inner-box .content h4 a {
	position: relative;
	color: var(--white-color);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease
}

.project-block-two .inner-box .content h4 a:hover {
	color: var(--main-color)
}

.project-block-two.mix {
	display: none
}

.project-detail-section {
	position: relative;
	overflow: hidden;
	padding: 110px 0 110px
}

.project-detail-section .pattern-layer {
	position: absolute;
	right: -80px;
	top: 42%;
	width: 484px;
	height: 664px;
	background-repeat: no-repeat
}

.project-detail-section .pattern-layer-two {
	position: absolute;
	left: 0;
	bottom: -300px;
	width: 337px;
	height: 652px;
	background-repeat: no-repeat
}

.project-detail-section .upper-box {
	position: relative;
	padding-right: 300px
}

.project-detail-section .upper-box .image {
	position: relative;
	overflow: hidden
}

.project-detail-section .upper-box .image img {
	position: relative;
	width: 100%;
	display: block
}

.project-detail-section .upper-box .info-box {
	position: absolute;
	right: 0;
	top: 70px;
	z-index: 1;
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	max-width: 370px;
	background-color: var(--white-color);
	box-shadow: 0 0 35px rgb(0 0 0 / .1)
}

.project-detail-section .upper-box .info-box .title {
	position: relative;
	font-weight: 700;
	padding: 18px 15px;
	text-align: center;
	font-size: var(--font-22);
	color: var(--white-color);
	font-family: var(--font-family-Roboto);
	background: var(--color-fourtyone);
	background: linear-gradient(to right, var(--color-fourtyone) 0%, var(--color-fourtytwo) 100%)
}

.project-detail-section .upper-box .info-list {
	position: relative;
	padding: 30px 40px
}

.project-detail-section .upper-box .info-list li {
	position: relative;
	font-weight: 700;
	color: var(--color-five);
	font-size: var(--font-17);
	margin-bottom: var(--margin-bottom-15);
	font-family: var(--font-family-Roboto)
}

.project-detail-section .upper-box .info-list li span {
	position: absolute;
	right: 0;
	font-weight: 400
}

.project-detail-section .upper-box .info-list li:last-child {
	margin-bottom: var(--margin-zero)
}

.project-detail-section .value-box {
	position: relative;
	padding: 20px 40px;
	border-top: 1px solid var(--color-twentythree)
}

.project-detail-section .value-box .price {
	position: relative;
	font-weight: 700;
	line-height: 1em;
	font-size: var(--font-26);
	color: var(--color-fiftyfive);
	font-family: var(--font-family-Roboto)
}

.project-detail-section .value-box .rating {
	position: relative;
	margin-top: var(--margin-top-15)
}

.project-detail-section .value-box .rating .fa {
	position: relative;
	font-size: var(--font-18);
	color: var(--color-sixteen)
}

.project-detail-section .middle-box {
	position: relative;
	padding-top: var(--padding-top-35)
}

.project-detail-section .middle-box h3 {
	font-weight: 800;
	font-size: var(--font-36);
	color: var(--color-fourty);
	margin-bottom: var(--margin-bottom-15)
}

.project-detail-section .middle-box p {
	position: relative;
	line-height: 30px;
	color: var(--color-five);
	font-size: var(--font-17)
}

.project-detail-section .gallery-box {
	position: relative;
	margin-top: var(--margin-top-30);
	margin-bottom: var(--margin-bottom-30)
}

.project-detail-section .middle-box h4 {
	font-weight: 800;
	color: var(--color-fourty);
	margin-bottom: var(--margin-bottom-15)
}

.project-detail-section .blocks-outer {
	position: relative;
	margin-top: var(--margin-top-40);
	margin-bottom: var(--margin-bottom-10)
}

.feature-block-three {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.feature-block-three .block-inner {
	position: relative;
	padding: 25px 25px;
	border-radius: 3px;
	background-color: var(--white-color);
	box-shadow: 0 0 15px rgb(0 0 0 / .05)
}

.feature-block-three .block-content {
	position: relative;
	padding-left: var(--padding-left-85)
}

.feature-block-three .block-content .icon {
	position: absolute;
	left: 0;
	top: 12px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 3px;
	text-align: center;
	font-size: var(--font-30);
	font-family: "Flaticon";
	color: var(--main-color);
	background-color: rgba(var(--main-color-rgb), .05)
}

.feature-block-three .block-inner .block-text {
	position: relative;
	line-height: 28px;
	color: var(--color-five);
	font-size: var(--font-16);
	margin-top: var(--margin-top-5)
}

.project-detail-section .option-list {
	position: relative;
	margin-top: var(--margin-top-15)
}

.project-detail-section .option-list li {
	position: relative;
	line-height: 30px;
	color: var(--color-five);
	font-size: var(--font-16);
	padding-left: var(--padding-left-35);
	margin-bottom: var(--margin-bottom-15)
}

.project-detail-section .option-list li:before {
	position: absolute;
	left: 0;
	top: -1px;
	content: "\f1b8";
	font-size: var(--font-18);
	color: var(--color-fiftysix);
	font-family: "Flaticon"
}

.project-detail-section .more-posts {
	position: relative;
	margin-top: var(--margin-top-20);
	padding-top: var(--padding-top-50);
	border-top: 1px solid var(--color-twentythree)
}

.project-detail-section .more-posts .prev-post {
	position: relative;
	padding-left: 130px;
	min-height: 100px;
	font-size: var(--font-16);
	color: var(--color-fourty);
	padding-top: var(--padding-top-20)
}

.project-detail-section .more-posts .prev-post .thumb-image {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	border-radius: 6px;
	background-color: var(--black-color)
}

.project-detail-section .more-posts .prev-post .thumb-image img {
	opacity: .8
}

.project-detail-section .more-posts .prev-post .arrow {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 50px;
	display: inline-block;
	font-family: "Flaticon";
	color: var(--white-color);
	background-color: var(--color-fourty);
	transform: translateX(-50%) translateY(-50%);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease
}

.project-detail-section .more-posts .prev-post h6 {
	margin-top: var(--margin-top-5)
}

.project-detail-section .more-posts .prev-post h6 a {
	position: relative;
	color: var(--color-fourty)
}

.project-detail-section .more-posts .next-post {
	position: relative;
	padding-right: 130px;
	text-align: right;
	min-height: 100px;
	font-size: var(--font-16);
	color: var(--color-fourty);
	padding-top: var(--padding-top-20)
}

.project-detail-section .more-posts .next-post .thumb-image {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	border-radius: 6px;
	background-color: var(--black-color)
}

.project-detail-section .more-posts .next-post .thumb-image img {
	opacity: .8
}

.project-detail-section .more-posts .next-post .arrow {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 50px;
	display: inline-block;
	font-family: "Flaticon";
	color: var(--white-color);
	background-color: var(--color-fourty);
	transform: translateX(-50%) translateY(-50%);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease
}

.project-detail-section .more-posts .next-post h6 {
	margin-top: var(--margin-top-5)
}

.project-detail-section .more-posts .next-post h6 a {
	position: relative;
	color: var(--color-fourty)
}

.project-detail-section .more-posts .prev-post:hover .arrow,
.project-detail-section .more-posts .next-post:hover .arrow {
	background-color: var(--main-color);
	color: var(--white-color)
}

.sidebar .search-box .form-group {
	position: relative;
	margin: 0
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 43px;
	padding: 10px 50px 10px 25px;
	background: var(--color-eightteen);
	display: block;
	font-size: var(--font-16);
	width: 100%;
	height: 60px;
	color: var(--dark-color);
	border-radius: 3px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	height: 56px;
	width: 60px;
	display: block;
	font-size: 16px;
	color: #272727;
	cursor: pointer;
	border-radius: 0 0 0 0;
	line-height: 100%;
	font-weight: 400;
	background: none
}

.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus {
	border-color: var(--main-color)
}

.sidebar .popular-posts .post {
	position: relative;
	padding: 0 0;
	min-height: 90px;
	color: var(--dark-color);
	font-size: var(--font-14);
	margin-bottom: var(--margin-bottom-5);
	padding-left: var(--padding-left-75)
}

.sidebar .popular-posts .post:last-child {
	margin-bottom: var(--margin-zero);
	border-bottom: 0;
	min-height: auto
}

.sidebar .popular-posts .post .post-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 58px;
	border-radius: 0;
	overflow: hidden
}

.sidebar .popular-posts .post .post-thumb .overlay-box {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	color: var(--white-color);
	font-size: var(--font-18);
	opacity: 0;
	text-align: center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background-color: rgba(var(--main-color-rgb), .3)
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa {
	top: 50%;
	position: relative;
	margin-top: -12px;
	display: block
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box {
	opacity: 1
}

.sidebar .popular-posts .post .post-thumb img {
	display: block;
	width: 100%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}

.sidebar .popular-posts .post .text {
	position: relative;
	top: 0;
	font-size: var(--font-16);
	margin: 0 0 0;
	font-weight: 700;
	color: var(--black-color);
	line-height: 1.5em;
	text-transform: capitalize
}

.sidebar .popular-posts .post .text a {
	color: var(--dark-color-two);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}

.sidebar .popular-posts .post a:hover {
	color: var(--main-color)
}

.sidebar .popular-posts .post-info {
	position: relative;
	font-weight: 400;
	font-size: var(--font-14);
	color: var(--color-fiftyseven);
	margin-top: var(--margin-top-5);
	padding-left: var(--padding-left-25)
}

.sidebar .popular-posts .post-info:before {
	position: absolute;
	content: "\f183";
	left: 0;
	font-size: var(--font-14);
	color: var(--main-color);
	font-family: "flaticon"
}

.sidebar .gallery-widget .images-outer {
	position: relative;
	margin: 0 -3px
}

.sidebar .gallery-widget .image-box {
	position: relative;
	float: left;
	width: 33.333%;
	padding: 0 6px;
	margin-bottom: var(--margin-bottom-15)
}

.sidebar .gallery-widget .image-box img {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.sidebar .gallery-widget .image-box img:hover {
	opacity: .7
}

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 8px 20px 8px;
	margin: 0 6px 10px 0;
	color: var(--white-color);
	text-align: center;
	font-size: var(--font-14);
	background: var(--black-color);
	font-weight: 700;
	border-radius: 0;
	text-transform: capitalize;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease
}

.sidebar .popular-tags a:hover {
	border-color: var(--main-color);
	background-color: var(--main-color);
	color: #fff
}

.news-block-four {
	position: relative;
	margin-bottom: var(--margin-bottom-40)
}

.news-block-four .inner-box {
	position: relative;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	background-color: var(--white-color)
}

.news-block-four .inner-box .image {
	position: relative;
	overflow: hidden;
	background-color: var(--main-color)
}

.news-block-four .inner-box:hover .image img {
	opacity: .7;
	transform: scale(1.05, 1.05)
}

.news-block-four .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.news-block-four .inner-box .lower-content {
	position: relative;
	padding: 20px 25px 40px;
	border: 1px solid rgba(var(--color-five-rgb), .1);
	border-top: 0;
	border-radius: 0 0 5px 5px
}

.news-block-four .inner-box .post-info {
	position: relative;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	margin-bottom: var(--margin-bottom-25);
	padding-bottom: var(--padding-bottom-20);
	border-bottom: 1px solid rgba(var(--color-five-rgb), .2)
}

.news-block-four .inner-box .post-info li {
	position: relative;
	font-weight: 700;
	display: inline-block;
	font-size: var(--font-15);
	color: var(--color-fourty);
	margin-right: var(--margin-right-30);
	padding-left: var(--padding-left-25)
}

.news-block-four .inner-box .post-info li:first-child {
	position: relative;
	padding: 5px 24px;
	border-radius: 4px;
	color: var(--white-color);
	background-color: var(--main-color)
}

.news-block-four .inner-box .post-info li .icon {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Flaticon";
	font-size: var(--font-16)
}

.news-block-four .inner-box .post-info li:last-child {
	margin-right: var(--margin-zero)
}

.news-block-four .inner-box h4 {
	margin-bottom: var(--margin-bottom-15);
	height: 100px
}

.news-block-four .inner-box h3 a {
	position: relative;
	color: var(--color-fourty);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.news-block-four .inner-box h3 a:hover {
	color: var(--color-fourtytwo)
}

.news-block-four .inner-box .text {
	position: relative;
	height: 130px;
	color: var(--color-thirtyseven);
	margin-bottom: var(--margin-bottom-25)
}

.news-block-four .inner-box .explore {
	position: relative;
	padding: 15px 32px;
	font-weight: 600;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-14);
	color: var(--white-color);
	background-color: var(--color-fourty);
	font-family: var(--font-family-Roboto);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.news-block-four .inner-box .explore span {
	position: relative;
	font-size: var(--font-10);
	font-family: "Flaticon";
	margin-left: var(--margin-left-5)
}

.news-block-four .inner-box .explore:hover {
	background-color: var(--main-color)
}

.blog-classic .styled-pagination {
	margin-top: var(--margin-top-50)
}

.styled-pagination {
	position: relative
}

.styled-pagination li {
	position: relative;
	float: left;
	margin-right: var(--margin-right-15)
}

.styled-pagination li a {
	position: relative;
	display: inline-block;
	line-height: 44px;
	height: 44px;
	width: 44px;
	min-width: 44px;
	font-size: var(--font-18);
	background-color: var(--color-ten);
	font-weight: 500;
	border-radius: 50px;
	text-align: center;
	color: var(--color-fourty);
	text-transform: capitalize;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
	font-size: var(--font-24)
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
	color: var(--white-color);
	background-color: var(--main-color)
}

.news-detail {
	position: relative;
	margin-bottom: var(--margin-bottom-40)
}

.news-detail .inner-box {
	position: relative;
	overflow: hidden;
	background-color: var(--white-color)
}

.news-detail .inner-box .image {
	position: relative;
	overflow: hidden
}

.news-detail .inner-box .image img {
	position: relative;
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.news-detail .inner-box .lower-content {
	position: relative;
	padding: 20px 25px 40px;
	border: 1px solid rgba(var(--color-five-rgb), .1)
}

.news-detail .inner-box .post-info {
	position: relative;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	margin-bottom: var(--margin-bottom-25);
	padding-bottom: var(--padding-bottom-20);
	border-bottom: 1px solid rgba(var(--color-five-rgb), .2)
}

.news-detail .inner-box .post-info li {
	position: relative;
	font-weight: 700;
	display: inline-block;
	font-size: var(--font-15);
	color: var(--color-fourty);
	margin-right: var(--margin-right-30);
	padding-left: var(--padding-left-25)
}

.news-detail .inner-box .post-info li:first-child {
	position: relative;
	padding: 5px 24px;
	border-radius: 4px;
	color: var(--white-color);
	background-color: var(--main-color)
}

.news-detail .inner-box .post-info li .icon {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Flaticon";
	font-size: var(--font-16)
}

.news-detail .inner-box .post-info li:last-child {
	margin-right: var(--margin-zero)
}

.news-detail .inner-box h3 {
	color: var(--main-color);
	margin-bottom: var(--margin-bottom-15);
	font-size: 36px
}

.news-detail .inner-box h4 {
	color: var(--main-color);
	margin-bottom: var(--margin-bottom-20)
}

.news-detail .inner-box p {
	color: var(--color-five);
	margin-bottom: var(--margin-bottom-15)
}

.news-detail .inner-box blockquote {
	position: relative;
	padding: 25px 30px;
	border-radius: 3px;
	line-height: 28px;
	color: var(--color-five);
	font-size: var(--font-16);
	margin-top: var(--margin-top-25);
	margin-bottom: var(--margin-bottom-25);
	background-color: var(--color-thirtytwo)
}

.news-detail .inner-box blockquote .quote-icon {
	position: relative;
	font-family: "Flaticon";
	margin-right: var(--margin-right-15)
}

.news-detail .inner-box blockquote .designation {
	position: relative;
	font-weight: 700;
	color: var(--color-fiftyeight);
	padding-left: var(--padding-left-60)
}

.news-detail .inner-box blockquote .designation:before {
	position: absolute;
	content: '';
	left: 10px;
	top: 6px;
	width: 40px;
	height: 2px;
	background-color: var(--color-fiftyeight)
}

.news-detail .inner-box .gallery-box {
	position: relative;
	margin-top: var(--margin-top-25)
}

.news-detail .inner-box .gallery-box .carousel-column {
	position: relative
}

.news-detail .inner-box .gallery-box .carousel-column .image {
	position: relative;
	border-radius: 5px;
	overflow: hidden
}

.news-detail .gallery-box {
	margin-bottom: var(--margin-bottom-40)
}

.news-detail .gallery-box .owl-dots {
	display: none
}

.news-detail .gallery-box .owl-nav {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50%;
	margin-top: -22px
}

.news-detail .gallery-box .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-20);
	font-family: "Flaticon";
	background-color: var(--color-fourty);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-detail .gallery-box .owl-nav .owl-next {
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-20);
	font-family: "Flaticon";
	background-color: var(--color-fourty);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-detail .gallery-box .owl-nav .owl-prev:hover,
.news-detail .gallery-box .owl-nav .owl-next:hover {
	background-color: var(--main-color)
}

.video-box-two {
	position: relative;
	overflow: hidden;
	border-radius: 5px
}

.video-box-two .video-image {
	position: relative;
	margin: 0;
	background-color: var(--main-color)
}

.video-box-two .video-image img {
	position: relative;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.video-box-two:hover .video-image img {
	opacity: .7;
	transform: scale(1.05, 1.05)
}

.video-box-two .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	line-height: 45px;
	overflow: hidden
}

.video-box-two .overlay-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	opacity: .5;
	background-color: var(--color-fiftynine)
}

.video-box-two .overlay-box span {
	position: absolute;
	width: 42px;
	height: 42px;
	left: 50%;
	top: 50%;
	z-index: 10;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	margin-top: -21px;
	margin-left: -21px;
	line-height: 42px;
	border-radius: 50%;
	font-family: "flaticon";
	font-size: var(--font-14);
	color: var(--white-color);
	padding-left: var(--padding-left-5);
	background-color: var(--main-color)
}

.video-box-two .overlay-box span:hover {
	color: var(--white-color);
	background-color: var(--main-color)
}

.video-box-two .ripple,
.video-box-two .ripple:before,
.video-box-two .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	-o-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	-webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / .6);
	-moz-box-shadow: 0 0 0 0 rgb(255 255 255 / .6);
	-ms-box-shadow: 0 0 0 0 rgb(255 255 255 / .6);
	-o-box-shadow: 0 0 0 0 rgb(255 255 255 / .6);
	box-shadow: 0 0 0 0 rgb(255 255 255 / .6);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite
}

.video-box-two .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute
}

.video-box-two .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute
}

.news-detail .inner-box p span {
	position: relative;
	font-weight: 600;
	text-decoration: underline
}

.news-detail .inner-box .bold-text {
	position: relative;
	font-weight: 700;
	line-height: 1.7em;
	font-size: var(--font-16);
	color: var(--main-color)
}

.list-style-two li a strong {
	color: var(--main-color)
}

.news-detail .post-share-options {
	position: relative;
	margin-top: var(--margin-top-30);
	border-bottom: 2px dashed rgba(var(--color-five-rgb), .1)
}

.news-detail .post-share-options .post-share-inner {
	position: relative;
	padding-bottom: var(--padding-bottom-20)
}

.news-detail .post-share-options .tags {
	position: relative;
	float: left
}

.news-detail .post-share-options .tags span {
	font-weight: 700;
	font-size: var(--font-16);
	color: var(--color-fourty);
	text-transform: capitalize;
	margin-top: var(--margin-top-5);
	margin-right: var(--margin-right-10)
}

.news-detail .post-share-options .tags a {
	position: relative;
	font-weight: 500;
	line-height: 1em;
	padding: 10px 16px;
	border-radius: 2px;
	border-radius: 4px;
	display: inline-block;
	color: var(--color-fourty);
	font-size: var(--font-15);
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	margin-right: var(--margin-right-5);
	margin-bottom: var(--margin-bottom-5);
	border: 1px solid rgba(var(--color-five-rgb), .1)
}

.news-detail .post-share-options .tags a:last-child {
	margin-right: 0
}

.news-detail .post-share-options .tags a:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color)
}

.news-detail .post-share-options .social-box {
	position: relative;
	float: right;
	margin-top: 6px
}

.news-detail .post-share-options .social-box .share {
	position: relative;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--dark-color);
	font-weight: 600;
	margin-right: 10px;
	text-transform: capitalize
}

.news-detail .post-share-options .social-box li {
	position: relative;
	display: inline-block;
	margin-left: var(--margin-left-5)
}

.news-detail .post-share-options .social-box li a {
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50px;
	font-size: var(--font-14);
	color: var(--white-color);
	display: inline-block;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: var(--color-fourty)
}

.news-detail .post-share-options .social-box li a:hover {
	background-color: var(--main-color)
}

.related-posts {
	position: relative
}

.related-posts .owl-nav {
	display: none
}

.related-posts .owl-dots {
	position: relative;
	text-align: center;
	margin-top: var(--margin-top-20)
}

.related-posts .owl-dots .owl-dot {
	position: relative;
	width: 7px;
	height: 7px;
	margin: 0 12px;
	border-radius: 50%;
	display: inline-block;
	background-color: var(--color-fourty);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.related-posts .owl-dots .owl-dot:before {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	right: -7px;
	bottom: -7px;
	opacity: 0;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid var(--color-fourtytwo);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.related-posts .owl-dots .owl-dot.active,
.related-posts .owl-dots .owl-dot:hover {
	background-color: var(--color-fourtytwo)
}

.related-posts .owl-dots .owl-dot.active::before,
.related-posts .owl-dots .owl-dot:hover::before {
	opacity: 1
}

.related-posts>h4 {
	margin-top: var(--margin-top-25);
	margin-bottom: var(--margin-bottom-10)
}

.related-posts .owl-carousel .owl-stage-outer {
	padding: 20px 0 20px
}

.related-posts .owl-theme .news-block-three {
	margin: 0 15px
}

.related-posts .owl-carousel {
	margin: 0 -15px;
	width: auto
}

.sidebar-page-container .comments-area {
	position: relative;
	margin-top: var(--margin-top-50);
	margin-bottom: var(--margin-bottom-50)
}

.sidebar-page-container .group-title {
	position: relative
}

.sidebar-page-container .group-title h4 {
	font-weight: 800;
	margin-bottom: var(--margin-bottom-45)
}

.sidebar-page-container .comments-area .comment-box {
	position: relative;
	padding: 30px 35px 30px;
	box-shadow: 0 0 25px rgb(0 0 0 / .07);
	margin-bottom: var(--margin-bottom-30);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.sidebar-page-container .comments-area .comment-box:last-child {
	margin-bottom: var(--margin-zero)
}

.sidebar-page-container .comments-area .comment {
	position: relative;
	min-height: 120px;
	font-size: var(--font-14);
	padding: 0 0 0 100px
}

.sidebar-page-container .comments-area .reply-comment {
	margin-left: var(--margin-left-40)
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: var(--margin-bottom-20);
	overflow: hidden
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
	width: 100%;
	display: block
}

.sidebar-page-container .comments-area .comment-info {
	margin-bottom: var(--margin-bottom-10)
}

.sidebar-page-container .comments-area .comment-box strong {
	position: relative;
	font-weight: 800;
	line-height: 1.3em;
	display: inline-block;
	text-transform: capitalize;
	font-size: var(--font-18);
	color: var(--color-fourty);
	padding-left: var(--padding-left-30);
	font-family: var(--font-family-Roboto)
}

.sidebar-page-container .comments-area .comment-box strong:before {
	position: absolute;
	content: "\f19b";
	left: 0;
	top: 0;
	font-family: "Flaticon"
}

.sidebar-page-container .comments-area .comment-box .text {
	color: var(--color-five);
	margin-bottom: var(--margin-bottom-15)
}

.sidebar-page-container .comments-area .comment-info .comment-time {
	position: relative;
	display: inline-block;
	color: var(--text-color);
	font-size: var(--font-16);
	margin-left: var(--margin-left-20);
	padding-left: var(--padding-left-25)
}

.sidebar-page-container .comments-area .comment-info .comment-time:before {
	position: absolute;
	content: "\f133";
	left: 0;
	top: -1px;
	color: var(--dark-color);
	font-family: 'FontAwesome'
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
	position: relative;
	font-weight: 500;
	padding: 8px 20px;
	border-radius: 50px;
	display: inline-block;
	color: var(--main-color);
	font-size: var(--font-16);
	text-transform: capitalize;
	background-color: rgba(var(--main-color-rgb), .1)
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
	color: var(--white-color);
	background-color: var(--color-two)
}

.comment-form {
	position: relative;
	padding: 35px 35px;
	border-radius: 5px;
	background-color: var(--white-color);
	box-shadow: 0 0 20px rgb(0 0 0 / .1)
}

.comment-form .form-group {
	margin-bottom: var(--margin-bottom-25)
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 20px;
	color: var(--text-color);
	height: 54px;
	font-size: var(--font-16);
	border-radius: 3px;
	background: var(--white-color);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid rgba(var(--black-color-rgb), .1)
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
	border-color: var(--color-two);
	background-color: var(--white-color)
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 200px;
	resize: none;
	line-height: 24px;
	border-radius: 3px;
	padding: 15px 20px 25px;
	color: var(--dark-color);
	font-size: var(--font-15);
	background: var(--white-color);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid rgba(var(--black-color-rgb), .1)
}

.comment-form .form-group button {
	border-radius: 50px;
	text-transform: capitalize
}

.contact-page-section {
	position: relative;
	padding: 90px 0 70px
}

.location-block {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.location-block .inner-box {
	position: relative;
	padding: 30px 30px;
	border-radius: 5px;
	line-height: 1.8em;
	font-size: var(--font-16);
	color: var(--color-sixty);
	background-color: var(--white-color);
	box-shadow: 0 0 15px rgb(0 0 0 / .1)
}

.location-block .inner-box .content {
	position: relative;
	min-height: 70px;
	padding-top: var(--padding-top-10);
	padding-left: var(--padding-left-90);
	margin-bottom: var(--margin-bottom-20)
}

.location-block .inner-box .content .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 50px;
	line-height: 70px;
	color: #fff;
	font-size: var(--font-34);
	font-family: "Flaticon";
	background-color: var(--main-color)
}

.location-block .inner-box strong {
	position: relative;
	font-weight: 800;
	display: block;
	font-size: var(--font-24);
	font-family: var(--font-family-Roboto)
}

.map-section {
	position: relative;
	z-index: 1
}

.map-section .inner-container {
	position: relative;
	padding: 20px 20px;
	border-radius: 5px;
	background-color: var(--white-color);
	box-shadow: 0 0 15px rgb(0 0 0 / .1)
}

.map-section iframe {
	position: relative;
	width: 100%;
	height: 500px
}

.contact-form-section {
	position: relative;
	padding: 100px 0 100px
}

.contact-form-section .inner-container {
	position: relative;
	max-width: 970px;
	margin: 0 auto
}

.contact-form-section .pattern-layer {
	position: absolute;
	right: 0;
	bottom: 90%;
	width: 484px;
	height: 664px
}

.contact-form .form-group {
	margin-bottom: var(--margin-bottom-20)
}

.contact-form .form-group:last-child {
	margin-bottom: var(--margin-zero)
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 20px;
	color: var(--color-thirtyseven);
	height: 54px;
	font-size: var(--font-16);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: var(--font-family-Roboto);
	background-color: var(--white-color)
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: var(--main-color)
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 20px 25px;
	color: var(--color-thirtyseven);
	height: 180px;
	font-size: var(--font-16);
	border-radius: 3px;
	resize: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: var(--font-family-Roboto);
	background-color: var(--white-color)
}

.contact-form .form-group button {
	margin-top: var(--margin-top-15)
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	color: red;
	font-weight: 500
}

.footer-list li {
	list-style: none;
	margin-bottom: 10px
}

.footer-list li a {
	color: #000;
	text-decoration: none;
	display: block;
	font-size: 16px
}

.footer-list li a:hover {
	color: var(--color-fourtytwo)
}

.margin-top {
	margin-top: 20px
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	border-top: 1px solid rgb(255 255 255 / .1)
}

.footer-bottom .copyright-info,
.footer-bottom .company-branding a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px
}

.footer-widget.menu-widget {
	display: flex;
	flex-wrap: wrap
}

.footer-widget.menu-widget h4 {
	width: 100%
}

.footer-widget .footer-list {
	padding-right: 15px
}

.abt-img {
	height: 390px;
	object-fit: cover;
	width: 100%
}

.quality-img {
	height: 260px;
	object-fit: contain;
	width: 100%
}

.demister-img {
	height: 390px;
	object-fit: contain;
	width: 100%
}

.silver-img {
	height: 450px;
	object-fit: cover;
	width: 100%
}

.packol-img {
	height: 474px;
	object-fit: cover
}

.abt-img1 {
	height: 450px;
	object-fit: cover;
	width: 100%
}

.service-block .inner-box {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.service-block .image-layer {
	width: 100%;
	height: 300px
}

.service-block .image-layer img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease
}

.service-block .inner-box:hover img {
	transform: scale(1.1)
}

.service-block .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.4s ease;
	z-index: 5
}

.service-block .inner-box:hover .overlay {
	opacity: 1
}

.service-block .overlay .icon {
	font-size: 32px;
	margin-bottom: 10px;
	color: #fff
}

.service-block .overlay h5 {
	color: #fff;
	font-size: 18px
}

.text-1 {
	line-height: 1.5em;
	color: #000;
	width: 82%;
	font-size: var(--font-16)
}

.home-counter {
	position: relative;
	background-image: url(../images/background/machine.webp);
	background-size: cover;
	background-position: center;
	color: #fff;
	z-index: 3;
	padding-bottom: 80px
}

.home-counter::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(var(--main-color-rgb), .75);
	z-index: 1
}

.home-counter .auto-container {
	position: relative;
	z-index: 2
}

.home-counter .title,
.home-counter h2 {
	color: #fff
}

.home-counter .inner-column {
	background-color: #fff
}

.home-counter .counter-column .inner-column .icon-box {
	background-color: var(--color-fourtytwo) !important
}

.vision-mission-section .sec-title .title,
.vision-mission-section .sec-title h2 {
	color: #fff
}

.vision-mission-section {
	padding-bottom: 60px
}

.padding-bottom-100 {
	padding-bottom: 80px !important
}

.padding-bottom-50 {
	padding-bottom: 50px !important
}

.sec-title-three .title {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: rgb(255 255 255 / .1);
	padding: 8px 20px;
	border-radius: 50px;
	border: 1px solid rgb(255 255 255 / .2);
	backdrop-filter: blur(5px);
	transition: all 0.3s ease
}

.sec-title-three .title:hover {
	background: rgb(255 255 255 / .2);
	transform: translateY(-2px)
}

.sec-title-three .title i {
	color: var(--white-color);
	font-size: 18px
}

.project-section-three .project-tab .tab-btns-box .p-tab-btn {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	background: #fff;
	margin-bottom: 15px;
	box-shadow: 0 5px 15px rgb(0 0 0 / .05);
	transition: all 0.4s ease;
	border-left: 4px solid #fff0
}

.project-section-three .project-tab .tab-btns-box .p-tab-btn .icon {
	position: static;
	width: 45px;
	height: 45px;
	line-height: 30px;
	margin-right: 15px;
	color: var(--main-color);
	text-align: center;
	font-size: 25px;
	transition: all 0.4s ease;
	flex-shrink: 0
}

.project-section-three .project-tab .tab-btns-box .p-tab-btn:hover,
.project-section-three .project-tab .tab-btns-box .p-tab-btn.active-btn {
	background-color: var(--main-color);
	color: #fff;
	transform: translateX(10px);
	box-shadow: 0 10px 20px rgb(0 34 75 / .2);
	border-left: 4px solid var(--color-fourtytwo)
}

.project-section-three .project-tab .tab-btns-box .p-tab-btn:hover .icon,
.project-section-three .project-tab .tab-btns-box .p-tab-btn.active-btn .icon {
	color: var(--main-color)
}

.about-section-two .image-two {
	cursor: pointer;
	z-index: 10;
	transition: transform 0.3s ease
}

.about-section-two .image-two:hover {
	transform: scale(1.05)
}

.about-section-two .image-column .image,
.about-section-two .image-column .image-two {
	overflow: visible !important
}

.about-section-two .image-column .image img,
.about-section-two .image-column .image-two img {
	position: relative;
	z-index: 2;
	box-shadow: 0 10px 30px rgb(0 0 0 / .1);
	height: 450px
}

.about-section-two .image-column .image:hover::before {
	top: -15px;
	left: -15px;
	opacity: 1
}

.about-section-two .image-column .image-two:hover::before {
	bottom: -15px;
	right: -15px
}

.about-section-two .image-column .image-two {
	overflow: visible !important
}

.main-slider-two .slide {
	height: 600px;
	min-height: 600px;
	padding: 0 !important;
	display: flex !important;
	align-items: center
}

.main-slider-two .image-layer {
	height: 100% !important
}

.news-section-three .owl-nav {
	display: none !important
}

.text1 {
	font-size: var(--font-22)
}

.main-footer .footer-widget1 h4 {
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #000;
	text-transform: capitalize;
	padding-bottom: var(--padding-bottom-20)
}

.main-footer .pattern-layer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 317px;
	height: 619px;
	background-repeat: no-repeat;
	opacity: .6
}

.main-footer .pattern-layer-two {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 284px;
	height: 613px;
	background-repeat: no-repeat;
	opacity: .3
}

.main-footer .footer-widget1 h4:before {
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 50px;
	height: 2px;
	background-color: var(--color-fourtytwo)
}

.news-section-three .owl-carousel .owl-stage {
	display: flex
}

.news-section-three .owl-carousel .owl-item {
	display: flex;
	flex: 1 0 auto
}

.news-section-three .news-block-two {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 15px
}

.news-block-two .inner-box {
	position: relative;
	background-color: var(--white-color);
	border: 1px solid rgb(0 0 0 / .05);
	overflow: hidden;
	transition: all 300ms ease;
	flex: 1;
	display: flex;
	flex-direction: column;
	height: 100%
}

.news-block-two .lower-content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.news-block-two .image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block
}

.news-section-three .three-item-carousel-two {
	margin-left: -15px;
	margin-right: -15px;
	width: auto
}

.news-block-two .inner-box:hover {
	box-shadow: 0 20px 40px rgb(0 0 0 / .12);
	transform: translateY(-5px);
	border-color: var(--main-color)
}

@media only screen and (max-width:767px) {
	.main-header .header-lower {
		background-color: #ffffff !important;
		position: relative !important;
		bottom: 0px !important;
		box-shadow: 0 5px 15px rgb(0 0 0 / .1)
	}

	.main-header .header-lower:before,
	.main-header .nav-outer:before {
		display: none !important
	}

	.main-header .nav-outer .mobile-nav-toggler {
		color: var(--main-color) !important;
		font-size: 26px;
		margin-top: 5px
	}

	.main-header .header-lower .inner-container {
		padding: 15px 0
	}
}

.news-block-two .read-more-btn {
	position: relative;
	display: inline-block;
	padding: 10px 28px;
	background-color: var(--main-color);
	color: var(--white-color);
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 50px;
	transition: all 300ms ease;
	margin-top: 15px;
	align-self: flex-start;
	text-align: center;
	line-height: 1.5em
}

.news-block-two .read-more-btn:hover {
	background-color: var(--color-fourtytwo);
	color: var(--white-color);
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgb(0 0 0 / .15)
}

.news-block-two .read-more-btn::after {
	content: "\f105";
	font-family: "FontAwesome";
	margin-left: 8px;
	font-weight: 400;
	transition: margin-left 0.3s ease
}

.news-block-two .read-more-btn:hover::after {
	margin-left: 12px
}

.item-btn {
	position: relative;
	display: inline-block;
	background-color: var(--main-color);
	padding: 15px 32px;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	z-index: 1;
	transition: all 0.3s ease
}

.item-btn .btn-link {
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 2
}

.item-btn::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 5px;
	left: 5px;
	border: 2px solid var(--color-fourtytwo);
	background-color: #fff0;
	z-index: -1;
	transition: all 0.3s cubic-bezier(.24, .74, .58, 1)
}

.item-btn:hover::before {
	top: 0;
	left: 0;
	border-color: #141414
}

.item-btn:hover .btn-link {
	color: #fff
}

.item-btn1 {
	position: relative;
	display: inline-block;
	background-color: var(--white-color);
	padding: 15px 32px;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	z-index: 1;
	transition: all 0.3s ease
}

.item-btn1 .btn-link {
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 2
}

.item-btn1::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 5px;
	left: 5px;
	border: 2px solid var(--color-fourtytwo);
	background-color: #fff0;
	z-index: -1;
	transition: all 0.3s cubic-bezier(.24, .74, .58, 1)
}

.item-btn1:hover::before {
	top: 0;
	left: 0;
	border-color: #141414
}

.item-btn1:hover .btn-link {
	color: #fff
}

.banner-btn {
	position: relative;
	display: inline-block;
	background-color: #fff;
	padding: 15px 32px;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	z-index: 1;
	transition: all 0.3s ease
}

.banner-btn .btn-link {
	color: #000;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 2
}

.banner-btn::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 10px;
	left: 10px;
	border: 2px solid var(--color-fourtytwo);
	background-color: #fff0;
	z-index: -1;
	transition: all 0.3s cubic-bezier(.24, .74, .58, 1)
}

.banner-btn:hover::before {
	top: 0;
	left: 0;
	border-color: var(--color-fourtytwo)
}

.banner-btn:hover .btn-link {
	color: var(--color-fourtytwo)
}

.sec-title .text span,
.text-1 span,
.contact-list li span {
	color: var(--main-color);
	font-weight: 700
}

.main-footer .contact-list li {
	position: relative;
	padding-left: 45px;
	margin-bottom: 20px;
	min-height: 40px
}

.main-footer .contact-list .icon {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	color: #ff9d00;
	line-height: 1
}

.mesh-icon-wrapper {
	display: flex;
	align-items: center;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgb(255 255 255 / .1)
}

.mesh-circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ff9d00;
	margin-right: 15px;
	overflow: hidden
}

.mesh-circle img {
	max-width: 100%;
	height: auto;
	object-fit: contain
}

.mesh-text {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase
}

.news-block-two .item-btn {
	position: relative;
	display: inline-block;
	background-color: var(--main-color);
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	z-index: 1;
	transition: all 0.3s ease
}

.testimonial-section {
	position: relative;
	background-image: url(../images/background/machine.webp);
	background-size: cover;
	background-position: center;
	color: #fff;
	z-index: 3;
	padding-bottom: 80px
}

.testimonial-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(var(--main-color-rgb), .85);
	z-index: 1
}

.testimonial-section .auto-container {
	position: relative;
	z-index: 2
}

.testimonial-section .title,
.testimonial-section h2 {
	color: #fff
}

.testimonial-section .counter-column .inner-column .icon-box {
	background-color: var(--color-fourtytwo) !important
}

.industrial-counter-section {
	position: relative;
	padding: 80px 0;
	background-color: var(--main-color)
}

.new-counter-block {
	position: relative;
	margin-bottom: 30px
}

.new-counter-block .inner-box {
	position: relative;
	text-align: center;
	padding: 40px 20px;
	background: var(--white-color);
	border: 1px solid rgb(255 255 255 / .1);
	transition: all 400ms ease
}

.new-counter-block .inner-box:hover {
	transform: translateY(-10px);
	border-color: #BC2228
}

.new-counter-block .icon-wrap {
	position: relative;
	margin-bottom: 20px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center
}

.new-counter-block .icon-wrap img {
	max-width: 50px;
	height: auto
}

.new-counter-block .counter-title {
	position: relative;
	font-size: 16px;
	color: #061726;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600
}

.new-counter-block .design-line {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background: var(--secondary-color);
	transition: width 400ms ease
}

.new-counter-block .inner-box:hover .design-line {
	width: 100%
}

.new-counter-block .inner-box {
	position: relative;
	padding: 40px 20px 30px;
	background: #fff;
	border: 1px solid #ebebeb;
	text-align: center;
	transition: all 0.3s ease;
	margin-top: 35px
}

.new-counter-block .icon-wrap {
	position: absolute;
	top: -42px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 70px;
	background: #FFF;
	border: 1px solid var(--main-color);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1
}

.new-counter-block .icon-wrap img {
	width: 50px;
	height: auto
}

.new-counter-block .count-outer {
	font-size: 42px;
	font-weight: 700;
	color: var(--color-fourtytwo);
	margin-bottom: 5px;
	margin-top: 20px
}

.new-counter-block .counter-title {
	font-size: 20px;
	color: var(--main-color);
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px
}

.about-icon {
	margin-top: -15px
}

.truck-icon {
	height: 50px;
	width: 50px
}

.settings-icon {
	height: 35px;
	width: 35px
}

.footer-icon {
	height: 25px;
	width: 25px
}

.industrial-counter-section.dark-mode-design {
	background: linear-gradient(to right, #3B5E8F 0%, var(--main-color) 100%);
	padding: 100px 0;
	position: relative
}

.industrial-counter-section.dark-mode-design::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgb(255 255 255 / .03) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / .03) 50%, rgb(255 255 255 / .03) 75%, transparent 75%, transparent);
	background-size: 20px 20px;
	pointer-events: none
}

.dark-mode-design .new-counter-block1 .inner-box {
	text-align: center;
	padding: 30px 15px;
	border: 1px solid rgb(255 255 255 / .1);
	background: #f1bd36e3;
	transition: all 0.4s ease;
	border-radius: 4px
}

.dark-mode-design .inner-box:hover {
	background: rgb(255 255 255 / .05);
	border-color: var(--color-fourtytwo);
	box-shadow: 0 10px 30px rgb(0 0 0 / .3)
}

.dark-mode-design .icon-box img {
	max-width: 60px;
	filter: brightness(0) invert(1);
	margin-bottom: 20px;
	opacity: .7;
	transition: 0.4s
}

.dark-mode-design .inner-box:hover .icon-box img {
	opacity: 1;
	transform: scale(1.1)
}

.dark-mode-design .count-box {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	display: block;
	margin-bottom: 10px
}

.dark-mode-design .counter-title {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0
}

.dark-mode-design .icon-box img {
	width: 90px;
	height: 90px;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 20px;
	object-fit: contain;
	max-width: none;
	filter: brightness(0) invert(1);
	margin-bottom: 20px;
	opacity: .7;
	transition: all 0.4s ease
}

.dark-mode-design .inner-box:hover .icon-box img {
	border-color: #fff;
	opacity: 1;
	transform: scale(1.1)
}

.dark-mode-design .new-counter-block1 .inner-box {
	position: relative;
	margin-top: 50px;
	padding-top: 60px;
	overflow: visible
}

.dark-mode-design .icon-box {
	position: absolute;
	top: -45px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2
}

.dark-mode-design .icon-box img {
	background-color: #FFF;
	width: 90px;
	height: 90px;
	border: 2px solid rgb(255 255 255 / .3);
	border-radius: 50%;
	padding: 20px;
	object-fit: contain;
	filter: brightness(1) invert(0);
	transition: all 0.4s ease;
	margin-bottom: 0
}

.industrial-counter-section.hexagon-style {
	padding: 90px 0;
	background: linear-gradient(to right, #3B5E8F 0%, var(--main-color) 100%)
}

.industrial-counter-section.hexagon-style::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgb(255 255 255 / .03) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / .03) 50%, rgb(255 255 255 / .03) 75%, transparent 75%, transparent);
	background-size: 20px 20px;
	pointer-events: none
}

.industrial-counter-section.hexagon-style .inner-box {
	text-align: center;
	padding: 30px 15px;
	transition: transform 0.4s ease;
	border-bottom: 3px solid #fff0
}

.industrial-counter-section.hexagon-style .inner-box:hover {
	transform: translateY(-10px);
	border-bottom: 3px solid var(--twentyeight)
}

.hexagon-wrapper {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto 25px;
	display: flex;
	align-items: center;
	justify-content: center
}

.hexagon {
	width: 100%;
	height: 100%;
	background: var(--main-color);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease
}

.hexagon img {
	width: 45px;
	filter: brightness(0) invert(1)
}

.industrial-counter-section.hexagon-style .inner-box:hover .hexagon {
	background: var(--color-fourtytwo);
	transform: rotate(180deg)
}

.industrial-counter-section.hexagon-style .inner-box:hover .hexagon img {
	transform: rotate(-180deg)
}

.industrial-counter-section.hexagon-style .count-outer {
	font-size: 52px;
	font-weight: 800;
	color: var(--main-color);
	line-height: 1;
	margin-bottom: -15px;
	position: relative;
	z-index: 0
}

.industrial-counter-section.hexagon-style .counter-title {
	position: relative;
	z-index: 1;
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
	color: var(--main-color);
	text-transform: uppercase;
	display: inline-block;
	padding: 0 10px
}

.industrial-counter-section.hexagon-style .inner-box:hover .counter-title {
	color: red
}

.product-para {
	text-align: justify
}

.service-icon {
	color: var(--main-color)
}

.page-wrapper,
.sidebar-page-container,
body,
html {
	overflow: visible !important
}

aside.sidebar {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 50px;
	z-index: 99;
	height: fit-content;
	display: block
}

.mission-text {
	max-width: 800px;
	margin: 0 auto 40px;
	color: var(--color-five)
}

.section-three {
	padding-top: 30px;
	padding-bottom: 50px
}

.team-img {
	height: 300px !important;
	object-fit: cover !important;
	object-position: top
}

.passion-text {
	font-size: 13px;
	color: #777;
	margin-top: 10px
}

.cta-section {
	background-color: var(--main-color);
	padding: 60px 0
}

.cta-title {
	color: #fff !important;
	font-size: 30px !important;
	margin-bottom: 10px !important
}

.cta-description {
	color: #ddd
}

.item-btn1 {
	position: relative;
	display: inline-block;
	background-color: var(--white-color);
	padding: 15px 32px;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	z-index: 1;
	transition: all 0.3s ease
}

.item-btn1 .btn-link {
	color: var(--black-color);
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 2
}

.item-btn1::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 5px;
	left: 5px;
	border: 2px solid var(--color-fourtytwo);
	background-color: #fff0;
	z-index: -1;
	transition: all 0.3s cubic-bezier(.24, .74, .58, 1)
}

.item-btn1:hover::before {
	top: 0;
	left: 0;
	border-color: #141414
}

.item-btn1:hover .btn-link {
	color: var(--black-color)
}

.contact-cta {
	margin-top: 25px;
	margin-bottom: 45px
}

.white {
	color: var(--white-color) !important
}

.feature-block-two .inner-box h4 {
	margin-top: 20px
}

.icon-space {
	margin-right: 5px
}

.philosophy-section {
	padding-top: 0
}

.blog-heading {
	font-size: 36px;
	padding-bottom: 15px;
	color: var(--main-color);
	line-height: 40px
}

.news-section-about .owl-carousel .owl-stage {
	display: flex
}

.news-section-about .owl-carousel .owl-item {
	display: flex;
	flex: 1 0 auto
}

.news-section-about .news-block-two {
	display: flex;
	flex-direction: column
}

.news-block-four .inner-box {
	position: relative;
	background: #fff;
	border: 1px solid #eee;
	transition: all 0.3s ease
}

.news-block-four .image {
	position: relative
}

.news-block-four .image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1
}

.news-block-four .inner-box:hover .image::before {
	opacity: 1
}

.news-block-four .button-box {
	transform: translateX(0);
	transition: all 0.3s
}

.news-block-four .inner-box:hover .button-box {
	opacity: 1;
	transform: translateX(5px)
}

.news-block-four .inner-box:hover {
	border-color: var(--main-color)
}

.simple-card {
	border: none;
	box-shadow: 0 5px 15px rgb(0 0 0 / .05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
	background: #fff;
	overflow: hidden
}

.simple-card:hover {
	box-shadow: 0 15px 30px rgb(0 0 0 / .1)
}

.card-img-wrapper {
	height: 250px;
	overflow: hidden
}

.card-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease
}

.simple-card:hover .card-img-wrapper img {
	transform: scale(1.05)
}

.simple-card .card-body {
	padding: 20px;
	display: flex;
	flex-direction: column
}

.simple-card .card-title {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
	color: #333
}

.simple-card .card-title a {
	color: var(--main-color);
	text-decoration: none
}

.simple-card .card-text {
	color: #666;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 20px;
	flex-grow: 1
}

.simple-btn {
	color: #d9232d;
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	transition: 0.3s
}

.simple-btn:hover {
	color: #333;
	padding-left: 5px
}

.box-squares {
	position: absolute
}

.box-squares.squares2 {
	bottom: 0;
	left: -33px;
	width: 175px;
	height: 200px
}

.box-squares.squares2 .item-square1 {
	height: 55px;
	width: 58px;
	background-color: var(--white-color);
	top: 0;
	right: 0;
	left: 100px
}

.box-squares.squares2 .item-square2 {
	width: 100px;
	height: 100px;
	bottom: 32px;
	top: 55px;
	left: 0;
	background-color: var(--main-color)
}

.box-squares.squares2 .item-square3 {
	width: 35px;
	height: 33px;
	background-color: var(--color-fourtytwo);
	bottom: 0;
	top: 155px;
	right: 39px
}

.box-squares.squares2 span {
	position: absolute
}

.box-squares.squares1 {
	top: 0;
	right: 56px;
	width: 100px;
	height: 73px
}

.box-squares {
	position: absolute
}

.box-squares.squares1 .item-square1 {
	height: 40px;
	width: 37px;
	background-color: var(--white-color);
	top: 0;
	right: 25px
}

.box-squares.squares1 span {
	position: absolute
}

.box-squares.squares1 .item-square2 {
	width: 26px;
	height: 27px;
	top: 14px;
	right: 0;
	background-color: var(--main-color)
}

.box-squares.squares1 .item-square3 {
	width: 35px;
	height: 33px;
	background-color: var(--color-fourtytwo);
	bottom: 0;
	left: 0
}

.service-section {
	position: relative;
	z-index: 10;
	margin-bottom: 70px;
	margin-top: 50px
}

.service-section .inner-container {
	position: relative
}

.service-block1 {
	position: relative;
	margin-bottom: var(--margin-bottom-30)
}

.service-block1 .inner-box {
	position: relative;
	overflow: hidden;
	padding: 50px 35px 70px;
	z-index: 1
}

.service-block1 .inner-box>* {
	position: relative;
	z-index: 2
}

.service-block1 .inner-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(/images/resource/1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.5s ease
}

.service-block1 .inner-box:hover:before {
	transform: scale(1.05)
}

.service-block1 .inner-box .icon {
	position: relative;
	line-height: 1em;
	font-family: "Flaticon";
	font-size: var(--font-66);
	color: var(--white-color);
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.service-block1 .inner-box h5 {
	font-size: var(--font-22);
	margin-top: var(--margin-top-35);
	margin-bottom: var(--margin-bottom-35);
	padding-bottom: var(--padding-bottom-15)
}

.service-block1 .inner-box h5 a {
	position: relative;
	color: var(--white-color)
}

.service-block1 .inner-box .read-more {
	position: relative;
	padding: 14px 22px;
	font-weight: 700;
	display: inline-block;
	font-size: var(--font-14);
	color: var(--white-color);
	text-transform: uppercase;
	background-color: var(--main-color);
	font-family: var(--font-family-Roboto)
}

.service-block1 .inner-box .read-more span {
	position: relative;
	top: 2px;
	font-family: "Flaticon";
	font-size: var(--font-16);
	margin-left: var(--margin-left-5)
}

.service-block1 .inner-box .shape-one {
	position: absolute;
	right: 0;
	top: 40px;
	width: 62px;
	height: 86px;
	background-repeat: no-repeat
}

.service-block1 .inner-box .shape-two {
	position: absolute;
	right: 0;
	top: 20px;
	width: 120px;
	height: 166px;
	opacity: 0;
	z-index: 2;
	background-repeat: no-repeat;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.service-block1 .inner-box:hover .shape-two {
	opacity: 1
}

.service-block1 .inner-box .text {
	color: var(--color-seven);
	margin-bottom: var(--margin-bottom-40)
}

.service-block1 .inner-box::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(/images/resource/1.png);
	background-size: cover;
	background-position: center;
	z-index: 1;
	transition: all 0.5s ease
}

.service-block1 .inner-box::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #00224b99;
	z-index: 2
}

.service-block1 .inner-box .icon,
.service-block1 .inner-box h5 {
	position: relative;
	z-index: 3
}

.services-carousel .owl-nav {
	position: absolute;
	bottom: 30px;
	right: 0;
	margin: 0;
	display: none
}

.services-carousel .owl-nav button.owl-prev,
.services-carousel .owl-nav button.owl-next {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #f2f2f2;
	color: #021a48;
	font-size: 18px;
	margin-left: 10px;
	transition: all 0.3s ease
}

.services-carousel .owl-nav button.owl-prev:hover,
.services-carousel .owl-nav button.owl-next:hover {
	background-color: #9a1e2d;
	color: #fff
}

.services-carousel .owl-nav button:focus {
	outline: none
}

.industry-marquee {
	background: var(--secondary-color);
	padding: 20px 0;
	overflow: hidden;
	border-top: 1px solid var(--color-six);
	border-bottom: 1px solid var(--color-six)
}

.marquee-wrapper {
	width: 100%;
	overflow: hidden
}

.marquee-track {
	display: flex;
	width: max-content;
	animation: marqueeScroll 30s linear infinite
}

@keyframes marqueeScroll {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-50%)
	}
}

.industry-marquee:hover .marquee-track {
	animation-play-state: paused
}

.services-carousel .owl-stage {
	display: flex
}

.services-carousel .owl-item {
	display: flex;
	flex: 1 0 auto
}

.service-block1 {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%
}

.service-block1 .inner-box {
	display: flex;
	flex-direction: column;
	flex: 1;
	height: 100%;
	justify-content: space-between
}

.why-box {
	position: relative;
	padding: 50px 40px;
	background: #fff0;
	color: #111;
	transition: background 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease
}

.why-box .count {
	display: inline-block;
	background: var(--color-fourtytwo);
	color: var(--white-color);
	font-weight: 700;
	padding: 10px 14px;
	font-size: 18px;
	margin-bottom: 15px
}

.why-box .label {
	display: block;
	font-size: 14px;
	color: #888
}

.why-box h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--main-color)
}

.why-box p {
	font-size: var(--font-16);
	line-height: 1.7;
	color: var(--color-five);
	text-align: justify
}

.why-box .read-more {
	font-size: 14px;
	font-weight: 700;
	color: var(--main-color);
	text-decoration: none;
	display: inline-flex;
	align-items: center
}

.why-box .read-more::before {
	content: "»";
	color: var(--color-fourtytwo);
	margin-right: 6px
}

.why-box:hover {
	background: var(--main-color);
	color: #fff;
	box-shadow: 12px 12px 0 var(--color-fourtytwo);
	transform: translateY(-8px);
	cursor: pointer
}

.why-box:hover h4,
.why-box:hover p,
.why-box:hover .label,
.why-box:hover .read-more {
	color: #fff
}

.why-box:hover .count {
	background: var(--color-fourtytwo);
	color: var(--white-color)
}

.why-box:hover .read-more::before {
	color: var(--color-fourtytwo)
}

.why-choose-section {
	position: relative;
	background-image: url(../images/background/bg-left.png), url(../images/background/bg-right.png);
	background-position: left top, right top;
	background-repeat: no-repeat, no-repeat;
	background-size: auto, auto;
	padding: 100px 0;
	z-index: 1
}

@media (max-width:768px) {
	.why-choose-section {
		background-image: none
	}
}

.why-choose-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.quality-marquee-section {
	background: #fff;
	padding: 60px 0 40px
}

.marquee-fade {
	position: relative;
	overflow: hidden;
	width: 100%
}

.marquee-fade::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(to bottom, #ffffff 0%, #fff0 30%, #fff0 70%, #ffffff 100%);
	z-index: 2
}

.marquee-track {
	display: flex;
	gap: 60px;
	white-space: nowrap;
	animation: marquee-scroll 20s linear infinite
}

.marquee-track span {
	font-size: 5.5rem;
	font-weight: 800;
	color: #a8a8a8;
	letter-spacing: .2rem;
	line-height: 1
}

@keyframes marquee-scroll {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-50%)
	}
}

.service-block-two {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden
}

.service-block-two .inner-box {
	position: relative;
	display: block;
	overflow: hidden
}

.service-block-two .image {
	position: relative;
	margin-bottom: 0;
	overflow: hidden
}

.service-block-two .image img {
	display: block;
	width: 100%;
	height: 400px;
	object-fit: cover;
	transition: all 0.5s ease
}

.service-block-two .inner-box:hover .image img {
	transform: scale(1.1)
}

.service-block-two .overlay-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 85%;
	background-color: #fff;
	padding: 25px 20px;
	z-index: 2;
	transition: all 0.5s ease;
	border-top-right-radius: 5px
}

.service-block-two .overlay-box .icon {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 40px;
	color: #ffb400;
	line-height: 1em
}

.service-block-two .overlay-box h5 {
	font-size: 20px;
	font-weight: 700;
	color: #021a48;
	margin-bottom: 5px
}

.service-block-two .overlay-box .title {
	font-size: 14px;
	color: #777;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px
}

.service-block-two .overlay-box-two {
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background-color: rgb(2 26 72 / .95);
	z-index: 3;
	padding: 40px 30px;
	transition: all 0.5s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0
}

.service-block-two .inner-box:hover .overlay-box-two {
	bottom: 0;
	opacity: 1
}

.service-block-two .inner-box:hover .overlay-box {
	bottom: -100px
}

.service-block-two .overlay-box-two .icon-two {
	font-size: 50px;
	color: #fff;
	margin-bottom: 20px;
	display: block
}

.service-block-two .overlay-box-two h5 a {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	transition: color 0.3s
}

.service-block-two .overlay-box-two h5 a:hover {
	color: #ffb400
}

.service-block-two .overlay-box-two .text {
	color: #ccc;
	font-size: 15px;
	line-height: 1.8em;
	margin-top: 15px;
	margin-bottom: 25px
}

.service-block-two .overlay-box-two .read-more {
	color: #ffb400;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center
}

.service-block-two .overlay-box-two .read-more span {
	margin-left: 10px;
	font-size: 12px
}

.three-item-carousel .owl-nav {
	position: absolute;
	top: -50px;
	right: 0;
	margin: 0;
	display: none
}

.industry-card {
	position: relative;
	overflow: hidden
}

.industry-card .content-industry {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	transition: all 0.5s ease
}

.industry-card .content-industry h3 {
	color: var(--white-color);
	padding: 30px 40px;
	margin: 0
}

.industry-card .content-detail {
	padding: 20px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	z-index: 20;
	transition: all 0.5s ease
}

.industry-card .content-detail .content {
	background: rgb(0 0 0 / .6);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
	transform: translateY(20px);
	transition: transform 0.5s ease
}

.industry-card .content-detail .content h3,
.industry-card .content-detail .content h6,
.industry-card .content-detail .content p {
	color: #fff;
	margin-bottom: 10px
}

.industry-card:hover .content-industry {
	opacity: 0;
	transform: translateY(20px)
}

.industry-card:hover .content-detail {
	opacity: 1;
	visibility: visible
}

.industry-card:hover .content-detail .content {
	transform: translateY(0)
}

.industry-card .content-industry h4 {
	color: var(--white-color, #fff);
	padding: 30px 40px;
	margin: 0;
	background: linear-gradient(to top, rgb(0 0 0 / .9), transparent)
}

.news-block-two .bottom-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid rgb(0 0 0 / .08)
}

.news-block-two .author-box {
	display: flex;
	align-items: center;
	gap: 12px
}

.news-block-two .author-box .author-img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #eee;
	flex-shrink: 0
}

.news-block-two .author-box .author-img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.news-block-two .author-box .author-name {
	font-size: 15px;
	color: var(--color-five, #666);
	font-weight: 400
}

.news-block-two .author-box .author-name strong {
	color: var(--main-color);
	font-weight: 700;
	transition: all 0.3s ease
}

.news-block-two .inner-box .plus-icon {
	margin-top: 0 !important
}

.contact-list li a {
	color: #000
}

.sec-title span {
	color: var(--secondary-two)
}

.padding-top {
	padding-top: 100px
}

.new-counter-block .design-line {
	display: none
}

.new-counter-block .inner-box {
	transition: all 0.35s ease;
	background-color: var(--white-color)
}

.new-counter-block .inner-box:hover {
	background-color: var(--main-color);
	color: #fff;
	box-shadow: 12px 12px 0 var(--color-fourtytwo);
	transform: translateY(-8px);
	border-color: #fff0
}

.new-counter-block .inner-box:hover .counter-title,
.new-counter-block .inner-box:hover .count-outer,
.new-counter-block .inner-box:hover .count-outer span {
	color: #fff
}

.new-counter-block .inner-box:hover .icon-wrap img {
	transition: filter 0.35s ease
}

.contact-section {
	padding: 100px 20px;
	background: #fff;
	text-align: center
}

.container {
	max-width: 1200px;
	margin: auto
}

.sub-title {
	color: #2db7ff;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px
}

.main-title {
	font-size: 48px;
	font-weight: 700;
	color: #0b0b3c;
	margin-bottom: 60px
}

.main-title span {
	color: #ffb400
}

.contact-boxes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px
}

.contact-box {
	background: #f5f5f5;
	padding: 40px 30px;
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative
}

.contact-box .icon {
	font-size: 40px;
	color: var(--main-color)
}

.contact-box .content p {
	margin: 0;
	color: #222;
	font-size: 16px;
	line-height: 1.6
}

.margin-bottom-10 {
	margin-bottom: 10px !important
}

@media (max-width:992px) {
	.contact-boxes {
		grid-template-columns: 1fr
	}

	.main-title {
		font-size: 36px
	}
}

.contact-box {
	background: #f5f5f5;
	padding: 40px 30px;
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease
}

.contact-box:hover {
	transform: translateY(-6px);
	box-shadow: 0 15px 40px rgb(0 0 0 / .1)
}

.contact-box:hover::after {
	width: 80%
}

.bg-shape {
	position: absolute;
	top: -40%;
	left: -20%;
	width: 80%;
	height: 140%;
	background: #f3f3f3;
	transform: rotate(-18deg);
	z-index: 0
}

.contact-info-section {
	padding: 50px 0;
	background: #fff
}

.contact-info-box {
	position: relative;
	background: #f2f2f2;
	padding: 45px 40px;
	display: flex;
	align-items: center;
	gap: 25px;
	transition: all 0.3s ease
}

.contact-info-box .icon {
	font-size: 42px;
	color: #2fb8ff;
	line-height: 1
}

.contact-info-box .content h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #00224B
}

.contact-info-box .content p {
	margin: 0;
	font-size: 16px;
	color: #555;
	line-height: 1.7
}

.contact-info-box.active {
	background: #f2f2f2
}

.contact-info-box .bottom-bar {
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	width: 80%;
	height: 10px;
	background: #ffb400
}

.contact-info-box:hover {
	transform: translateY(-6px);
	box-shadow: 0 10px 30px rgb(0 0 0 / .08)
}

@media (max-width:991px) {
	.contact-info-box {
		margin-bottom: 30px
	}
}

.contact-info-section {
	position: relative;
	padding: 80px 0;
	background: #fff;
	overflow: hidden
}

.contact-info-section::before {
	content: "";
	position: absolute;
	top: -120px;
	left: -250px;
	width: 900px;
	height: 900px;
	background: #f5f5f5;
	transform: rotate(28deg);
	z-index: 0
}

.contact-info-section .container {
	position: relative;
	z-index: 2
}

.contact-info-section::before {
	content: "";
	position: absolute;
	top: -236px;
	width: 1410px;
	height: 493px;
	background: #f2f2f2;
	transform: rotate(-28deg);
	z-index: 0
}

.contact-info-section .container {
	position: relative;
	z-index: 2
}

.contact-section {
	position: relative;
	overflow: hidden
}

.contact-info-section::before {
	content: "";
	position: absolute;
	top: -268px;
	left: 520px;
	right: -364px;
	width: 900px;
	height: 900px;
	background: #f2f2f2;
	transform: rotate(-28deg);
	z-index: 0
}

.contact-section .container {
	position: relative;
	z-index: 2
}

.contact-info-section .contact-box {
	position: relative;
	background-color: var(--white-color);
	padding: 40px 30px;
	border: 1px solid #eee;
	transition: all 0.35s ease;
	margin-bottom: 30px;
	z-index: 1;
	text-align: left;
	height: 80%
}

.contact-info-section .contact-box .icon span {
	font-size: 35px;
	color: var(--main-color);
	transition: all 0.35s ease;
	display: inline-block
}

.contact-info-section .contact-box h4 {
	font-size: 20px;
	font-weight: 700;
	color: var(--black-color);
	margin-bottom: 10px;
	transition: all 0.35s ease
}

.contact-info-section .contact-box p {
	color: var(--color-five);
	margin-bottom: 8px;
	transition: all 0.35s ease;
	line-height: 26px;
	font-weight: 500
}

.contact-info-section .contact-box:hover,
.contact-info-section .contact-box.active {
	background-color: var(--main-color);
	transform: translateY(-10px);
	border-color: var(--main-color);
	box-shadow: 12px 12px 0 var(--color-fourtytwo)
}

.contact-info-section .contact-box:hover h4,
.contact-info-section .contact-box.active h4,
.contact-info-section .contact-box:hover p,
.contact-info-section .contact-box.active p,
.contact-info-section .contact-box:hover .icon span,
.contact-info-section .contact-box.active .icon span {
	color: var(--white-color)
}

.contact-title {
	margin-bottom: 60px
}

.main-slider-two .slide {
	position: relative;
	min-height: 800px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	overflow: hidden
}

.responsive-banner {
	width: 100%;
	border: none;
	display: block;
	height: 1000px
}

.title-slider-home5 {
	font-size: 50px
}

@media screen and (max-width:991px) {
	.responsive-banner {
		height: 900px
	}

	.title-slider-home5 cite {
		font-size: 30px
	}
}

@media screen and (max-width:575px) {
	.responsive-banner {
		height: 600px
	}

	.title-slider-home5 cite {
		font-size: 20px
	}
}

.why-box {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto auto auto;
	gap: 5px 20px;
	padding: 20px
}

.why-box .count {
	grid-column: 1;
	grid-row: 1 / 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	color: #fff;
	font-size: 24px;
	font-weight: 700
}

.why-box .label {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	text-align: left;
	font-size: 14px;
	color: #888
}

.why-box h4 {
	grid-column: 2;
	grid-row: 2;
	align-self: start;
	text-align: left;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: #000
}

.why-box p {
	grid-column: 1 / -1;
	grid-row: 3;
	line-height: 1.6;
	color: var(--color-five);
	width: 94%
}

.why-box .read-more {
	grid-column: 1 / -1;
	grid-row: 4;
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	color: #333
}

.quality-marquee-section {
	position: relative;
	padding: 20px 0;
	background: -webkit-linear-gradient(-90deg, var(--third-color), #fff 80%);
	background: linear-gradient(-90deg, var(--third-color), #fff 80%);
	overflow: hidden
}

.quality-marquee-section .marquee-track {
	display: flex;
	align-items: center;
	white-space: nowrap
}

.quality-marquee-section .marquee-track span {
	font-size: 180px;
	font-weight: 700;
	margin-right: 50px
}

.fade-text {
	font-size: 120px;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	background: linear-gradient(to bottom, rgb(83 83 83 / 90%) 0%, rgb(172 172 172 / 60%) 40%, rgb(200 200 200 / .2) 70%, #fff0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff0;
	background-clip: text;
	pointer-events: none
}

.philosophy-section .service-block-four .inner-box {
	background-color: var(--white-color);
	box-shadow: 0 0 15px rgb(0 0 0 / .1);
	transition: all 500ms ease;
	border: none;
	z-index: 1
}

.philosophy-section .service-block-four .inner-box:hover {
	background-color: var(--main-color);
	transform: translateY(-10px);
	box-shadow: 12px 12px 0 var(--color-fourtytwo)
}

.philosophy-section .service-block-four .inner-box:hover h5 a,
.philosophy-section .service-block-four .inner-box:hover .text {
	color: var(--white-color)
}

.philosophy-section .service-block-four .inner-box .icon-box span,
.philosophy-section .service-block-four .inner-box .icon-box1 span {
	transition: all 500ms ease;
	color: var(--main-color);
	display: inline-block
}

.philosophy-section .service-block-four .inner-box:hover .icon-box span,
.philosophy-section .service-block-four .inner-box:hover .icon-box1 span {
	color: var(--white-color);
	background: none;
	-webkit-text-fill-color: var(--white-color)
}

.philosophy-section .service-block-four .inner-box:hover .icon-box {
	background: transparent !important;
	color: var(--white-color) !important
}

.philosophy-section .service-block-four .inner-box .white {
	color: var(--color-five) !important;
	transition: all 500ms ease
}

.philosophy-section .service-block-four .inner-box:hover .white {
	color: var(--white-color) !important
}

.philosophy-section .service-block-four .inner-box:hover .service-block-four .content-box h5 a {
	color: var(--main-color) !important
}

.service-block-four .mission-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	padding: 35px 40px;
	background-color: var(--main-color)
}

.service-block-four .inner-box .icon-box1 {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 30px
}

.service-block-four.style-two .inner-box:hover .icon-box1 {
	color: var(--white-color) !important;
	background-image: none
}

.service-block-four.style-two .inner-box:hover .icon-mission {
	color: var(--white-color) !important;
	background-image: none
}

.icon-mission {
	font-size: 50px;
	color: var(--main-color) !important
}

.news-block-two1 {
	position: relative;
	margin-bottom: 30px
}

.news-block-two1 .inner-box {
	position: relative;
	background-color: var(--white-color);
	box-shadow: 0 10px 30px rgb(0 0 0 / .08);
	overflow: hidden;
	transition: all 300ms ease;
	border: 1px solid #e5e5e5
}

.news-block-two1 .inner-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgb(0 0 0 / .15);
	border-color: var(--main-color)
}

.news-block-two1 .image {
	position: relative;
	overflow: hidden;
	background-color: var(--color-twentyseven)
}

.news-block-two1 .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 500ms ease
}

.news-block-two1 .inner-box:hover .image img {
	transform: scale(1.05);
	opacity: .9
}

.news-block-two1 .lower-content {
	position: relative;
	padding: 25px 30px 30px;
	height: 300px
}

.news-block-two1 .lower-content h4 {
	font-size: 22px;
	font-weight: 700;
	color: var(--black-color);
	margin-bottom: 5px;
	font-family: var(--font-family-Roboto)
}

.news-block-two1 .lower-content .post-date {
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: var(--main-color);
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.news-block-two1 .lower-content .text {
	font-size: 16px;
	line-height: 26px;
	color: var(--color-five);
	margin-bottom: 20px
}

.news-block-two1 .lower-content .passion-text {
	position: relative;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #eee;
	font-size: 15px;
	color: var(--black-color)
}

.news-block-two1 .lower-content .passion-text em {
	font-style: normal;
	font-weight: 700;
	color: var(--main-color)
}

.products-section1 {
	padding: 80px 0;
	background-color: #f9f9f9
}

.simple-card:hover {
	background: var(--main-color);
	color: #fff;
	box-shadow: 12px 12px 0 var(--color-fourtytwo);
	transform: translateY(-8px);
	cursor: pointer
}

.simple-card:hover .card-title a {
	color: #ffffff !important
}

.simple-card:hover .read-more {
	color: #ffffff !important
}

.simple-card:hover .card-title,
.simple-card:hover .card-text {
	color: #ffffff !important
}

.simple-card:hover .item-btn {
	background-color: var(--white-color)
}

.simple-card:hover .item-btn .btn-link {
	color: var(--main-color)
}

.content-box-heading {
	color: var(--secondary-one)
}

.contact-info-section1 {
	padding: 50px 0 50px
}

.contact-info-section1 .contact-box {
	position: relative;
	background-color: var(--white-color);
	padding: 40px 30px;
	border: 1px solid #cacaca;
	transition: all 0.35s ease;
	margin-bottom: 30px;
	z-index: 1;
	text-align: left;
	height: 80%
}

.contact-info-section1 .contact-box .icon span {
	font-size: 40px;
	color: var(--main-color);
	transition: all 0.35s ease;
	display: inline-block
}

.contact-info-section1 .contact-box h4 {
	font-size: 20px;
	font-weight: 700;
	color: var(--black-color);
	margin-bottom: 10px;
	transition: all 0.35s ease
}

.contact-info-section1 .contact-box p {
	color: var(--color-five);
	margin-bottom: 0;
	transition: all 0.35s ease;
	line-height: 26px;
	font-weight: 500
}

.contact-info-section1 .contact-box:hover,
.contact-info-section1 .contact-box.active {
	background-color: var(--main-color);
	transform: translateY(-10px);
	border-color: var(--main-color);
	box-shadow: 12px 12px 0 var(--color-fourtytwo)
}

.contact-info-section1 .contact-box:hover h4,
.contact-info-section1 .contact-box.active h4,
.contact-info-section1 .contact-box:hover p,
.contact-info-section1 .contact-box.active p,
.contact-info-section1 .contact-box:hover .icon span,
.contact-info-section1 .contact-box.active .icon span {
	color: var(--white-color)
}

.project-tab-btns .p-tab-btn:hover .icon img,
.project-tab-btns .p-tab-btn.active-btn .icon img {
	filter: brightness(0) invert(1)
}

.project-tab-btns .p-tab-btn .icon img {
	transition: all 0.3s ease
}

.card-body .read-more {
	font-size: 14px;
	font-weight: 700;
	color: var(--main-color);
	text-decoration: none;
	display: inline-flex;
	align-items: center
}

.card-body .read-more::before {
	content: "»";
	color: var(--color-fourtytwo);
	margin-right: 6px
}

.card-body:hover .read-more,
.card-body:hover .card-title a {
	color: var(--white-color)
}

.section-title {
	text-align: center;
	font-size: 34px;
	margin-bottom: 50px
}

.app-box {
	background: #fff;
	padding: 25px;
	text-align: center;
	border: 1px solid #eee;
	font-weight: 600;
	transition: 0.3s
}

.app-box:hover {
	background: var(--main-color);
	color: #fff
}

.spec-table {
	width: 100%;
	border-collapse: collapse
}

.spec-table th,
.spec-table td {
	border: 1px solid #ddd;
	padding: 15px
}

.spec-table th {
	background: #f4f6f8;
	width: 30%
}

.bg-weave {
	background-color: var(--main-color)
}

.parallax-card {
	margin-bottom: 80px
}

.parallax-container {
	position: relative;
	overflow: hidden;
	height: 100%
}

.parallax-image {
	width: 100%;
	height: 120%;
	object-fit: cover;
	transform: translateY(0);
	will-change: transform;
	transition: transform 0.1s linear
}

.parallax-image.reverse {
	transform: translateY(-20px)
}

.content-box h5 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 15px
}

.content-box .text {
	font-size: 16px;
	line-height: 1.7;
	color: #555
}

@media (max-width:991px) {
	.parallax-card {
		margin-bottom: 60px
	}
}

:root {
	--accent-color: #BC2228;
	--dark-color: #021a48;
	--text-grey: #555;
	--bg-light: #f9f9f9
}

.product-hero-section {
	padding: 80px 0 50px;
	background: #fff
}

.product-hero-section1 {
	padding: 80px 0 60px;
	background: #fff
}

.product-test-sieve-hero-section {
	padding: 80px 0;
	background: #fff
}

.product-demister-hero-section {
	padding: 80px 0;
	background: #fff
}

.product-demister-hero-section1 {
	background: #fff
}

.sec-title-modern .sub-title {
	color: #BC2228;
	font-weight: 700;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 10px;
	font-size: 20px
}

.sec-title-modern h2 {
	font-size: 34px;
	font-weight: 800;
	color: #021a48;
	margin-bottom: 20px
}

.sec-title-modern h5 {
	color: #555;
	margin-bottom: 20px;
	font-weight: 500
}

.sec-title-modern p {
	color: #666;
	line-height: 1.7
}

.hero-metrics {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px
}

.metric-item {
	display: flex;
	align-items: flex-start
}

.metric-item i {
	color: var(--main-color);
	font-size: 30px;
	margin-right: 15px;
	margin-top: 3px
}

.metric-item strong {
	display: block;
	color: var(--dark-color);
	margin-bottom: 5px
}

.weave-stats-badge {
	background: #fff;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 50px;
	border: 1px solid #ddd;
	margin-top: 20px
}

.weave-stats-badge .stat-primary {
	color: #BC2228;
	font-weight: 700;
	margin-right: 20px
}

.weave-stats-badge .stat-secondary {
	color: #021a48;
	font-weight: 700
}

.weave-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 30px;
	height: 100%;
	transition: all 0.3s ease;
	position: relative
}

.weave-card:hover {
	box-shadow: 0 15px 30px rgb(0 0 0 / .08);
	border-color: var(--main-color)
}

.weave-img {
	height: 180px;
	background: #eee;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 4px
}

.weave-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s
}

.weave-card h3 {
	color: var(--dark-color);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px
}

.weave-card p {
	color: var(--text-grey);
	font-size: 15px;
	line-height: 1.6
}

.materials-section {
	padding: 80px 0;
	background: #fff
}

.material-box {
	border: 1px solid #eee;
	padding: 25px;
	height: 100%;
	display: flex;
	align-items: flex-start;
	transition: 0.3s
}

.mat-icon {
	font-size: 30px;
	color: var(--main-color);
	margin-right: 20px
}

.mat-content h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
	color: var(--dark-color)
}

.mat-content p {
	font-size: 14px;
	margin: 0;
	color: #666
}

.apps-section {
	padding: 80px 0;
	background: var(--bg-light)
}

.app-card {
	background: #fff;
	border: 1px solid #eee;
	padding: 25px;
	height: 100%;
	transition: all 0.3s ease
}

.app-card:hover {
	box-shadow: 0 15px 30px rgb(0 0 0 / .05)
}

.app-icon-header {
	display: flex;
	align-items: center;
	margin-bottom: 15px
}

.app-icon-header i {
	font-size: 35px;
	color: var(--dark-color);
	margin-right: 15px
}

.app-content h4 {
	color: var(--dark-color);
	font-weight: 700;
	font-size: 19px;
	margin: 0
}

.app-desc {
	font-size: 15px;
	color: #666;
	margin-bottom: 15px
}

.app-result {
	padding-top: 15px;
	border-top: 1px solid #f0f0f0;
	color: var(--accent-color);
	font-weight: 600;
	font-size: 14px
}

.why-section {
	padding: 80px 0;
	background-image: linear-gradient(rgba(var(--main-color-rgb), .7), rgba(var(--main-color-rgb), .7)), url(../images/background/why-us.webp);
	color: #fff
}

.why-section {
	padding: 80px 0;
	background-image: linear-gradient(rgba(var(--main-color-rgb), .8), rgba(var(--main-color-rgb), .8));
	color: #fff
}

.why-section h2 {
	color: var(--white-color);
	text-align: center;
	margin-bottom: 50px;
	font-size: 36px
}

.feature-box {
	text-align: center;
	padding: 20px
}

.feature-icon {
	font-size: 64px;
	color: var(main);
	margin-bottom: 20px
}

.feature-box h4,
.feature-box h5 {
	color: var(--secondary-color);
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px
}

.feature-box p {
	color: var(--white-color);
	font-size: 16px
}

.contact-cta-section {
	padding: 80px 0
}

.contact-info-row {
	font-size: 18px;
	margin-bottom: 15px
}

.contact-info-row.last {
	margin-bottom: 0
}

.contact-info-row i {
	color: var(--accent-color);
	margin-right: 10px
}

.contact-info-row a {
	color: #333;
	font-weight: 700
}

.quote-form-box {
	background: #f4f4f4;
	padding: 40px
}

.form-control {
	height: 50px;
	border-radius: 0;
	border: 1px solid #ddd
}

textarea.form-control {
	height: 120px;
	resize: none
}

.submit-btn {
	background: var(--accent-color);
	color: #fff;
	border: none;
	padding: 12px 30px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.3s
}

.submit-btn:hover {
	background: #000
}

.feature-split-section {
	position: relative;
	width: 100%;
	overflow: hidden
}

.feature-split-section .image-column {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 550px
}

.feature-split-section .content-column {
	background-color: #021a48;
	padding: 100px 80px;
	display: flex;
	align-items: center;
	justify-content: flex-start
}

.feature-split-section .inner-content {
	max-width: 650px
}

.feature-split-section h2 {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1.2
}

.feature-split-section p {
	color: #e0e0e0;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 40px
}

.feature-split-section .btn-outline-white {
	display: inline-block;
	padding: 14px 40px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	transition: all 0.3s ease
}

.feature-split-section .btn-outline-white:hover {
	background-color: #fff;
	color: #021a48
}

@media (max-width:991px) {
	.feature-split-section .image-column {
		min-height: 400px
	}

	.feature-split-section .content-column {
		padding: 60px 30px
	}

	.feature-split-section h2 {
		font-size: 32px
	}

	.feature-split-section p {
		font-size: 16px
	}
}

.feature-split-section .image-column {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 550px;
	background-attachment: fixed
}

@media (max-width:991px) {
	.feature-split-section .image-column {
		background-attachment: scroll;
		min-height: 400px
	}
}

.industries-serve-section {
	background-color: #021a48;
	padding: 100px 0;
	color: #fff;
	position: relative
}

.industries-serve-section h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 25px
}

.industries-serve-section p {
	color: #ccc;
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 35px;
	max-width: 80%
}

.industries-serve-section .icon-block {
	margin-bottom: 40px;
	text-align: center
}

.industries-serve-section .inner-box {
	transition: all 0.3s ease
}

.industries-serve-section i {
	font-size: 55px;
	color: #fff;
	display: inline-block;
	margin-bottom: 15px;
	transition: all 0.3s ease
}

.industries-serve-section h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 0
}

@media (max-width:767px) {
	.industries-serve-section {
		padding: 60px 0
	}

	.industries-serve-section h2 {
		font-size: 34px
	}

	.industries-serve-section .icon-block {
		margin-bottom: 30px
	}

	.industries-serve-section i {
		font-size: 45px
	}
}

.industry-icon {
	margin-bottom: 10px;
	width: 45px
}

.why-box-h4 {
	font-size: 19px !important
}

.news-block-two1 .inner-box {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 30px 25px;
	height: auto;
	min-height: 381px;
	text-align: left
}

.news-block-two1 .image {
	width: 100px;
	height: 100px;
	flex-shrink: 0;
	margin-right: 25px;
	margin-bottom: 0;
	overflow: hidden;
	background-color: #f0f0f0
}

.news-block-two1 .image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.news-block-two1 .lower-content {
	padding: 0;
	height: auto;
	flex-grow: 1;
	border: none
}

.news-block-two1 .lower-content h4 {
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 0
}

.news-block-two1 .lower-content .post-date {
	font-size: 13px;
	margin-bottom: 12px;
	color: var(--main-color);
	font-weight: 600
}

.news-block-two1 .lower-content .text {
	font-size: 15px;
	line-height: 1.6em;
	margin-bottom: 12px
}

.news-block-two1 .lower-content .passion-text {
	font-size: 14px;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #eee;
	color: #666
}

.news-section-about {
	padding: 80px 0
}

.leader-row {
	display: flex;
	align-items: center;
	margin-bottom: 80px;
	position: relative
}

.leader-row:last-child {
	margin-bottom: 0
}

.leader-image-col {
	width: 40%;
	position: relative;
	z-index: 1
}

.leader-image-col img {
	width: 100%;
	box-shadow: 0 15px 40px rgb(0 0 0 / .1);
	display: block;
	object-fit: cover;
	height: 450px
}

.leader-text-col {
	width: 65%;
	background: #fff;
	padding: 50px;
	box-shadow: 0 10px 50px rgb(0 0 0 / .08);
	z-index: 2;
	margin-top: 30px
}

.layout-left .leader-text-col {
	margin-left: -80px
}

.layout-right {
	flex-direction: row-reverse
}

.layout-right .leader-text-col {
	margin-right: -80px
}

.leader-text-col h4 {
	font-size: 28px;
	font-weight: 700;
	color: #222;
	margin-bottom: 5px
}

.leader-text-col .post-date {
	color: var(--main-color);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 25px;
	display: inline-block;
	border-bottom: 2px solid #eee;
	padding-bottom: 5px
}

.leader-text-col p.professional-text {
	font-size: 16px;
	line-height: 1.8em;
	color: #555;
	margin-bottom: 20px
}

.personal-side {
	background: #fdfdfd;
	border-left: 4px solid var(--color-fourtytwo);
	padding: 20px;
	color: #666;
	font-size: 15px;
	margin-top: 20px
}

.personal-side strong {
	color: #222;
	display: block;
	font-style: normal;
	font-size: 14px;
	margin-bottom: 8px;
	text-transform: uppercase
}

@media (max-width:991px) {

	.leader-row,
	.layout-right {
		flex-direction: column;
		display: block
	}

	.leader-image-col {
		width: 100%;
		margin-bottom: -30px
	}

	.leader-image-col img {
		height: auto;
		max-height: 400px
	}

	.leader-text-col,
	.layout-left .leader-text-col,
	.layout-right .leader-text-col {
		width: 100%;
		margin: 0;
		position: relative
	}
}

.team-philosophy-section {
	position: relative;
	padding: 100px 0;
	background-color: var(--main-color);
	color: #fff;
	overflow: hidden;
	z-index: 1
}

.team-philosophy-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(#333 15%, transparent 16%);
	background-size: 20px 20px;
	opacity: .3;
	z-index: -1
}

.philosophy-title-area {
	border-right: 1px solid rgb(255 255 255 / .1);
	padding-right: 50px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.philosophy-title-area .sub-tag {
	color: var(--color-fourtytwo);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 20px;
	display: block
}

.philosophy-title-area h2 {
	font-size: 48px;
	line-height: 1.1em;
	font-weight: 800;
	color: #fff;
	margin: 0
}

.philosophy-title-area h2 span.light-text {
	color: #fff0;
	-webkit-text-stroke: 1px #fff;
	display: block;
	opacity: .7
}

.philosophy-content-area {
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%
}

.philosophy-text-lead {
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 500;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
	width: 94%;
	text-align: justify
}

.philosophy-text-detail {
	font-size: 16px;
	line-height: 1.8em;
	color: #aaa;
	padding-left: 20px;
	border-left: 3px solid var(--color-fourtytwo);
	width: 94%;
	text-align: justify
}

@media (max-width:991px) {
	.philosophy-title-area {
		border-right: none;
		border-bottom: 1px solid rgb(255 255 255 / .1);
		padding-right: 0;
		padding-bottom: 40px;
		margin-bottom: 40px
	}

	.philosophy-title-area h2 {
		font-size: 42px
	}

	.philosophy-content-area {
		padding-left: 0
	}
}

.cta-direct-contact {
	position: relative;
	padding: 100px 0;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	z-index: 1;
	text-align: center
}

.cta-direct-contact::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(var(--main-color-rgb), .8), rgba(var(--main-color-rgb), .8));
	z-index: -1
}

.combined-fluid-section1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(var(--main-color-rgb), .8), rgba(var(--main-color-rgb), .8));
	z-index: -1
}

.cta-text-area {
	max-width: 800px;
	margin: 0 auto 60px auto
}

.cta-text-area h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px
}

.cta-text-area p {
	color: #ccc;
	font-size: 18px;
	line-height: 1.6em
}

.action-card {
	background: #fff;
	padding: 40px 30px;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	height: 100%;
	cursor: pointer;
	text-align: center;
	border-bottom: 5px solid #fff0
}

.action-card a {
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%
}

.action-card:hover {
	background: var(--main-color);
	color: #fff;
	box-shadow: 12px 12px 0 var(--color-fourtytwo);
	transform: translateY(-8px);
	cursor: pointer
}

.action-card .icon {
	font-size: 40px;
	color: var(--main-color);
	margin-bottom: 20px;
	display: inline-block
}

.action-card h4 {
	font-size: 22px;
	font-weight: 700;
	color: var(--main-color);
	margin-bottom: 5px
}

.action-card .info-text {
	font-size: 18px;
	color: #555;
	font-weight: 500;
	margin-bottom: 15px;
	display: block
}

.action-card .sub-note {
	font-size: 13px;
	color: var(--main-color);
	background: #f4f4f4;
	display: inline-block;
	padding: 5px 15px
}

.action-card:hover h4,
.action-card:hover .info-text,
.action-card:hover .icon {
	color: #fff
}

@media (max-width:767px) {
	.cta-text-area h2 {
		font-size: 32px
	}

	.action-card {
		margin-bottom: 30px
	}
}

.career-section {
	position: relative;
	padding: 90px 0;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	z-index: 1
}

.career-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(var(--main-color-rgb), .7);
	z-index: -1
}

.career-section1 {
	position: relative;
	padding: 90px 0;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	z-index: 1
}

.career-section1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(var(--main-color-rgb), .8);
	z-index: -1
}

.career-header {
	text-align: center;
	max-width: 700px;
	margin: 0 auto 50px auto
}

.career-header h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px
}

.career-header p {
	color: #cbd5e1;
	font-size: 18px;
	line-height: 1.6em
}

.location-card {
	background: var(--white-color);
	border: 1px solid rgb(255 255 255 / .1);
	padding: 30px;
	text-align: center;
	transition: all 0.3s ease;
	height: 100%
}

.location-card .icon {
	font-size: 40px;
	color: var(--main-color);
	margin-bottom: 6px;
	display: inline-block
}

.location-card h4 {
	color: var(--main-color);
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px
}

.location-card span {
	color: var(--main-color);
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.apply-wrapper {
	margin-top: 50px;
	text-align: center
}

.cv-button {
	display: inline-flex;
	align-items: center;
	background: var(--white-color);
	color: var(--main-color);
	padding: 15px 40px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 10px 20px rgba(var(--main-color-rgb), .3)
}

.cv-button:hover {
	background: #fff;
	color: var(--main-color)
}

.cv-button i {
	margin-right: 15px;
	font-size: 20px
}

.cv-button span {
	display: flex;
	flex-direction: column;
	text-align: left;
	line-height: 1.1em
}

.cv-button span small {
	font-size: 12px;
	font-weight: 500;
	opacity: .8;
	text-transform: uppercase
}

@media (max-width:767px) {
	.location-card {
		margin-bottom: 20px
	}
}

.weave-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 30px;
	margin-top: 40px
}

.weave-card {
	background: #fff;
	border: 1px solid #eee;
	overflow: hidden;
	transition: all 0.3s ease;
	position: relative;
	box-shadow: 0 5px 15px rgb(0 0 0 / .05)
}

.weave-card:hover {
	box-shadow: 0 15px 30px rgb(0 0 0 / .1);
	border-color: var(--main-color)
}

.weave-visual {
	height: 140px;
	background-color: #333;
	position: relative;
	overflow: hidden
}

.weave-visual.plain {
	background-image: radial-gradient(#555 15%, transparent 16%);
	background-size: 10px 10px
}

.weave-visual.twill {
	background-image: repeating-linear-gradient(45deg, #444 0, #444 1px, transparent 0, transparent 50%);
	background-size: 10px 10px
}

.weave-visual.dutch {
	background-image: linear-gradient(0deg, transparent 24%, #555 25%, #555 26%, transparent 27%, transparent 74%, #555 75%, #555 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, #555 25%, #555 26%, transparent 27%, transparent 74%, #555 75%, #555 76%, transparent 77%, transparent);
	background-size: 4px 4px
}

.weave-content {
	padding: 25px
}

.weave-content h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #222
}

.weave-content p {
	font-size: 14px;
	color: #666;
	line-height: 1.6em;
	margin: 0
}

.materials-section {
	padding: 80px 0;
	background: #fff
}

.material-layout {
	display: flex;
	flex-wrap: wrap;
	gap: 40px
}

.material-list {
	flex: 1;
	min-width: 300px
}

.element-row {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	background: #fff;
	border: 1px solid #eee;
	padding: 15px;
	transition: 0.3s
}

.element-row:hover {
	border-color: var(--main-color);
	box-shadow: 0 5px 20px rgb(0 0 0 / .08)
}

.element-symbol {
	width: 60px;
	height: 60px;
	background: var(--main-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 800;
	margin-right: 20px;
	flex-shrink: 0
}

.element-info h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px
}

.element-info p {
	font-size: 14px;
	color: #666;
	margin: 0
}

.specs-box {
	flex: 0 0 350px;
	background: #1a1a1a;
	color: #fff;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.spec-stat:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.spec-stat .big-num {
	font-size: 42px;
	font-weight: 700;
	color: var(--main-color);
	display: block;
	line-height: 1;
	margin-bottom: 10px
}

.spec-stat span {
	font-size: 15px;
	color: #ccc
}

.app-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px
}

@media (max-width:768px) {
	.specs-box {
		flex: 0 0 100%
	}
}

.page-title .content-box {
	position: relative;
	z-index: 2;
	color: #fff
}

.page-title h1 {
	color: var(--secondary-one);
	font-size: 48px;
	margin-bottom: 10px
}

.page-title .bread-crumb li {
	display: inline-block;
	margin: 0 5px
}

.page-title .bread-crumb li a {
	color: #fff
}

.about-product-section {
	padding: 80px 0
}

.product-image-box {
	box-shadow: 20px 20px 0 var(--light-bg);
	border: 1px solid #eee;
	padding: 10px
}

.product-image-box img {
	width: 100%;
	display: block
}

.list-style-custom li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	color: var(--heading-color);
	font-weight: 500
}

.list-style-custom li::before {
	content: '✔';
	position: absolute;
	left: 0;
	top: 2px;
	color: var(--main-color);
	font-weight: 900
}

.weave-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 30px
}

.weave-card {
	background: #fff;
	border: 1px solid #e0e0e0;
	overflow: hidden;
	transition: all 0.3s ease
}

.weave-card:hover {
	box-shadow: 0 15px 30px rgb(0 34 75 / .15);
	border-color: var(--main-color)
}

.weave-visual {
	height: 140px;
	background-color: #ddd;
	position: relative
}

.weave-visual.plain {
	background-image: radial-gradient(#333 15%, transparent 16%);
	background-size: 8px 8px
}

.weave-visual.twill {
	background-image: repeating-linear-gradient(45deg, #444 0, #444 1px, transparent 0, transparent 50%);
	background-size: 8px 8px
}

.weave-visual.dutch {
	background-image: linear-gradient(0deg, transparent 24%, #444 25%, #444 26%, transparent 27%, transparent 74%, #444 75%, #444 76%, transparent 77%, transparent);
	background-size: 3px 3px
}

.weave-content {
	padding: 20px
}

.weave-content h5 {
	font-size: 18px;
	margin-bottom: 8px;
	color: var(--main-color)
}

.weave-content p {
	font-size: 13px;
	line-height: 1.5em;
	margin: 0
}

.materials-section {
	padding: 80px 0
}

.material-layout {
	display: flex;
	flex-wrap: wrap;
	gap: 40px
}

.material-list {
	flex: 1;
	min-width: 300px
}

.element-row {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #eee;
	padding: 15px;
	transition: 0.3s
}

.element-row:hover {
	border-color: var(--main-color);
	box-shadow: 0 5px 20px rgb(0 0 0 / .05)
}

.element-symbol {
	width: 60px;
	height: 60px;
	background: var(--main-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	margin-right: 20px;
	flex-shrink: 0
}

.specs-box {
	flex: 0 0 350px;
	background: var(--main-color);
	color: #fff;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.specs-box h3 {
	color: #fff;
	margin-bottom: 20px
}

.spec-stat {
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px
}

.spec-stat:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.spec-stat .big-num {
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	display: block;
	line-height: 1
}

.spec-stat span {
	font-size: 14px;
	opacity: .8
}

.app-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px
}

.app-card {
	background: #fff;
	padding: 30px;
	border-top: 4px solid #ddd;
	transition: 0.3s;
	box-shadow: 0 5px 15px rgb(0 0 0 / .03)
}

.app-card:hover {
	background-color: var(--main-color);
	transform: translateY(-10px);
	border-color: var(--main-color);
	box-shadow: 12px 12px 0 var(--color-fourtytwo)
}

.app-card:hover h5 {
	color: var(--white-color)
}

.app-card h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px
}

.app-card:hover p {
	color: #fff
}

.benefit-tag {
	font-size: 12px;
	background: #e6ecf5;
	color: var(--main-color);
	padding: 5px 10px;
	font-weight: 600;
	display: inline-block;
	margin-top: 15px
}

.features-section {
	padding: 80px 0
}

.feature-box {
	text-align: center;
	padding: 30px 15px
}

.feature-box .icon {
	font-size: 50px;
	color: var(--main-color);
	margin-bottom: 20px;
	display: inline-block
}

.feature-box h6 {
	font-size: 20px;
	margin-bottom: 10px
}

.cta-strip {
	background: var(--main-color);
	padding: 60px 0;
	text-align: center;
	color: #fff
}

.cta-strip h2 {
	color: #fff;
	margin-bottom: 15px
}

.cta-strip a {
	color: #fff;
	text-decoration: underline;
	font-weight: 700
}

@media (max-width:991px) {
	.specs-box {
		flex: 0 0 100%;
		margin-top: 30px
	}
}

.weave-section1 {
	padding: 80px 0;
	background: #f9f9f9
}

.weave-section-type {
	padding: 50px 0;
	background: #f9f9f9
}

.why-box1 {
	position: relative;
	padding: 30px;
	background: #fff0;
	color: #111;
	transition: background 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
	border: 1px solid var(--black-color);
	height: 270px
}

.why-box1 .count {
	display: inline-block;
	background: var(--color-fourtytwo);
	color: var(--white-color);
	font-weight: 700;
	padding: 10px 14px;
	font-size: 18px;
	margin-bottom: 15px
}

.why-box1 .label {
	display: block;
	font-size: 14px;
	color: #888
}

.why-box1 h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--main-color)
}

.why-box1 p {
	font-size: var(--font-16);
	line-height: 1.7;
	color: #555;
	text-align: justify
}

.why-box1 .read-more {
	font-size: 14px;
	font-weight: 700;
	color: var(--main-color);
	text-decoration: none;
	display: inline-flex;
	align-items: center
}

.why-box1 .read-more::before {
	content: "»";
	color: var(--color-fourtytwo);
	margin-right: 6px
}

.why-box1:hover {
	background: var(--main-color);
	color: #fff;
	box-shadow: 12px 12px 0 var(--color-fourtytwo);
	transform: translateY(-8px);
	cursor: pointer
}

.why-box1:hover h4,
.why-box1:hover p,
.why-box1:hover .label,
.why-box1:hover .read-more {
	color: #fff
}

.why-box1:hover .count {
	background: var(--color-fourtytwo);
	color: var(--white-color)
}

.why-box1:hover .read-more::before {
	color: var(--color-fourtytwo)
}

.paper-plane-icon {
	margin-right: 15px
}

.service-icon1 {
	height: 20px;
	width: 20px;
	margin-right: 10px
}

.mission-values-section {
	padding: 70px 0;
	background: #f4f6f9
}

.mission-box {
	background: #00224B;
	padding: 60px 40px;
	height: 96%;
	position: relative;
	overflow: hidden;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 20px 40px rgb(0 34 75 / .2)
}

.mission-box::before {
	content: "“";
	position: absolute;
	top: -20px;
	right: 20px;
	font-size: 200px;
	line-height: 1;
	color: rgb(255 255 255 / .05);
	font-family: serif
}

.mission-box .sub-title {
	color: var(--color-fourtytwo);
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 14px;
	margin-bottom: 20px;
	display: block
}

.mission-box h2 {
	color: #fff;
	font-size: 32px;
	line-height: 1.5em;
	font-weight: 600;
	position: relative;
	z-index: 1
}

.values-grid-area {
	padding-left: 30px
}

.values-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}

.value-card {
	background: #fff;
	padding: 35px 30px;
	margin-bottom: 30px;
	border-bottom: 4px solid #fff0;
	transition: all 0.3s ease;
	height: 100%;
	box-shadow: 0 5px 15px rgb(0 0 0 / .03);
	position: relative
}

.value-card:hover {
	transform: translateY(-7px);
	border-bottom-color: var(--main-color);
	box-shadow: 0 15px 30px rgb(0 0 0 / .08)
}

.value-card .icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	color: #00224B;
	font-size: 24px;
	transition: 0.3s
}

.value-card:hover .icon-box {
	color: #fff
}

.value-card:hover img {
	filter: brightness(0) invert(1)
}

.value-card h4 {
	font-size: 20px;
	font-weight: 700;
	color: #222;
	margin-bottom: 15px
}

.value-card p {
	font-size: 14px;
	color: #666;
	line-height: 1.6em;
	margin: 0
}

@media (max-width:991px) {
	.values-grid-area {
		padding-left: 0;
		margin-top: 40px
	}

	.mission-box {
		padding: 40px;
		height: auto
	}
}

.materials-section-icons {
	padding: 50px 0;
	background: #f2f2f2;
	position: relative
}

.alloy-card {
	background: #fff;
	padding: 35px 30px;
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease;
	height: 100%;
	box-shadow: 0 10px 30px rgb(0 0 0 / .05);
	border-bottom: 4px solid #fff0
}

.alloy-card1 {
	background: #fff;
	padding: 15px 10px;
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease;
	height: 100%;
	box-shadow: 0 10px 30px rgb(0 0 0 / .05);
	border-bottom: 4px solid #fff0
}

.alloy-card:hover {
	box-shadow: 0 20px 40px rgb(0 34 75 / .15)
}

.alloy-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 25px
}

.icon-square {
	width: 70px;
	height: 70px;
	background: var(--color-fourtytwo);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	position: relative;
	z-index: 2;
	box-shadow: 0 5px 15px rgb(0 34 75 / .3)
}

.material-grade {
	font-family: 'Courier New', monospace;
	font-weight: 700;
	font-size: 14px;
	color: #999;
	letter-spacing: 1px;
	background: #f0f0f0;
	padding: 5px 10px
}

.alloy-content {
	position: relative;
	z-index: 2
}

.alloy-content h4 {
	font-size: 20px;
	font-weight: 700;
	color: var(--main-color);
	margin-bottom: 12px
}

.alloy-content p {
	font-size: 15px;
	color: #666;
	line-height: 1.6em;
	margin: 0
}

.alloy-card::before {
	content: attr(data-watermark);
	position: absolute;
	right: -10px;
	bottom: -20px;
	font-size: 140px;
	font-weight: 900;
	color: #f0f0f0;
	z-index: 1;
	font-family: sans-serif;
	pointer-events: none;
	line-height: 1
}

.alloy-card:hover {
	background: var(--main-color);
	color: #fff;
	box-shadow: 12px 12px 0 var(--color-fourtytwo);
	transform: translateY(-8px);
	cursor: pointer
}

.alloy-card:hover h4,
.alloy-card:hover p {
	color: var(--white-color)
}

.mission-values-section {
	padding: 70px 0;
	background-color: #f4f6f9;
	position: relative;
	z-index: 1
}

.mission-box {
	background: #00224B;
	padding: 60px 40px;
	height: 96%;
	position: relative;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 20px 50px rgb(0 34 75 / .25);
	overflow: hidden
}

.mission-box::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 100%;
	background-image: repeating-linear-gradient(45deg, rgb(255 255 255 / .03) 0, rgb(255 255 255 / .03) 2px, transparent 2px, transparent 10px);
	z-index: 0
}

.mission-box .sub-title {
	color: var(--secondary-one);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 25px;
	display: block;
	position: relative;
	z-index: 1
}

.mission-box h2 {
	color: #fff;
	font-size: 30px;
	line-height: 1.6em;
	font-weight: 600;
	position: relative;
	z-index: 1
}

.mission-box h3 {
	color: #fff;
	font-size: 30px;
	line-height: 1.6em;
	font-weight: 600;
	position: relative;
	z-index: 1
}

.values-grid-area {
	padding-left: 30px
}

.values-grid-area .row {
	margin-right: -15px;
	margin-left: -15px
}

.values-grid-area [class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px
}

.value-card {
	background: #fff;
	padding: 40px 30px;
	height: 100%;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden
}

.value-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 15px 40px rgb(0 0 0 / .08)
}

.value-card:hover::before {
	width: 100%
}

.value-card .icon-box {
	font-size: 64px;
	color: #00224B;
	margin-bottom: 25px;
	display: inline-block;
	transition: 0.3s
}

.value-card:hover {
	background: var(--main-color);
	color: #fff;
	box-shadow: 12px 12px 0 var(--color-fourtytwo);
	transform: translateY(-8px);
	cursor: pointer
}

.value-card:hover h4,
.value-card:hover p {
	color: #fff
}

.value-card h4 {
	font-size: 20px;
	font-weight: 700;
	color: var(--main-color);
	margin-bottom: 12px
}

.value-card p {
	font-size: 16px;
	color: #666;
	line-height: 1.6em;
	margin: 0
}

@media (max-width:991px) {
	.values-grid-area {
		padding-left: 0;
		margin-top: 40px
	}

	.mission-box {
		height: auto;
		padding: 40px
	}
}

.news-section-about {
	padding: 50px 0;
	background-color: #f9f9f9
}

.leader-profile-row {
	background: #fff;
	padding: 40px;
	box-shadow: 0 10px 30px rgb(0 0 0 / .05);
	margin-bottom: 40px;
	border-left: 5px solid var(--color-fourtytwo);
	transition: all 0.3s ease
}

.leader-profile-row:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgb(0 0 0 / .1)
}

.leader-profile-inner {
	display: flex;
	align-items: flex-start
}

.leader-avatar {
	flex-shrink: 0;
	width: 140px;
	height: 140px;
	margin-right: 40px;
	position: relative
}

.leader-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0 5px 15px rgb(0 0 0 / .1)
}

.leader-content {
	flex-grow: 1
}

.leader-content h4 {
	font-size: 20px;
	font-weight: 700;
	color: #222;
	margin-bottom: 5px
}

.leader-content .post-date {
	color: var(--main-color);
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	display: inline-block
}

.professional-text {
	font-size: 16px;
	line-height: 1.7em;
	color: #555;
	margin-bottom: 25px
}

.personal-side {
	background: #f4f6f9;
	padding: 20px;
	font-size: 16px;
	color: #666
}

.personal-side strong {
	color: #00224B;
	display: block;
	font-style: normal;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 5px
}

@media (max-width:767px) {
	.leader-profile-inner {
		flex-direction: column;
		text-align: center
	}

	.leader-avatar {
		margin: 0 auto 25px auto
	}

	.personal-side {
		text-align: left
	}
}

.about-timeline-section {
	padding: 80px 0;
	position: relative;
	background-color: #fff;
	overflow: hidden
}

.about-image-wrapper {
	position: relative;
	padding-right: 30px;
	padding-bottom: 30px;
	z-index: 1
}

.about-main-img {
	width: 100%;
	box-shadow: 0 20px 50px rgb(0 0 0 / .1);
	position: relative;
	z-index: 1
}

.experience-badge {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #00224B;
	color: #fff;
	padding: 30px 25px;
	text-align: center;
	box-shadow: 0 10px 30px rgb(0 34 75 / .3);
	z-index: 2;
	min-width: 160px
}

.experience-badge .count {
	font-size: 42px;
	font-weight: 700;
	display: block;
	line-height: 1;
	color: var(--white-color);
	margin-bottom: 5px
}

.experience-badge span {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500
}

.about-content-wrapper {
	padding-left: 20px
}

.sec-title h2 {
	font-size: 36px;
	font-weight: 700;
	color: var(--main-color)
}

.history-timeline {
	position: relative;
	border-left: 2px solid #e5e5e5;
	padding-left: 30px;
	margin-left: 10px
}

.timeline-item {
	position: relative;
	margin-bottom: 40px
}

.timeline-item:last-child {
	margin-bottom: 0
}

.timeline-item::before {
	content: "";
	position: absolute;
	left: -39px;
	top: 5px;
	width: 16px;
	height: 16px;
	background: #fff;
	border: 3px solid var(--main-color);
	z-index: 1
}

.timeline-item h4 {
	font-size: 20px;
	font-weight: 700;
	color: #00224B;
	margin-bottom: 10px
}

.timeline-item .year-tag {
	font-size: 13px;
	font-weight: 700;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
	display: block
}

.timeline-item p {
	font-size: 16px;
	color: #666;
	line-height: 1.6em;
	margin: 0
}

@media (max-width:991px) {
	.about-image-wrapper {
		margin-bottom: 50px;
		padding-right: 0
	}

	.experience-badge {
		right: 20px
	}
}

.about-page-img {
	height: 840px;
	object-fit: cover
}

.quality-section-redesign {
	padding: 100px 0;
	background: #fff;
	position: relative
}

.quality-text-box {
	max-width: 800px;
	margin: 0 auto 60px auto;
	text-align: center;
	position: relative;
	z-index: 1
}

.quality-text-box h2 {
	font-size: 36px;
	color: #00224B;
	margin-bottom: 20px
}

.quality-text-box h2 span {
	color: var(--main-color)
}

.quality-text-box p {
	color: #666;
	font-size: 16px;
	line-height: 1.7em
}

.cert-card {
	background: #fff;
	border: 1px solid #eee;
	padding: 40px 30px;
	text-align: center;
	position: relative;
	transition: all 0.3s ease;
	height: 100%;
	box-shadow: 0 10px 30px rgb(0 0 0 / .05);
	z-index: 1
}

.cert-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgb(0 34 75 / .15)
}

.cert-icon-box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	color: #00224B;
	font-size: 35px;
	transition: 0.3s
}

.cert-card h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #222
}

.cert-card p {
	font-size: 14px;
	color: #777;
	margin-bottom: 25px;
	line-height: 1.5em
}

.new-title {
	position: relative;
	font-weight: 700;
	color: var(--color-fourtytwo);
	font-size: var(--font-20);
	margin-bottom: var(--margin-bottom-10)
}

.news-block-two .post-date1 {
	position: relative;
	font-weight: 400;
	padding: 10px 12px 8px;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--main-color);
	align-self: flex-start;
	border-left: 1px solid rgb(0 0 0 / .08)
}

.request-quote-section {
	position: relative;
	padding: 100px 0;
	background-color: #fff;
	border-top: 1px solid #eee
}

.request-quote-section .sec-title {
	margin-bottom: 30px
}

.request-quote-section .sec-title h2 {
	font-size: 42px;
	font-weight: 800;
	line-height: 1.2em;
	color: var(--main-color)
}

.request-quote-section .sec-title .text {
	font-size: 18px;
	color: var(--color-five);
	margin-top: 20px;
	max-width: 500px
}

.request-quote-section .contact-info-list {
	position: relative;
	margin-top: 40px
}

.request-quote-section .contact-info-list li {
	position: relative;
	padding-left: 70px;
	margin-bottom: 30px
}

.request-quote-section .contact-info-list li .icon {
	position: absolute;
	left: 0;
	top: 5px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: rgba(var(--main-color-rgb), .1);
	color: var(--main-color);
	font-size: 24px
}

.request-quote-section .contact-info-list li strong {
	display: block;
	font-size: 14px;
	color: var(--color-five);
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.request-quote-section .contact-info-list li a {
	font-size: 22px;
	font-weight: 700;
	color: var(--main-color);
	font-family: var(--font-family-Roboto);
	transition: all 300ms ease
}

.request-quote-section .quote-form-box {
	position: relative;
	padding: 40px;
	background-color: #f9f9f9;
	border: 1px solid #eee
}

.request-quote-section .quote-form-box h3 {
	font-size: 24px;
	font-weight: 700;
	color: var(--main-color);
	margin-bottom: 25px
}

.request-quote-section .form-group {
	margin-bottom: 20px
}

.request-quote-section .form-group input[type="text"],
.request-quote-section .form-group input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	font-size: 15px;
	color: var(--color-five);
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	transition: all 300ms ease
}

.request-quote-section .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 120px;
	font-size: 15px;
	color: var(--color-five);
	padding: 15px 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	resize: none;
	transition: all 300ms ease
}

.request-quote-section .form-group input:focus,
.request-quote-section .form-group textarea:focus {
	border-color: var(--main-color)
}

.request-quote-section .theme-btn {
	width: 100%;
	padding: 15px 30px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: var(--main-color);
	color: #fff;
	border: none;
	cursor: pointer;
	transition: all 300ms ease
}

.request-quote-section .theme-btn:hover {
	background-color: var(--color-twentyeight)
}

.request-quote-section .response-text {
	margin-top: 20px;
	font-size: 14px;
	color: var(--color-five);
	text-align: center
}

.cta-direct-contact .form-column {
	position: relative;
	margin-top: 60px;
	display: flex;
	justify-content: center;
	width: 100%
}

.cta-direct-contact .quote-form-box {
	background-color: #fff;
	padding: 50px 40px;
	box-shadow: 0 15px 40px rgb(0 0 0 / .1);
	max-width: 850px;
	width: 100%;
	position: relative
}

.cta-direct-contact .quote-form-box h3 {
	font-size: 28px;
	font-weight: 800;
	color: var(--main-color);
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: 1px
}

.cta-direct-contact .quote-form-box .form-group input[type="text"],
.cta-direct-contact .quote-form-box .form-group input[type="email"],
.cta-direct-contact .quote-form-box .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	padding: 15px 20px;
	color: #555;
	font-size: 15px;
	font-weight: 500;
	border: 1px solid #e5e5e5;
	background-color: #f8f9fa;
	transition: all 0.3s ease
}

.cta-direct-contact .quote-form-box .form-group textarea {
	height: 140px;
	resize: none
}

.cta-direct-contact .quote-form-box .form-group input:focus,
.cta-direct-contact .quote-form-box .form-group textarea:focus {
	border-color: var(--main-color);
	background-color: #fff;
	box-shadow: 0 0 10px rgb(0 34 75 / .05)
}

.cta-direct-contact .quote-form-box button.theme-btn {
	width: 100%;
	padding: 18px 0;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background-color: var(--main-color);
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 10px
}

.cta-direct-contact .quote-form-box button.theme-btn:hover {
	background-color: var(--color-fourtytwo);
	transform: translateY(-2px)
}

.cta-direct-contact .response-text {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #888;
	font-weight: 500
}

.cta-direct-contact .response-text i {
	margin-right: 5px;
	color: var(--main-color)
}

.cta-direct-contact .form-group {
	margin-bottom: 25px
}

.cta-direct-contact .button-box .item-btn {
	display: inline-block;
	padding: 12px 35px;
	background-color: var(--main-color);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.3s ease;
	cursor: pointer;
	text-decoration: none;
	width: 100%;
	text-align: center
}

.quality-process-section {
	position: relative;
	padding: 80px 0 50px;
	background-color: #f4f6f9
}

.quality-process-section .sec-title {
	margin-bottom: 50px
}

.quality-block {
	position: relative;
	margin-bottom: 30px
}

.quality-block1,
.quality-block2 {
	position: relative;
	margin-bottom: 30px
}

.quality-block .inner-box {
	position: relative;
	background-color: #fff;
	padding: 40px 40px 40px 30px;
	box-shadow: 0 10px 30px rgb(0 0 0 / .05);
	border-bottom: 3px solid #fff0;
	transition: all 0.3s ease;
	height: 505px
}

.quality-block1 .inner-box {
	position: relative;
	background-color: #fff;
	padding: 40px 40px 40px 30px;
	box-shadow: 0 10px 30px rgb(0 0 0 / .05);
	border-bottom: 3px solid #fff0;
	transition: all 0.3s ease;
	height: 100%
}

.quality-block2 .inner-box {
	position: relative;
	background-color: #fff;
	padding: 40px 40px 40px 30px;
	box-shadow: 0 10px 30px rgb(0 0 0 / .05);
	border-bottom: 3px solid #fff0;
	transition: all 0.3s ease;
	height: 547px
}

.quality-block .inner-box:hover {
	transform: translateY(-5px);
	background-color: var(--main-color);
	box-shadow: 12px 12px 0 var(--color-fourtytwo)
}

.quality-block1 .inner-box:hover,
.quality-block2 .inner-box:hover {
	transform: translateY(-5px);
	background-color: var(--main-color);
	box-shadow: 12px 12px 0 var(--color-fourtytwo)
}

.quality-block .inner-box:hover {
	background-color: var(--main-color);
	border-color: var(--main-color);
	transform: translateY(-5px)
}

.quality-block1 .inner-box:hover,
.quality-block2 .inner-box:hover {
	background-color: var(--main-color);
	border-color: var(--main-color);
	transform: translateY(-5px)
}

.quality-block .inner-box:hover h3 {
	color: #fff;
	border-bottom-color: rgb(255 255 255 / .2)
}

.quality-block1 .inner-box:hover h3,
.quality-block2 .inner-box:hover h3 {
	color: #fff;
	border-bottom-color: rgb(255 255 255 / .2)
}

.quality-block .inner-box:hover .step-count,
.quality-block .inner-box:hover .quality-list li,
.quality-block .inner-box:hover .quality-list li strong,
.quality-block .inner-box:hover .text-subtitle {
	color: #fff
}

.quality-block1 .inner-box:hover .step-count,
.quality-block1 .inner-box:hover .quality-list li,
.quality-block1 .inner-box:hover .quality-list li strong,
.quality-block1 .inner-box:hover .text-subtitle {
	color: #fff
}

.quality-block2 .inner-box:hover .step-count,
.quality-block2 .inner-box:hover .quality-list li,
.quality-block2 .inner-box:hover .quality-list li strong,
.quality-block2 .inner-box:hover .text-subtitle {
	color: #fff
}

.quality-block .inner-box:hover .icon-box span,
.quality-block .inner-box:hover .icon-box i {
	color: #fff
}

.quality-block1 .inner-box:hover .icon-box span,
.quality-block1 .inner-box:hover .icon-box i {
	color: #fff
}

.quality-block2 .inner-box:hover .icon-box span,
.quality-block2 .inner-box:hover .icon-box i {
	color: #fff
}

.quality-block .inner-box:hover .icon-box img {
	filter: brightness(0) invert(1);
	opacity: 1
}

.quality-block1 .inner-box:hover .icon-box img {
	filter: brightness(0) invert(1);
	opacity: 1
}

.quality-block2 .inner-box:hover .icon-box img {
	filter: brightness(0) invert(1);
	opacity: 1
}

.quality-block .inner-box:hover .quality-list li::before {
	color: #fff
}

.quality-block2 .inner-box:hover .quality-list li::before {
	color: #fff
}

.quality-block1 .inner-box:hover .quality-list li::before {
	color: #fff
}

.quality-block .step-count {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 40px;
	font-weight: 900;
	color: #f0f0f0;
	line-height: 1em;
	z-index: 1
}

.quality-block1 .step-count,
.quality-block2 .step-count {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 40px;
	font-weight: 900;
	color: #f0f0f0;
	line-height: 1em;
	z-index: 1
}

.quality-block .icon-box {
	position: relative;
	font-size: 64px;
	color: var(--main-color);
	margin-bottom: 20px;
	z-index: 2
}

.quality-block1 .icon-box,
.quality-block2 .icon-box {
	position: relative;
	font-size: 64px;
	color: var(--main-color);
	margin-bottom: 20px;
	z-index: 2
}

.quality-block h3,
.quality-block1 h3,
.quality-block2 h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	color: var(--main-color);
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	z-index: 2
}

.quality-block .quality-list,
.quality-block1 .quality-list {
	position: relative;
	margin: 0
}

.quality-block .quality-list li,
.quality-block1 .quality-list li,
.quality-block2 .quality-list li {
	position: relative;
	font-size: 16px;
	color: var(--color-five);
	line-height: 1.6em;
	margin-bottom: 15px;
	padding-left: 20px
}

.quality-block .quality-list li strong,
.quality-block1 .quality-list li strong,
.quality-block2 .quality-list li strong {
	color: var(--main-color);
	font-weight: 600
}

.quality-block .quality-list li::before,
.quality-block1 .quality-list li::before,
.quality-block2 .quality-list li::before {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--color-twentyeight);
	font-weight: 900
}

.quality-block .featured-block .inner-box,
.quality-block1 .featured-block .inner-box,
.quality-block2 .featured-block .inner-box {
	border: 1px solid #e0e0e0;
	background: #fff
}

.quality-block .text-subtitle,
.quality-block1 .text-subtitle,
.quality-block2 .text-subtitle {
	margin-bottom: 20px;
	color: var(--color-five);
	font-size: 16px
}

.quality-footer-section {
	position: relative;
	padding: 80px 0;
	background-color: #fff;
	border-top: 1px solid #eee
}

.improvement-block .inner-box {
	position: relative;
	padding-left: 80px
}

.improvement-block .icon-box {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 55px;
	color: var(--color-twentyeight);
	line-height: 1em
}

.improvement-block h3 {
	font-size: 24px;
	font-weight: 700;
	color: var(--main-color);
	margin-bottom: 15px
}

.improvement-block p {
	font-size: 16px;
	line-height: 1.7em;
	color: var(--color-five);
	margin-bottom: 0
}

.doc-request-card {
	position: relative;
	background-color: var(--main-color);
	border-radius: 8px;
	padding: 40px;
	overflow: hidden;
	margin-left: 20px;
	box-shadow: 0 15px 30px rgb(0 0 0 / .1)
}

@media (max-width:991px) {
	.doc-request-card {
		margin-left: 0;
		margin-top: 40px
	}
}

.doc-request-card h3 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px
}

.doc-request-card .text {
	font-size: 15px;
	color: rgb(255 255 255 / .8);
	margin-bottom: 25px;
	line-height: 1.6em;
	position: relative;
	z-index: 2
}

.doc-request-card .theme-btn {
	background-color: #ffffff !important;
	color: var(--main-color) !important;
	border: none
}

.doc-request-card .theme-btn:hover {
	color: #ffffff !important
}

.doc-request-card .bg-icon {
	position: absolute;
	right: -10px;
	bottom: -20px;
	font-size: 120px;
	color: #fff;
	opacity: .05;
	z-index: 1;
	transform: rotate(-15deg)
}

.stan-sustainability-section {
	padding: 100px 0;
	background-color: #f7f9f8
}

.stan-sus-hero {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 60px;
	align-items: center
}

.stan-sus-title {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.2
}

.stan-sus-subtext {
	font-size: 18px;
	margin-top: 20px;
	max-width: 520px
}

.stan-sus-collage {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px
}

.stan-sus-collage img,
.stan-csr-collage img {
	width: 100%;
	height: 200px;
	object-fit: cover
}

.stan-clean-energy-section {
	padding: 80px 0
}

.stan-energy-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 70px;
	align-items: center
}

.stan-energy-image img {
	width: 100%;
	height: 300px;
	object-fit: cover
}

.stan-section-tag {
	display: inline-block;
	color: #1f7a5f;
	font-weight: 600;
	margin-bottom: 10px
}

.stan-highlight-text {
	color: #1f7a5f;
	font-weight: 600;
	margin: 15px 0
}

.stan-csr-section {
	padding: 80px 0 30px;
	background-color: #f7f9f8
}

.stan-csr-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 70px;
	align-items: center
}

.stan-csr-collage {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px
}

.stan-sustainability-cta {
	padding: 90px 0;
	background: linear-gradient(135deg, #1f7a5f, #155f49)
}

.stan-sustainability-cta h2 {
	color: #fff;
	margin-bottom: 30px
}

@media (max-width:991px) {

	.stan-sus-hero,
	.stan-energy-grid,
	.stan-csr-grid {
		grid-template-columns: 1fr
	}

	.stan-sus-title {
		font-size: 34px
	}
}

.gallery-section .instagram-widget .image-box {
	width: 16.66%;
	float: left;
	margin: 0;
	padding: 5px
}

@media only screen and (max-width:768px) {
	.gallery-section .instagram-widget .image-box {
		width: 33.33%
	}
}

.stan-csr-section .instagram-widget .image-box {
	width: 33% !important;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 !important
}

.stan-csr-section .instagram-widget .image-box img {
	width: 100%;
	height: auto;
	display: block
}

@media only screen and (max-width:767px) {
	.stan-csr-section .instagram-widget .image-box {
		width: 50% !important
	}
}

.width-95 {
	width: 95%
}

.stan-energy-image {
	display: block;
	width: 100%;
	min-height: 300px;
	position: relative;
	overflow: hidden
}

.stan-energy-grid .stan-energy-image {
	grid-column: span 1;
	width: 100%
}

.energy-carousel {
	display: block !important;
	width: 100% !important
}

.energy-carousel .item {
	width: 100%;
	display: block
}

.energy-carousel .item img {
	width: 100%;
	height: 300px;
	display: block;
	object-fit: cover
}

.about-cta-icon {
	height: 27px;
	width: 27px
}

.width-32 {
	width: 32px
}

.width-40 {
	width: 40px
}

.width-45 {
	width: 45px
}

.width-64 {
	width: 64px
}

.industry-desc {
	font-size: 13px;
	line-height: 1.6;
	color: #666;
	margin-top: 10px;
	max-width: 100% !important
}

.industry-desc strong {
	color: var(--white-color);
	font-weight: 600
}

.hero-span {
	color: var(--color-five) !important
}

.cta-section-product {
	padding: 60px 0;
	margin-top: 50px;
	background-color: var(--main-color);
	position: relative;
	overflow: hidden;
	z-index: 1
}

.cta-h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	margin: 0;
	line-height: 1.2
}

.margin-bottom-8 {
	margin-bottom: 8px !important
}

.inner-box-para {
	font-size: 14px !important;
	margin-bottom: 10px !important
}

.inner-box-div {
	padding-left: 10px;
	border-left: 3px solid var(--color-fourtytwo);
	font-size: 13px;
	line-height: 1.4
}

.font-50 {
	font-size: 50px !important
}

.sub-title1 {
	color: #ffffff !important;
	font-size: 20px;
	font-weight: 700;
	padding: 0 5px 15px;
	display: inline-block
}

.hero-info-wrapper-modern {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
	flex-wrap: wrap
}

.hero-feature-card {
	background: #fff;
	padding: 15px 25px;
	box-shadow: 0 10px 30px rgb(0 0 0 / .08);
	display: flex;
	align-items: center;
	gap: 15px;
	transition: transform 0.3s ease, border-color 0.3s ease;
	border: 1px solid #f0f0f0;
	min-width: 240px
}

.hero-feature-card:hover {
	border-color: var(--main-color)
}

.icon-circle {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	flex-shrink: 0
}

.red-icon {
	background-color: rgb(188 34 40 / .1);
	color: #BC2228
}

.blue-icon {
	background-color: rgb(2 26 72 / .1);
	color: #021a48
}

.hero-feature-card .content {
	display: flex;
	flex-direction: column;
	text-align: left
}

.hero-feature-card .value {
	font-weight: 800;
	font-size: 18px;
	color: #021a48;
	line-height: 1.2
}

.hero-feature-card .label {
	font-size: 13px;
	color: #666;
	margin-top: 2px
}

.hero-info-wrapper-modern {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
	flex-wrap: wrap
}

.hero-feature-card {
	background: #fff;
	padding: 15px 25px;
	box-shadow: 0 10px 30px rgb(0 0 0 / .08);
	display: flex;
	align-items: center;
	gap: 15px;
	transition: transform 0.3s ease, border-color 0.3s ease;
	border: 1px solid #f0f0f0;
	min-width: 240px
}

.icon-circle {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	flex-shrink: 0
}

.red-icon {
	background-color: rgb(188 34 40 / .1);
	color: #BC2228
}

.blue-icon {
	background-color: rgb(2 26 72 / .1);
	color: #021a48
}

.hero-feature-card .content {
	display: flex;
	flex-direction: column;
	text-align: left
}

.hero-feature-card .value {
	font-weight: 800;
	font-size: 18px;
	color: #021a48;
	line-height: 1.2
}

.hero-feature-card .label {
	font-size: 13px;
	color: #666;
	margin-top: 2px
}

.packol-section {
	padding: 50px 0;
	background-color: #f8f9fa
}

.packol-card {
	background: #fff;
	padding: 30px;
	box-shadow: 0 10px 30px rgb(0 0 0 / .05);
	transition: transform 0.3s ease, border-color 0.3s ease;
	height: 100%;
	border-bottom: 3px solid #fff0
}

.packol-card {
	background: #fff;
	padding: 30px;
	box-shadow: 0 10px 30px rgb(0 0 0 / .05);
	transition: all 0.4s ease;
	height: 100%;
	border-bottom: 3px solid #fff0
}

.packol-icon-box {
	margin-bottom: 20px
}

.packol-icon {
	font-size: 40px;
	color: var(--main-color)
}

.packol-card-title {
	font-weight: 700;
	color: #021a48;
	margin-bottom: 10px
}

.packol-card-text {
	font-size: 15px;
	color: #666;
	line-height: 1.6
}

.packol-card-text strong {
	color: #021a48
}

.benefits-wrapper {
	margin-top: 40px;
	background-color: var(--main-color);
	padding: 50px 20px;
	position: relative;
	overflow: hidden
}

.benefits-bg-icon {
	position: absolute;
	right: -20px;
	top: -20px;
	opacity: .05;
	font-size: 150px;
	color: #fff;
	pointer-events: none;
	z-index: 0
}

.benefits-col {
	text-align: center;
	position: relative;
	z-index: 1
}

@media (min-width:992px) {
	.benefits-col {
		text-align: left
	}
}

.benefits-item {
	padding: 0 15px
}

.benefits-value {
	color: var(--secondary-two);
	font-weight: 800;
	font-size: 42px;
	margin-bottom: 5px;
	line-height: 1.2
}

.benefits-icon {
	font-size: 42px;
	color: var(--secondary-two);
	margin-bottom: 5px;
	height: 63px;
	display: flex;
	align-items: center;
	justify-content: center
}

@media (min-width:992px) {
	.benefits-icon {
		justify-content: flex-start
	}
}

.benefits-title {
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 18px
}

.benefits-text {
	color: rgb(255 255 255 / .7);
	font-size: 14px;
	margin: 0;
	line-height: 1.6
}

.industries-serve-section {
	position: relative;
	padding: 100px 0
}

.industry-intro h2 {
	color: #fff;
	margin-bottom: 20px
}

.industry-intro p {
	color: #e0e0e0;
	font-size: 16px;
	line-height: 1.6
}

.industry-card {
	display: flex;
	align-items: flex-start;
	background: #fff0;
	text-align: left;
	height: 100%
}

.industry-icon-box {
	margin-right: 15px;
	flex-shrink: 0
}

.industry-icon {
	width: 45px;
	height: auto;
	transition: transform 0.3s ease
}

.industry-content {
	flex-grow: 1
}

.industry-title {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 18px;
	color: #fff
}

.industry-desc {
	font-size: 14px;
	line-height: 1.5;
	color: #e0e0e0;
	margin-bottom: 10px
}

.industry-stat {
	padding-left: 10px;
	border-left: 3px solid var(--color-fourtytwo);
	font-size: 13px;
	line-height: 1.4;
	margin-top: 10px
}

.industry-stat strong {
	color: #fff;
	font-weight: 600
}

.sieve-product-section {
	padding: 80px 0;
	background-color: #f4f5f8
}

.sieve-category {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: var(--secondary-two);
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px
}

.sieve-title {
	font-size: 36px;
	font-weight: 800;
	color: #021a48;
	margin-bottom: 10px
}

.sieve-subtitle {
	font-size: 20px;
	font-weight: 500;
	color: #555;
	margin-bottom: 20px
}

.sieve-divider {
	width: 60px;
	height: 4px;
	background-color: var(--main-color);
	margin: 0 auto 25px;
	border-radius: 0
}

.sieve-description {
	font-size: 16px;
	line-height: 1.7;
	color: #666;
	margin-bottom: 40px
}

.sieve-specs-banner {
	background: #021a48;
	border-radius: 0;
	padding: 30px;
	margin-bottom: 50px;
	box-shadow: 0 15px 30px rgb(2 26 72 / .15)
}

.sieve-spec-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-right: 1px solid rgb(255 255 255 / .15)
}

.sieve-spec-item:last-child {
	border-right: none
}

@media (max-width:767px) {
	.sieve-spec-item {
		border-right: none;
		border-bottom: 1px solid rgb(255 255 255 / .15);
		padding: 20px 0;
		justify-content: flex-start
	}

	.sieve-spec-item:last-child {
		border-bottom: none
	}
}

.spec-icon {
	font-size: 40px;
	color: var(--secondary-two);
	margin-right: 20px
}

.spec-info {
	display: flex;
	flex-direction: column;
	text-align: left
}

.spec-value {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2
}

.spec-label {
	color: rgb(255 255 255 / .7);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.sieve-feature-card {
	background: #fff;
	padding: 30px;
	border-radius: 0;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	transition: all 0.3s ease;
	height: 100%;
	border: 1px solid #f0f0f0
}

.sieve-feature-card:hover {
	transform: translateY(-5px);
	background-color: var(--main-color);
	box-shadow: 12px 12px 0 var(--color-fourtytwo);
	border-color: var(--main-color)
}

.feature-icon {
	font-size: 35px;
	color: var(--main-color);
	flex-shrink: 0;
	margin-top: -5px;
	transition: 0.3s
}

.feature-content h5 {
	font-size: 18px;
	font-weight: 700;
	color: #021a48;
	margin-bottom: 10px;
	transition: 0.3s
}

.feature-content p {
	font-size: 15px;
	color: #666;
	line-height: 1.6;
	margin: 0;
	transition: 0.3s
}

.sieve-feature-card:hover .feature-content h5,
.sieve-feature-card:hover .feature-content p {
	color: #fff
}

.sieve-feature-card:hover .feature-icon {
	color: #fff
}

.sieve-footer-text {
	font-size: 18px;
	color: #444;
	line-height: 1.6
}

.sieve-footer-text strong {
	color: var(--main-color)
}

.sieve-intro-image-box {
	position: relative;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 10px 30px rgb(0 0 0 / .05)
}

.sieve-intro-image-box img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.5s ease
}

.sieve-description-text p {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	margin-top: 20px;
	margin-bottom: 0
}

.sec-title.alternate {
	text-align: left
}

@media (max-width:991px) {
	.sieve-intro-image-box {
		margin-bottom: 30px
	}
}

.text-grey {
	color: var(--text-grey) !important
}

.weave-section-bottom {
	background: #fff;
	display: inline-block;
	padding: 15px 30px;
	border: 1px solid #ddd;
	margin-top: 20px
}

.weave-section-bottom .span1 {
	color: #BC2228;
	font-weight: 700;
	margin-right: 20px
}

.weave-section-bottom .span2 {
	color: #021a48;
	font-weight: 700
}

.icon-area {
	margin-right: 15px;
	flex-shrink: 0
}

.industries-serve-section .icon-block .inner-box .content-area p {
	font-size: 14px;
	line-height: 1.5;
	color: #e0e0e0;
	margin-bottom: 10px
}

.text-grey1 {
	color: #b0b0b0
}

.industries-serve-section .industry-card {
	height: 100%;
	display: flex;
	align-items: flex-start;
	text-align: left;
	background: #fff0
}

.industries-serve-section .icon-area {
	margin-right: 15px;
	flex-shrink: 0
}

.industries-serve-section .industry-title {
	margin-bottom: 8px;
	font-weight: 700
}

.industries-serve-section .stat-box {
	padding-left: 10px;
	border-left: 3px solid var(--color-fourtytwo, #e6af2e);
	font-size: 13px;
	line-height: 1.4;
	margin-top: 10px
}

.margin-bottom-8 {
	margin-bottom: 8px
}

.home-counter {
	background-image: url(../images/background/wire-mesh.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	position: relative
}

.home-counter .sub-title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding: 0 5px 15px;
	display: inline-block
}

.home-counter h2 {
	color: #fff
}

.home-counter .feature-block .inner-box {
	position: relative
}

.home-counter .feature-block .icon {
	margin-bottom: 15px;
	top: -23px
}

.home-counter .feature-block .flaticon-pencil-and-ruler,
.home-counter .feature-block .flaticon-factory {
	color: #fff;
	font-size: 45px
}

.home-counter .feature-block .image-icon img {
	width: 50px;
	filter: brightness(0) invert(1)
}

.home-counter .feature-block h5 {
	font-weight: 600;
	color: var(--secondary-color);
	margin-bottom: 10px
}

.home-counter .feature-block .text {
	color: #e0e0e0
}

.home-counter .quote-form-box {
	background: #fff;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 15px 40px rgb(0 0 0 / .2)
}

.home-counter .quote-form-box .title-box {
	margin-bottom: 25px;
	text-align: center
}

.home-counter .quote-form-box h3 {
	color: var(--main-color, #e6af2e);
	font-weight: 700;
	margin-bottom: 10px
}

.home-counter .quote-form-box p {
	color: #666;
	font-size: 15px
}

.home-counter .custom-input {
	width: 100%;
	height: 55px;
	background: #f8f8f8;
	border: 1px solid #eee;
	padding: 0 20px;
	border-radius: 5px;
	color: #333
}

.home-counter .custom-textarea {
	width: 100%;
	height: 100px;
	background: #f8f8f8;
	border: 1px solid #eee;
	padding: 15px 20px;
	border-radius: 5px;
	color: #333;
	resize: none
}

.home-counter .contact-info-list {
	margin-top: 30px
}

.home-counter .contact-info-list ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.home-counter .contact-info-list li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
	color: #333
}

.home-counter .contact-info-list .icon {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--main-color, #e6af2e);
	font-size: 20px
}

.home-counter .contact-info-list a {
	color: #333;
	font-weight: 400;
	transition: all 0.3s ease
}

.home-counter .contact-info-list a:hover {
	color: var(--main-color, #e6af2e)
}

.gallery-section {
	background: #f7f9f8
}

.inner-gallery-box {
	background-color: #f7f9f8;
	padding-bottom: 80px
}

.instagram-widget .images-outer {
	text-align: center
}

.instagram-widget .image-box {
	display: inline-block;
	position: relative;
	margin: 0 5px 15px;
	vertical-align: middle
}

.instagram-widget .image-box img {
	display: block;
	max-width: 100%;
	height: auto;
	transition: all 0.3s ease
}

.instagram-widget .image-box:hover img {
	opacity: .9;
	transform: scale(1.02)
}

.benefits-stats-section {
	padding: 50px 0;
	background-color: #f4f5f8
}

.stat-block-item {
	background: #fff;
	padding: 40px 30px;
	position: relative;
	height: 100%;
	border: 1px solid #e5e5e5;
	transition: all 0.4s ease;
	border-radius: 0;
	overflow: hidden
}

.stat-number {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 24px;
	font-weight: 800;
	color: #e5e5e5;
	font-family: 'Be Vietnam Pro', sans-serif;
	transition: all 0.4s ease;
	z-index: 1
}

.step-count {
	position: absolute;
	bottom: 20px;
	left: 30px;
	font-size: 14px;
	font-weight: 700;
	color: var(--secondary-two);
	opacity: .5;
	transition: all 0.4s ease
}

.inner-content {
	position: relative;
	z-index: 2;
	padding-top: 20px;
	padding-bottom: 20px
}

.stat-block-item .icon-box {
	font-size: 45px;
	color: var(--main-color);
	margin-bottom: 25px;
	display: inline-block;
	transition: all 0.4s ease
}

.stat-title {
	font-size: 20px;
	font-weight: 700;
	color: #021a48;
	margin-bottom: 15px;
	transition: all 0.4s ease
}

.stat-text {
	font-size: 15px;
	line-height: 1.7;
	color: #666;
	margin: 0;
	transition: all 0.4s ease
}

.stat-block-item:hover {
	transform: translateY(-5px);
	background-color: var(--main-color);
	box-shadow: 12px 12px 0 var(--color-fourtytwo);
	border-color: var(--main-color)
}

.stat-block-item:hover .icon-box,
.stat-block-item:hover .stat-title,
.stat-block-item:hover .stat-text,
.stat-block-item:hover .step-count {
	color: #fff
}

.stat-block-item:hover .icon-box img {
	filter: brightness(0) invert(1)
}

.stat-block-item:hover .step-count {
	opacity: 1
}

.stat-block-item:hover .stat-number {
	color: rgb(255 255 255 / .1);
	transform: scale(1.2)
}

.design-guarantees-section {
	padding: 50px 0;
	background-color: #f9f9f9
}

.material-section {
	padding: 50px 0;
	background-color: #f9f9f9
}

.guarantee-block {
	background: #fff;
	padding: 40px 30px;
	border: 1px solid #e5e5e5;
	height: 100%;
	transition: all 0.4s ease;
	border-radius: 0;
	position: relative;
	text-align: left
}

.guarantee-block .icon-box {
	font-size: 45px;
	color: var(--main-color);
	margin-bottom: 20px;
	display: inline-block;
	transition: all 0.4s ease
}

.guarantee-title {
	font-size: 19px;
	font-weight: 700;
	color: #021a48;
	margin-bottom: 12px;
	transition: all 0.4s ease
}

.guarantee-text {
	font-size: 15px;
	line-height: 1.6;
	color: #666;
	margin: 0;
	transition: all 0.4s ease
}

.padding-top-100 {
	padding-top: 80px !important
}

.metric-item .text {
	text-align: left
}

.custom-bullet-list {
	list-style-type: disc !important;
	list-style-position: outside !important;
	padding-left: 20px !important;
	margin-left: 15px;
	margin-bottom: 1.5rem
}

.custom-bullet-list li {
	display: list-item !important;
	list-style-type: disc;
	margin-bottom: 10px;
	color: var(--color-five);
	font-size: 16px
}

.custom-btn {
	position: relative;
	display: inline-block;
	background-color: var(--main-color);
	color: #fff;
	padding: 15px 32px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	text-decoration: none;
	text-transform: capitalize;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	z-index: 1;
	border: none;
	outline: none;
	transition: all 0.3s ease
}

.custom-btn::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 7px;
	left: 7px;
	border: 2px solid var(--color-fourtytwo);
	background-color: #fff0;
	z-index: -1;
	transition: all 0.3s cubic-bezier(.24, .74, .58, 1)
}

.custom-btn:hover::before {
	top: 0;
	left: 0;
	border-color: #141414
}

.custom-btn:hover {
	color: #fff
}

.stan-csr-div {
	margin-left: auto;
	margin-right: auto;
	width: 60%
}

.industries-serve-section1 {
	padding: 60px 0 30px;
	color: #fff;
	position: relative
}

.industries-serve-section1 h2 {
	color: var(--main-color);
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 25px
}

.industries-serve-section1 p {
	color: var(--black-color);
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 35px;
	max-width: 80%
}

.industries-serve-section1 .icon-block {
	margin-bottom: 40px;
	text-align: center
}

.industries-serve-section1 .inner-box {
	transition: all 0.3s ease
}

.industries-serve-section1 i {
	font-size: 55px;
	color: #fff;
	display: inline-block;
	margin-bottom: 15px;
	transition: all 0.3s ease
}

.industries-serve-section1 h5 {
	color: var(--main-color);
	font-size: 16px;
	font-weight: 600;
	margin: 0
}

.industries-serve-section1 .icon-block .inner-box .content-area p {
	font-size: 14px;
	line-height: 1.5;
	color: var(--black-color);
	margin-bottom: 10px
}

.industries-serve-section1 .industry-card {
	height: 100%;
	display: flex;
	align-items: flex-start;
	text-align: left;
	background: #fff0
}

.industries-serve-section1 .icon-area {
	margin-right: 15px;
	flex-shrink: 0
}

.industries-serve-section1 .industry-title {
	margin-bottom: 8px;
	font-weight: 700
}

.industries-serve-section1 .stat-box {
	padding-left: 10px;
	border-left: 3px solid var(--color-fourtytwo, #e6af2e);
	font-size: 13px;
	line-height: 1.4;
	margin-top: 10px
}

.industries-serve-section1 .stat-box strong {
	color: var(--black-color);
	font-weight: 600
}

.text-black1 {
	color: var(--black-color)
}

.home-counter1 {
	background-color: var(--main-color);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	position: relative
}

.home-counter1 .sub-title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding: 0 5px 15px;
	display: inline-block
}

.home-counter1 h2 {
	color: #fff
}

.home-counter1 .feature-block .inner-box {
	position: relative
}

.home-counter1 .feature-block .icon {
	margin-bottom: 15px;
	top: -23px
}

.home-counter1 .feature-block .flaticon-pencil-and-ruler,
.home-counter1 .feature-block .flaticon-factory {
	color: #fff;
	font-size: 45px
}

.home-counter1 .feature-block .image-icon img {
	width: 50px;
	filter: brightness(0) invert(1)
}

.home-counter1 .feature-block h5 {
	font-weight: 600;
	color: var(--secondary-color);
	margin-bottom: 10px
}

.home-counter1 .feature-block .text {
	color: #e0e0e0
}

.home-counter1 .quote-form-box {
	background: #fff;
	padding: 35px;
	box-shadow: 0 15px 40px rgb(0 0 0 / .2)
}

.home-counter1 .quote-form-box .title-box {
	margin-bottom: 25px;
	text-align: center
}

.home-counter1 .quote-form-box h3 {
	color: var(--main-color, #e6af2e);
	font-weight: 700;
	margin-bottom: 10px
}

.home-counter1 .quote-form-box p {
	color: #666;
	font-size: 15px
}

.home-counter1 .custom-input {
	width: 100%;
	height: 55px;
	background: #f8f8f8;
	border: 1px solid #eee;
	padding: 0 20px;
	border-radius: 5px;
	color: #333
}

.home-counter1 .custom-textarea {
	width: 100%;
	height: 100px;
	background: #f8f8f8;
	border: 1px solid #eee;
	padding: 15px 20px;
	border-radius: 5px;
	color: #333;
	resize: none
}

.home-counter1 .contact-info-list {
	margin-top: 30px
}

.home-counter1 .contact-info-list ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.home-counter1 .contact-info-list li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
	color: #333
}

.home-counter1 .contact-info-list .icon {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--main-color, #e6af2e);
	font-size: 20px
}

.home-counter1 .contact-info-list a {
	color: #333;
	font-weight: 400;
	transition: all 0.3s ease
}

.home-counter1 .contact-info-list a:hover {
	color: var(--main-color, #e6af2e)
}

.sticky-left-btn {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 9999;
	background-color: var(--main-color);
	color: #fff;
	padding: 20px 8px;
	box-shadow: 2px 2px 10px rgb(0 0 0 / .2);
	text-decoration: none;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.sticky-left-btn span {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg);
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
	white-space: nowrap
}

.sticky-left-btn i {
	font-size: 20px;
	margin-bottom: 10px;
	color: #fff
}

.sticky-left-btn:hover {
	background-color: var(--color-fourtytwo);
	padding-left: 15px;
	color: #fff
}

.custom-bullet-list1 {
	list-style-type: disc !important;
	list-style-position: outside !important;
	margin-bottom: 1.5rem
}

.custom-bullet-list1 li {
	margin-bottom: 10px;
	color: var(--color-five);
	font-size: 16px
}

.custom-bullet-list1 li strong {
	color: var(--main-color)
}

.haver-product-section {
	padding: 100px 0;
	position: relative;
	background-color: var(--white-color)
}

.haver-product-img {
	border-radius: 10px;
	box-shadow: 0 10px 30px rgb(0 0 0 / .1);
	width: 100%;
	display: block
}

.haver-details-box {
	padding-left: 30px
}

.haver-feature-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--main-color);
	margin-bottom: 15px;
	margin-top: 25px
}

.haver-details-box .list-style-two li {
	margin-bottom: 12px
}

@media (max-width:991px) {
	.haver-details-box {
		padding-left: 0;
		margin-top: 40px
	}

	.haver-product-section {
		padding: 60px 0
	}
}

.width-73 {
	margin-left: auto;
	margin-right: auto;
	width: 73%
}

.width-66 {
	margin-left: auto;
	margin-right: auto;
	width: 66%
}

.width-67 {
	margin-left: auto;
	margin-right: auto;
	width: 67%
}

.width-54 {
	margin-left: auto;
	margin-right: auto;
	width: 54%
}

.width-80 {
	margin-left: auto;
	margin-right: auto;
	width: 80%
}

.width-90 {
	margin-left: auto;
	margin-right: auto;
	width: 90%
}

.width-90-h2 {
	width: 90%
}

.images-outer {
	column-count: 4;
	column-gap: 15px;
	padding: 15px
}

.image-box {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	break-inside: avoid
}

.image-box img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease
}

.image-box:hover img {
	transform: scale(1.02)
}

@media (max-width:992px) {
	.images-outer {
		column-count: 3
	}
}

@media (max-width:768px) {
	.images-outer {
		column-count: 2
	}
}

@media (max-width:480px) {
	.images-outer {
		column-count: 1
	}
}

.blog-author-name {
	border: 1px solid #eaeaea;
	border-left: 3px solid var(--color-fourtytwo);
	padding: 5px 10px;
	color: #666;
	font-size: 16px;
	width: max-content
}

.invert {
	filter: brightness(0) invert(1)
}

.test-sieve-img {
	height: 700px !important;
	object-fit: cover
}

.inner-gallery-box {
	overflow-x: hidden !important;
	position: relative;
	width: 100%
}

.contact-map-section {
	padding-bottom: 40px
}

.team-image {
	display: block;
	margin: 0 auto;
	height: 600px
}

.knitted-mesh-img {
	height: 450px;
	object-fit: cover
}

.sieve-heading {
	font-weight: 700;
	color: #021a48;
	font-size: 20px !important
}

.bg-red {
	background: #f7f9f8
}

.csr-bg-section {
	background-color: #f7f9f8;
	width: 100%;
	display: block
}

.sidebar-page-container.custom-blog-layout {
	padding-top: 80px;
	padding-bottom: 50px
}

.widget-content.quote-box {
	background-color: #f8f9fa;
	padding: 30px;
	border: 1px solid #eee
}

.quote-form-group {
	margin-bottom: 15px
}

.quote-form-input,
.quote-form-textarea {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #e0e0e0;
	background: #fff;
	border-radius: 4px;
	font-size: 14px;
	transition: all 0.3s ease
}

.quote-form-input:focus,
.quote-form-textarea:focus {
	border-color: var(--main-color);
	outline: none
}

.quote-form-textarea {
	height: 100px;
	resize: none
}

.quote-form-btn {
	width: 100%;
	cursor: pointer
}

.cta-expert-box {
	background-color: var(--main-color);
	padding: 40px 30px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	position: relative;
	overflow: hidden
}

.cta-expert-icon {
	font-size: 40px;
	color: #fff;
	display: inline-block
}

.cta-expert-title {
	color: #fff;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 22px
}

.cta-expert-text {
	color: rgb(255 255 255 / .9);
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 1.6em
}

.cta-expert-btn {
	background: #fff;
	color: var(--main-color);
	padding: 12px 35px;
	border-radius: 50px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	display: inline-block;
	transition: all 0.3s ease
}

.cta-expert-btn:hover {
	background: #f0f0f0;
	transform: translateY(-2px)
}

.blog-bottom-navigation {
	margin-top: 60px;
	padding-top: 40px;
	border-top: 1px solid #eaeaea
}

.nav-link-container {
	display: flex;
	align-items: center;
	width: 100%
}

.nav-link-container.next-link {
	justify-content: flex-end;
	text-align: right
}

.nav-arrow {
	font-size: 24px;
	color: var(--main-color);
	line-height: 1;
	transition: margin 0.3s ease
}

.prev-link .nav-arrow {
	margin-right: 20px
}

.next-link .nav-arrow {
	margin-left: 20px
}

.nav-link-container:hover .prev-link .nav-arrow {
	margin-right: 25px
}

.nav-link-container:hover .next-link .nav-arrow {
	margin-left: 25px
}

.nav-label {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	letter-spacing: 1px;
	margin-bottom: 5px;
	display: block
}

.nav-title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3em
}

.nav-title a {
	color: var(--main-color);
	transition: color 0.3s ease
}

.nav-title a:hover {
	color: var(--main-color)
}

.section-bg {
	background: #f7f9f8
}

.main-header .header-upper .upper-right {
	padding-right: 40px
}

.main-header .info-box {
	margin-left: 25px !important;
	padding: 0 0 10px 35px !important
}

.main-header .info-box ul li {
	white-space: nowrap;
	font-size: 18px !important
}

.main-header .info-box .icon-box {
	font-size: 24px;
	top: 5px
}

.custom-input,
.custom-textarea {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #e0e0e0;
	background: #fff;
	font-size: 14px;
	transition: all 0.3s ease;
	color: #555
}

.custom-input:focus,
.custom-textarea:focus {
	border-color: var(--main-color);
	outline: none
}

.custom-textarea {
	height: 100px;
	resize: none
}

.quote-widget .button-box {
	width: 100%;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s ease
}

.quote-widget .button-box:hover {
	transform: translateY(-1px)
}

.quote-widget .btn-link {
	text-decoration: none;
	font-weight: 700;
	color: var(--white-color);
	text-transform: uppercase;
	font-size: 14px
}

.blog-expert-cta-bottom {
	margin-top: 50px
}

.team-img1 {
	height: 100%;
	object-fit: cover;
	object-position: top
}

.service-section-five ul li,
.sidebar-widget ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ececec;
	padding: 10px 0;
	transition: all 0.3s ease
}

.service-section-five ul li a {
	position: relative;
	display: inline-block;
	flex: 1;
	font-size: 16px;
	color: #222;
	text-decoration: none;
	line-height: 1.4em;
	padding-right: 15px
}

.service-section-five ul li img {
	width: 12px;
	height: auto;
	flex-shrink: 0;
	transition: transform 0.3s ease
}

.service-section-five ul li:hover a {
	color: var(--main-color)
}

.service-section-five ul li:hover img {
	transform: translateX(5px)
}

@media screen and (max-width:767px) {
	.service-section-five ul li a {
		font-size: 15px
	}

	.service-section-five ul li img {
		width: 10px
	}
}

.width-30 {
	width: 20px
}

.cta-section-product {
	padding: 60px 30px;
	background-color: var(--main-color);
	position: relative;
	overflow: hidden;
	z-index: 1
}

.cta-h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	margin: 0;
	line-height: 1.2
}

.cta-section-product p.white {
	color: rgb(255 255 255 / .8) !important;
	font-size: 16px
}

.item-btn1 {
	position: relative;
	display: inline-block;
	background-color: var(--white-color);
	padding: 15px 32px;
	cursor: pointer;
	z-index: 1;
	transition: all 0.3s ease
}

.item-btn1 .btn-link {
	color: var(--black-color);
	font-weight: 700;
	text-decoration: none
}

.item-btn1::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 5px;
	left: 5px;
	border: 2px solid var(--color-fourtytwo);
	z-index: -1;
	transition: all 0.3s cubic-bezier(.24, .74, .58, 1)
}

.item-btn1:hover::before {
	top: 0;
	left: 0
}

.energy-carousel.owl-carousel .owl-nav {
	position: absolute;
	width: 100%;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 99
}

.energy-carousel.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	pointer-events: auto;
	background: var(--color-fourtytwo);
	color: var(--white-color);
	border: none !important;
	padding: 5px !important;
	transition: transform 0.3s ease
}

.energy-carousel.owl-carousel .owl-nav .owl-next {
	position: absolute;
	pointer-events: auto;
	background: var(--main-color);
	color: var(--white-color);
	border: none !important;
	padding: 10px !important;
	transition: transform 0.3s ease
}

.energy-carousel.owl-carousel .owl-nav .owl-prev img {
	width: 20px;
	height: auto;
	display: block;
	filter: brightness(0) invert(1)
}

.energy-carousel.owl-carousel .owl-nav .owl-next img {
	width: 20px;
	height: auto;
	display: block;
	filter: brightness(0) invert(1)
}

.energy-carousel.owl-carousel .owl-nav .owl-prev {
	bottom: 0;
	right: 40px;
	bottom: 40px
}

.energy-carousel.owl-carousel .owl-nav .owl-next {
	right: 0;
	bottom: 0
}

.contact-map-section {
	padding-top: 80px
}

.quality-hero-redesign {
	padding: 80px 0
}

.computerized-particle-analyzer-img {
	height: 450px;
	object-fit: cover
}

.timeline-item .text span {
	font-weight: 700;
	color: var(--main-color)
}

.contact-map-section1 {
	padding-bottom: 50px
}

.bg-form {
	background-color: #f2f2f2
}

.privacy-section {
	position: relative;
	background-color: #fff
}

.privacy-content h5 {
	font-size: 20px;
	font-weight: 700;
	color: #222;
	margin-top: 35px;
	margin-bottom: 15px;
	position: relative;
	color: var(--main-color)
}

.privacy-content p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #555
}

.privacy-content a {
	color: var(--main-color);
	text-decoration: none;
	transition: all 0.3s ease
}

.privacy-content a:hover {
	color: #222;
	text-decoration: underline
}

.privacy-content strong {
	color: #333;
	font-weight: 600
}

.effective-date {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #eee;
	font-weight: 700;
	color: #000;
	font-size: 15px
}

@media only screen and (max-width:767px) {
	.privacy-content h5 {
		font-size: 18px;
		margin-top: 25px
	}

	.privacy-section {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

.contact-list-style {
	list-style: none;
	padding: 0
}

.contact-list-style li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #555
}

.contact-list-style li i {
	position: absolute;
	left: 0;
	color: var(--main-color);
	font-size: 18px
}

.bg-light {
	background-color: #f9f9f9
}

.border-left-orange {
	border-left: 4px solid var(--main-color)
}

.contact-box-simple h5 {
	margin-top: 0 !important
}

.services-carousel.owl-carousel .owl-nav {
	display: block !important
}

.services-carousel.owl-carousel .owl-nav .owl-prev,
.services-carousel.owl-carousel .owl-nav .owl-next {
	position: absolute;
	pointer-events: auto;
	border: none !important;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10
}

.services-carousel.owl-carousel .owl-nav .owl-prev {
	background: var(--color-fourtytwo);
	padding: 15px !important;
	right: 50px;
	bottom: 0
}

.services-carousel.owl-carousel .owl-nav .owl-next {
	background: var(--main-color);
	padding: 15px !important;
	right: 0;
	bottom: 0
}

.services-carousel.owl-carousel .owl-nav .owl-prev img,
.services-carousel.owl-carousel .owl-nav .owl-next img {
	width: 20px;
	height: auto;
	display: block;
	filter: brightness(0) invert(1)
}

.services-carousel.owl-carousel .owl-nav .owl-prev {
	width: 30px !important;
	height: 30px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	z-index: 99
}

.services-carousel.owl-carousel .owl-nav .owl-next {
	width: 15px !important;
	height: 15px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	z-index: 99
}

.services-carousel.owl-carousel .owl-nav .owl-prev img {
	width: 20px !important;
	height: 20px !important;
	max-width: none !important;
	display: inline-block !important;
	filter: brightness(0) invert(1);
	visibility: visible !important;
	opacity: 1 !important
}

.services-carousel.owl-carousel .owl-nav .owl-next img {
	width: 20px !important;
	height: 20px !important;
	max-width: none !important;
	display: inline-block !important;
	filter: brightness(0) invert(1);
	visibility: visible !important;
	opacity: 1 !important
}

.services-carousel.owl-carousel .owl-nav .owl-prev {
	right: 30px !important;
	bottom: 30px;
	background: var(--color-fourtytwo)
}

.services-carousel.owl-carousel .owl-nav .owl-next {
	right: 0 !important;
	background: var(--main-color)
}

.content-box-heading {
	font-size: 48px
}

/* Split-Screen Thank You Design - Sharp Edge Edition */
.thank-you-section {
    position: relative;
    padding: 100px 0;
    /* background-color: #f4f7fa; */
}

.thank-you-wrapper {
    background: #fff;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
    overflow: hidden;
    border-radius: 0 !important; /* Sharp corners */
}

/* Left Image Column Overlay */
.thank-you-section .image-column .inner-column {
    position: relative;
    height: 100%;
    min-height: 450px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

/* .thank-you-section .image-column .inner-column::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: #00224b91;
    opacity: 0.92;
} */

/* Square Success Icon */
.thank-you-section .overlay-content .icon-box-square {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border-radius: 0 !important; /* Force sharp edges */
    font-size: 40px;
    color: var(--main-color); /* Icon in Main Color */
    margin: 0 auto 25px;
    position: relative;
    z-index: 1;
}

/* Right Content Column */
.thank-you-section .content-column .inner-column {
    padding: 60px 50px;
}

.thank-you-section .sec-title h2 {
    color: var(--main-color);
    font-weight: 800;
}

.thank-you-section .assistance-box {
    margin: 25px 0 35px;
    padding-top: 25px;
    border-top: 1px solid #acacac;
}

.thank-you-section .assistance-box h4 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #666;
}

/* Icons in Main Color */
.thank-you-contact-list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 30px;
}

.thank-you-contact-list li {
    display: flex;
    align-items: center;
}

.thank-you-contact-list li .icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #f0f4f8;
    color: var(--main-color); /* Icon in Main Color */
    font-size: 18px;
    border-radius: 0 !important; /* Sharp edges for icon background */
    margin-right: 15px;
}

.thank-you-contact-list .info-content small {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    font-weight: 700;
}

.thank-you-contact-list .info-content a {
    font-weight: 700;
    color: var(--main-color);
    font-size: 15px;
}

.thank-you-section .explore-box p {
    font-size: 15px;
    margin-bottom: 15px;
}

/* Button override for sharp corners */
.thank-you-section .btn-link {
    border-radius: 0px !important;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .thank-you-contact-list {
        flex-direction: column;
        gap: 15px;
    }
}