:root {
	--roboto-con: 'Roboto Condensed', sans-serif;
	--roboto: 'Rubik', sans-serif;
	--fobex-gray: #5C6663;
	--fobex-gray-rgb: 92, 102, 99;
	--fobex-white: #ffffff;
	--fobex-white-rgb: 255, 255, 255;
	--fobex-base: #46b42f;
	--fobex-base-rgb: 25, 97, 100;
	--fobex-black: #15332A;
	--fobex-black-rgb: 21, 51, 42;
	--fobex-primary: #46b42f;
	--fobex-primary-rgb: 207, 255, 69;
	--fobex-bdr-color: #CED7D1;
	--fobex-bdr-rgb: 206, 215, 209;
}

.row {
	--bs-gutter-x: 30px;
}

.gutter-y-30 {
	--bs-gutter-y: 30px;
}

body {
	font-family: var(--roboto-con);
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 400;
	color: var(--fobex-black);
	background: #f9f9f9;
}

body.locked {
	overflow: hidden;
}

a {
	color: var(--fobex-base);
}

a,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--fobex-black);
	margin: 0;
}

p {
	margin: 0;
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 0;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

.list-unstyled {
	padding-left: 0;
}

@media (min-width: 1350px) {
	.container {
		max-width: 1280px;
	}
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

.section-separator {
	border-color: var(--fobex-border);
	border-width: 1px;
	margin-top: 0;
	margin-bottom: 0;
}


#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	opacity: 0.4;
	z-index: -1;
}

.section-title {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.section-title__tagline-box {
	position: relative;
	display: inline-block;
}

.section-title__tagline {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 1.6em;
	color: var(--fobex-base);
	font-weight: 400;
}

.section-title__title {
	color: var(--fobex-black);
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	text-transform: uppercase;
}

.section-title-two {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.section-title-two__icon {
	position: relative;
	display: block;
}

.section-title-two__icon img {
	width: auto;
}

.section-title-two__tagline-box {
	position: relative;
	display: inline-block;
	margin-top: 10px;
}

.section-title-two__tagline {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 1.6em;
	color: var(--fobex-base);
	font-weight: 400;
}

.section-title-two__title {
	color: var(--fobex-black);
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	text-transform: uppercase;
}

.thm-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
	font-weight: 400;
	font-size: 13px;
	color: var(--fobex-white);
	text-transform: uppercase;
	border-radius: 0px;
	padding: 10px 20px;
	background-color: var(--fobex-base);
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	overflow: hidden;
	z-index: 1;
	font-family: 'Rubik';
	border-radius: 8px;
}

.thm-btn:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--fobex-black);
	content: "";
	transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
	transform-origin: bottom center;
	transition: transform 0.4s linear, transform 0.4s linear;
	z-index: -1;
}

.thm-btn:hover:after {
	transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
	transition: transform 0.4s linear, transform 0.4s linear;
}

.thm-btn:hover {
	color: var(--fobex-white);
}

.thm-btn span {
	position: relative;
	margin-left: 8px;
}

.thm-btn-2 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
	font-weight: 400;
	font-size: 15px;
	color: var(--fobex-white);
	padding: 15px 45px 17px;
	border: 1px solid rgba(var(--fobex-white-rgb), .15);
	background-color: transparent;
	text-transform: uppercase;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	overflow: hidden;
	z-index: 1;
}

.thm-btn-2:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--fobex-white);
	content: "";
	transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
	transform-origin: bottom center;
	transition: transform 0.4s linear, transform 0.4s linear;
	z-index: -1;
}

.thm-btn-2:hover:after {
	transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
	transition: transform 0.4s linear, transform 0.4s linear;
}

.thm-btn-2:hover {
	border: 1px solid var(--fobex-white);
	color: var(--fobex-base);
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}

.bootstrap-select .dropdown-menu {
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
	border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
	background: var(--fobex-base);
	color: var(--fobex-white);
}

.bootstrap-select .dropdown-menu>li>a {
	font-size: 16px;
	font-weight: 500;
	padding: 4px 12px;
	color: #ffffff;
	text-transform: uppercase;
	background: var(--fobex-black);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
	background: var(--fobex-base);
	color: var(--fobex-white);
	cursor: pointer;
}

.preloader {
	position: fixed;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.preloader__image {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px auto;
	width: 100%;
	height: 100%;
}

/* scroll to top */
.scroll-to-top {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: var(--fobex-black);
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 99;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: none;
	border-radius: 0;
}

.scroll-to-top i {
	color: var(--fobex-white);
	font-size: 18px;
	line-height: 60px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.scroll-to-top:hover {
	background-color: var(--fobex-base);
}

.scroll-to-top:hover i {
	color: var(--fobex-white);
}


/*
# Navigations One
*/
.main-header {
	background: transparent;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0;
	width: 100%;
	transition: all 500ms ease;
	z-index: 999;
}

.main-menu {
	position: relative;
	display: block;
	z-index: 1;
}

.main-menu__wrapper {
	position: relative;
	display: block;
	z-index: 1;
}

.main-menu__wrapper-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 140px;
	z-index: 1;
}

.main-menu__wrapper-inner:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: rgba(var(--fobex-white-rgb), .20);
}

.main-menu__left {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.main-menu__logo {
	position: relative;
	display: block;
	margin-right: 100px;
	padding: 0;
}

.main-menu__main-menu-box {
	position: relative;
	display: block;
}

.main-menu__right {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 0;
}

.main-menu__search-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 40px;
}

.main-menu__search {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 26px;
	color: var(--fobex-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu__search:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	width: 1px;
	background-color: rgba(var(--fobex-white-rgb), .20);
}

.main-menu__search:hover {
	color: var(--fobex-primary);
}

.main-menu__call {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 40px;
	z-index: 2;
}

.main-menu__call-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: var(--fobex-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu__call-icon:hover {
	color: var(--fobex-primary);
}

.main-menu__call-content {
	margin-left: 10px;
}

.main-menu__call-sub-title {
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	color: var(--fobex-white);
}

.main-menu__call-number {
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	margin-top: 5px;
}

.main-menu__call-number a {
	color: var(--fobex-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu__call-number a:hover {
	color: var(--fobex-primary);
}

.main-menu__btn-box {
	position: relative;
	display: block;
}

.main-menu__btn {
	padding: 8px 16px;
	background-color: var(--fobex-primary);
	color: #fff;
}

.main-menu__btn:after {
	background: var(--fobex-white);
}

.main-menu__btn:hover {
	color: var(--fobex-black);
}

.stricky-header.main-menu {
	background-color: #094634;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
}


@media (min-width: 1200px) {

	.main-menu .main-menu__list,
	.main-menu .main-menu__list>li>ul,
	.main-menu .main-menu__list>li>ul>li>ul,
	.stricky-header .main-menu__list,
	.stricky-header .main-menu__list>li>ul,
	.stricky-header .main-menu__list>li>ul>li>ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
	margin-left: 24px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--fobex-white);
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
	color: var(--fobex-primary);
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
	color: var(--fobex-primary);
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
	content: "";
	height: 1px;
	border-radius: 0px;
	background-color: var(--fobex-primary);
	position: absolute;
	bottom: -3px;
	left: 0px;
	right: 0px;
	transition: transform 500ms ease;
	transform: scale(0, 1);
	transform-origin: left center;
	z-index: 1;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
	transform: scale(1, 1);
	transform-origin: right center;
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 250px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0) translateZ(100px);
	transform: scaleY(0) translateZ(100px);
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
	z-index: 99;
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
	display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1) translateZ(0px);
	transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
	position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
	border-top: none;
	margin-top: 0px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: var(--fobex-black);
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px 20px 8px;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
	background-color: var(--fobex-base);
	color: var(--fobex-white);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
	top: 0;
	left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
	top: 0;
	left: auto;
	right: 100%;
}


.stricky-header {
	position: fixed;
	z-index: 991;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	visibility: hidden;
	-webkit-transform: translateY(-120%);
	transform: translateY(-120%);
	-webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
	transition: visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, visibility 500ms ease;
	transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
	.stricky-header {
		display: none !important;
	}
}

.stricky-header.stricky-fixed {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

.stricky-header .main-menu__inner {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-right: 0;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

.mobile-nav__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: 10px;
}

@media (min-width: 1200px) {
	.mobile-nav__buttons {
		display: none;
	}
}

.mobile-nav__buttons a {
	font-size: 20px;
	color: var(--fobex-base);
	cursor: pointer;
}

.mobile-nav__buttons a+a {
	margin-left: 10px;
}

.mobile-nav__buttons a:hover {
	color: var(--fobex-base);
}

.main-menu .mobile-nav__toggler {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
	font-family: var(--roboto);
	cursor: pointer;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
	color: var(--fobex-base);
}

@media (min-width: 1200px) {
	.main-menu .mobile-nav__toggler {
		display: none;
	}
}

/*
# Mobile Nav
*/
.mobile-nav__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
	transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	visibility: hidden;
}

.mobile-nav__wrapper .container {
	padding-left: 0;
	padding-right: 0;
}

.mobile-nav__wrapper.expanded {
	opacity: 1;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	visibility: visible;
	-webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
	transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0.5;
	cursor: pointer;
}

.mobile-nav__content {
	width: 300px;
	background-color: var(--fobex-black);
	z-index: 10;
	position: relative;
	height: 100%;
	overflow-y: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
	transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mobile-nav__close {
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 18px;
	color: var(--fobex-white);
	cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
	display: none;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
	display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	font-family: var(--roboto-con);
	font-weight: 500;
	height: 46px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
	color: var(--fobex-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
	color: var(--fobex-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
	width: 30px;
	height: 30px;
	background-color: var(--fobex-base);
	border: none;
	outline: none;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background-color: #fff;
	color: var(--fobex-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
	display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
	position: relative;
	top: auto;
	right: auto;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
	font-size: 16px;
}

.mobile-nav__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
	color: var(--fobex-text-dark);
}

.mobile-nav__container {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mobile-nav__social a {
	font-size: 16px;
	color: var(--fobex-white);
	-webkit-transition: 500ms;
	transition: 500ms;
}

.mobile-nav__social a+a {
	margin-left: 30px;
}

.mobile-nav__social a:hover {
	color: var(--fobex-base);
}

.mobile-nav__contact {
	margin-bottom: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mobile-nav__contact li {
	color: var(--fobex-text-dark);
	font-size: 14px;
	font-weight: 500;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mobile-nav__contact li+li {
	margin-top: 15px;
}

.mobile-nav__contact li a {
	color: #ffffff;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.mobile-nav__contact li a:hover {
	color: var(--fobex-base);
}

.mobile-nav__contact li>i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--fobex-base);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 11px;
	margin-right: 10px;
	color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
	display: none;
}

/*
# Navigations Two
*/
.main-header-two {
	background: transparent;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0;
	width: 100%;
	transition: all 500ms ease;
	z-index: 999;
}

.main-header-two__top {
	position: relative;
	display: block;
}

.main-header-two__top-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 11.5px 100px;
}

.main-header-two__contact-list {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header-two__contact-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header-two__contact-list li+li {
	margin-left: 35px;
}

.main-header-two__contact-list li:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -17px;
	width: 1px;
	background-color: rgba(var(--fobex-white-rgb), .50);
}

.main-header-two__contact-list li:first-child:before {
	display: none;
}

.main-header-two__contact-list li .icon {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header-two__contact-list li .icon i {
	font-size: 20px;
	color: var(--fobex-primary);
}

.main-header-two__contact-list li .text {
	margin-left: 10px;
}

.main-header-two__contact-list li .text p {
	font-size: 16px;
	color: var(--fobex-white);
	font-weight: 500;
}

.main-header-two__contact-list li .text p a {
	color: var(--fobex-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header-two__contact-list li .text p a:hover {
	color: var(--fobex-primary);
}

.main-header-two__top-right {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.main-header-two__top-opening-hours {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.main-header-two__top-opening-hours-icon {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 20px;
	color: var(--fobex-primary);
}

.main-header-two__top-opening-hours-text {
	font-size: 16px;
	font-weight: 500;
	color: var(--fobex-white);
	margin-left: 10px;
}

.main-header-two__social {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 35px;
}

.main-header-two__social:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -17px;
	width: 1px;
	background-color: rgba(var(--fobex-white-rgb), .50);
}

.main-header-two__social li {
	position: relative;
	display: block;
}

.main-header-two__social li+li {
	margin-left: 16px;
}

.main-header-two__social li a {
	position: relative;
	display: inline-block;
	font-size: 19px;
	color: var(--fobex-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header-two__social li a:hover {
	color: var(--fobex-primary);
}

.main-menu-two__wrapper {
	position: relative;
	display: block;
	z-index: 1;
}

.main-menu-two__wrapper-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 30px;
	margin: 0 100px;
	background-color: var(--fobex-white);
	border-radius: 45px;
	z-index: 1;
}

.main-menu-two__left {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.main-menu-two__logo {
	position: relative;
	display: block;
	margin-right: 125px;
	padding: 22px 0;
}

.main-menu-two__main-menu-two-box {
	position: relative;
	display: block;
}

.main-menu-two__right {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 19px 0;
}

.main-menu-two__search-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 40px;
}

.main-menu-two__search {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 26px;
	color: var(--fobex-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-two__search:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	width: 1px;
	background-color: #CED7D1;
}

.main-menu-two__search:hover {
	color: var(--fobex-base);
}

.main-menu-two__call {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 40px;
	z-index: 2;
}

.main-menu-two__call-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: var(--fobex-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-two__call-icon:hover {
	color: var(--fobex-base);
}

.main-menu-two__call-content {
	margin-left: 10px;
}

.main-menu-two__call-sub-title {
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	color: var(--fobex-gray);
}

.main-menu-two__call-number {
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	margin-top: 7px;
}

.main-menu-two__call-number a {
	color: var(--fobex-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
	color: var(--fobex-base);
}

.main-menu-two__btn-box {
	position: relative;
	display: block;
}

.main-menu-two__btn {
	padding: 14px 31px 12px;
	background-color: var(--fobex-primary);
	color: var(--fobex-black);
	border-radius: 26px;
}

.main-menu-two__btn:after {
	border-radius: 26px;
	background: var(--fobex-base);
}

.main-menu-two__btn:hover {
	color: var(--fobex-white);
}

.stricky-header.main-menu-two {
	background-color: var(--fobex-white);
}

.main-menu-two .main-menu__list>li,
.stricky-header.main-menu-two .main-menu__list>li {
	padding-top: 32px;
	padding-bottom: 32px;
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
	color: var(--fobex-black);
}

.main-menu-two .main-menu__list>li.dropdown>a:after {
	color: var(--fobex-black);
}

.main-menu-two .main-menu__list>li.current>a::after,
.main-menu-two .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-two .main-menu__list>li.current>a::after,
.stricky-header.main-menu-two .main-menu__list>li:hover>a::after {
	color: var(--fobex-base);
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
	color: var(--fobex-base);
}

.main-menu-two .main-menu__list>li>a::before,
.stricky-header.main-menu-two .main-menu__list>li>a::before {
	background-color: var(--fobex-base);
}


/*
# Search Popup
*/
.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	padding-left: 20px;
	padding-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.search-popup__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--fobex-black);
	opacity: 0.75;
	cursor: pointer;
}

.search-popup__content {
	width: 100%;
	max-width: 560px;
}

.search-popup__content form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	background-color: #fff;
	border-radius: 0;
	overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
	width: 100%;
	background-color: #fff;
	font-size: 16px;
	border: none;
	outline: none;
	height: 66px;
	padding-left: 30px;
}

.search-popup__content .thm-btn {
	padding: 0;
	width: 68px;
	height: 68px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 0;
	right: -1px;
	border-radius: 0;
	background-color: var(--fobex-base);
	border: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup__content .thm-btn:after {
	background-color: var(--fobex-black);
	border-radius: 0;
}

.search-popup__content .thm-btn i {
	height: auto;
	width: auto;
	background-color: transparent;
	border-radius: 50%;
	color: var(--fobex-white);
	font-size: 22px;
	line-height: inherit;
	text-align: center;
	top: 0;
	margin-right: 0;
	padding-left: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
	color: var(--fobex-white);
}


/*
# Main Slider
*/
.main-slider {
	position: relative;
	display: block;
	background-color: #001E17;
	z-index: 10;
}

.main-slider .item {
	position: relative;
	background-color: #00000000;
	z-index: 10;
	height: 77vh;
}

.main-slider__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .40;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	transition: transform 7000ms ease, opacity 1500ms ease-in;
	transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	z-index: 1;
}

.main-slider__bg:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(177deg, rgb(70 180 47 / 0%) 38.67%, rgba(43, 57, 0, 0.85) 81.48%);
	mix-blend-mode: hard-light;
	z-index: -1;
}

.active .main-slider__bg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.main-slider__content {
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: center;
	height: 77vh;
	flex-direction: column;
	width: 100%;
}

.main-slider__shape-1 {
	position: absolute;
	top: -90px;
	left: -275px;
	width: 650px;
	height: 650px;
	border-radius: 50%;
	background: linear-gradient(249deg, #CAFF30 -17.61%, #2D775F 60.22%);
	opacity: 0;
	transform: translateX(-10%);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	z-index: -1;
}

.active .main-slider__shape-1 {
	opacity: 0.3;
	transform: translateX(0);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.main-slider__title {
	position: relative;
	font-size: 44px;
	color: var(--fobex-white);
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 16px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__text {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 400;
	color: var(--fobex-white);
	font-family: var(--roboto);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 24px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn {
	border: none;
	background-color: var(--fobex-primary);
}

.main-slider__btn:hover {
	color: var(--fobex-base);
}

.main-slider__btn:after {
	background-color: var(--fobex-white);
}

.active .main-slider__title,
.active .main-slider__btn-box,
.active .main-slider__text {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}


.main-slider .owl-theme .owl-dots {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: column;
	max-width: 100%;
	width: 100%;
	position: absolute;
	top: 56%;
	left: 0;
	right: 0;
	padding: 0 150px;
	margin: 0 auto !important;
	height: 0;
	line-height: 0;
	transform: translateY(-50%);
}

.main-slider .owl-theme .owl-dots .owl-dot+.owl-dot {
	margin-top: 15px;
}

.main-slider .owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: rgba(var(--fobex-white-rgb), 1);
	border: 2px solid transparent;
	margin: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-slider .owl-theme .owl-dots .owl-dot:hover span,
.main-slider .owl-theme .owl-dots .owl-dot.active span {
	background-color: rgba(var(--fobex-white-rgb), 0);
	border: 2px solid var(--fobex-white);
}


/*
# Main Slider Two
*/
.main-slider-two {
	position: relative;
	background: #021610;
	z-index: 10;
}

.main-slider-two .item {
	background: #021610;
	position: relative;
	padding-top: 350px;
	padding-bottom: 210px;
	z-index: 10;
}

.main-slider-two__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .50;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	transition: transform 7000ms ease, opacity 1500ms ease-in;
	transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	z-index: 1;
}

.active .main-slider-two__bg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.main-slider-two__shape-1 {
	position: absolute;
	top: 55%;
	right: -202px;
	border-radius: 50%;
	width: 340px;
	height: 340px;
	border: 2px solid rgba(var(--fobex-white-rgb), .20);
	transform: translateY(-50%);
}

.main-slider-two__shape-2 {
	position: absolute;
	top: 55%;
	right: -184px;
	border-radius: 50%;
	width: 340px;
	height: 340px;
	border: 2px solid rgba(var(--fobex-white-rgb), .20);
	transform: translateY(-50%);
}

.main-slider-two__content {
	position: relative;
	display: block;
	z-index: 10;
}

.main-slider-two__sub-title {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(var(--fobex-white-rgb), .40);
	border-radius: 3px;
	font-size: 20px;
	color: var(--fobex-white);
	font-weight: 400;
	padding: 0px 10px 0px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__title {
	position: relative;
	font-size: 85px;
	color: var(--fobex-white);
	font-weight: 700;
	line-height: 90px;
	text-transform: uppercase;
	margin-top: 24px;
	margin-bottom: 45px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn-box {
	position: relative;
	display: flex;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn {
	background-color: var(--fobex-primary);
	color: var(--fobex-black);
}

.main-slider-two__btn:hover {
	color: var(--fobex-base);
}

.main-slider-two__btn:after {
	background-color: var(--fobex-white);
}


.active .main-slider-two__title,
.active .main-slider-two__sub-title,
.active .main-slider-two__btn-box {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}


.main-slider-two .owl-theme .owl-dots {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: column;
	max-width: 40px;
	width: 100%;
	position: absolute;
	right: 0;
	top: 59%;
	transform: translateY(-50%);
	padding: 0;
	margin: 0 auto !important;
	height: 0;
	line-height: 0;
	counter-reset: count;
}

.main-slider-two .owl-theme .owl-dots .owl-dot+.owl-dot {
	margin-top: 30px;
}

.main-slider-two .owl-theme .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 40px;
	height: 1px;
	border-radius: 0;
	background-color: rgba(var(--fobex-white-rgb), .50);
	margin: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-slider-two .owl-theme .owl-dots .owl-dot span:before {
	position: absolute;
	height: 20px;
	width: 20px;
	border: 1px solid rgba(var(--fobex-white-rgb), .50);
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	counter-increment: count;
	content: "" counter(count);
	transition: all 200ms linear;
	transition-delay: 0.1s;
	top: -9px;
	left: -20px;
}

.main-slider-two .owl-theme .owl-dots .owl-dot.active span:before {
	background-color: var(--fobex-primary);
	color: var(--fobex-black);
	border: 1px solid var(--fobex-primary);
}

.main-slider-two .owl-theme .owl-dots .owl-dot.active span {
	background-color: rgba(var(--fobex-primary-rgb), 1);
	width: 60px;
}


/*
# Feature One
*/
.feature-one {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	background-color: #EBF3EE;
	z-index: 1;
}

.feature-one .section-title__tagline::before {
	display: none;
}

.feature-one .row {
	--bs-gutter-x: 100px;
}

.feature-one__single {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 22px;
}

.feature-one__img-box {
	position: relative;
	display: block;
	border-radius: 50%;
	width: 255px;
	overflow: hidden;
	margin: 0 auto;
}

.feature-one__img {
	position: relative;
	display: block;
	z-index: 1
}

.feature-one__img::before {
	background-color: var(--fobex-white);
	position: absolute;
	height: 0;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	-moz-transition: all 400ms ease-out 0s;
	-webkit-transition: all 400ms ease-out 0s;
	-ms-transition: all 400ms ease-out 0s;
	-o-transition: all 400ms ease-out 0s;
	transition: all 400ms ease-out 0s;
	content: "";
	z-index: 1;
}

.feature-one__single:hover .feature-one__img::before {
	height: 100%;
	opacity: .06;
}

.feature-one__img:after {
	position: absolute;
	content: "";
	background-color: var(--fobex-white);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1;
	-moz-transition: all 600ms ease-out 0s;
	-webkit-transition: all 600ms ease-out 0s;
	-ms-transition: all 600ms ease-out 0s;
	-o-transition: all 600ms ease-out 0s;
	transition: all 600ms ease-out 0s;
}

.feature-one__single:hover .feature-one__img:after {
	height: 0;
	opacity: .4;
}

.feature-one__img img {
	width: 100%;
	border-radius: 50%;
	transition: all 500ms ease;
	transform: scale(1);
}

.feature-one__single:hover .feature-one__img img {
	transform: scale(1.05);
}

.feature-one__title {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	text-transform: capitalize;
	margin: 35px 0 20px;
}

.feature-one__title a {
	color: var(--fobex-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-one__title a:hover {
	color: var(--fobex-base);
}

.feature-one__btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #5C6663;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	margin-top: 31px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-one__btn:hover {
	color: var(--fobex-base);
}

.feature-one__btn span {
	position: relative;
	margin-left: 8px;
	font-weight: 900;
	top: -1px;
}

/*
# About One
*/
.about-one {
	position: relative;
	display: block;
	padding: 60px 0 30px;
	z-index: 1;
}

.about-one__left {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-one__img {
	position: relative;
	display: block;
}

.about-one__img img {
	width: 100%;
}

.about-one__right {
	position: relative;
	display: block;
	margin-left: 40px;
	margin-right: 100px;
}

.about-one__right .section-title {
	margin-bottom: 20px;
}

.about-one__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
	font-family: var(--roboto);
}

.about-one__points {
	position: relative;
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.about-one__points li {
	position: relative;
	display: flex;
	align-items: center;
	width: 50%;
}

.about-one__points li+li {
	margin-top: 10px;
}

.about-one__points li .icon {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

.about-one__points li .icon span {
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: var(--fobex-black);
	top: 2px;
}

.about-one__points li P {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6em;
	color: var(--fobex-black);
	font-family: var(--roboto);
}

/*
# Progress One
*/
.progress-one {
	position: relative;
	display: block;
	padding: 95px 0 187px;
	z-index: 1;
}

.progress-one__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 120px;
	width: calc((100% - -30px) /2);
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: -1;
}

.progress-one__left {
	position: relative;
	display: block;
	margin-right: -7px;
}

.progress-one__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.progress-one__progress-list {
	position: relative;
	display: block;
	margin-top: 40px;
}

.progress-one__progress-list li {
	position: relative;
	display: block;
}

.progress-one__progress-list li+li {
	margin-top: 43px;
}

.progress-one__single {
	position: relative;
	display: block;
}

.progress-one__progress-title {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 31px;
}

.progress-one__single .bar {
	position: relative;
	width: 100%;
	height: 2px;
	background-color: var(--fobex-bdr-color);
}

.progress-one__single .bar-inner {
	position: relative;
	display: block;
	top: -13px;
	width: 0px;
	height: 10px;
	background-color: var(--fobex-base);
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.progress-one__single .bar.marb-0 {
	margin-bottom: 0;
}

.services-one {
	position: relative;
	display: block;
	padding: 50px 0;
	background-color: #094634;
	z-index: 1;
}

.services-one__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .03;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.services-one .section-title__tagline {
	color: var(--fobex-primary);
}

.services-one .section-title__tagline::before {
	display: none;
}

.services-one .section-title__title {
	color: var(--fobex-white);
}

.services-one__single {
	position: relative;
	display: flex;
	border: 1px solid #146653;
	background: #ffffff;
	margin-bottom: 16px;
	padding: 24px 16px;
	border-radius: 8px;
}

.services-one__icon {
	position: relative;
	display: inline-block;
}

.services-one__icon span {
	position: relative;
	display: inline-block;
	font-size: 50px;
	color: var(--fobex-primary);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
	background: #f9f9f9;
	border-radius: 8px;
	padding: 6px;
}

.services-one__single:hover .services-one__icon span {
	transform: scale(0.9);
}

.services-one__content {
	position: relative;
	display: block;
	margin-left: 30px;
}

.services-one__title {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.services-one__title a {
	color: #094634;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-align: center;
}

.services-one__title a:hover {
	color: var(--fobex-primary);
}

.services-one__learn-more {
	position: relative;
	display: flex;
	align-items: center;
	color: #dddddd;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-one__learn-more:hover {
	color: var(--fobex-primary);
}

.services-one__learn-more>span {
	position: relative;
	margin-left: 8px;
}

/*
# Appointment One
*/
.appointment-one {
	position: relative;
	display: block;
	margin-top: -145px;
	z-index: 2;
}

.appointment-one__inner {
	position: relative;
	display: block;
	background-color: #EBF3EE;
}

.appointment-one__shape-1 {
	position: absolute;
	top: 44px;
	right: 115px;
}

.appointment-one__shape-1 img {
	width: auto;
}

.appointment-one__shape-2 {
	position: absolute;
	bottom: 70px;
	right: 160px;
}

.appointment-one__shape-2 img {
	width: auto;
}

.appointment-one__left {
	position: relative;
	display: block;
	margin-right: 50px;
}

.appointment-one__img {
	position: relative;
	display: block;
}

.appointment-one__img img {
	width: 100%;
}

.appointment-one__right {
	position: relative;
	display: block;
	margin-right: 80px;
	margin-top: 85px;
}

.appointment-one__right .section-title {
	margin-bottom: 30px;
}

.appointment-one__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.appointment-one__form-box {
	position: relative;
	display: block;
	margin-top: 30px;
}

.appointment-one__form {
	position: relative;
	display: block;
}

.appointment-one__input-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.appointment-one__input-box input[type="text"],
.appointment-one__input-box input[type="email"] {
	height: 60px;
	width: 100%;
	outline: none;
	font-size: 15px;
	color: var(--fobex-gray);
	border-radius: 10px;
	border: 1px solid #CED7D1;
	background: #FFF;
	display: block;
	font-weight: 400;
	padding: 0 25px 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.appointment-one__showing-sort {
	position: relative;
	display: block;
	width: 100%;
}

.appointment-one__showing-sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	position: relative;
	display: block;
	width: 100% !important;

}

.appointment-one__showing-sort .bootstrap-select>.dropdown-toggle::after {
	display: none;
}

.appointment-one__showing-sort .bootstrap-select>.dropdown-toggle {
	position: relative;
	height: 60px;
	outline: none !important;
	margin: 0;
	padding: 0 25px 0;
	color: var(--fobex-gray) !important;
	font-size: 15px;
	line-height: 60px;
	font-weight: 400;
	box-shadow: none !important;
	background-repeat: no-repeat;
	background-size: 14px 12px;
	border-radius: 10px;
	border: 1px solid #CED7D1;
	background: #FFF;
	background-position: right 25.75px center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.appointment-one__showing-sort .bootstrap-select>.dropdown-toggle:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	font-size: 15px;
	color: var(--fobex-gray);
}

.appointment-one__showing-sort .dropdown-menu {
	border-radius: 10px;
}

.appointment-one__input-box textarea {
	width: 100%;
	height: 150px;
	outline: none;
	font-size: 15px;
	color: var(--fobex-gray);
	display: block;
	font-weight: 400;
	border-radius: 10px;
	border: 1px solid #CED7D1;
	background: #FFF;
	padding: 15px 25px 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.appointment-one__btn-box {
	position: relative;
	display: block;
}

.appointment-one__btn {
	border: none;
	border-radius: 10px;
}

.appointment-one__btn::after {
	border-radius: 10px;
}

.appointment-one__input-box.text-message-box {
	height: 150px;
}

/*
# Project One
*/
.project-one {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	z-index: 1;
}

.project-one .section-title {
	margin-bottom: 30px;
}

.project-one__bottom {
	position: relative;
	display: block;
	margin-right: -300px;
	padding-top: 51px;
}

.project-one__bottom::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: var(--fobex-bdr-color);
}

.project-one__carousel {
	position: relative;
	display: block;
}

.project-one__single {
	position: relative;
	display: block;
}

.project-one__img-box {
	position: relative;
	display: block;
}

.project-one__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.project-one__img:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(var(--fobex-black-rgb), .40);
	visibility: hidden;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0) translateZ(100px);
	transform: scaleY(0) translateZ(100px);
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
	z-index: 1;
}

.project-one__single:hover .project-one__img:before {
	visibility: visible;
	-webkit-transform: scaleY(1) translateZ(0px);
	transform: scaleY(1) translateZ(0px);
}

.project-one__img img {
	width: 100%;
	transition: all 500ms ease;
	transform: scale(1);
}

.project-one__single:hover .project-one__img img {
	transform: scale(1.05);
}

.project-one__content {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	padding: 20px 30px 18px;
	border-radius: 35px;
	background-color: var(--fobex-white);
	z-index: 2;
}

.project-one__content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 35px;
	background-color: var(--fobex-primary);
	transform: scaleX(0.2) rotateX(20deg);
	opacity: 0;
	transition: all 0.4s linear;
	z-index: -1;
}

.project-one__single:hover .project-one__content:before {
	transform: scaleX(1.0) rotateX(0deg);
	transition: all 0.4s linear;
	opacity: 1;
}

.project-one__title {
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
}

.project-one__title a {
	color: var(--fobex-black);
}

.project-one__arrow {
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: scale(0);
	transform: scale(0) translateY(-50%);
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-one__single:hover .project-one__arrow {
	-webkit-transform: scale(1);
	transform: scale(1) translateY(-50%);
	transition-delay: 500ms;
	opacity: 1;
}

.project-one__arrow a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 36px;
	border-radius: 18px;
	font-size: 24px;
	color: var(--fobex-white);
	background-color: var(--fobex-black);

}

.project-one__carousel.owl-theme .owl-nav {
	position: absolute;
	top: -133px;
	right: 300px;
	margin: 0;
}

.project-one__carousel.owl-theme .owl-nav .owl-next {
	height: 52px;
	width: 80px;
	line-height: 52px;
	border-radius: 26px;
	color: var(--fobex-gray);
	background-color: transparent;
	border: 1px solid var(--fobex-bdr-color);
	font-size: 25px;
	margin: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-one__carousel.owl-theme .owl-nav .owl-prev {
	height: 52px;
	width: 80px;
	line-height: 52px;
	border-radius: 26px;
	color: var(--fobex-gray);
	background-color: transparent;
	border: 1px solid var(--fobex-bdr-color);
	font-size: 25px;
	margin: 0;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	display: inline-block;
}

.project-one__carousel.owl-theme .owl-nav .owl-next {
	margin-left: 5px;
}

.project-one__carousel.owl-theme .owl-nav .owl-prev {
	margin-right: 5px;
}

.project-one__carousel.owl-theme .owl-nav .owl-next span,
.project-one__carousel.owl-theme .owl-nav .owl-prev span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.project-one__carousel.owl-theme .owl-nav .owl-next:hover,
.project-one__carousel.owl-theme .owl-nav .owl-prev:hover {
	background-color: var(--fobex-base);
	border: 1px solid var(--fobex-base);
	color: var(--fobex-white);
}

/*
# How It Work
*/
.how-it-work {
	position: relative;
	display: block;
	padding: 0 0 90px;
	z-index: 1;
}

.how-it-work .section-title__tagline::before {
	display: none;
}

.how-it-work__single {
	position: relative;
	display: block;
	margin-bottom: 8px;
}

.how-it-work__single-2 {
	position: relative;
	display: block;
	margin-bottom: 49px;
}

.how-it-work__icon-box {
	position: relative;
	display: block;
	z-index: 1;
}

.how-it-work__icon-shape {
	position: absolute;
	top: 0;
	left: -4px;
	width: 120px;
	height: 120px;
	background-color: #EBF3EE;
	border-radius: 50%;
	z-index: -1;
}

.how-it-work__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	background-color: var(--fobex-base);
	border-radius: 50%;
}

.how-it-work__icon span {
	position: relative;
	display: inline-block;
	font-size: 40px;
	color: var(--fobex-white);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.how-it-work__single:hover .how-it-work__icon span {
	transform: scale(0.9);
}

.how-it-work__single-2:hover .how-it-work__icon span {
	transform: scale(0.9);
}

.how-it-work__title {
	margin-top: 30px;
	margin-bottom: 14px;
}

.how-it-work__title a {
	color: var(--fobex-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 14px;
	text-transform: uppercase;
	font-size: 16px;
}

.how-it-work__title a:hover {
	color: var(--fobex-base);
}

.how-it-work__single-2 .how-it-work__title {
	margin-top: 0;
}

.how-it-work__single-2 .how-it-work__text {
	margin-bottom: 31px;
}

/*
# Testimonial One
*/
.testimonial-one {
	position: relative;
	display: block;
	z-index: 1;
}

.testimonial-one__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.testimonial-one__right {
	position: relative;
	display: block;
	margin-left: 83px;
	margin-right: 112px;
}

.testimonial-one__carousel {
	position: relative;
	display: block;
}

.testimonial-one__single {
	position: relative;
	display: block;
	text-align: center;
	background: #EBF3EE;
	padding: 100px 70px 100px;
	z-index: 1;
}

.testimonial-one__shape {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 415px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	z-index: -1;
}

.testimonial-one__img {
	position: relative;
	display: block;
	width: 170px;
	margin: 0 auto;
}

.testimonial-one__img img {
	width: 100%;
	border-radius: 50%;
}

.testimonial-one__quote {
	position: absolute;
	bottom: 0;
	right: 6px;
}

.testimonial-one__quote span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	font-size: 19px;
	color: var(--fobex-black);
	background-color: var(--fobex-primary);
	border-radius: 50%;
}

.testimonial-one__text {
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	margin-top: 41px;
	margin-bottom: 50px;
}

.testimonial-one__client-info {
	position: relative;
	display: block;
}

.testimonial-one__ratting {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-one__ratting span {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #FFA818;
}

.testimonial-one__ratting span+span {
	margin-left: 5px;
}

.testimonial-one__client-name {
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 4px;
}

.testimonial-one__carousel.owl-theme .owl-nav {
	position: absolute;
	margin: 0;
	left: 150px;
	right: 150px;
	bottom: 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
	height: 48px;
	width: 62px;
	line-height: 48px;
	border-radius: 24px;
	color: var(--fobex-gray);
	background-color: transparent;
	border: 1px solid var(--fobex-bdr-color);
	font-size: 25px;
	margin: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
	height: 48px;
	width: 62px;
	line-height: 48px;
	border-radius: 24px;
	color: var(--fobex-gray);
	background-color: transparent;
	border: 1px solid var(--fobex-bdr-color);
	font-size: 25px;
	margin: 0;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	display: inline-block;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
	margin-left: 0;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
	margin-right: 0;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
	background-color: var(--fobex-base);
	border: 1px solid var(--fobex-base);
	color: var(--fobex-white);
}

/*
# Pricing One
*/
.pricing-one {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	z-index: 1;
}

.pricing-one__single {
	position: relative;
	display: block;
	padding: 69px 50px 70px;
	margin-bottom: 30px;
}

.pricing-one__single::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 20px solid #EBF3EE;
}

.pricing-one__single::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 20px solid var(--fobex-base);
	background-position: center bottom;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	transform-origin: bottom;
	transform-style: preserve-3d;
	transform: scaleY(0);
}

.pricing-one__single:hover::after {
	transform: scaleY(1.0);
}

.pricing-one__top {
	position: relative;
	display: flex;
	align-items: center;
}

.pricing-one__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: var(--fobex-base);
}

.pricing-one__icon span {
	position: relative;
	display: inline-block;
	font-size: 42px;
	color: var(--fobex-white);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.pricing-one__single:hover .pricing-one__icon span {
	transform: scale(0.9);
}

.pricing-one__price-box {
	position: relative;
	display: block;
	margin-left: 20px;
}

.pricing-one__price {
	font-size: 45px;
	font-weight: 700;
	line-height: 55px;
}

.pricing-one__sub-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: var(--fobex-black);
	margin-top: 2px;
}

.pricing-one__points {
	position: relative;
	display: block;
	border-top: 1px solid var(--fobex-bdr-color);
	border-bottom: 1px solid var(--fobex-bdr-color);
	padding: 29px 0 30px;
	margin: 20px 0 30px;
}

.pricing-one__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.pricing-one__points li+li {
	margin-top: 15px;
}

.pricing-one__points li .icon {
	position: relative;
	display: inline-block;
}

.pricing-one__points li .icon span {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: var(--fobex-gray);
}

.pricing-one__points li p {
	margin-left: 10px;
}

.pricing-one__btn {
	width: 100%;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #CED7D1;
	background: #EBF3EE;
	color: var(--fobex-black);
}

.pricing-one__btn:after {
	border-radius: 10px;
	background: var(--fobex-base);
}

/*
# Blog One
*/
.news-one {
	position: relative;
	display: block;
	padding: 40px 0 20px;
	z-index: 1;
}

.news-one__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.news-one__top .section-title {
	margin-bottom: 0;
}

.news-one__btn-box {
	position: relative;
	display: block;
}

.news-one__btn {
	border: 1px solid var(--fobex-bdr-color);
	background-color: transparent;
	color: var(--fobex-gray);
	padding: 17px 30px 15px;
}

.news-one__btn:hover {
	border: 1px solid var(--fobex-base);
}

.news-one__single {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.news-one__img-box {
	position: relative;
	display: block;
}

.news-one__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.news-one__img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(var(--fobex-black-rgb), .30);
	-webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
	-ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
	transform: perspective(400px) rotateX(90deg) scaleY(0.5);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	z-index: 1;
}

.news-one__single:hover .news-one__img:before {
	-webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
	-ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
	transform: perspective(400px) rotateX(0deg) scaleY(1.0);
}

.news-one__img img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 500ms ease
}

.news-one__single:hover .news-one__img img {
	transform: scale(1.05);
}

.news-one__tag-list {
	position: absolute;
	top: 16px;
	left: 16px;
	display: flex;
	align-items: center;
	z-index: 2;
}

.news-one__tag-list span {
	font-size: 10px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	color: var(--fobex-black);
	background-color: var(--fobex-primary);
	position: relative;
	display: inline-block;
	padding: 5px 16px 5px;
}

.news-one__tag-list span+span {
	margin-left: 10px;
}

.news-one__author {
	position: absolute;
	bottom: 20px;
	left: 30px;
	display: flex;
	align-items: center;
	z-index: 2;
}

.news-one__author-img {
	position: relative;
	display: block;
	width: 54px;
	border: 2px solid var(--fobex-white);
	border-radius: 50%;
}

.news-one__author-img img {
	border-radius: 50%;
	width: 100%;
}

.news-one__author-content {
	position: relative;
	display: block;
	margin-left: 10px;
}

.news-one__author-content p {
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	text-transform: uppercase;
	color: var(--fobex-white);
}

.news-one__content {
	position: relative;
	display: block;
	margin-top: 30px;
}

.news-one__date {
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	text-transform: uppercase;
	color: var(--fobex-black);
}

.news-one__date>span {
	color: #5C6663;
}

.news-one__title {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6em;
}

.news-one__title a {
	color: var(--fobex-black);
	transition: all 500ms ease
}

.news-one__title a:hover {
	color: var(--fobex-base);
}

/*
# Brand One
*/
.brand-one {
	position: relative;
	display: block;
	padding: 40px 0 20px;
}

.brand-one__inner {
	position: relative;
	display: block;
	padding: 20px 0 50px;
}

.brand-one .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: white;
	padding: 8px;
	border: 1px solid #0c3a3017;
	height: 80px;
}

.brand-one .swiper-slide img {
	-webkit-transition: 500ms;
	transition: 500ms;
	max-width: 100%;
}

.brand-one .swiper-slide img:hover {
	opacity: 0.6;
}

/*
# Site Footer
*/
.site-footer {
	position: relative;
	display: block;
	background-color: #0C3A30;
	padding-top: 40px;
	z-index: 1;
}

.site-footer__top {
	position: relative;
	display: block;
	z-index: 1;
}

.site-footer__top-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 0;
	border: 1px solid rgba(255, 255, 255, 0.15);
	padding: 16px 80px 16px;
	padding-left: 64px;
	background: #072e26;
}

.site-footer__top-left {
	position: relative;
	display: flex;
	align-items: center;
}

.site-footer__top-icon {
	position: relative;
	display: inline-block;
}

.site-footer__top-icon span {
	position: relative;
	display: inline-block;
	font-size: 105px;
	color: var(--fobex-primary);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.site-footer__top-icon:hover span {
	transform: scale(0.9);
}

.site-footer__top-title {
	margin-left: 12px;
	font-size: 22px;
	font-weight: 400;
	line-height: 40px;
	text-transform: uppercase;
	color: var(--fobex-white);
}

.site-footer__top-btn-box {
	position: relative;
	display: block;
}

.site-footer__top-btn {
	border-radius: 3px;
	background-color: var(--fobex-primary);
	color: var(--fobex-black);
}

.site-footer__top-btn:hover {
	color: var(--fobex-black);
}

.site-footer__top-btn:after {
	background: var(--fobex-white);
	border-radius: 3px;
}

.site-footer__middle {
	position: relative;
	display: block;
}

.site-footer__middle-inner {
	position: relative;
	display: block;
	padding: 80px 0 80px;
}

.footer-widget__about {
	position: relative;
	display: block;
}

.footer-widget__logo {
	position: relative;
	display: block;
}

.footer-widget__about-text {
	color: #dddddd;
	margin-top: 20px;
	margin-bottom: 22px;
}

.footer-widget__emergency-call {
	position: relative;
	display: block;
}

.footer-widget__emergency-call p {
	color: #dddddd;
	font-weight: 500;
}

.footer-widget__emergency-call a {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	color: var(--fobex-white);
	margin-top: 4px;
	position: relative;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__emergency-call a:hover {
	color: var(--fobex-primary);
}

.footer-widget__title-box {
	position: relative;
	display: block;
	margin-bottom: 16px;
	margin-top: 7px;
}

.footer-widget__title {
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	color: var(--fobex-white);
}

.footer-widget__services {
	position: relative;
	display: block;
}

.footer-widget__services-list {
	position: relative;
	display: block;
}

.footer-widget__services-list li {
	position: relative;
	display: block;
	margin-bottom: 4px;
}

.footer-widget__services-list li a {
	color: #dddddd;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 14px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;


}

.footer-widget__services-list li a>span {
	font-size: 8px;
	color: #fff;
}

.footer-widget__services-list li a .icon-arrow-left:before {
	content: "\e900";
}

.footer-widget__services-list li a:hover {
	color: var(--fobex-primary)
}

.footer-widget__contact {
	position: relative;
	display: block;
	margin-left: 40px;
}

.footer-widget__contact-list {
	position: relative;
	display: block;
}

.footer-widget__contact-list li {
	position: relative;
	display: block;
}

.footer-widget__contact-list li+li {
	margin-top: 15px;
}

.footer-widget__contact-title {
	color: var(--fobex-white);
}

.footer-widget__contact-location {
	color: #dddddd;
	font-size: 14px;
}

.footer-widget__contact-location a {
	color: #dddddd;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 14px;
}

.footer-widget__contact-location a:hover {
	color: var(--fobex-primary)
}

.footer-widget__newsletter {
	position: relative;
	display: block;
}

.footer-widget__newsletter .footer-widget-two__title-box {
	margin-bottom: 5px;
}

.footer-widget__newsletter-form {
	position: relative;
	display: block;
}

.footer-widget__newsletter-input-box {
	position: relative;
	display: block;
}

.footer-widget__newsletter-input-box input[type="email"] {
	height: 40px;
	width: 100%;
	border: none;
	outline: none;
	font-size: 15px;
	font-weight: 400;
	color: #dddddd;
	background-color: transparent;
	border-bottom: 1px solid rgba(var(--fobex-white-rgb), .15);
	padding-right: 40px;
}

.footer-widget__newsletter-btn {
	position: absolute;
	top: 50%;
	right: 0;
	height: 50px;
	border: 0;
	background-color: transparent;
	transform: translateY(-50%);
	transition: all 500ms ease;
	padding: 0;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--fobex-white);
}

.footer-widget__newsletter-btn:hover {
	color: var(--fobex-primary);
}

.footer-widget__newsletter .checked-box {
	position: relative;
	display: block;
	min-height: 30px;
	margin-top: 11px;
}

.footer-widget__newsletter .checked-box label {
	position: relative;
	display: inline-block;
	padding-left: 26px;
	margin-right: 0px;
	margin-bottom: 0;
	font-size: 15px;
	color: #dddddd;
	line-height: 20px;
	font-weight: 400;
	cursor: pointer;
	min-height: 30px;
}

.footer-widget__newsletter .checked-box input[type="checkbox"] {
	display: none;
}

.footer-widget__newsletter .checked-box input[type="checkbox"]+label span {
	position: absolute;
	top: 2px;
	left: 0;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	border: 1px solid rgba(var(--fobex-white-rgb), .20);
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-widget__newsletter .checked-box label span:before {
	position: absolute;
	top: 3px;
	left: 4px;
	display: block;
	border-bottom: 2px solid rgba(var(--fobex-white-rgb), .20);
	border-right: 2px solid rgba(var(--fobex-white-rgb), .20);
	content: '';
	width: 4px;
	height: 6px;
	pointer-events: none;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	opacity: 0;
}

.footer-widget__newsletter .checked-box input[type="checkbox"]:checked+label span {
	border: 1px solid rgba(var(--fobex-white-rgb), .20);
}

.footer-widget__newsletter .checked-box input[type="checkbox"]:checked+label span:before {
	opacity: 1;
}

.footer-widget__social {
	position: relative;
	display: block;
	margin-top: 15px;
}

.footer-widget__social-title {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--fobex-white);
	margin-bottom: 17px;
}

.footer-widget__social-list {
	position: relative;
	display: flex;
	align-items: center;
}

.footer-widget__social-list li {
	position: relative;
	display: block;
}

.footer-widget__social-list li+li {
	margin-left: 16px;
}

.footer-widget__social-list li a {
	position: relative;
	display: inline-block;
	font-size: 19px;
	color: var(--fobex-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__social-list li a:hover {
	color: var(--fobex-primary);
}

.site-footer__bottom {
	position: relative;
	display: block;
	border-top: 1px solid rgb(217, 217, 217, .15);
}

.site-footer__bottom-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 12px 0;
}

.site-footer__bottom-text {
	color: #dddddd;
	font-size: 13px;
	text-transform: uppercase;
}

.site-footer__bottom-text a {
	color: #dddddd;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
	color: var(--fobex-white);
}

.site-footer__bottom-menu {
	position: relative;
	display: flex;
	align-items: center;
}

.site-footer__bottom-menu li {
	position: relative;
	display: block;
}

.site-footer__bottom-menu li+li {
	margin-left: 20px;
}

.site-footer__bottom-menu li a {
	position: relative;
	display: flex;
	align-items: center;
	color: #dddddd;
	font-size: 13px;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
	color: var(--fobex-primary);
}

/*
# Appointment Two
*/
.appointment-two {
	position: relative;
	display: block;
	background-color: #EBF3EE;
	padding: 90px 0 70px;
	z-index: 1;
}

.appointment-two__left {
	position: relative;
	display: block;
}

.appointment-two__title {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
}

.appointment-two__right {
	position: relative;
	display: block;
	padding-right: 178px;
}

.appointment-two__form-box {
	position: relative;
	display: block;
}

.appointment-two__form {
	position: relative;
	display: block;
}

.appointment-two__form .row {
	--bs-gutter-x: 10px;
}

.appointment-two__input-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.appointment-two__input-box input[type="text"],
.appointment-two__input-box input[type="email"] {
	height: 70px;
	width: 100%;
	outline: none;
	font-size: 15px;
	line-height: 70px;
	color: var(--fobex-gray);
	border: none;
	border-radius: 35px;
	background: #FFF;
	box-shadow: 0px 0px 6px 0px rgba(3, 4, 27, 0.03);
	display: block;
	font-weight: 400;
	padding: 0 30px 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.appointment-two__showing-sort {
	position: relative;
	display: block;
	width: 100%;
}

.appointment-two__showing-sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	position: relative;
	display: block;
	width: 100% !important;

}

.appointment-two__showing-sort .bootstrap-select>.dropdown-toggle::after {
	display: none;
}

.appointment-two__showing-sort .bootstrap-select>.dropdown-toggle {
	position: relative;
	height: 70px;
	outline: none !important;
	margin: 0;
	padding: 0 30px 0;
	color: var(--fobex-gray) !important;
	font-size: 15px;
	line-height: 70px;
	font-weight: 400;
	box-shadow: none !important;
	background-repeat: no-repeat;
	background-size: 14px 12px;
	border-radius: 35px;
	background: #FFF;
	box-shadow: 0px 0px 6px 0px rgba(3, 4, 27, 0.03);
	background-position: right 25.75px center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.appointment-two__showing-sort .bootstrap-select>.dropdown-toggle:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	font-size: 15px;
	color: var(--fobex-gray);
}

.appointment-two__showing-sort .dropdown-menu {
	border-radius: 10px;
}

.appointment-two__btn-box {
	position: absolute;
	right: 0;
	top: 0;
}

.appointment-two__btn {
	border: none;
	border-radius: 40px;
	padding: 23px 36px 21px;
}

/*
# About Two
*/
.about-two {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	overflow: hidden;
	z-index: 1;
}

.about-two__shape-1 {
	position: absolute;
	right: 95px;
	top: -134px;
	opacity: .30;
	z-index: -1;
}

.about-two__shape-1 img {
	width: auto;
}

.about-two__left {
	position: relative;
	display: block;
}

.about-two__img {
	position: relative;
	display: block;
}

.about-two__img img {
	width: 100%;
}

.about-two__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.about-two__btn-box {
	position: relative;
	display: block;
}

.about-two__right {
	position: relative;
	display: block;
	margin-left: 50px;
	margin-right: 92px;
	margin-top: 12px;
}

.about-two__right .section-title__title {
	text-transform: uppercase;
}

.about-two__img-two {
	position: relative;
	display: block;
}

.about-two__img-two img {
	width: 100%;
}

.about-two__img-shape {
	position: absolute;
	top: 0;
	right: -92px;
	bottom: 0;
	width: 82px;
	background-color: var(--fobex-primary);
}

/*
# Counter One
*/
.counter-one {
	position: relative;
	display: block;
	background-color: #0C3A30;
	padding: 100px 0 91px;
	z-index: 1;
}

.counter-one__inner {
	position: relative;
	display: block;
}

.counter-one__count-list {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.counter-one__count-list li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.counter-one__icon {
	position: relative;
	display: inline-block;
	top: 4px;
}

.counter-one__icon span {
	position: relative;
	display: inline-block;
	font-size: 62px;
	color: var(--fobex-primary);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.counter-one__count-list li:hover .counter-one__icon span {
	transform: scale(0.9);
}

.counter-one__count {
	position: relative;
	display: block;
	margin-left: 20px;
	padding-left: 23px;
}

.counter-one__count::before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	bottom: 9px;
	width: 1px;
	background-color: rgb(212, 218, 216, .30);
}

.counter-one__count h3 {
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
	text-transform: capitalize;
	color: var(--fobex-white);
}

.counter-one__count p {
	color: #dddddd;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	text-transform: capitalize;
}

/*
# Services Two
*/
.services-two {
	position: relative;
	display: block;
	padding: 60px 0 30px;
	z-index: 1;
}

.services-two__bg-shape {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .10;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.services-two__bottom {
	position: relative;
	display: block;
}

.services-two__carousel {
	position: relative;
	display: block;
}

.services-two__single {
	position: relative;
	display: flex;
	align-items: center;
}

.services-two__img-box {
	position: relative;
	display: block;
}

.services-two__img {
	position: relative;
	display: block;
	width: 338px;
	overflow: hidden;
	z-index: 1;
}

.services-two__img:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--fobex-black-rgb), .30);
	width: 0%;
	transform: translateY(100%);
	transition: all 500ms ease;
	z-index: 1;
}

.services-two__single:hover .services-two__img:before {
	transform: translateY(0);
	width: 100%;
}

.services-two__img img {
	width: 100%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-two__single:hover .services-two__img img {
	transform: scale(1.05);
}

.services-two__content {
	position: relative;
	display: block;
	background-color: #EBF3EE;
	padding: 48.4px 40px 40px;
}

.services-two__icon {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.services-two__icon-shape {
	position: absolute;
	top: -8px;
	left: -28px;
	width: 63px;
	height: 63px;
	background-color: var(--fobex-primary);
	border-radius: 50%;
	z-index: -1;
}

.services-two__icon span {
	position: relative;
	display: inline-block;
	font-size: 48px;
	color: var(--fobex-black);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.services-two__icon:hover span {
	transform: scale(0.9);
}

.services-two__title {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
	margin-top: 23px;
	margin-bottom: 15px;
}

.services-two__title a {
	color: var(--fobex-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-two__title a:hover {
	color: var(--fobex-base);
}

.services-two__btn {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	margin-top: 26px;
	color: var(--fobex-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-two__btn:hover {
	color: var(--fobex-base);
}

.services-two__btn span {
	position: relative;
	margin-left: 8px;
	font-weight: 900;
	top: -1px;
}

.services-two__carousel.owl-theme .owl-nav {
	position: absolute;
	margin: 0;
	left: -100px;
	right: -100px;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transform: translateY(-50%);
	z-index: -1;
}

.services-two__carousel.owl-theme .owl-nav .owl-next {
	height: 55px;
	width: 55px;
	line-height: 55px;
	border-radius: 50%;
	color: var(--fobex-gray);
	background-color: transparent;
	border: 1px solid var(--fobex-bdr-color);
	font-size: 25px;
	margin: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-two__carousel.owl-theme .owl-nav .owl-prev {
	height: 55px;
	width: 55px;
	line-height: 55px;
	border-radius: 50%;
	color: var(--fobex-gray);
	background-color: transparent;
	border: 1px solid var(--fobex-bdr-color);
	font-size: 25px;
	margin: 0;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	display: inline-block;
}

.services-two__carousel.owl-theme .owl-nav .owl-next {
	margin-left: 0;
}

.services-two__carousel.owl-theme .owl-nav .owl-prev {
	margin-right: 0;
}

.services-two__carousel.owl-theme .owl-nav .owl-next span,
.services-two__carousel.owl-theme .owl-nav .owl-prev span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.services-two__carousel.owl-theme .owl-nav .owl-next:hover,
.services-two__carousel.owl-theme .owl-nav .owl-prev:hover {
	background-color: var(--fobex-base);
	border: 1px solid var(--fobex-base);
	color: var(--fobex-white);
}

/*
# FAQ One
*/
.faq-one {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	z-index: 1;
}

.faq-one__bg-shape {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: calc((100% - -1320px) /2);
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: -1;
}

.faq-one__left {
	position: relative;
	display: block;
	margin-right: 45px;
	margin-left: -208px;
}

.faq-one__img-box {
	position: relative;
	display: block;
}

.faq-one__img {
	position: relative;
	display: block;
}

.faq-one__img img {
	width: 100%;
}

.faq-one__img-shape-1 {
	position: absolute;
	top: 0;
	left: -93px;
	bottom: 0;
	width: 83px;
	background-color: var(--fobex-primary);
}

.faq-one__right {
	position: relative;
	display: block;
	margin-right: 150px;
	margin-top: 10px;
}

.faq-one__right .section-title {
	margin-bottom: 30px;
}

.faq-one__right .section-title__title {
	text-transform: uppercase;
}

.faq-one__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.faq-one__faq-box {
	position: relative;
	display: block;
	margin-top: 30px;
	margin-bottom: 44px;
}

.faq-one__faq-box .faq-one-accrodion .accrodion {
	position: relative;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-one__faq-box .faq-one-accrodion .accrodion-title {
	position: relative;
	display: block;
	cursor: pointer;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.faq-one__faq-box .faq-one-accrodion .accrodion-title h4 {
	margin: 0;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	color: var(--fobex-black);
	padding-left: 30px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-one__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4 {
	color: var(--fobex-black);
}

.faq-one__faq-box .faq-one-accrodion .accrodion+.accrodion {
	margin-top: 25px;
}

.faq-one__faq-box .faq-one-accrodion .accrodion-title h4::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-align: center;
	width: 20px;
	height: 20px;
	background-color: var(--fobex-white);
	transform: translateY(-50%);
}

.faq-one__faq-box .faq-one-accrodion .accrodion-title h4::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 6px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-align: center;
	width: 8px;
	height: 8px;
	background-color: var(--fobex-base);
	transform: translateY(-50%);
}

.faq-one__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
	background-color: var(--fobex-base);
}

.faq-one__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4::after {
	background-color: var(--fobex-primary);
}

.faq-one__faq-box .faq-one-accrodion .accrodion-content {
	position: relative;
	padding-left: 30px;
	padding-top: 14px;
}

.faq-one__faq-box .faq-one-accrodion .accrodion-content p {
	margin: 0;
}

.faq-one__btn-box {
	position: relative;
	display: block;
}

/*
# Team One
*/
.team-one {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	z-index: 1;
}

.team-one__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.team-one__img-box {
	position: relative;
	display: block;
}

.team-one__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.team-one__img:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(var(--fobex-black-rgb), .40);
	visibility: hidden;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0) translateZ(100px);
	transform: scaleY(0) translateZ(100px);
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
	z-index: 1;
}

.team-one__single:hover .team-one__img:before {
	visibility: visible;
	-webkit-transform: scaleY(1) translateZ(0px);
	transform: scaleY(1) translateZ(0px);
}

.team-one__img img {
	width: 100%;
	transition: all 500ms ease;
	transform: scale(1);
}

.team-one__single:hover .team-one__img img {
	transform: scale(1.05);
}

.team-one__share-and-social-box {
	position: absolute;
	left: 50%;
	bottom: -26px;
	transform: translateX(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 2;
}

.team-one__share-btn {
	position: relative;
	display: block;
}

.team-one__share-btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	font-size: 26px;
	color: var(--fobex-black);
	background-color: var(--fobex-white);
	border-radius: 50%;
}

.team-one__social {
	position: absolute;
	left: 50%;
	bottom: 0px;
	padding: 6px 6px 6px;
	border-radius: 30px;
	background-color: var(--fobex-primary);
	background-position: center bottom;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	transform-origin: bottom;
	transform-style: preserve-3d;
	transform: scaleY(0) translateX(-50%);
	z-index: 2;
}

.team-one__share-and-social-box:hover .team-one__social {
	transform: scaleY(1.0) translateX(-50%);
}

.team-one__social a {
	position: relative;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	font-size: 20px;
	color: var(--fobex-black);
	background-color: var(--fobex-white);
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.team-one__social a:hover {
	color: var(--fobex-white);
	background-color: var(--fobex-base);
}

.team-one__social a+a {
	margin-top: 6px;
}

.team-one__content {
	position: relative;
	display: block;
	text-align: center;
	background-color: #EBF3EE;
	padding: 46px 30px 21px;
}

.team-one__title {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
}

.team-one__title a {
	color: var(--fobex-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__title a:hover {
	color: var(--fobex-base);
}

.team-one__sub-title {
	margin-top: 5px;
}

/*
# Project Two
*/
.project-two {
	position: relative;
	display: block;
	padding: 60px 0 60px;
	border-top: 1px solid var(--fobex-bdr-color);
	border-bottom: 1px solid var(--fobex-bdr-color);
	z-index: 1;
}

.project-two__left {
	position: relative;
	display: block;
	margin-left: -200px;
	margin-top: 55px;
}

.project-two__left .section-title {
	margin-bottom: 30px;
}

.project-two__left .section-title__title {
	text-transform: uppercase;
}

.project-two__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.project-two__right {
	position: relative;
	display: block;
	margin-left: 30px;
	margin-right: -300px;
}

.project-two__right::before {
	content: "";
	position: absolute;
	top: -60px;
	left: -60px;
	bottom: -60px;
	width: 1px;
	background-color: var(--fobex-bdr-color);
}

.project-two__carousel {
	position: relative;
	display: block;
}

.project-two__single {
	position: relative;
	display: block;
}

.project-two__img-box {
	position: relative;
	display: block;
}

.project-two__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1
}

.project-two__img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(var(--fobex-black-rgb), .25);
	-webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
	-ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
	transform: perspective(400px) rotateX(90deg) scaleY(0.5);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	z-index: 1;
}

.project-two__single:hover .project-two__img:before {
	-webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
	-ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
	transform: perspective(400px) rotateX(0deg) scaleY(1.0);
}

.project-two__img img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 500ms ease
}

.project-two__single:hover .project-two__img img {
	transform: scale(1.05);
}

.project-two__arrow {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.project-two__arrow a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	background-color: var(--fobex-primary);
	border-radius: 50%;
	font-size: 58px;
	color: var(--fobex-black);
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-two__single:hover .project-two__arrow a {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition-delay: 500ms;
	opacity: 1;
}

.project-two__arrow a:hover {
	color: var(--fobex-white);
	background-color: var(--fobex-base);
}

.project-two__tag {
	position: relative;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	background-color: var(--fobex-base);
	color: var(--fobex-white);
	padding: 15px 26px 13px;
	margin-top: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-two__tag:hover {
	background-color: var(--fobex-primary);
	color: var(--fobex-black);
}

.project-two__carousel.owl-theme .owl-nav {
	position: absolute;
	bottom: 50px;
	left: -570px;
	margin: 0;
}

.project-two__carousel.owl-theme .owl-nav .owl-next {
	height: 52px;
	width: 80px;
	line-height: 52px;
	border-radius: 26px;
	color: var(--fobex-gray);
	background-color: transparent;
	border: 1px solid var(--fobex-bdr-color);
	font-size: 25px;
	margin: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-two__carousel.owl-theme .owl-nav .owl-prev {
	height: 52px;
	width: 80px;
	line-height: 52px;
	border-radius: 26px;
	color: var(--fobex-gray);
	background-color: transparent;
	border: 1px solid var(--fobex-bdr-color);
	font-size: 25px;
	margin: 0;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	display: inline-block;
}

.project-two__carousel.owl-theme .owl-nav .owl-next {
	margin-left: 5px;
}

.project-two__carousel.owl-theme .owl-nav .owl-prev {
	margin-right: 5px;
}

.project-two__carousel.owl-theme .owl-nav .owl-next span,
.project-two__carousel.owl-theme .owl-nav .owl-prev span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.project-two__carousel.owl-theme .owl-nav .owl-next:hover,
.project-two__carousel.owl-theme .owl-nav .owl-prev:hover {
	background-color: var(--fobex-base);
	border: 1px solid var(--fobex-base);
	color: var(--fobex-white);
}

/*
# News Two
*/
.news-two {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	z-index: 1;
}

.news-two__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.news-two__img-box {
	position: relative;
	display: block;
}

.news-two__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.news-two__img>img {
	width: 100%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-two__single:hover .news-two__img img {
	transform: scale(1.05);
}

.news-two__img>a {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(var(--fobex-black-rgb), 0.3);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-30%);
}

.news-two__img>a>span {
	position: relative;
}

.news-two__img>a>span::before {
	content: "";
	width: 20px;
	height: 2px;
	background-color: var(--fobex-white);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 500ms ease;
}

.news-two__img>a>span::after {
	content: "";
	transition: all 500ms ease;
	width: 2px;
	height: 20px;
	background-color: var(--fobex-white);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.news-two__img>a:hover>span::before,
.news-two__img>a:hover>span::after {
	background-color: var(--fobex-base);
}

.news-two__single:hover .news-two__img>a {
	visibility: visible;
	transform: translateY(0%);
	opacity: 1;
}

.news-two__content {
	position: relative;
	display: block;
	background-color: #EBF3EE;
	padding: 30px 30px 31px;
}

.news-two__tag-list {
	position: relative;
	display: flex;
	align-items: center;
}

.news-two__tag-list li {
	position: relative;
	display: block;
}

.news-two__tag-list li+li {
	margin-left: 10px;
}

.news-two__tag-list li span {
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	border-radius: 3px;
	border: 1px solid #CED7D1;
	background: #FFF;
	padding: 4px 15px 4px;
	color: var(--fobex-black);
	position: relative;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-two__tag-list li span:hover {
	background-color: var(--fobex-base);
	color: var(--fobex-white);
}

.news-two__title {
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	margin-top: 21px;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.news-two__title a {
	color: var(--fobex-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-two__title a:hover {
	color: var(--fobex-base);
}

.news-two__reading {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	color: var(--fobex-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-two__reading:hover {
	color: var(--fobex-base);
}

.news-two__reading span {
	position: relative;
	margin-left: 10px;
	top: -1px;
}

.news-two__date {
	color: #15332A;
	margin-top: 14px;
}

.news-two__date span {
	color: var(--fobex-gray);
}

/*
# Testimonial Two
*/
.testimonial-two {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	z-index: 1;
}

.testimonial-two__bg-shape {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: calc((100% - -1320px) /2);
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: -1;
}

.testimonial-two__left .section-title__title {
	text-transform: uppercase;
}

.testimonial-two__left {
	position: relative;
	display: block;
	margin-left: 111px;
	margin-right: -65px;
	margin-top: 6px;
}

.testimonial-two__carousel {
	position: relative;
	display: block;
}

.testimonial-two__single {
	position: relative;
	display: block;
	background: #FFF;
	box-shadow: 0px 5px 10px 0px rgba(190, 190, 190, 0.05);
	padding: 50px 60px 53px;
	padding-right: 99px;
	z-index: 1;
}

.testimonial-two__shape-1 {
	position: absolute;
	top: 30px;
	right: 160px;
	opacity: .30;
	z-index: -1;
}

.testimonial-two__shape-1 img {
	width: auto;
}

.testimonial-two__icon {
	position: relative;
	display: inline-block;
}

.testimonial-two__icon span {
	position: relative;
	display: inline-block;
	font-size: 62px;
	color: var(--fobex-base);
}

.testimonial-two__ratting {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 16px;
	margin-bottom: 23px;
}

.testimonial-two__ratting span {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #FFA818;
}

.testimonial-two__ratting span+span {
	margin-left: 5px;
}

.testimonial-two__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.testimonial-two__client-info-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 44px;
}

.testimonial-two__client-img {
	position: relative;
	display: block;
	width: 80px;
}

.testimonial-two__client-img img {
	width: 100%;
}

.testimonial-two__client-info {
	position: relative;
	display: block;
	margin-left: 20px;
}

.testimonial-two__client-info h3 {
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
}

.testimonial-two__client-info p {
	margin-top: 4px;
}

.testimonial-two__carousel.owl-theme .owl-nav {
	position: absolute;
	bottom: 73px;
	right: 60px;
	margin: 0;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
	height: 40px;
	width: 65px;
	line-height: 40px;
	border-radius: 20px;
	color: var(--fobex-gray);
	background-color: transparent;
	border: 1px solid var(--fobex-bdr-color);
	font-size: 20px;
	margin: 0;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
	height: 40px;
	width: 65px;
	line-height: 40px;
	border-radius: 20px;
	color: var(--fobex-gray);
	background-color: transparent;
	border: 1px solid var(--fobex-bdr-color);
	font-size: 20px;
	margin: 0;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	display: inline-block;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
	margin-left: 5px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
	margin-right: 5px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
	background-color: var(--fobex-base);
	border: 1px solid var(--fobex-base);
	color: var(--fobex-white);
}

.testimonial-two__right {
	position: relative;
	display: block;
	margin-right: -208px;
	margin-left: -68px;
}

.testimonial-two__img {
	position: relative;
	display: block;
}

.testimonial-two__img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(var(--fobex-black-rgb), .20);
}

.testimonial-two__img img {
	width: 100%;
}

.testimonial-two__img-shape-1 {
	position: absolute;
	top: 0;
	right: -92px;
	bottom: 0;
	width: 82px;
	background-color: var(--fobex-primary);
}

.testimonial-two__video-link {
	position: absolute;
	top: 50%;
	right: 305px;
	transform: translateY(-50%);
}

.testimonial-two__video-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 95px;
	height: 95px;
	line-height: 95px;
	text-align: center;
	font-size: 17px;
	color: var(--fobex-black);
	background-color: var(--fobex-primary);
	border-radius: 50%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	z-index: 1;
}

.testimonial-two__video-icon:hover {
	background-color: var(--fobex-base);
	color: var(--fobex-white);
}

.testimonial-two__video-icon::before {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	border: 2px solid var(--fobex-bdr-color);
	border-radius: 50%;
	z-index: -1;
}

.testimonial-two__video-link .ripple,
.testimonial-two__video-icon .ripple:before,
.testimonial-two__video-icon .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 115px;
	height: 115px;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-box-shadow: 0 0 0 0 rgba(var(--fobex-white-rgb), 0.6);
	-o-box-shadow: 0 0 0 0 rgba(var(--fobex-white-rgb), 0.6);
	-webkit-box-shadow: 0 0 0 0 rgba(var(--fobex-white-rgb), 0.6);
	box-shadow: 0 0 0 0 rgba(var(--fobex-white-rgb), 0.6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.testimonial-two__video-icon .ripple:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	content: "";
	position: absolute;
}

.testimonial-two__video-icon .ripple:after {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	content: "";
	position: absolute;
}

/*
# Brand Two
*/
.brand-two {
	position: relative;
	display: block;
	padding-top: 120px;
}

.brand-two .section-title-two {
	margin-bottom: 25px;
}

.brand-two .brand-one__inner {
	position: relative;
	display: block;
	border-top: none;
	padding: 47px 0 120px;
}

.brand-two__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
}

/*
# Google Map
*/
.google-map {
	position: relative;
	display: block;
}

.google-map__one {
	position: relative;
	display: block;
	border: none;
	height: 825px;
	width: 100%;
}

.contact-one__form-box {
	position: absolute;
	top: 100px;
	left: 300px;
	width: 500px;
	background-color: var(--fobex-white);
	padding: 50px 50px 60px;
}

.contact-one__title {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 25px;
}

.contact-one__form {
	position: relative;
	display: block;
}

.contact-one__input-box {
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="email"] {
	height: 60px;
	width: 100%;
	outline: none;
	font-size: 15px;
	color: var(--fobex-gray);
	border-radius: 3px;
	border: 1px solid #CED7D1;
	background: #FFF;
	display: block;
	font-weight: 400;
	padding: 0 25px 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-one__showing-sort {
	position: relative;
	display: block;
	width: 100%;
}

.contact-one__showing-sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	position: relative;
	display: block;
	width: 100% !important;

}

.contact-one__showing-sort .bootstrap-select>.dropdown-toggle::after {
	display: none;
}

.contact-one__showing-sort .bootstrap-select>.dropdown-toggle {
	position: relative;
	height: 60px;
	outline: none !important;
	margin: 0;
	padding: 0 25px 0;
	color: var(--fobex-gray) !important;
	font-size: 15px;
	line-height: 60px;
	font-weight: 400;
	box-shadow: none !important;
	background-repeat: no-repeat;
	background-size: 14px 12px;
	border-radius: 3px;
	border: 1px solid #CED7D1;
	background: #FFF;
	background-position: right 25.75px center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-one__showing-sort .bootstrap-select>.dropdown-toggle:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	font-size: 15px;
	color: var(--fobex-gray);
}

.contact-one__showing-sort .dropdown-menu {
	border-radius: 3px;
}

.contact-one__input-box textarea {
	width: 100%;
	height: 150px;
	outline: none;
	font-size: 15px;
	color: var(--fobex-gray);
	display: block;
	font-weight: 400;
	border-radius: 3px;
	border: 1px solid #CED7D1;
	background: #FFF;
	padding: 15px 25px 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-one__btn-box {
	position: relative;
	display: block;
}

.contact-one__btn {
	border: none;
	border-radius: 3px;
	width: 100%;
}

.contact-one__btn::after {
	border-radius: 3px;
}

.contact-one__input-box.text-message-box {
	height: 150px;
}

/*
# Site Footer Two
*/
.site-footer-two {
	position: relative;
	display: block;
	z-index: 1;
}

.site-footer-two__bg-shape {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.site-footer-two__top {
	position: relative;
	display: block;
	border-bottom: 1px solid var(--fobex-bdr-color);
	padding: 100px 0 100px;
}

.footer-widget-two-two__about {
	position: relative;
	display: block;
	margin-right: 65px;
	margin-top: 4px;
}

.footer-widget-two__about-title {
	font-size: 45px;
	font-weight: 500;
	line-height: 55px;
}

.footer-widget-two__about-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 19px;
	margin-bottom: 34px;
}

.footer-widget-two__btn-box {
	position: relative;
	display: block;
}

.footer-widget-two__title-box {
	position: relative;
	display: block;
	margin-bottom: 16px;
	margin-top: 7px;
}

.footer-widget-two__title {
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	color: var(--fobex-black);
}

.footer-widget-two__services {
	position: relative;
	display: block;
	margin-left: 33px;
	margin-right: -10px;
}

.footer-widget-two__services-list {
	position: relative;
	display: block;
}

.footer-widget-two__services-list li {
	position: relative;
	display: block;
}

.footer-widget-two__services-list li a {
	color: var(--fobex-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget-two__services-list li a:hover {
	color: var(--fobex-black)
}

.footer-widget-two__title-box-2 {
	margin-top: 32px;
}

.footer-widget-two__contact {
	position: relative;
	display: block;
	margin-left: 83px;
}

.footer-widget-two__contact-list {
	position: relative;
	display: block;
}

.footer-widget-two__contact-list li {
	position: relative;
	display: block;
}

.footer-widget-two__contact-list li+li {
	margin-top: 15px;
}

.footer-widget-two__contact-title {
	color: var(--fobex-black);
}

.footer-widget-two__contact-location {
	color: var(--fobex-gray);
}

.footer-widget-two__contact-location a {
	color: var(--fobex-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget-two__contact-location a:hover {
	color: var(--fobex-black);
}

.footer-widget-two__title-box-3 {
	margin-top: 43px;
}

.footer-widget-two__newsletter {
	position: relative;
	display: block;
}

.footer-widget-two__newsletter .footer-widget-two__title-box {
	margin-bottom: 5px;
}

.footer-widget-two__newsletter-form {
	position: relative;
	display: block;
}

.footer-widget-two__newsletter-input-box {
	position: relative;
	display: block;
}

.footer-widget-two__newsletter-input-box input[type="email"] {
	height: 40px;
	width: 100%;
	border: none;
	outline: none;
	font-size: 15px;
	font-weight: 400;
	color: var(--fobex-gray);
	background-color: transparent;
	border-bottom: 1px solid var(--fobex-bdr-color);
	padding-right: 40px;
}

.footer-widget-two__newsletter-btn {
	position: absolute;
	top: 50%;
	right: 0;
	height: 50px;
	border: 0;
	background-color: transparent;
	transform: translateY(-50%);
	transition: all 500ms ease;
	padding: 0;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--fobex-gray);
}

.footer-widget-two__newsletter-btn:hover {
	color: var(--fobex-black);
}

.footer-widget-two__newsletter .checked-box {
	position: relative;
	display: block;
	min-height: 30px;
	margin-top: 11px;
}

.footer-widget-two__newsletter .checked-box label {
	position: relative;
	display: inline-block;
	padding-left: 26px;
	margin-right: 0px;
	margin-bottom: 0;
	font-size: 15px;
	color: var(--fobex-gray);
	line-height: 20px;
	font-weight: 400;
	cursor: pointer;
	min-height: 30px;
}

.footer-widget-two__newsletter .checked-box input[type="checkbox"] {
	display: none;
}

.footer-widget-two__newsletter .checked-box input[type="checkbox"]+label span {
	position: absolute;
	top: 2px;
	left: 0;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	border: 1px solid var(--fobex-bdr-color);
	background-color: var(--fobex-white);
	border-radius: 2px;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-widget-two__newsletter .checked-box label span:before {
	position: absolute;
	top: 3px;
	left: 4px;
	display: block;
	border-bottom: 2px solid var(--fobex-bdr-color);
	border-right: 2px solid var(--fobex-bdr-color);
	content: '';
	width: 4px;
	height: 6px;
	pointer-events: none;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	opacity: 0;
}

.footer-widget-two__newsletter .checked-box input[type="checkbox"]:checked+label span {
	border: 1px solid var(--fobex-bdr-color);
}

.footer-widget-two__newsletter .checked-box input[type="checkbox"]:checked+label span:before {
	opacity: 1;
}

.footer-widget-two__title-box-4 {
	margin-top: 115px;
}

.site-footer-two__bottom {
	position: relative;
	display: block;
	border-top: 1px solid rgb(217, 217, 217, .15);
}

.site-footer-two__bottom-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 27px 0 26px;
}

.site-footer-two__logo {
	position: relative;
	display: block;
}

.site-footer-two__bottom-text {
	color: var(--fobex-gray);
}

.site-footer-two__bottom-text a {
	color: var(--fobex-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer-two__bottom-text a:hover {
	color: var(--fobex-black);
}

.site-footer-two__bottom-menu {
	position: relative;
	display: flex;
	align-items: center;
}

.site-footer-two__bottom-menu li {
	position: relative;
	display: block;
}

.site-footer-two__bottom-menu li+li {
	margin-left: 20px;
}

.site-footer-two__bottom-menu li a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: var(--fobex-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer-two__bottom-menu li a:hover {
	color: var(--fobex-black);
}

/*
# Page Header
*/
.page-header {
	position: relative;
	display: block;
	z-index: 1;
}

.page-header-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.page-header-bg::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(1, 15, 11, .50);
	z-index: -1;
}

.page-header__inner {
	position: relative;
	display: block;
	z-index: 15;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 60vh;
}

.thm-breadcrumb {
	position: relative;
	display: inline-block;
	background-color: var(--fobex-primary);
	padding: 3px 16px 1px;
	border-radius: 15px;
}

.thm-breadcrumb li {
	position: relative;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--fobex-black);
}

.thm-breadcrumb li a {
	position: relative;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--fobex-black);
}

.thm-breadcrumb li:hover a {
	color: var(--fobex-base);
}

.page-header__inner h2 {
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--fobex-white);
	margin-top: 20px;
}

/*
# Contact Page
*/
.contact-page {
	position: relative;
	display: block;
	padding: 120px 0 79px;
	z-index: 1;
}

.contact-page__left {
	position: relative;
	display: block;
}

.contact-page__left .section-title__title {
	text-transform: uppercase;
}

.contact-page__left .section-title {
	margin-bottom: 30px;
}

.contact-page__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.contact-page__right {
    position: relative;
    display: block;
    padding-left: 50px;
}

.contact-page__contact-list {
	position: relative;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.contact-page__contact-list li {
	position: relative;
	display: block;
	width: 50%;
}

.contact-page__contact-list li:last-child {
	border-bottom: none;
}

.contact-page__contact-list li+li {
	margin-bottom: 20px;
}

.contact-page__contact-list li>span {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.contact-page__contact-list li>p {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 12px;
    margin-bottom: 8px;
}

.contact-page__contact-list li>p>a {
	color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 16px;
}

.contact-page__contact-list li>p>a:hover {
	color: var(--fobex-base);
}

.contact-page__contact-list li .icon {
	position: relative;
	display: inline-block;
	margin-left: -18px;
}

.contact-page__contact-list li .icon>span {
	position: relative;
	display: inline-block;
	font-size: 60px;
	color: var(--fobex-base);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.contact-page__contact-list li:hover .icon>span {
	transform: scale(0.9);
}

/*
# Contact Two
*/
.contact-two {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	z-index: 1;
}

.contact-two__left {
	position: relative;
	display: block;
	margin-right: 82px;
}

.contact-two__img {
	position: relative;
	display: block;
}

.contact-two__img img {
	width: 100%;
}

.contact-two__right {
	position: relative;
	display: block;
	margin-top: 20px;
}

.contact-two__right .section-title {
	margin-bottom: 30px;
}

.contact-two__right .section-title__title {
	text-transform: uppercase;
}

.contact-two__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.contact-two__form-box {
	position: relative;
	display: block;
	margin-top: 30px;
}

.contact-two__form {
	position: relative;
	display: block;
}

.contact-two__form .row {
	--bs-gutter-x: 20px;
}

.contact-two__input-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.contact-two__input-box input[type="text"],
.contact-two__input-box input[type="email"] {
	height: 60px;
	width: 100%;
	outline: none;
	font-size: 15px;
	color: var(--fobex-gray);
	border-radius: 3px;
	border: 1px solid #CED7D1;
	background: #FFF;
	display: block;
	font-weight: 400;
	padding: 0 25px 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-two__showing-sort {
	position: relative;
	display: block;
	width: 100%;
}

.contact-two__showing-sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	position: relative;
	display: block;
	width: 100% !important;

}

.contact-two__showing-sort .bootstrap-select>.dropdown-toggle::after {
	display: none;
}

.contact-two__showing-sort .bootstrap-select>.dropdown-toggle {
	position: relative;
	height: 60px;
	outline: none !important;
	margin: 0;
	padding: 0 25px 0;
	color: var(--fobex-gray) !important;
	font-size: 15px;
	line-height: 60px;
	font-weight: 400;
	box-shadow: none !important;
	background-repeat: no-repeat;
	background-size: 14px 12px;
	border-radius: 3px;
	border: 1px solid #CED7D1;
	background: #FFF;
	background-position: right 25.75px center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-two__showing-sort .bootstrap-select>.dropdown-toggle:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	font-size: 15px;
	color: var(--fobex-gray);
}

.contact-two__showing-sort .dropdown-menu {
	border-radius: 3px;
}

.contact-two__input-box textarea {
	width: 100%;
	height: 170px;
	outline: none;
	font-size: 15px;
	color: var(--fobex-gray);
	display: block;
	font-weight: 400;
	border-radius: 3px;
	border: 1px solid #CED7D1;
	background: #FFF;
	padding: 15px 25px 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-two__btn-box {
	position: relative;
	display: block;
}

.contact-two__btn {
	border: none;
	border-radius: 3px;
}

.contact-two__btn::after {
	border-radius: 3px;
}

.contact-two__input-box.text-message-box {
	height: 170px;
}

/*
# News Details
*/
.news-details {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	z-index: 1;
}

.news-details__left {
	position: relative;
	display: block;
}

.news-details__img-box {
	position: relative;
	display: block;
}

.news-details__img {
	position: relative;
	display: block;
}

.news-details__img img {
	width: 100%;
}

.news-details__tag {
	position: absolute;
	top: 30px;
	left: 30px;
	display: flex;
	align-items: center;
	z-index: 2;
}

.news-details__tag span {
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	color: var(--fobex-black);
	background-color: var(--fobex-primary);
	position: relative;
	display: inline-block;
	padding: 5px 16px 5px;
}

.news-details__tag span+span {
	margin-left: 10px;
}

.news-details__content {
	position: relative;
	display: block;
	margin-top: 40px;
}

.news-details__social-box {
	position: relative;
	display: flex;
	align-items: center;
}

.news-details__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-details__social a {
	position: relative;
	height: 36px;
	width: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--fobex-gray);
	background-color: transparent;
	border: 1px solid var(--fobex-bdr-color);
	font-size: 15px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.news-details__social a:hover {
	color: var(--fobex-white);
	background-color: var(--fobex-base);
}

.news-details__social a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--fobex-base);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.news-details__social a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.news-details__social a+a {
	margin-left: 6px;
}

.news-details__social-box p {
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	margin-left: 20px;
}

.news-details__title-1 {
	font-size: 45px;
	font-weight: 500;
	line-height: 55px;
	text-transform: capitalize;
	margin-top: 20px;
	margin-bottom: 25px;
}

.news-details__text-1 {
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	text-transform: uppercase;
}

.news-details__text-1 span {
	color: var(--fobex-black);
}

.news-details__text-2 {
	margin-top: 25px;
	margin-bottom: 23px;
}

.news-details__title-2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	text-transform: capitalize;
	margin-top: 38px;
	margin-bottom: 25px;
}

.news-details__img-and-content {
	position: relative;
	display: block;
	margin-top: 38px;
	margin-bottom: 20px;
}

.news-details__content-img-left {
	position: relative;
	display: block;
}

.news-details__content-img {
	position: relative;
	display: block;
}

.news-details__content-img img {
	width: 100%;
}

.news-details__content-img-sub-title {
	position: relative;
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	background-color: #EBF3EE;
	text-align: center;
	padding: 11px 0 9px;
}

.news-details__img-content {
	position: relative;
	display: block;
}

.news-details__img-text-2 {
	margin-top: 24px;
}

.news-details__text-6 {
	margin-top: 23px;
	margin-bottom: 42px;
}

.news-details__quote-box {
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #CED7D1;
	background: rgba(217, 217, 217, 0.00);
	padding: 39px 50px 37px;
}

.news-details__quote {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 85px;
	height: 85px;
	width: 100%;
	background-color: var(--fobex-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-details__quote:hover {
	background-color: var(--fobex-black);
}

.news-details__quote span {
	position: relative;
	display: inline-block;
	font-size: 45px;
	color: var(--fobex-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-details__quote:hover span {
	color: var(--fobex-white);
}

.news-details__quote-content {
	position: relative;
	display: block;
	margin-left: 30px;
}

.news-details__quote-content p {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: var(--fobex-black);
}

.news-details__quote-content span {
	font-weight: 500;
	line-height: 21px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	margin-top: 18px;
}

.news-details__quote-content span::before {
	content: "";
	position: absolute;
	top: 10px;
	right: -40px;
	height: 2px;
	width: 30px;
	background-color: var(--fobex-gray);
}

.news-details__title-3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	margin-top: 40px;
	margin-bottom: 25px;
}

.news-details__points {
	position: relative;
	display: block;
	margin-top: 30px;
	margin-bottom: 40px;
}

.news-details__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.news-details__points li+li {
	margin-top: 15px;
}

.news-details__points-shape {
	position: relative;
	display: block;
	width: 8px;
	height: 8px;
	background-color: var(--fobex-gray);
	border-radius: 50%;
}

.news-details__points li p {
	margin-left: 10px;
}

.news-details__bottom {
	position: relative;
	display: block;
}

.news-details__bottom-img {
	position: relative;
	display: block;
}

.news-details__bottom-img img {
	width: 100%;
}

.news-details__bottom p {
	position: relative;
	display: block;
	background: #EBF3EE;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	padding: 9px 0 6px;
}

.news-details__title-4 {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	text-transform: capitalize;
	margin-top: 40px;
	margin-bottom: 25px;
}

.news-details__text-9 {
	margin-top: 25px;
	margin-bottom: 29px;
}

.news-details__tag-box {
	position: relative;
	display: flex;
	align-items: center;
	background: #EBF3EE;
	padding: 22px 30px 22px;
}

.news-details__tag-box .icon {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	top: 2px;
}

.news-details__tag-box .icon span {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	color: var(--fobex-black);
}

.news-details__tag-box a {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-transform: uppercase;
	color: var(--fobex-black);
}

.news-details__tag-box a+a {
	margin-left: 4px;
}

.news-details__author {
	position: relative;
	display: flex;
	margin-top: 30px;
	margin-bottom: 28px;
}

.news-details__author-img {
	position: relative;
	display: block;
	max-width: 100px;
	width: 100%;
}

.news-details__author-img img {
	width: 100%;
}

.news-details__author-content {
	position: relative;
	display: block;
	margin-left: 26px;
}

.news-details__author-content h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	text-transform: capitalize;
}

.news-details__author-content p {
	margin-top: 15px;
	margin-bottom: 11px;
}

.news-details__author-content a {
	position: relative;
	display: block;
	color: var(--fobex-gray);
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-details__author-content a:hover {
	color: var(--fobex-base);
}

.news-details__pagenation-box {
	position: relative;
	display: block;
	border-top: 1px solid var(--fobex-bdr-color);
	border-bottom: 1px solid var(--fobex-bdr-color);
	padding: 30px 0 30px;
}

.news-details__pagenation {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-details__pagenation li {
	position: relative;
	display: flex;
	align-items: center;
}

.news-details__pagenation-img {
	position: relative;
	display: block;
	max-width: 100px;
	width: 100%;
}

.news-details__pagenation-img img {
	width: 100%;
}

.news-details__pagenation-content {
	position: relative;
	display: block;
	margin-left: 25px;
}

.news-details__pagenation li:last-child .news-details__pagenation-content {
	margin-right: 25px;
	margin-left: 0;
	text-align: right;
}

.news-details__pagenation-content a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	color: var(--fobex-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-details__pagenation-content a:hover {
	color: var(--fobex-base);
}

.news-details__pagenation li:last-child .news-details__pagenation-content a {
	justify-content: end;
}

.news-details__pagenation-content a>span {
	position: relative;
	font-weight: 900;
	margin-right: 8px;
}

.news-details__pagenation li:last-child .news-details__pagenation-content a>span {
	margin-left: 8px;
	margin-right: 0;
}

.news-details__pagenation-content h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	text-transform: capitalize;
	margin-top: 9px;
}

.news-details__pagenation-content h3 a {
	color: var(--fobex-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-details__pagenation-content h3 a:hover {
	color: var(--fobex-base);
}

.comment-one {
	position: relative;
	display: block;
	margin-top: 60px;
}

.comment-one__title {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.comment-one__single {
	position: relative;
	display: flex;
}

.comment-one__image {
	position: relative;
	display: block;
	max-width: 80px;
	width: 100%;
}

.comment-one__image img {
	width: 100%;
	border-radius: 50%;
}

.comment-one__content {
	position: relative;
	display: block;
	margin-left: 20px;
}

.comment-one__content>span {
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	text-transform: uppercase;
}

.comment-one__content h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
	margin-top: 3px;
	margin-bottom: 13px;
}

.comment-one__content a {
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	text-transform: uppercase;
	margin-top: 16px;
	position: relative;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.comment-one__content a:hover {
	color: var(--fobex-base);
}

.comment-one__single+.comment-one__single {
	margin-top: 55px;
}

.comment-form {
	position: relative;
	display: block;
	margin-top: 58px;
}

.comment-form__input-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
	height: 60px;
	width: 100%;
	outline: none;
	font-size: 15px;
	color: var(--fobex-gray);
	border-radius: 3px;
	border: 1px solid #CED7D1;
	background: rgba(245, 248, 247, 0.00);
	display: block;
	font-weight: 400;
	padding: 0 25px 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.comment-form__input-box textarea {
	width: 100%;
	height: 170px;
	outline: none;
	font-size: 15px;
	color: var(--fobex-gray);
	display: block;
	font-weight: 400;
	border-radius: 3px;
	padding: 10px 25px 0;
	border: 1px solid #CED7D1;
	background: rgba(245, 248, 247, 0.00);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.comment-form__btn-box {
	position: relative;
	display: block;
}

.comment-form__btn {
	border: none;
	border-radius: 3px;
}

.comment-form__btn::after {
	border-radius: 3px;
}

.comment-form__input-box.text-message-box {
	height: 170px;
}

/*
# Sidebar
*/
@media (max-width: 991px) {
	.sidebar {
		margin-top: 50px;
	}
}

.sidebar__single+.sidebar__single {
	margin-top: 54px;
}

.sidebar__title {
	position: relative;
	margin: 0;
	font-size: 22px;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	margin-bottom: 25px;
}

.sidebar__title::before {
	content: "";
	position: absolute;
	top: 11px;
	right: -40px;
	width: 30px;
	height: 2px;
	background-color: var(--fobex-black);
}

.sidebar__search {
	position: relative;
	display: block;
}

.sidebar__search-form {
	position: relative;
}

.sidebar__search-form input[type="search"] {
	display: block;
	border: none;
	outline: none;
	border: 1px solid var(--fobex-bdr-color);
	background: rgba(245, 248, 247, 0.00);
	color: var(--fobex-gray);
	font-size: 15px;
	padding-left: 30px;
	height: 70px;
	width: 100%;
	padding-right: 60px;
}

.sidebar__search-form ::-webkit-input-placeholder {
	color: var(--fobex-gray);
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: var(--fobex-gray);
	opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
	color: var(--fobex-gray);
	opacity: 1;
}

.sidebar__search-form ::placeholder {
	color: var(--fobex-gray);
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: var(--fobex-gray);
}

.sidebar__search-form ::-ms-input-placeholder {
	color: var(--fobex-gray);
}

.sidebar__search-form button[type="submit"] {
	background-color: transparent;
	color: var(--fobex-base);
	font-size: 24px;
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	outline: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.sidebar__post {
	position: relative;
	display: block;
}

.sidebar__post-list {
	position: relative;
	display: block;
}

.sidebar__post-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.sidebar__post-list li+li {
	margin-top: 30px;
}

.sidebar__post-image {
	position: relative;
	display: block;
	max-width: 150px;
	width: 100%;
}

.sidebar__post-image img {
	width: 100%;
}

.sidebar__post-content {
	position: relative;
	display: block;
	margin-left: 25px;
}

.sidebar__post-content p {
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	text-transform: uppercase;
}

.sidebar__post-content p span {
	color: var(--fobex-black);
}

.sidebar__post-content h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
	margin-top: 10px;
}

.sidebar__post-content h3 a {
	color: var(--fobex-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__post-content h3 a:hover {
	color: var(--fobex-base);
}

.sidebar__category {
	position: relative;
	display: block;
}

.sidebar__category-list {
	position: relative;
	display: block;
}

.sidebar__category-list li {
	position: relative;
	display: block;
}

.sidebar__category-list li+li {
	margin-top: 25px;
}

.sidebar__category-list li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid var(--fobex-bdr-color);
	background: rgba(217, 217, 217, 0.00);
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-transform: capitalize;
	color: var(--fobex-gray);
	padding: 15px 16px 15px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__category-list li:hover a {
	border: 1px solid var(--fobex-base);
	color: var(--fobex-base);
}

.sidebar__category-list li a span {
	font-weight: 500;
}

.have-any-project {
	position: relative;
	display: block;
	background-color: var(--fobex-base);
	padding: 78px 70px 80px;
	z-index: 1;
}

.have-any-project__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.have-any-project__bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(var(--fobex-base-rgb), .80);
}

.have-any-project__title {
	font-size: 45px;
	font-weight: 700;
	line-height: 55px;
	text-transform: capitalize;
	color: var(--fobex-white);
}

.have-any-project__btn-box {
	position: relative;
	display: block;
	margin-top: 25px;
}

.have-any-project__btn {
	background-color: var(--fobex-primary);
	color: var(--fobex-black);
	padding: 14px 31px 12px;
}

.sidebar__tags {
	position: relative;
	display: block;
}

.sidebar__tags-list {
	position: relative;
	display: block;
}

.sidebar__tags-list a {
	font-size: 14px;
	color: var(--fobex-gray);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: 1px solid var(--fobex-bdr-color);
	display: inline-block;
	padding: 11px 20px 11px;
	margin-left: 5px;
	font-weight: 500;
	text-transform: uppercase;
}

.sidebar__tags-list a+a {
	margin-left: 5px;
	margin-top: 10px;
}

.sidebar__tags-list a:hover {
	color: var(--fobex-base);
	border: 1px solid var(--fobex-base);
}

/*
# News Page
*/
.news-page {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	z-index: 1;
}

.news-page__left {
	position: relative;
	display: block;
}

.news-page__single {
	position: relative;
	display: block;
	margin-bottom: 60px;
}

.news-page__img-box {
	position: relative;
	display: block;
}

.news-page__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.news-page__img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(var(--fobex-black-rgb), .30);
	-webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
	-ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
	transform: perspective(400px) rotateX(90deg) scaleY(0.5);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	z-index: 1;
}

.news-page__single:hover .news-page__img:before {
	-webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
	-ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
	transform: perspective(400px) rotateX(0deg) scaleY(1.0);
}

.news-page__img img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 500ms ease
}

.news-page__single:hover .news-page__img img {
	transform: scale(1.05);
}

.news-page__tag {
	position: absolute;
	top: 30px;
	left: 30px;
	display: flex;
	align-items: center;
	z-index: 2;
}

.news-page__tag span {
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	color: var(--fobex-black);
	background-color: var(--fobex-primary);
	position: relative;
	display: inline-block;
	padding: 5px 16px 5px;
}

.news-page__tag span+span {
	margin-left: 10px;
}

.news-page__content {
	position: relative;
	display: block;
	margin-top: 40px;
}

.news-page__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-page__social a {
	position: relative;
	height: 36px;
	width: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--fobex-gray);
	background-color: transparent;
	border: 1px solid var(--fobex-bdr-color);
	font-size: 15px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.news-page__social a:hover {
	color: var(--fobex-white);
	background-color: var(--fobex-base);
}

.news-page__social a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--fobex-base);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.news-page__social a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.news-page__social a+a {
	margin-left: 6px;
}

.news-page__title {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	text-transform: capitalize;
	margin-top: 30px;
	margin-bottom: 20px;
}

.news-page__title a {
	color: var(--fobex-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-page__title a:hover {
	color: var(--fobex-base);
}

.news-page__text-1 {
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	text-transform: uppercase;
}

.news-page__text-1 span {
	color: var(--fobex-black);
}

.news-page__text-2 {
	margin-top: 25px;
	margin-bottom: 30px;
}

.news-page__btn-box {
	position: relative;
	display: flex;
	align-items: center;
}

.news-page__btn:hover {
	color: var(--fobex-black);
}

.news-page__btn::after {
	background-color: var(--fobex-primary);
}

.news-page__btn-box p {
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	margin-left: 20px;
}

.news-page__pagination {
	position: relative;
	display: block;
	padding-top: 10px;
}

.news-page__pagination .pg-pagination li {
	display: inline-block;
	margin-right: 10px;
}

.news-page__pagination .pg-pagination li:last-child {
	margin-right: 0;
}

.news-page__pagination .pg-pagination .prev a {
	border: none;
	font-weight: 600;
	color: var(--fobex-gray);
}

.news-page__pagination .pg-pagination .next a {
	border: none;
	font-weight: 600;
	color: var(--fobex-gray);
}

.news-page__pagination .pg-pagination li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	width: 50px;
	text-align: center;
	color: var(--fobex-black);
	border: 1px solid var(--fobex-bdr-color);
	background-color: transparent;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	border-radius: 25px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-page__pagination .pg-pagination li a:hover {
	border: 1px solid var(--fobex-base);
	background-color: var(--fobex-base);
	color: var(--fobex-white);
}

.news-page__pagination .pg-pagination .prev a:hover {
	border: none;
	background-color: transparent;
	color: var(--fobex-black);
}

.news-page__pagination .pg-pagination .next a:hover {
	border: none;
	background-color: transparent;
	color: var(--fobex-black);
}

/*
# Search Field
*/
.search-field {
	position: relative;
	display: block;
}

.search-field__inner {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #EBF3EE;
	padding-right: 50px;
}

.search-field__img {
	position: relative;
	display: block;
	max-width: 420px;
	width: 100%;
}

.search-field__img img {
	width: 100%;
}

.search-field__search-box {
	position: relative;
	display: block;
	margin-left: 50px;
	width: 100%;
}

.search-field__search-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.search-field__search-form {
	position: relative;
	display: block;
}

.search-field__search-form input[type="search"] {
	display: block;
	border: none;
	outline: none;
	background: #FFF;
	box-shadow: 0px 3px 4px 0px rgba(190, 190, 190, 0.10);
	color: var(--fobex-gray);
	font-size: 15px;
	font-weight: 400;
	padding-left: 30px;
	height: 80px;
	width: 100%;
	padding-right: 80px;
}

.search-field__search-form ::-webkit-input-placeholder {
	color: var(--fobex-gray);
	opacity: 1;
}

.search-field__search-form :-ms-input-placeholder {
	color: var(--fobex-gray);
	opacity: 1;
}

.search-field__search-form ::-ms-input-placeholder {
	color: var(--fobex-gray);
	opacity: 1;
}

.search-field__search-form ::placeholder {
	color: var(--fobex-gray);
	opacity: 1;
}

.search-field__search-form :-ms-input-placeholder {
	color: var(--fobex-gray);
}

.search-field__search-form ::-ms-input-placeholder {
	color: var(--fobex-gray);
}

.search-field__search-form button[type="submit"] {
	background-color: var(--fobex-base);
	color: var(--fobex-white);
	font-size: 22px;
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	width: 60px;
	outline: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	padding: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-field__search-form button[type="submit"]:hover {
	background-color: var(--fobex-black);
}

/*
# FAQ Page
*/
.faq-page {
	position: relative;
	display: block;
	counter-reset: count;
	padding: 120px 0 120px;
	z-index: 1;
}

.faq-page .container {
	max-width: 900px;
}

.faq-page__inner {
	position: relative;
	display: block;
	margin-left: 70px;
}

.faq-page__inner .faq-one-accrodion .accrodion {
	position: relative;
	display: block;
	border: 1px solid var(--fobex-bdr-color);
	padding: 20px 22px 20px;
}

.faq-page__inner .faq-one-accrodion .accrodion-title {
	position: relative;
	display: block;
	cursor: pointer;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.faq-page__inner .faq-one-accrodion .accrodion-title h4 {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	color: var(--fobex-black);
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-page__inner .faq-one-accrodion .accrodion+.accrodion {
	margin-top: 30px;
}

.faq-page__inner .faq-one-accrodion .accrodion.active .accrodion-title {
	border-bottom: 1px solid transparent;
}

.faq-page__inner .faq-one-accrodion .accrodion-title h4::before {
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 15px;
	color: var(--fobex-black);
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-align: center;
}

.faq-page__inner .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
	content: "\f068";
	color: var(--fobex-base);
}

.faq-page__inner .faq-one-accrodion .accrodion-content {
	position: relative;
	padding-top: 20px;
}

.faq-page__inner .faq-one-accrodion .accrodion-content p {
	margin: 0;
}

.faq-page__count {
	position: absolute;
	top: -1px;
	left: -70px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border: 1px solid var(--fobex-bdr-color);
	background-color: transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-page__count:before {
	position: absolute;
	font-size: 22px;
	line-height: 40px;
	font-weight: 700;
	counter-increment: count;
	content: "Q:" counter(count);
	color: var(--fobex-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-page__inner .faq-one-accrodion .accrodion.active .faq-page__count {
	border: 1px solid var(--fobex-base);
	background-color: var(--fobex-base);
}

.faq-page__inner .faq-one-accrodion .accrodion.active .faq-page__count:before {
	color: var(--fobex-white);
}

/*
# Great Platform
*/
.great-platform {
	position: relative;
	display: block;
	padding: 60px 0 40px;
	z-index: 1;
}

.great-platform__inner {
	margin-bottom: 30px;
    position: relative;
    display: block;
    padding: 50px 0;
    background-color: #14473b;
    z-index: 1;
}

.great-platform__left {
	position: relative;
	display: block;
	margin-top: 20px;
}

.great-platform__left .section-title {
	margin-bottom: 30px;
}

.great-platform__left .section-title__title {
text-transform: uppercase;
    background: #46b42f;
    width: 180px;
    padding: 4px 20px;
    color: #fff;
}

.great-platform__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.great-platform__btn-box {
	position: relative;
	display: block;
	margin-top: 38px;
}

.great-platform__right {
    position: relative;
    display: block;
    padding-right: 30px;
}

.great-platform__img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.great-platform__img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 8px;
}

.video-one {
	position: relative;
	display: block;
	padding: 300px 0 300px;
	z-index: 1;
}

.video-one__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.video-one__bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(1, 15, 11, .40);
}

.video-one__inner {
	position: relative;
	display: block;
}

.video-one__video-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-one__video-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 95px;
	height: 95px;
	line-height: 95px;
	text-align: center;
	font-size: 17px;
	color: var(--fobex-black);
	background-color: var(--fobex-primary);
	border-radius: 50%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	z-index: 1;
}

.video-one__video-icon:hover {
	background-color: var(--fobex-base);
	color: var(--fobex-white);
}

.video-one__video-icon::before {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	border: 2px solid var(--fobex-bdr-color);
	border-radius: 50%;
	z-index: -1;
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 115px;
	height: 115px;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-box-shadow: 0 0 0 0 rgba(var(--fobex-white-rgb), 0.6);
	-o-box-shadow: 0 0 0 0 rgba(var(--fobex-white-rgb), 0.6);
	-webkit-box-shadow: 0 0 0 0 rgba(var(--fobex-white-rgb), 0.6);
	box-shadow: 0 0 0 0 rgba(var(--fobex-white-rgb), 0.6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.video-one__video-icon .ripple:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	content: "";
	position: absolute;
}

.video-one__video-icon .ripple:after {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	content: "";
	position: absolute;
}

.video-one__title {
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	text-transform: capitalize;
	margin-left: 30px;
	color: var(--fobex-white);
}

/*
# Get Estimate
*/
.get-estimate {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	z-index: 1;
}

.get-estimate__left {
	position: relative;
	display: block;
	margin-right: 55px;
}

.get-estimate__img {
	position: relative;
	display: block;
}

.get-estimate__img img {
	width: 100%;
}

.get-estimate__right {
	position: relative;
	display: block;
	margin-right: 112px;
	margin-top: 20px;
}

.get-estimate__right .section-title {
	margin-bottom: 30px;
}

.get-estimate__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.get-estimate__form {
	position: relative;
	display: block;
	margin-top: 29px;
}

.get-estimate__input-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.get-estimate__input-box input[type="text"],
.get-estimate__input-box input[type="email"] {
	height: 60px;
	width: 100%;
	outline: none;
	font-size: 15px;
	color: var(--fobex-gray);
	border-radius: 3px;
	border: 1px solid #CED7D1;
	background: #FFF;
	display: block;
	font-weight: 400;
	padding: 0 25px 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.get-estimate__showing-sort {
	position: relative;
	display: block;
	width: 100%;
}

.get-estimate__showing-sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	position: relative;
	display: block;
	width: 100% !important;

}

.get-estimate__showing-sort .bootstrap-select>.dropdown-toggle::after {
	display: none;
}

.get-estimate__showing-sort .bootstrap-select>.dropdown-toggle {
	position: relative;
	height: 60px;
	outline: none !important;
	margin: 0;
	padding: 0 25px 0;
	color: var(--fobex-gray) !important;
	font-size: 15px;
	line-height: 60px;
	font-weight: 400;
	box-shadow: none !important;
	background-repeat: no-repeat;
	background-size: 14px 12px;
	border-radius: 3px;
	border: 1px solid #CED7D1;
	background: #FFF;
	background-position: right 25.75px center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.get-estimate__showing-sort .bootstrap-select>.dropdown-toggle:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	font-size: 15px;
	color: var(--fobex-gray);
}

.get-estimate__showing-sort .dropdown-menu {
	border-radius: 3px;
}

.get-estimate__input-box textarea {
	width: 100%;
	height: 150px;
	outline: none;
	font-size: 15px;
	color: var(--fobex-gray);
	display: block;
	font-weight: 400;
	border-radius: 3px;
	border: 1px solid #CED7D1;
	background: #FFF;
	padding: 15px 25px 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.get-estimate__btn-box {
	position: relative;
	display: block;
}

.get-estimate__btn {
	border: none;
	border-radius: 3px;
}

.get-estimate__btn::after {
	border-radius: 3px;
}

.get-estimate__input-box.text-message-box {
	height: 150px;
}

/*
# About Three
*/
.about-three {
	position: relative;
	display: block;
	padding: 40px 0;
	z-index: 1;
}

.about-three__left {
	position: relative;
	display: block;
	margin-right: 65px;
}

.about-three__img {
	position: relative;
	display: block;
}

.about-three__img img {
	width: 100%;
	object-fit: cover;
	max-height: 500px;
}

.about-three__happy-client {
		border: 1px solid #1345392e;
    position: absolute;
    right: -25px;
    bottom: -18px;
    width: 293px;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 26px;
    border-radius: 8px;

	}
	.about-three__happy-client img{
			    transform: scale(1);
    transition: 200ms all;
	}
	.about-three__happy-client img:hover{
		    transform: scale(1.2);
    transition: 250ms all;
	}

.about-three__happy-client-icon {
	position: relative;
	display: inline-block;
}

.about-three__happy-client-icon span {
	position: relative;
	display: inline-block;
	font-size: 84px;
	color: var(--fobex-black);
}

.about-three__happy-client-count-box {
	position: relative;
	display: block;
	margin-left: 7px;
}

.about-three__happy-client-count {
	position: relative;
	display: flex;
	align-items: center;
}

.about-three__happy-client-count h3 {
	font-size: 45px;
	font-weight: 700;
	line-height: 55px;
	text-transform: uppercase;
}

.about-three__happy-client-count span {
	font-size: 45px;
	font-weight: 700;
	line-height: 55px;
	text-transform: uppercase;
	color: var(--fobex-black);
}

.about-three__happy-client-count-box p {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	color: var(--fobex-black);
}

.about-three__right {
	position: relative;
	display: block;
	margin-right: 115px;
	margin-top: 18px;
}

.about-three__right .section-title {
	margin-bottom: 30px;
}

.about-three__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6em;
	font-family: var(--roboto);
}

.about-three__points {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 31px;
	border-bottom: 1px solid var(--fobex-bdr-color);
	padding-bottom: 25px;
	margin-bottom: 26px;
}

.about-three__points li {
	position: relative;
	display: block;
}

.about-three__points li+li {
	margin-left: 24px;
}

.about-three__points-title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.about-three__title-1 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.about-three__text-1 {
	margin-top: 14px;
	margin-bottom: 42px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6em;
	font-family: var(--roboto);
	text-align: justify;
}

.about-three__btn-box {
	position: relative;
	display: block;
}

/*
# Services Three
*/
.services-three {
	position: relative;
	display: block;
	background-color: #F5F8F7;
	padding: 120px 0 90px;
	z-index: 1;
}

.services-three__bg-shape {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.services-three__single {
	position: relative;
	display: block;
	background-color: var(--fobex-white);
	padding: 52px 60px 49px;
	margin-bottom: 30px;
}

.services-three__title {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
}

.services-three__title a {
	color: var(--fobex-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-three__title a:hover {
	color: var(--fobex-base);
}

.services-three__text {
	margin-top: 20px;
	border-bottom: 1px solid var(--fobex-bdr-color);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.services-three__explore-more {
	position: relative;
	display: inline-block;
}

.services-three__explore-more a {
	position: relative;
	display: flex;
	align-items: center;
	color: #5F6165;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-three__explore-more a:hover {
	color: var(--fobex-base);
}

.services-three__explore-more a span {
	margin-left: 7px;
}

/*
# Team Two
*/
.team-two {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	z-index: 1;
}

.team-two .section-title {
	margin-bottom: 28px;
}

.team-two .section-title__title {
	text-transform: uppercase;
}

.team-two__bottom {
	position: relative;
	display: block;
	margin-right: -300px;
	padding-top: 50px;
	border-top: 1px solid var(--fobex-bdr-color);
}

.team-two__carousel {
	position: relative;
	display: block;
}

.team-two__carousel.owl-theme .owl-nav {
	position: absolute;
	top: -133px;
	right: 300px;
	margin: 0;
}

.team-two__carousel.owl-theme .owl-nav .owl-next {
	height: 52px;
	width: 80px;
	line-height: 52px;
	border-radius: 26px;
	color: var(--fobex-gray);
	background-color: transparent;
	border: 1px solid var(--fobex-bdr-color);
	font-size: 25px;
	margin: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-two__carousel.owl-theme .owl-nav .owl-prev {
	height: 52px;
	width: 80px;
	line-height: 52px;
	border-radius: 26px;
	color: var(--fobex-gray);
	background-color: transparent;
	border: 1px solid var(--fobex-bdr-color);
	font-size: 25px;
	margin: 0;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	display: inline-block;
}

.team-two__carousel.owl-theme .owl-nav .owl-next {
	margin-left: 5px;
}

.team-two__carousel.owl-theme .owl-nav .owl-prev {
	margin-right: 5px;
}

.team-two__carousel.owl-theme .owl-nav .owl-next span,
.team-two__carousel.owl-theme .owl-nav .owl-prev span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-two__carousel.owl-theme .owl-nav .owl-next:hover,
.team-two__carousel.owl-theme .owl-nav .owl-prev:hover {
	background-color: var(--fobex-base);
	border: 1px solid var(--fobex-base);
	color: var(--fobex-white);
}

/*
# Progress Two
*/
.progress-two {
	position: relative;
	display: block;
}

.progress-two__left {
	position: relative;
	display: block;
	margin-right: 51px;
}

.progress-two__img {
	position: relative;
	display: block;
}

.progress-two__img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	width: 20px;
	background-color: var(--fobex-white);
	transform: translateX(-50%)
}

.progress-two__img img {
	width: 100%;
}

.progress-two__right {
	position: relative;
	display: block;
	margin-top: 30px;
}

.progress-two__right .section-title__title {
	text-transform: uppercase;
}

.progress-two__right .section-title {
	margin-bottom: 30px;
}

.progress-two__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.progress-two__progress-list {
	position: relative;
	display: block;
	margin-top: 40px;
}

.progress-two__progress-list li {
	position: relative;
	display: block;
}

.progress-two__progress-list li+li {
	margin-top: 43px;
}

.progress-two__single {
	position: relative;
	display: block;
}

.progress-two__progress-title {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 31px;
}

.progress-two__single .bar {
	position: relative;
	width: 100%;
	height: 2px;
	background-color: var(--fobex-bdr-color);
}

.progress-two__single .bar-inner {
	position: relative;
	display: block;
	top: -13px;
	width: 0px;
	height: 10px;
	background-color: var(--fobex-base);
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.progress-two__single .bar.marb-0 {
	margin-bottom: 0;
}

.how-it-work__two {
	padding: 60px 0 60px;
}

.services-four {
	padding: 60px 0 30px;
}

.services-four .section-title-two__tagline {
	color: var(--fobex-primary);
}

.services-four .section-title-two__title {
	color: var(--fobex-white);
}

/*
# FAQ Two
*/
.faq-two {
	position: relative;
	display: block;
	padding: 140px 0 133px;
	z-index: 1;
}

.faq-two__bg {
	position: absolute;
	top: 120px;
	left: 0;
	bottom: 120px;
	width: calc((100% - 30px) /2);
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: -1;
}

.faq-two__right {
	position: relative;
	display: block;
	margin-left: 45px;
	margin-right: 107px;
}

.faq-two__right .section-title {
	margin-bottom: 30px;
}

.faq-two__right .section-title__title {
	text-transform: uppercase;
}

.faq-two__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.faq-two__faq-box {
	position: relative;
	display: block;
	margin-top: 30px;
	margin-bottom: 44px;
}

.faq-two__faq-box .faq-two-accrodion .accrodion {
	position: relative;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-two__faq-box .faq-two-accrodion .accrodion-title {
	position: relative;
	display: block;
	cursor: pointer;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.faq-two__faq-box .faq-two-accrodion .accrodion-title h4 {
	margin: 0;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	color: var(--fobex-black);
	padding-left: 30px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-two__faq-box .faq-two-accrodion .accrodion.active .accrodion-title h4 {
	color: var(--fobex-black);
}

.faq-two__faq-box .faq-two-accrodion .accrodion+.accrodion {
	margin-top: 25px;
}

.faq-two__faq-box .faq-two-accrodion .accrodion-title h4::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-align: center;
	width: 20px;
	height: 20px;
	background-color: #EBF3EE;
	transform: translateY(-50%);
}

.faq-two__faq-box .faq-two-accrodion .accrodion-title h4::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 6px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-align: center;
	width: 8px;
	height: 8px;
	background-color: var(--fobex-base);
	transform: translateY(-50%);
}

.faq-two__faq-box .faq-two-accrodion .accrodion.active .accrodion-title h4::before {
	background-color: var(--fobex-base);
}

.faq-two__faq-box .faq-two-accrodion .accrodion.active .accrodion-title h4::after {
	background-color: var(--fobex-primary);
}

.faq-two__faq-box .faq-two-accrodion .accrodion-content {
	position: relative;
	padding-left: 30px;
	padding-top: 14px;
}

.faq-two__faq-box .faq-two-accrodion .accrodion-content p {
	margin: 0;
}

.faq-two__btn-box {
	position: relative;
	display: block;
}

/*
# Counter Two
*/
.counter-two {
	background-color: #EBF3EE;
}

.counter-two .counter-one__icon span {
	color: var(--fobex-base);
}

.counter-two .counter-one__count h3 {
	color: var(--fobex-black);
}

.counter-two .counter-one__count p {
	color: var(--fobex-gray);
}

.counter-two .counter-one__count::before {
	background-color: var(--fobex-bdr-color);
}

/*
# Feature Two
*/
.feature-one.feature-two {
	background-color: transparent;
}

/*
# Personal Expertise
*/
.personal-expertise {
	position: relative;
	display: block;
	padding-bottom: 100px;
	z-index: 1;
}

.personal-expertise__bg {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.personal-expertise__bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(1, 15, 11, .20);
}

.personal-expertise__box {
	position: relative;
	display: block;
	background: #FFF;
	box-shadow: 6px 0px 8px 0px rgba(106, 108, 113, 0.10);
	margin-left: 72px;
	margin-right: 82px;
	padding: 60px 76px 60px;
}

.personal-expertise__box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 10px;
	background-color: var(--fobex-base);
}

.personal-expertise__title {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	text-transform: capitalize;
}

.personal-expertise__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 25px;
	margin-bottom: 32px;
}

.personal-expertise__points {
	position: relative;
	display: block;
}

.personal-expertise__points li {
	position: relative;
	display: flex;
}

.personal-expertise__points li+li {
	margin-top: 30px;
}

.personal-expertise__points li .icon {
	position: relative;
	display: inline-block;
}

.personal-expertise__points li .icon span {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: var(--fobex-gray);
}

.personal-expertise__points li p {
	margin-left: 10px;
}

/*
# Progress Three
*/
.progress-three {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	z-index: 1;
}

.progress-three__left {
	position: relative;
	display: block;
	margin-right: -6px;
	margin-top: 30px;
}

.progress-three__left .section-title {
	margin-bottom: 30px;
}

.progress-three__left .section-title__title {
	text-transform: uppercase;
}

.progress-three__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.progress-three__progress-list {
	position: relative;
	display: block;
	margin-top: 40px;
}

.progress-three__progress-list li {
	position: relative;
	display: block;
}

.progress-three__progress-list li+li {
	margin-top: 43px;
}

.progress-three__single {
	position: relative;
	display: block;
}

.progress-three__progress-title {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 31px;
}

.progress-three__single .bar {
	position: relative;
	width: 100%;
	height: 2px;
	background-color: var(--fobex-bdr-color);
}

.progress-three__single .bar-inner {
	position: relative;
	display: block;
	top: -13px;
	width: 0px;
	height: 10px;
	background-color: var(--fobex-base);
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.progress-three__single .bar.marb-0 {
	margin-bottom: 0;
}

.progress-three__right {
	position: relative;
	display: block;
	margin-left: 50px;
}

.progress-three__img {
	position: relative;
	display: block;
}

.progress-three__img::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 20px;
	transform: translateX(-50%);
	background-color: var(--fobex-white);
}

.progress-three__img img {
	width: 100%;
}

/*
# Appointment Three
*/
.appointment-one.appointment-three {
	margin-top: 0;
}

/*
# Services Five 
*/
.services-five {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	z-index: 1;
}

.services-five .services-two__single {
	margin-bottom: 30px;
}

/*
# Project Page
*/
.project-page {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	z-index: 1;
}

.project-page .project-one__single {
	margin-bottom: 30px;
}

/*
# CTA One
*/
.cta-one {
	position: relative;
	display: block;
	z-index: 1;
}

.cta-one__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.cta-one__inner {
	position: relative;
	display: block;
	text-align: center;
	background-color: var(--fobex-primary);
	margin-left: 645px;
	margin-right: 195px;
	padding: 120px 50px 120px;
	z-index: 1;
}

.cta-one__bg-shape {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.cta-one__inner .section-title-two {
	margin-bottom: 34px;
}

.cta-one__inner .section-title-two__tagline {
	color: var(--fobex-black);
}

.cta-one__btn-box {
	position: relative;
	display: block;
}

.cta-one__btn {
	background-color: var(--fobex-black);
}

.cta-one__btn:after {
	background: var(--fobex-base);
}

/*
# Project Details
*/
.project-details {
	position: relative;
	display: block;
	padding: 109px 0 120px;
	z-index: 1;
}

.project-details__top {
	position: relative;
	display: block;
}

.project-details__top .container {
	max-width: 900px;
}

.project-details__title-1 {
	font-size: 45px;
	font-weight: 700;
	line-height: 55px;
	text-transform: uppercase;
}

.project-details__text-1 {
	margin-top: 30px;
	margin-bottom: 23px;
}

.project-details__img-box {
	position: relative;
	display: block;
	margin-top: 39px;
}

.project-details__img-box-img {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.project-details__img-box-img img {
	width: 100%;
}

.project-details__info-box {
	position: relative;
	display: block;
}

.project-details__info-box .container {
	max-width: 900px;
}

.project-details__info {
	position: relative;
	display: block;
	background-color: #EBF3EE;
	padding: 41px 80px 40px;
}

.project-details__info-list {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.project-details__info-list li {
	position: relative;
	display: block;
}

.project-details__info-list li p {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	color: var(--fobex-black);
	margin-top: 5px;
}

.project-details__info-list li p a {
	color: var(--fobex-black);
}

.project-details__title-2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	margin-top: 53px;
	margin-bottom: 18px;
}

.project-details__title-3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	margin-top: 51px;
	margin-bottom: 18px;
}

.project-details__process {
	position: relative;
	display: block;
	margin-top: 37px;
	margin-bottom: 60px;
	padding-bottom: 38px;
	border-bottom: 1px solid var(--fobex-bdr-color);
	counter-reset: count;
}

.project-details__process-single {
	position: relative;
	display: block;
	margin-bottom: 22px;
}

.project-details__process-img-box {
	position: relative;
	display: block;
}

.project-details__process-img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.project-details__process-img:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--fobex-black-rgb), .30);
	transform: scale(1, 0);
	transition: transform 500ms ease;
	transform-origin: top center;
	z-index: 1;
}

.project-details__process-single:hover .project-details__process-img:before {
	transform: scale(1, 1);
	transform-origin: bottom center;
}

.project-details__process-img img {
	width: 100%;
	transform: scale(1);
	transition: transform 500ms ease;
}

.project-details__process-single:hover .project-details__process-img img {
	transform: scale(1.05);
}

.project-details__process-count {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--fobex-primary);
	padding: 8px 29px 6px;
	border-radius: 20px;
	z-index: 2;
}

.project-details__process-count:before {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	text-transform: uppercase;
	counter-increment: count;
	content: "step - 0" counter(count);
	transition: all 200ms linear;
	transition-delay: 0.1s;
	color: var(--fobex-black);
	text-align: center;
}

.project-details__process-content {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 41px;
}

.project-details__process-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	text-transform: capitalize;
	margin-bottom: 14px;
}

.project-details__process-title a {
	color: var(--fobex-black);
}

.project-details__bottom {
	position: relative;
	display: block;
}

.project-details__bottom .container {
	max-width: 900px;
}

.project-details__title-4 {
	font-size: 30px;
	font-weight: 500;
	line-height: 26px;
}

.project-details__text-5 {
	margin-top: 25px;
	margin-bottom: 22px;
}

.project-details__pagination-box {
	position: relative;
	display: block;
	background-color: #EBF3EE;
	padding: 39px 80px 34px;
	margin-top: 57px;
}

.project-details__pagination {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.project-details__pagination li {
	position: relative;
	display: block;
}

.project-details__pagination li a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	color: var(--fobex-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-details__pagination li a:hover {
	color: var(--fobex-base);
}

.project-details__pagination li a>span {
	font-weight: 900;
}

.project-details__pagination li:first-child a>span {
	margin-right: 7px;
}

.project-details__pagination li:last-child a>span {
	margin-left: 7px;
}

.project-details__pagination li .icon {
	position: relative;
	display: inline-block;
}

.project-details__pagination li .icon>span {
	position: relative;
	display: inline-block;
	font-size: 42px;
	color: var(--fobex-black);
}

/*
# Services Six
*/
.services-six {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	z-index: 1;
}

.services-six__bg-shape {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.services-six .section-title__title {
	text-transform: uppercase;
}

.services-six__bottom {
	position: relative;
	display: block;
}

.services-six__carousel {
	position: relative;
	display: block;
}

.services-six__single {
	position: relative;
	display: flex;
	align-items: center;
}

.services-six__img-box {
	position: relative;
	display: block;
}

.services-six__img {
	position: relative;
	display: block;
	width: 338px;
	overflow: hidden;
	z-index: 1;
}

.services-six__img:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--fobex-black-rgb), .30);
	width: 0%;
	transform: translateY(100%);
	transition: all 500ms ease;
	z-index: 1;
}

.services-six__single:hover .services-six__img:before {
	transform: translateY(0);
	width: 100%;
}

.services-six__img img {
	width: 100%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-six__single:hover .services-six__img img {
	transform: scale(1.05);
}

.services-six__content {
	position: relative;
	display: block;
	background-color: var(--fobex-white);
	padding: 48.4px 40px 40px;
}

.services-six__icon {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.services-six__icon-shape {
	position: absolute;
	top: -8px;
	left: -28px;
	width: 83px;
	height: 83px;
	background-color: var(--fobex-primary);
	border-radius: 50%;
	z-index: -1;
}

.services-six__icon span {
	position: relative;
	display: inline-block;
	font-size: 68px;
	color: var(--fobex-black);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.services-six__icon:hover span {
	transform: scale(0.9);
}

.services-six__title {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	text-transform: capitalize;
	margin-top: 23px;
	margin-bottom: 15px;
}

.services-six__title a {
	color: var(--fobex-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-six__title a:hover {
	color: var(--fobex-base);
}

.services-six__btn {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	margin-top: 26px;
	color: var(--fobex-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-six__btn:hover {
	color: var(--fobex-base);
}

.services-six__btn span {
	position: relative;
	margin-left: 8px;
	font-weight: 900;
	top: -1px;
}

.services-six__carousel.owl-theme .owl-nav {
	position: absolute;
	top: -140px;
	right: 0;
}

.services-six__carousel.owl-theme .owl-nav .owl-next {
	height: 52px;
	width: 80px;
	line-height: 52px;
	border-radius: 26px;
	color: var(--fobex-gray);
	background-color: transparent;
	border: 1px solid var(--fobex-bdr-color);
	font-size: 25px;
	margin: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-six__carousel.owl-theme .owl-nav .owl-prev {
	height: 52px;
	width: 80px;
	line-height: 52px;
	border-radius: 26px;
	color: var(--fobex-gray);
	background-color: transparent;
	border: 1px solid var(--fobex-bdr-color);
	font-size: 25px;
	margin: 0;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	display: inline-block;
}

.services-six__carousel.owl-theme .owl-nav .owl-next {
	margin-left: 5px;
}

.services-six__carousel.owl-theme .owl-nav .owl-prev {
	margin-right: 5px;
}

.services-six__carousel.owl-theme .owl-nav .owl-next span,
.services-six__carousel.owl-theme .owl-nav .owl-prev span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.services-six__carousel.owl-theme .owl-nav .owl-next:hover,
.services-six__carousel.owl-theme .owl-nav .owl-prev:hover {
	background-color: var(--fobex-base);
	border: 1px solid var(--fobex-base);
	color: var(--fobex-white);
}

/*
## Error Page
*/
.error-page {
	position: relative;
	display: block;
	padding: 72px 0 120px;
	z-index: 1;
}

.error-page__inner {
	position: relative;
	display: block;
	text-align: center;
}

.error-page__title-box {
	position: relative;
	display: inline-block;
	z-index: 2;
}

.error-page__title {
	position: relative;
	display: inline-block;
	font-size: 350px;
	line-height: 350px;
	font-weight: 500;
	color: var(--fobex-base);
	z-index: 2;
}

.error-page__tagline {
	font-size: 40px;
	line-height: 49px;
	font-weight: 400;
	color: var(--fobex-black);
	text-transform: uppercase;
	margin-bottom: 8px;
}

.error-page__text {
	font-size: 20px;
}

.error-page__form {
	position: relative;
	display: block;
	margin: 47px auto 20px;
}

.error-page__form-input {
	position: relative;
	display: block;
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
}

.error-page__form input[type="search"] {
	height: 60px;
	width: 100%;
	border: none;
	outline: none;
	background-color: #F7F9FA;
	border: 0;
	font-size: 14px;
	color: var(--fobex-gray);
	font-weight: 500;
	padding-left: 50px;
	padding-right: 75px;
	border-radius: 0;
}

.error-page__form button[type="submit"] {
	background-color: transparent;
	color: var(--fobex-black);
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0;
	width: 72px;
	outline: none;
	border: none;
	display: flex;
	align-items: center;
	padding: 0;
}

.error-page__btn {
	background-color: var(--fobex-base);
}

.error-page__btn:before {
	background-color: var(--fobex-black);
}

.team-details {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 120px 0px 0px;
	z-index: 1;
}

.team-details__top {
	position: relative;
	display: block;
	padding: 0px 0px 92px;
}

.team-details__top-left {
	position: relative;
	display: block;
	overflow: hidden;
}

.team-details__top-img {
	position: relative;
	display: block;
	background: #090909;
	overflow: hidden;
	z-index: 1;
}

.team-details__top-img::before {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(var(--fobex-base-rgb), .7) 0%, rgba(var(--fobex-base-rgb), .3) 100%);
	transform: skewX(25deg);
	z-index: 1;
}

.team-details__top-img:hover::before {
	-webkit-animation: shine 1.9s;
	animation: shine 1.9s;
}

.team-details__top-img img {
	width: 100%;
	transition: all 500ms linear;
	transition-delay: 0.2s;
}

.team-details__top-img img:hover {
	transform: scale(1.1) rotate(0deg);
	transition: all 500ms linear;
	transition-delay: 0.1s;
}


.team-details__top-right {
	position: relative;
	display: block;
	margin-left: 70px;
}

.team-details__top-content {
	position: relative;
	display: block;
	margin-top: -7px;
}

.team-details__top-title {
	color: var(--fobex-gray);
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0;
	margin-bottom: 6px;
}

.team-details__top-name {
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
	text-transform: capitalize;
}

.team-details__social {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 31px;
	margin-bottom: 28px;
}

.team-details__social a {
	position: relative;
	height: 45px;
	width: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background-color: #f6f4f9;
	color: var(--fobex-black);
	font-size: 15px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-details__social a:hover {
	background-color: var(--fobex-base);
	color: var(--fobex-white);
}

.team-details__social a+a {
	margin-left: 10px;
}

.team-details__top-text-1 {
	color: var(--fobex-base);
	font-size: 30px;
	line-height: 46px;
	font-weight: 400;
	margin: 0;
}

.team-details__top-text-2 {
	font-size: 18px;
	line-height: 34px;
	font-weight: 400;
	padding-top: 36px;
	padding-bottom: 34px;
	margin: 0;
}

.team-details__top-text-3 {
	font-size: 18px;
	line-height: 34px;
	font-weight: 400;
	margin: 0;
}


.team-details__certificate {
	position: relative;
	display: block;
	padding: 0px 0px 120px;
}

.team-details__certificate-title {
	position: relative;
	display: block;
	margin-bottom: 32px;
}

.team-details__certificate-title h2 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	text-transform: uppercase;
}

.team-details__certificate-list {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -15px;
	margin-right: -15px;
}

.team-details__certificate-single {
	position: relative;
	display: block;
	padding: 0px 15px 0px;
}

.team-details__certificate-single-img {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--fobex-black);
}

.team-details__certificate-single-img:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.60);
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all;
	opacity: 0;
	z-index: 5;
}

.team-details__certificate-single:hover .team-details__certificate-single-img:before {
	opacity: 1;
}

.team-details__certificate-single-img img {
	width: 100%;
}


/***

    Team Details Bottom

***/
.team-details-bottom {
	position: relative;
	display: block;
	background: #f6f4f9;
	padding: 120px 0px 109px;
}

.team-details-bottom__left {
	position: relative;
	display: block;
}

.team-details-bottom__left .section-title {
	margin-bottom: 0px;
}

.team-details-bottom__right {
	position: relative;
	display: block;
}

.team-details-bottom__progress {
	position: relative;
	display: block;
}

.team-details-bottom__progress-single {
	position: relative;
	display: block;
}

.team-details-bottom__progress-title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 13px;
	text-transform: uppercase;
	font-weight: 500;
}

.team-details-bottom__progress .bar {
	position: relative;
	width: 100%;
	height: 7px;
	background-color: var(--fobex-white);
	border-radius: 5px;
	margin-bottom: 11px;
}

.team-details-bottom__progress .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 7px;
	border-radius: 5px;
	background: var(--fobex-base);
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.team-details-bottom__progress .count-text {
	position: absolute;
	right: -41px;
	bottom: 20px;
	color: var(--fobex-white);
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	opacity: 0;
	background-color: var(--fobex-black);
	padding-left: 10px;
	padding-right: 10px;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.team-details-bottom__progress .count-text:before {
	position: absolute;
	bottom: -6px;
	left: 0;
	border: 3px solid var(--fobex-black);
	content: "";
	border-right: 4px solid transparent;
	border-bottom: 3px solid transparent;
}

.team-details-bottom__progress .bar-inner.counted .count-text {
	opacity: 1;
}

/*
# Gallery Page
*/
.gallery-page {
	position: relative;
	display: block;
	padding: 120px 0 110px;
}

.gallery-page .row {
	--bs-gutter-x: 10px;
}

.gallery-page .container {
	max-width: 1572px;
}

.gallery-page__single {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

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

.gallery-page__img:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: -2px;
	left: 0;
	right: 0;
	background-color: var(--fobex-base);
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0) translateZ(100px);
	transform: scaleY(0) translateZ(100px);
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
	z-index: 2;
}

.gallery-page__single:hover .gallery-page__img:before {
	opacity: .90;
	visibility: visible;
	-webkit-transform: scaleY(1) translateZ(0px);
	transform: scaleY(1) translateZ(0px);
}

.gallery-page__img-box {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #090909;
}

.gallery-page__img img {
	width: 100%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.gallery-page__single:hover .gallery-page__img img {
	transform: scale(1.05);
}

.gallery-page__icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
}

.gallery-page__icon a {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: var(--fobex-white);
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 2;
}


.gallery-page__single:hover .gallery-page__icon a {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition-delay: 500ms;
	opacity: 1;
}

.gallery-page__icon a:hover {
	color: var(--fobex-black);
}


/*
# Testimonial Page
*/
.testimonials-page {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.testimonials-page .testimonial-two__single {
	box-shadow: 5px 5px 10px 5px rgba(190, 190, 190, 0.05);
	margin-bottom: 30px;
}


/*
# News Carousel Page
*/
.news-carousel-page {
	position: relative;
	display: block;
	padding: 120px 0 170px;
}

.news-carousel-page .news-two__single {
	margin-bottom: 0;
}


.carousel-dot-style.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.carousel-dot-style.owl-carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease, visibility 500ms ease;
}

.carousel-dot-style.owl-carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}

.carousel-dot-style.owl-carousel .owl-dots {
	position: absolute;
	bottom: -50px;
	left: 0px;
	right: 0;
	text-align: center;
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--fobex-base);
	margin: 0px 5px;
	padding: 0px;
	transition: all 100ms linear;
	transition-delay: 0.1s;
}

.carousel-dot-style.owl-carousel .owl-dot.active {
	width: 10px;
	height: 10px;
	background-color: var(--fobex-black);
}

.carousel-dot-style.owl-carousel .owl-dot:focus {
	outline: none;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot span {
	display: none;
}


/*
# Team Carousel Page
*/
.team-carousel-page {
	position: relative;
	display: block;
	padding: 120px 0 170px;
}

.team-carousel-page .team-one__single {
	margin-bottom: 0;
}

/*
# Pricing Carousel Page
*/
.pricing-carousel-page {
	position: relative;
	display: block;
	padding: 120px 0 170px;
}

.pricing-carousel-page .pricing-one__single {
	margin-bottom: 0;
}

/*
# Projects Carousel Page
*/
.project-carousel-page {
	position: relative;
	display: block;
	padding: 120px 0 170px;
}


/*
# Testimonials Carousel Page
*/
.testimonials-carousel-page {
	position: relative;
	display: block;
	padding: 120px 0 170px;
}

.testimonials-carousel-page .testimonial-two__single {
	padding: 50px 15px 53px;
	padding-right: 15px;
}

.logo_box {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.logo_box img {
	width: 50px;
	height: 50px;
}

.logo_box span {
	color: #fff;
	text-transform: uppercase;
	margin-left: 8px;
	font-weight: 600;
	font-size: 17px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.about-one__btn-box {
	margin-bottom: 40px;
}
.lang{
display: flex;
    width: 100%;
    justify-content: end;
    position: absolute;
    width: fit-content;
    right: 0;
}
.lang .lang_box{
	background: #46b42f;
    margin-top: 5px;
    border-radius: 50px;
}
.lang .lang_box:hover{
	background: #46b42f8c;
}
.lang img{
	height: 38px;
}
.lang a span{
	color: #fff;
	padding: 0 16px;
}

@media(max-width: 850px) {
	.logo_box img {
		width: 40px;
		height: 40px;
	}

	.about-one__points li {
		width: 100%;
	}

	.services-one__icon span {
		font-size: 40px;
	}
	.great-platform__left {
		margin-left: -10px;
	}
}

