/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

:root {
 --theme-font: "DM Sans", sans-serif;
 --theme-font-two: "Barlow Condensed", sans-serif;
 --theme-reey-font: "reeyregular";
 --theme-gray: #726d7b;
 --theme-gray-rgb: 114, 109, 123;
 --theme-white: #ffffff;
 --theme-white-rgb: 255, 255, 255;
 --theme-black: #04000b;
 --theme-black-rgb: 4, 0, 11;
 --theme-base: #6222cc;
 --theme-base-rgb: 98, 34, 204;
 --theme-bdr-radius: 8px;
}
.row {
 --bs-gutter-x: 30px;
}
.gutter-y-30 {
 --bs-gutter-y: 30px;
}
body {
	font-family: var(--theme-font);
	color: var(--theme-gray);
	font-size: 18px;
	line-height: 34px;
	font-weight: 400;
	-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;user-select: none;
}
body.locked {
	overflow: hidden;
}
a {
	color: var(--theme-gray);
}
a, a:hover, a:focus, a:visited {
	text-decoration: none;
}

::placeholder {
 color: inherit;
 opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--theme-black);
	margin: 0;
	font-family: var(--theme-font-two);
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
}

::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;
}

/*@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}*/

::placeholder {
 color: inherit;
 opacity: 1;
}
.section-separator {
	border-color: var(--thm-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;
}
.thm-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	outline: none !important;
	background-color: #f97d03;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 17px 60px 17px;
	transition: all 0.3s linear;
	overflow: hidden;
	z-index: 1;
	font-family: var(--theme-font-two);
	letter-spacing: 0.1em;
	border-radius: var(--theme-bdr-radius);
}
.thm-btn-padding {
	padding: 8px 40px 8px;
}
.thm-btn:hover {
	color: var(--theme-white);
}
.thm-btn:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fa7b04;
	/*	background-color: var(--theme-black);*/
    transform: scale(0);
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border-radius: var(--theme-bdr-radius);
	opacity: 1;
	z-index: -1;
}
.thm-btn:hover:after {
	opacity: 1;
	transform: scale(1);
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.section-title {
	margin-top: -12px;
	margin-bottom: 50px;
}
.section-title__tagline {
	position: relative;
	display: inline-block;
	color: var(--theme-gray);
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 3px;
	font-family: var(--theme-font-two);
}
.section-title__tagline:before {
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	content: "";
	height: 1px;
	background-color: var(--theme-base);
}
.section-title__title {
	margin: 0;
	font-size: 48px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 500;
}
.section-title__title h2 {
 color:
}
 .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 {
 box-shadow: none !important;
 outline: none !important;
}
.bootstrap-select>.dropdown-toggle {
	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(--theme-primary);
	color: #fff;
}
.bootstrap-select .dropdown-menu>li>a {
	font-size: 16px;
	font-weight: 500;
	padding: 4px 20px;
	color: #ffffff;
	background: var(--theme-white);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.bootstrap-select .dropdown-menu>li>a:hover {
	background: var(--theme-primary);
	color: #fff;
	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: 9991;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-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;
}
/* scroll to top */

.scroll-to-top {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: #fa7b04;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: none;
	border-radius: 50%;
	transition: all 0.4s ease;
}
.scroll-to-top i {
	color: #ffffff;
	font-size: 18px;
	line-height: 45px;
}
.scroll-to-top:hover {
	background-color: #2667a1;
}
.scroll-to-top:hover i {
	color: #fff;
}
/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/

.main-header {
	background: transparent;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 999;
	transition: all 500ms ease;
}
.main-header:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	content: "";
	background-color: rgba(var(--theme-white-rgb), 0.05);
	z-index: -1;
}
.main-menu {
	position: relative;
	padding: 0 55px;
	z-index: 91;
}
.main-menu-wrapper {
	position: relative;
	display: block;
}
.main-menu-wrapper__left {
	display: block;/*    float: right;*/
}
.main-menu-wrapper__logo {
	position: relative;
	float: left;
	/*    padding-top: 12px;*/
    padding-top: 15px;
	padding-bottom: 20px;
	margin-left: 25px;
}
.stricky-header .main-menu-wrapper__logo {
	padding-top: 10px;
	padding-bottom: 10px;
}
.main-menu-wrapper__main-menu {
	display: block;
	float: right;
}
.main-menu-wrapper__right {
	position: relative;
	display: flex;
	float: right;
	/*padding: 34.5px 0;*/
    align-items: center;
}
.main-menu-wrapper__call {
	position: relative;
	display: flex;
	align-items: center;
}
.main-menu-wrapper__call-icon {
	position: relative;
	display: flex;
}
.main-menu-wrapper__call-icon span {
	font-size: 30px;
	color: var(--theme-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.main-menu-wrapper__call-icon:hover span {
	color: #a09baa;
}
.main-menu-wrapper__call-number {
	margin-left: 20px;
}
.main-menu-wrapper__call-number h5 {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.1em;
}
.main-menu-wrapper__call-number h5 a {
	color: var(--theme-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.main-menu-wrapper__call-number a:hover {
	color: #a09baa;
}
.main-menu-wrapper__call-number p {
	font-size: 12px;
	margin: 0;
	line-height: 14px;
	color: var(--theme-white);
	text-transform: uppercase;
	font-family: var(--theme-font-two);
	letter-spacing: 0.1em;
}
.main-menu-wrapper__search-box {
	position: relative;
	display: flex;
	align-items: center;
	padding: 7.5px 0;
	margin-right: 80px;
}
.main-menu-wrapper__search-box:before {
	position: absolute;
	top: -5px;
	bottom: -3px;
	right: -30px;
	content: "";
	background-color: rgba(var(--theme-white-rgb), 0.2);
	width: 1px;
}
.main-menu-wrapper__search {
	font-size: 24px;
	color: var(--theme-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.main-menu-wrapper__search:hover {
	color: #a09baa;
}
.stricky-header.main-menu {
	padding: 0 55px;
	background-color: #fff;
}
.main-menu .main-menu__list, .main-menu .main-menu__list ul, .stricky-header .main-menu__list, .stricky-header .main-menu__list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	align-items: center;
	display: none;
}
 @media (min-width: 1200px) {
 .main-menu .main-menu__list, .main-menu .main-menu__list ul, .stricky-header .main-menu__list, .stricky-header .main-menu__list ul {
 display: flex;
}
}
.main-menu .main-menu__list>li, .stricky-header .main-menu__list>li {
	padding-top: 23px;
	padding-bottom: 27px;
	position: relative;
}
.main-menu .main-menu__list>li+li, .stricky-header .main-menu__list>li+li {
	margin-left: 45px;
}
.main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a {
	font-size: 16px;
	display: flex;
	align-items: center;
	color: var(--theme-black);
	position: relative;
	transition: all 500ms ease;
	font-family: var(--theme-font-two);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 500;
}
 .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(--theme-black);
 position: absolute;
 bottom: 7px;
 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, .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(--theme-black);
}
 .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.current>a::before {
 background-color: var(--theme-black);
}
 .main-menu .main-menu__list>li:hover>a::before {
 background-color: var(--theme-black);
}
.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: 270px;
	-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;
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 39.2px 0.8px rgba(0, 0, 0, 0.1);
	padding: 0px 0px 0px;
	border-radius: var(--theme-bdr-radius);
}
.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, .stricky-header .main-menu__list li ul li {
	flex: 1 1 100%;
	width: 100%;
	position: relative;
}
.main-menu .main-menu__list li ul li+li, .stricky-header .main-menu__list li ul li+li {
	border-top: 1px solid rgba(var(--theme-white-rgb), 0.1);
}
.main-menu .main-menu__list li ul li a, .stricky-header .main-menu__list li ul li a {
	font-size: 16px;
	line-height: 26px;
	color: var(--theme-black);
	font-family: var(--theme-font-two);
	text-transform: capitalize;
	letter-spacing: 0.1em;
	font-weight: 500;
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: 500ms;
}
.main-menu .main-menu__list li ul>li:first-child>a, .stricky-header .main-menu__list li ul>li:first-child>a {
	border-top-left-radius: var(--theme-bdr-radius);
	border-top-right-radius: var(--theme-bdr-radius);
}
.main-menu .main-menu__list li ul>li:last-child>a, .stricky-header .main-menu__list li ul>li:last-child>a {
	border-bottom-left-radius: var(--theme-bdr-radius);
	border-bottom-right-radius: var(--theme-bdr-radius);
}
.main-menu .main-menu__list li ul li:hover>a, .stricky-header .main-menu__list li ul li:hover>a {
	/*background-color: #2667a1;*/
	color: #2667a1;
	
}
.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%;
}
.main-menu .main-menu__list li ul li>ul ul, .stricky-header .main-menu__list li ul li>ul ul {
	display: none;
}
.main-menu-wrapper .main-menu__list>.megamenu {
	position: static;
}
.main-menu-wrapper .main-menu__list>.megamenu>ul {
	top: 100% !important;
	left: 0 !important;
	right: 0 !important;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.main-menu-wrapper .main-menu__list>.megamenu>ul>li {
	padding: 0 !important;
}
.stricky-header {
	position: fixed;
	z-index: 991;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	visibility: hidden;
	transform: translateY(-120%);
	transition: transform 500ms ease, visibility 500ms ease;
	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 {
	transform: translateY(0);
	visibility: visible;
}
.stricky-header .main-menu__inner {
	box-shadow: none;
	padding-right: 0;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}
.mobile-nav__buttons {
	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(--theme-white);
	cursor: pointer;
}
.mobile-nav__buttons a+a {
	margin-left: 10px;
}
.mobile-nav__buttons a:hover {
	color: var(--theme-base);
}
.main-menu .mobile-nav__toggler {
	font-size: 27px;
	color: var(--theme-white);
	cursor: pointer;
	transition: 500ms;
}
.main-menu .mobile-nav__toggler:hover {
	color: #a09baa;
}
 @media (min-width: 1200px) {
 .main-menu .mobile-nav__toggler {
 display: none;
}
}
/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/

.main-header-two:before {
	display: none;
}
/*--------------------------------------------------------------
# Main Header Three
--------------------------------------------------------------*/

.main-header--three {
}
.main-menu--three {
	padding: 0;
}
.main-header--three .main-menu-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-header--three .main-menu-wrapper__logo {
	width: 210px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	float: none;
}
.main-header--three .main-menu-wrapper__logo a {
	position: relative;
	display: inline-block;
}
.main-header--three .main-menu-wrapper__left {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.main-header--three .main-menu-wrapper__right {
	position: relative;
	display: flex;
	float: right;
	align-items: center;
	padding: 0px;
}
.main-header--three .main-menu-wrapper__main-menu {
	float: none;
}
.main-header--three .main-menu-wrapper__call {
	position: relative;
	z-index: 1;
	width: 265px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--theme-base);
}
.main-header--three .main-menu-wrapper__search-box:before {
	position: absolute;
	top: -13px;
	bottom: -12px;
	left: -30px;
	content: "";
	background-color: rgba(var(--theme-white-rgb), 0.2);
	width: 1px;
}
.main-header--three .main-menu-wrapper__search-box {
	margin-right: 30px;
	padding: 0;
}


/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

@keyframes bubbleMover {
 0% {
 -webkit-transform: translateY(0px) translateX(0) rotate(0);
 transform: translateY(0px) translateX(0) rotate(0);
}
 30% {
 -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
 transform: translateY(30px) translateX(50px) rotate(15deg);
 -webkit-transform-origin: center center;
 transform-origin: center center;
}
 50% {
 -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
 transform: translateY(50px) translateX(100px) rotate(45deg);
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
}
 80% {
 -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
 transform: translateY(30px) translateX(50px) rotate(15deg);
 -webkit-transform-origin: left top;
 transform-origin: left top;
}
 100% {
 -webkit-transform: translateY(0px) translateX(0) rotate(0);
 transform: translateY(0px) translateX(0) rotate(0);
 -webkit-transform-origin: center center;
 transform-origin: center center;
}
}
 @keyframes shapeMover {
 0%, 100% {
 transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
}
 50% {
 transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
}
}
 @keyframes banner3Shake {
 0% {
 -webkit-transform: rotate3d(0, 1, 0, 0deg);
 transform: rotate3d(0, 1, 0, 0deg);
}
 30% {
 -webkit-transform: rotate3d(0, 0, 1, 5deg);
 transform: rotate3d(0, 0, 1, 5deg);
}
 60% {
 -webkit-transform: rotate3d(1, 0, 0, 0deg);
 transform: rotate3d(1, 0, 0, 0deg);
}
 80% {
 -webkit-transform: rotate3d(0, 0, 1, 5deg);
 transform: rotate3d(0, 0, 1, 5deg);
}
 100% {
 -webkit-transform: rotate3d(0, 1, 0, 0deg);
 transform: rotate3d(0, 1, 0, 0deg);
}
}
 @keyframes squareMover {
 0%, 100% {
 -webkit-transform: translate(0, 0) rotate(0);
 transform: translate(0, 0) rotate(0);
}
 20%, 60% {
 -webkit-transform: translate(20px, 40px) rotate(180deg);
 transform: translate(20px, 40px) rotate(180deg);
}
 30%, 80% {
 -webkit-transform: translate(40px, 60px) rotate(0deg);
 transform: translate(40px, 60px) rotate(0deg);
}
}
 @keyframes treeMove {
 0%, 100% {
 -webkit-transform: rotate(0deg) translateX(0);
 transform: rotate(0deg) translateX(0);
}
 25%, 75% {
 -webkit-transform: rotate(5deg) translateX(15px);
 transform: rotate(5deg) translateX(15px);
}
 50% {
 -webkit-transform: rotate(10deg) translateX(30px);
 transform: rotate(10deg) translateX(30px);
}
}
/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/

.zoom-fade {
	animation-name: zoom-fade;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: zoom-fade;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: zoom-fade;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: zoom-fade;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: zoom-fade;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}
 @-webkit-keyframes zoom-fade {
 0% {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
 50% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
}
 @keyframes zoom-fade {
 0% {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
 50% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
}
 @-moz-keyframes service_hexagon_2 {
 0% {
 -moz-transform: rotateY(0deg);
 transform: rotateY(0deg);
}
 100% {
 -moz-transform: rotateY(360deg);
 transform: rotateY(360deg);
}
}
 @-o-keyframes service_hexagon_2 {
 0% {
 -o-transform: rotateY(0deg);
 transform: rotateY(0deg);
}
 100% {
 -o-transform: rotateY(360deg);
 transform: rotateY(360deg);
}
}
 @keyframes service_hexagon_2 {
 0% {
 -webkit-transform: rotateY(0deg);
 -moz-transform: rotateY(0deg);
 -o-transform: rotateY(0deg);
 transform: rotateY(0deg);
}
 100% {
 -webkit-transform: rotateY(360deg);
 -moz-transform: rotateY(360deg);
 -o-transform: rotateY(360deg);
 transform: rotateY(360deg);
}
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/

.mobile-nav__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	transform: translateX(-50%);
	transform-origin: right center;
	transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
	z-index: 999;
	visibility: hidden;
}
.mobile-nav__wrapper .container {
	padding-left: 0;
	padding-right: 0;
}
.mobile-nav__wrapper.expanded {
	opacity: 1;
	transform: translateX(0%);
	visibility: visible;
}
.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(--theme-white);
	z-index: 10;
	position: relative;
	height: 100%;
	overflow-y: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.mobile-nav__content .thm-btn {
	padding: 8px 0;
	width: 100%;
	text-align: center;
}
.mobile-nav__content .logo-box {
	margin-bottom: 30px;
	display: flex;
}
.mobile-nav__close {
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 18px;
	color: var(--thm-text-dark);
	cursor: pointer;
}
.mobile-nav__content .main-menu__list, .mobile-nav__content .main-menu__list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.mobile-nav__content .main-menu__list ul {
	display: none;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
 .mobile-nav__content .main-menu__list li:not(:last-child) {
 border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list li a {
	display: flex;
	justify-content: space-between;
	line-height: 30px;
	color: #353535;
	font-size: 16px;
	font-family: var(--theme-font);
	font-weight: 500;
	height: 46px;
	align-items: center;
	transition: 500ms;
}
.mobile-nav__content .main-menu__list li a.expanded {
	color: var(--theme-black);
}
.mobile-nav__content .main-menu__list li a button {
	width: 30px;
	height: 30px;
	background-color: #124a8c;
	border: none;
	outline: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transform: rotate(-90deg);
	transition: transform 500ms ease;
}
.mobile-nav__content .main-menu__list li a button.expanded {
	transform: rotate(0deg);
	/*background-color: #fff;*/
    color: var(--theme-white);
}
.mobile-nav__content .main-menu__list li.cart-btn span {
	position: relative;
	top: auto;
	right: auto;
	transform: translate(0, 0);
}
.mobile-nav__content .main-menu__list li.cart-btn i {
	font-size: 16px;
}
.mobile-nav__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.mobile-nav__top .main-menu__login a {
	color: var(--thm-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: flex;
	align-items: center;
}
.mobile-nav__social a {
	font-size: 16px;
	color: var(--theme-white);
	transition: 500ms;
}
.mobile-nav__social a+a {
	margin-left: 30px;
}
.mobile-nav__social a:hover {
	color: #a09baa;
}
.mobile-nav__contact {
	margin-bottom: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
.mobile-nav__contact li {
	color: var(--thm-text-dark);
	font-size: 14px;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
}
.mobile-nav__contact li+li {
	margin-top: 15px;
}
.mobile-nav__contact li a {
	color: var(--theme-black);
	transition: 500ms;
}
.mobile-nav__contact li a:hover {
	color: #a09baa;
}
.mobile-nav__contact li>i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #124a8c;
	/*background-color: var(--theme-base);*/
    display: flex;
	justify-content: 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;
}
/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/

.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-110%);
	transition: transform 500ms ease, opacity 500ms ease;
}
.search-popup.active {
	transform: translateY(0%);
}
.search-popup__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--theme-white);
	opacity: 0.75;
	cursor: pointer;
}
.search-popup__content {
	width: 100%;
	max-width: 560px;
}
.search-popup__content form {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	background-color: #fff;
	border-radius: 0px;
	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: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 0;
	right: -1px;
	border-radius: 0;
	background-color: var(--theme-base);
	border: 0;
}
.search-popup__content .thm-btn:hover {
	background-color: var(--theme-white);
}
.search-popup__content .thm-btn i {
	margin: 0;
}
/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/

.main-slider {
	position: relative;
	display: block;
	overflow: hidden;
}
.main-slider-border {
	position: absolute;
	top: 108px;
	left: 0;
	bottom: 0;
	width: 14.29%;
	border-right: 1px solid rgba(255, 255, 255, 0.05);
	z-index: 10;
}
.main-slider-border-two {
	left: 14.29%;
}
.main-slider-border-three {
	left: 28.59%;
}
.main-slider-border-four {
	left: 42.88%;
}
.main-slider-border-five {
	left: 57.17%;
}
.main-slider-border-six {
	left: 71.46%;
}
.main-slider-shape-1 {
	position: absolute;
	top: -182px;
	right: 125px;
	width: 495px;
	height: 350px;
	background-color: var(--theme-base);
	mix-blend-mode: screen;
	opacity: 0;
	transform: rotate(45deg) translateY(-200px);
	border-radius: 30px;
	z-index: 2;
}
.swiper-slide-active .main-slider-shape-1 {
	opacity: 1;
	transform: rotate(45deg) translateY(0px);
	transition: all 1000ms ease;
	transition-delay: 1500ms;
}
.main-slider-shape-2 {
	position: absolute;
	top: -70px;
	right: -242px;
	width: 495px;
	height: 350px;
	background-color: var(--theme-white);
	mix-blend-mode: soft-light;
	transform: rotate(45deg) translateY(-200px);
	border-radius: 30px;
	opacity: 0;
	z-index: 1;
}
.swiper-slide-active .main-slider-shape-2 {
	opacity: 1;
	transform: rotate(45deg) translateY(0px);
	transition: all 1000ms ease;
}
.main-slider-shape-3 {
	position: absolute;
	top: 221px;
	right: -429px;
	width: 495px;
	height: 350px;
	background-color: var(--theme-white);
	mix-blend-mode: soft-light;
	transform: rotate(45deg) translateY(-200px);
	border-radius: 30px;
	opacity: 0;
	z-index: 1;
}
.swiper-slide-active .main-slider-shape-3 {
	opacity: 1;
	transform: rotate(45deg) translateY(0px);
	transition: all 1000ms ease;
	transition-delay: 2000ms;
}
.main-slider .swiper-slide {
	position: relative;
	background-color: var(--theme-white);
}
.main-slider .image-layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: scale(1);
	opacity: 0.4;
	background-color: var(--theme-white);
	background-blend-mode: luminosity;
	transition: transform 7000ms ease, opacity 1500ms ease-in;
	z-index: 1;
}
.main-slider .swiper-slide-active .image-layer {
	opacity: 0.45;
}
.main-slider .container {
	position: relative;
	padding-top: 293px;
	padding-bottom: 195px;
	z-index: 30;
}
.main-slider__content {
	position: relative;
	display: block;
	text-align: center;
	z-index: 30;
}
.main-slider p {
	font-size: 20px;
	color: var(--theme-white);
	font-family: var(--theme-font-two);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 600;
	margin: 0;
	opacity: 0;
	transform: translateY(-100px);
	transition-delay: 2500ms;
	transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}
.main-slider h2 {
	margin: 0;
	margin-bottom: 52px;
	margin-top: 30px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(120px);
	transition-delay: 1000ms;
	transition: transform 2000ms ease, opacity 2000ms ease;
	font-size: 130px;
	line-height: 100px;
	text-transform: uppercase;
	font-weight: 400;
	z-index: 30;
}
.main-slider .thm-btn {
	opacity: 0;
	transform: translateY(-100px);
	transition-delay: 2500ms;
	transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}
 .main-slider .thm-btn::after {
 background-color: #fff;
}
.main-slider .thm-btn:hover {
	color: var(--theme-white);
}
.main-slider .swiper-slide-active .image-layer {
	transform: scale(1.15);
}
.main-slider .swiper-slide-active .thm-btn, .main-slider .swiper-slide-active h2, .main-slider .swiper-slide-active p {
	visibility: visible;
	opacity: 1;
	transform: translateY(0) translateX(0);
}
.main-slider__nav {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
	display: flex;
	align-items: center;
}
.main-slider__nav .swiper-button-next, .main-slider__nav .swiper-button-prev {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 100;
	width: 160px;
	height: 80px;
	font-size: 12px;
	color: var(--theme-white);
	background-color: var(--theme-white);
	opacity: 1;
	margin: 0;
	text-align: center;
	transition: all 500ms ease;
	font-family: var(--theme-font-two);
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.main-slider__nav .swiper-button-prev {
	border-top-left-radius: 8px;
}
.main-slider__nav .swiper-button-next:hover, .main-slider__nav .swiper-button-prev:hover {
	color: var(--theme-white);
	background-color: var(--theme-white);
}
.main-slider__nav .swiper-button-next i, .main-slider__nav .swiper-button-prev i {
	font-size: 20px;
}
.main-slider__nav .swiper-button-next i {
	margin-left: 10px;
}
.main-slider__nav .swiper-button-prev i {
	margin-right: 10px;
}
 .main-slider__nav .swiper-button-next::after, .main-slider__nav .swiper-button-prev::after {
 display: none;
}
.main-slider__nav .swiper-button-prev {
	margin-bottom: 0px;
}
.main-slider__nav .swiper-button-prev .icon-left-arrow {
	position: relative;
	transform: rotate(180deg);
}
#main-slider-pagination {
	z-index: 10;
	bottom: 59px;
	left: 50%;
	width: 100%;
	max-width: 1170px;
	-webkit-transform: translate(-50%, calc(-50% + 95px));
	transform: translate(-50%, calc(0% + 0px));
	text-align: center;
}
#main-slider-pagination .swiper-pagination-bullet {
	margin: 0;
}
#main-slider-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid transparent;
	background-color: rgba(var(--theme-white-rgb), 0.8);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-left: 5px;
}
#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 2px solid var(--theme-white);
	background-color: rgba(var(--theme-white-rgb), 0);
}
/*--------------------------------------------------------------
# Main slider Two
--------------------------------------------------------------*/

.main-slider-two {
	position: relative;
	display: block;
}
.main-slider-two .swiper-slide {
	position: relative;
	background-color: #f4f4f4;
}
.main-slider-two .image-layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.03;
	z-index: -1;
}
.main-slider-two-img-1 {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	transform: translateX(100%);
}
.main-slider-two .swiper-slide-active .main-slider-two-img-1 {
	opacity: 1;
	transform: translate(0);
	transition-delay: 2500ms;
	transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}
.main-slider-two-shape-1 {
	position: absolute;
	top: -179px;
	right: 118px;
	height: 350px;
	width: 495px;
	background-color: var(--theme-white);
	mix-blend-mode: soft-light;
	transform: rotate(45deg) translateY(-200px);
	border-radius: 30px;
	opacity: 0;
}
.swiper-slide-active .main-slider-two-shape-1 {
	opacity: 1;
	transform: rotate(45deg) translateY(0px);
	transition: all 1000ms ease;
	transition-delay: 1000ms;
}
.main-slider-two-shape-2 {
	position: absolute;
	top: -70px;
	right: -250px;
	width: 495px;
	height: 350px;
	background-color: #fd8103;
	mix-blend-mode: screen;
	transform: rotate(45deg) translateY(-200px);
	opacity: 0;
	border-radius: 30px;
	z-index: 1;
}
.swiper-slide-active .main-slider-two-shape-2 {
	opacity: 1;
	transform: rotate(45deg) translateY(0px);
	transition: all 1000ms ease;
}
.main-slider-two-shape-3 {
	position: absolute;
	top: 203px;
	right: -427px;
	width: 495px;
	opacity: 0;
	height: 350px;
	background-color: var(--theme-white);
	mix-blend-mode: soft-light;
	transform: rotate(45deg) translateY(-200px);
	border-radius: 30px;
	z-index: 1;
}
.swiper-slide-active .main-slider-two-shape-3 {
	opacity: 1;
	transform: rotate(45deg) translateY(0px);
	transition: all 1000ms ease;
	transition-delay: 1500ms;
}
.main-slider-two .container {
	position: relative;
	padding-top: 140px;
	padding-bottom: 108px;
	z-index: 30;
}
.main-slider-two__content {
	position: relative;
	display: block;
}
.main-slider-two__content p {
	font-size: 20px;
	font-weight: 500;
	color: #fd8415;
	text-transform: uppercase;
	font-family: var(--theme-font-two);
	letter-spacing: 0.1em;
	display: inline-block;
	position: relative;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(120px);
	transition-delay: 1000ms;
	transition: transform 2000ms ease, opacity 2000ms ease;
}
.main-slider-two__content p:before {
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	content: "";
	height: 1px;
	background-color: var(--theme-white);
}
.main-slider-two__content h1 {
	font-size: 77px;
	line-height: 85px;
	text-transform: uppercase;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-120px);
	transition-delay: 1000ms;
	transition: transform 2000ms ease, opacity 2000ms ease;
	margin-bottom: 55px;
	margin-top: 19px;
	font-weight: 600;
	color: var(--theme-black);
}
.main-slider-two__content .thm-btn {
	background-color: #f97d03;
	opacity: 0;
	visibility: hidden;
	transform: translateY(120px);
	transition-delay: 1000ms;
	transition: transform 2000ms ease, opacity 2000ms ease;
}
.main-slider-two__content .thm-btn:hover {
	color: var(--theme-white);
}
.main-slider-two__content .thm-btn:after {
	background-color: var(--theme-black);
}
.main-slider-two .swiper-slide-active .main-slider-two__content h1, .main-slider-two .swiper-slide-active .main-slider-two__content p, .main-slider-two .swiper-slide-active .main-slider-two__content .thm-btn {
	visibility: visible;
	opacity: 1;
	transform: translateY(0) translateX(0);
}
.main-slider-two-arrow {
	position: absolute;
	bottom: 85px;
	right: -70px;
	transform: translateX(100%);
	opacity: 0;
}
.main-slider-two .swiper-slide-active .main-slider-two-arrow {
	opacity: 1;
	transform: translate(0);
	transition: all 1000ms ease;
	transition-delay: 200ms;
}
.main-slider-two #main-slider-pagination {
	bottom: 64px;
	text-align: left;
}
/*--------------------------------------------------------------
# Main slider Three
--------------------------------------------------------------*/

.main-slider--three {
	position: relative;
	display: block;
}
.main-slider--three .image-layer {
	opacity: 0.5;
}
.main-slider--three__shape1 {
	position: absolute;
	top: -70px;
	left: 205px;
	width: 370px;
	height: 370px;
	background: var(--theme-base);
	border-radius: 50%;
	mix-blend-mode: screen;
	opacity: 0;
	transform: rotate(0deg) translateY(-200px);
	z-index: 3;
}
.swiper-slide-active .main-slider--three__shape1 {
	opacity: 1;
	transform: rotate(0deg) translateY(0px);
	transition: all 1000ms ease;
	transition-delay: 1500ms;
}
.main-slider--three__shape2 {
	position: absolute;
	top: 115px;
	left: 25px;
	width: 510px;
	height: 510px;
	background: var(--theme-white);
	border-radius: 50%;
	mix-blend-mode: soft-light;
	opacity: 0;
	transform: rotate(0deg) translateX(-200px);
	z-index: 2;
}
.swiper-slide-active .main-slider--three__shape2 {
	opacity: 1;
	transform: rotate(0deg) translateY(0px);
	transition: all 1000ms ease;
}
.main-slider--three__shape3 {
	position: absolute;
	right: 150px;
	bottom: 180px;
	width: 185px;
	height: 185px;
	background: var(--theme-white);
	border-radius: 50%;
	mix-blend-mode: soft-light;
	transform: rotate(0deg) translateX(200px);
	opacity: 0;
	z-index: 3;
}
.swiper-slide-active .main-slider--three__shape3 {
	opacity: 1;
	transform: rotate(0deg) translateX(0px);
	transition: all 1000ms ease;
	transition-delay: 2000ms;
}
.main-slider--three .container {
	position: relative;
	padding-top: 329px;
	padding-bottom: 235px;
	z-index: 30;
}
.main-slider--three .main-slider__content {
	text-align: left;
}
.main-slider--three h2 {
	color: var(--theme-white);
	font-size: 110px;
	line-height: 0.9em;
	font-weight: 500;
	margin-bottom: 34px;
	margin-top: 0px;
	opacity: 0;
	transition: all 1000ms ease;
	transform: translateY(80px);
	z-index: 30;
}
.main-slider--three .swiper-slide-active h2 {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 1000ms;
}
.main-slider--three p {
	color: rgba(var(--theme-white-rgb), .7);
	font-size: 18px;
	line-height: 34px;
	font-weight: 400;
	text-transform: none;
	font-family: var(--theme-font);
	opacity: 0;
	transition: all 1500ms ease;
	transform: translateY(80px);
}
.main-slider--three .swiper-slide-active p {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 1200ms;
}
.main-slider--three__btn {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 39px;
	opacity: 0;
	transition: all 1500ms ease;
	transform: translateY(80px);
}
.main-slider--three .swiper-slide-active .main-slider--three__btn {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 1600ms;
}
.main-slider--three__btn1 {
	position: relative;
	display: block;
}
.main-slider--three__btn2 {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.main-slider--three__btn2 .video-box {
	position: relative;
	display: block;
}
.main-slider--three__btn2 .video-box a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: var(--theme-white);
	border-radius: 50%;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.main-slider--three__btn2:hover .video-box a {
	background: var(--theme-base);
}
.main-slider--three__btn2 .video-box a i {
	position: relative;
	display: block;
	line-height: 0;
}
 .main-slider--three__btn2 .video-box a i::before {
 color: var(--theme-white);
 font-size: 15px;
 line-height: 15px;
}
.main-slider--three__btn2 .title-box {
	position: relative;
	display: block;
}
.main-slider--three__btn2 .title-box h5 {
	color: var(--theme-white);
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	font-family: var(--theme-reey-font);
	margin-left: 12px;
}
.main-slider__nav--two {
	position: absolute;
	top: 49%;
	left: 50%;
	z-index: 100;
	transform: translateY(-50%) translateX(-50%);
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	max-width: 1200px;
	width: 100%;
	padding: 0 15px;
	height: 0;
	line-height: 0;
}
.main-slider__nav--two .swiper-button-next, .main-slider__nav--two .swiper-button-prev {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 100;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: rgba(var(--theme-white-rgb), .20);
	border: 2px solid rgba(var(--theme-white-rgb), .20);
	background: transparent;
	border-radius: 50%;
	margin: 0;
	text-align: center;
	transition: all 500ms ease;
	padding: 23px 0;
}
.main-slider__nav--two .swiper-button-prev {
	margin-bottom: 10px !important;
}
.main-slider__nav--two .swiper-button-next:hover, .main-slider__nav--two .swiper-button-prev:hover {
	border: 2px solid rgba(var(--theme-white-rgb), 1.0);
	background-color: transparent;
}
.main-slider__nav--two .swiper-button-next i, .main-slider__nav--two .swiper-button-prev i {
	font-size: 20px;
}
.main-slider__nav--two .swiper-button-next i {
	margin-left: 3px;
}
.main-slider__nav--two .swiper-button-prev i {
	margin-right: 3px;
}
 .main-slider__nav--two .swiper-button-next::after, .main-slider__nav--two .swiper-button-prev::after {
 display: none;
}
.main-slider__nav--two .swiper-button-prev {
	margin-bottom: 0px;
}
.main-slider__nav--two .swiper-button-prev .icon-left-arrow {
	position: relative;
	transform: rotate(180deg);
}


/***
=============================================
    Float Bob X Animation Css
=============================================
***/

@-webkit-keyframes float-bob-x {
 0% {
 transform: translateX(-30px);
}
 50% {
 transform: translateX(-10px);
}
 100% {
 transform: translateX(-30px);
}
}
 @keyframes float-bob-x {
 0% {
 transform: translateX(-30px);
}
 50% {
 transform: translateX(-10px);
}
 100% {
 transform: translateX(-30px);
}
}
.float-bob-x {
	-webkit-animation-name: float-bob-x;
	animation-name: float-bob-x;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/

.home-showcase {
	margin-top: 0px;
	margin-bottom: 0px;
}
.home-showcase__inner {
	padding: 40px 40px 35px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
	border-radius: 8px;
}
.home-showcase .row {
 --bs-gutter-x: 42px;
 --bs-gutter-y: 20px;
}
.home-showcase__image {
	position: relative;
	background-color: var(--theme-base);
	overflow: hidden;
	border-radius: 10px;
}
.home-showcase__image>img {
	width: 100%;
	border-radius: 10px;
	-webkit-transition: 500ms ease;
	transition: 500ms ease;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.home-showcase__image:hover>img {
	opacity: 0.75;
}
.home-showcase__image:hover .home-showcase__buttons {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
	visibility: visible;
}
.home-showcase__buttons {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	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-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: 500ms ease;
	transition: 500ms ease;
}
.home-showcase__buttons__item.thm-btn {
	padding: 10px 20px;
	width: 150px;
	text-align: center;
	justify-content: center !important;
	color: #ffffff !important;
}
.home-showcase__buttons__item+.home-showcase__buttons__item {
	margin-top: 10px;
}
.home-showcase__title {
	margin: 0;
	color: var(--theme-white);
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
}
 .mobile-nav__wrapper .home-showcase .row [class*=col-] {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase__inner {
	padding: 15px 0px;
	background-color: rgba(0, 0, 0, 0);
}
.mobile-nav__wrapper .home-showcase__title {
	color: var(--theme-white, #ffffff);
}
.stricky-header .megamenu-left .container {
	margin: 0;
	margin-left: 25px;
}
/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/

.services-one {
	position: relative;
	display: block;
	background-color: var(--theme-white);
	padding: 120px 0 0;
	z-index: 1;
}
.services-one-shape {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.services-one-shape img {
	opacity: 0.15;
}
.services-one__top {
	position: relative;
	display: block;
}
.services-one__top-left {
	position: relative;
	display: block;
}
.services-one__top-left .section-title__tagline {
	color: #a09baa;
}
.services-one__top-left .section-title__title {
	color: var(--theme-white);
}
.services-one__top-text {
	font-size: 16px;
	color: #a09baa;
	margin: 0;
	line-height: 32px;
}
.services-one__bottom {
	position: relative;
	display: block;
	padding: 0 0 66px;
}
.services-one__list {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	counter-reset: count;
}
.services-one__single {
	position: relative;
	flex: 0 0 25%;
	max-width: 25%;
	width: 100%;
	padding-left: 64px;
	margin-bottom: 40px;
}
.services-one__single:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 14px;
	width: 1px;
	content: "";
	background-color: rgba(var(--theme-white-rgb), 0.1);
}
 .services-one__single:nth-child(1):before {
 display: none;
}
 .services-one__single:nth-child(1) {
 padding-left: 0px;
}
.services-one__icon {
	margin-bottom: 21px;
}
.services-one__icon span {
	font-size: 64px;
	color: var(--theme-base);
	position: relative;
	display: inline-block;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}
.services-one__single:hover .services-one__icon span {
	transform: rotateY(360deg);
	color: var(--theme-white);
}
.services-one__count {
	position: relative;
	height: 20px;
	width: 20px;
	line-height: 30px;
}
.services-one__count:before {
	position: absolute;
	height: 20px;
	width: 20px;
	font-size: 12px;
	line-height: 30px;
	font-weight: 500;
	counter-increment: count;
	content: "0"counter(count);
	transition: all 200ms linear;
	transition-delay: 0.1s;
	font-family: var(--theme-font-two);
	color: #a09baa;
}
.services-one__title {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 34px;
	margin-top: 3px;
	margin-bottom: 22px;
}
.services-one__title>a {
	color: var(--theme-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.services-one__single:hover .services-one__title>a {
	color: var(--theme-base);
}
.services-one__arrow {
	color: var(--theme-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.services-one__arrow:hover {
	color: var(--theme-base);
}
.services-one__find-solutions {
	position: relative;
	display: block;
	text-align: center;
	border-top: 1px solid rgba(var(--theme-white-rgb), 0.1);
	padding: 48px 0 51px;
}
.services-one__find-solutions-text {
	font-size: 16px;
	color: #a09baa;
	margin: 0;
	font-family: var(--theme-font-two);
	text-transform: uppercase;
	font-weight: 500;
}
.services-one__find-solutions-text a {
	color: var(--theme-white);
	letter-spacing: 0.1em;
	position: relative;
	display: inline-block;
	padding-left: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.services-one__find-solutions-text a:hover {
	color: var(--theme-base);
}
.services-one__find-solutions-text a:before {
	position: absolute;
	bottom: 7px;
	left: 6px;
	right: 1px;
	content: "";
	height: 1px;
	background-color: var(--theme-base);
}
/*--------------------------------------------------------------
# Get To Know
--------------------------------------------------------------*/

.get-to-know {
	position: relative;
	display: block;
	padding: 140px 0 120px;
}
.get-to-know__left {
	position: relative;
	display: block;
	margin-right: 90px;
	margin-left: -375px;
}
.get-to-know__img {
	position: relative;
	display: block;
	background-color: var(--theme-white);
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.get-to-know__img:before {
	position: absolute;
	top: -140px;
	left: -1000000px;
	right: 280px;
	content: "";
	bottom: -120px;
	background-color: #f6f4f9;
	border-bottom-right-radius: var(--theme-bdr-radius);
	z-index: -1;
}
.get-to-know__img:after {
	position: absolute;
	bottom: -120px;
	right: 242px;
	content: "";
	background-color: var(--theme-base);
	width: 18px;
	height: 100px;
	border-radius: var(--theme-bdr-radius);
}
.get-to-know__img img {
	width: 100%;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	mix-blend-mode: luminosity;
}
.get-to-know__video-link {
	position: absolute;
	bottom: 0;
	right: 280px;
}
.get-to-know__video-icon {
	height: 136px;
	width: 158px;
	background-color: var(--theme-base);
	font-size: 25px;
	color: var(--theme-white);
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.get-to-know__video-icon:hover {
	background-color: var(--theme-white);
}
.get-to-know__video-icon .ripple, .get-to-know__video-icon .ripple:before, .get-to-know__video-icon .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 158px;
	height: 136px;
	transform: translate(-50%, -50%);
	-ms-box-shadow: 0 0 0 0 rgba(var(--theme-base-rgb), 0.6);
	-o-box-shadow: 0 0 0 0 rgba(var(--theme-base-rgb), 0.6);
	box-shadow: 0 0 0 0 rgba(var(--theme-base-rgb), 0.6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.get-to-know__video-icon .ripple:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	content: "";
	position: absolute;
}
.get-to-know__video-icon .ripple:after {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	content: "";
	position: absolute;
}
.get-to-know__right {
	position: relative;
	display: block;
}
.get-to-know-big-text {
	font-size: 140px;
	text-transform: uppercase;
	color: #f6f4f9;
	letter-spacing: 0.4em;
	transform: rotate(90deg);
	position: absolute;
	top: 320px;
	right: -450px;
	font-family: var(--theme-font-two);
	font-weight: 300;
}
.get-to-know__right .section-title {
	margin-bottom: 30px;
}
.get-to-know__text-1 {
	font-size: 24px;
	color: var(--theme-base);
	margin: 0;
	line-height: 36px;
	padding-bottom: 40px;
}
.get-to-know__text-2 {
	margin: 0;
}
.get-to-know__progress {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 30px;
}
.get-to-know__progress-single {
	position: relative;
	display: block;
}
.get-to-know__progress-title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 13px;
	text-transform: uppercase;
	font-weight: 500;
}
.get-to-know__progress .bar {
	position: relative;
	width: 100%;
	height: 7px;
	background-color: #f6f4f9;
	border-radius: 5px;
	margin-bottom: 25px;
}
.get-to-know__progress .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 7px;
	border-radius: 5px;
	background: var(--theme-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;
}
.get-to-know__progress .count-text {
	position: absolute;
	right: -41px;
	bottom: 20px;
	color: var(--theme-white);
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	opacity: 0;
	background-color: var(--theme-white);
	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;
	font-family: var(--theme-font-two);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.get-to-know__progress .count-text:before {
	position: absolute;
	bottom: -6px;
	left: 0;
	border: 3px solid var(--theme-white);
	content: "";
	border-right: 4px solid transparent;
	border-bottom: 3px solid transparent;
}
.get-to-know__progress .bar-inner.counted .count-text {
	opacity: 1;
}
.get-to-know__progress .bar.marb-0 {
	margin-bottom: 0;
}
.get-to-know__person {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 30px;
}
.get-to-know__person-img {
	position: relative;
	box-shadow: 0px 10px 30px 0px rgb(0, 0, 0, 0.1);
	border: 5px solid #fff;
	border-radius: 50%;
	display: inline-block;
	background-color: var(--theme-white);
}
.get-to-know__person-img img {
	border-radius: 50%;
	mix-blend-mode: luminosity;
}
.get-to-know__person-content {
	margin-left: 30px;
	position: relative;
	top: 10px;
}
.get-to-know__person-name {
	font-size: 26px;
	line-height: 36px;
	font-family: var(--theme-reey-font);
	color: var(--theme-base);
	font-weight: 400;
	margin-bottom: 2px;
}
.get-to-know__person-founder {
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
	font-family: var(--theme-font-two);
	letter-spacing: 0.1em;
	font-weight: 400;
	margin-left: 25px;
}
/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/

.brand-one {
	position: relative;
	display: block;
	padding: 85px 0 85px;
	border-bottom: 1px solid #e2e0e5;
}
.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;
}
.brand-one .swiper-slide img {
	-webkit-transition: 500ms;
	transition: 500ms;
	opacity: 1.3;
	max-width: 100%;
}
.brand-one .swiper-slide img:hover {
	opacity: 1;
}
/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/

.project-one {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}
.project-one .section-title {
	margin-bottom: 16px;
}
.project-filter {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 49px;
}
.project-filter.style1 li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
 .project-filter.style1 li:nth-child(1) {
 padding-right: 13px;
}
.project-filter.style1 li .filter-text {
	position: relative;
	color: var(--theme-gray);
	font-size: 16px;
	font-weight: 500;
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	transition: all 0.4s ease;
	z-index: 1;
	font-family: var(--theme-font-two);
}
.project-filter.style1 li .filter-text:before {
	position: absolute;
	bottom: 7px;
	left: 0px;
	right: 0px;
	content: "";
	background: var(--theme-base);
	height: 1px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	transform: scale(0);
	z-index: 1;
}
.project-filter.style1 li .filter-text:hover:before, .project-filter.style1 li.active .filter-text:before {
	transform: scale(1);
}
.project-filter.style1 li:hover .filter-text, .project-filter.style1 li.active .filter-text {
	color: var(--theme-white);
}
.project-filter.style1 li .count {
	color: var(--theme-gray);
	font-size: 12px;
	line-height: 26px;
	font-weight: 500;
	display: inline-block;
	padding: 0 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
	top: -4px;
}
.project-filter.style1 li:hover .count, .project-filter.style1 li.active .count {
	color: var(--theme-white);
	opacity: 1;
}
.project-filter.style1 li+li {
	margin-left: 8px;
}
.project-one__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: var(--theme-bdr-radius);
}
.project-one__img {
	position: relative;
	display: block;
	background-color: var(--theme-white);
	width: 100%;
	border-radius: var(--theme-bdr-radisu);
}
.project-one__img img {
	width: 100%;
	/*mix-blend-mode: luminosity;*/
	transition: transform 500ms ease, mix-blend-mode 500ms ease;
	border-radius: var(--theme-bdr-radisu);
}
.project-one__single:hover .project-one__img img {
	mix-blend-mode: normal;
}
.project-one__hover {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 31px 60px 30px;
	padding-right: 40px;
	transform: scaleY(0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	z-index: 1;
}
.project-one__single:hover .project-one__hover {
	transform: scaleY(1);
}
.project-one__hover:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(0, 0, 0, 0.7);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	z-index: -1;
}
.project-one__tagline {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: var(--theme-white);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0;
	line-height: 20px;
	font-weight: 500;
	font-family: var(--theme-font-two);
}
.project-one__tagline:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	height: 1px;
	width: -webkit-fill-available;
	background-color: var(--theme-base);
}
.project-one__title {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 24px;
}
.project-one__title a {
	color: var(--theme-white);
	transition: all 500ms ease;
}
.project-one__title a:hover {
	color: var(--theme-white);
}
.project-one__hover-pl-40 {
	padding-left: 40px;
}
/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/

.counter-one {
	position: relative;
	display: block;
	background-color: #4581aa;
	/*padding: 120px 0 280px;*/
    padding: 80px 0 216px;
	overflow: hidden;
	z-index: 1;
}
.counter-one-shape-1 {
	position: absolute;
	top: -220px;
	right: 80px;
	width: 495px;
	height: 360px;
	background-color: var(--theme-base);
	mix-blend-mode: screen;
	border-radius: 30px;
	z-index: 1;
	transform: rotate(48deg);
	animation: rectMove2 9s linear 0ms infinite;
}
.counter-one-shape-2 {
	position: absolute;
	top: -90px;
	right: -284px;
	width: 495px;
	height: 350px;
	background-color: var(--theme-white);
	mix-blend-mode: soft-light;
	border-radius: 30px;
	z-index: -1;
	transform: rotate(45deg);
	animation: rectMove 9s linear 0ms infinite;
}
.counter-one-shape-3 {
	position: absolute;
	bottom: 90px;
	left: -125px;
	width: 265px;
	height: 185px;
	background-color: var(--theme-white);
	mix-blend-mode: soft-light;
	border-radius: 30px;
	z-index: -1;
	transform: rotate(45deg);
	animation: rectMove 9s linear 0ms infinite;
}
.counter-one__list {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.counter-one__single {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	width: 100%;
	text-align: center;
	margin-bottom: 33px;
}
.counter-one__single:before {
	position: absolute;
	top: 0;
	bottom: 7px;
	left: 0;
	content: "";
	width: 1px;/*	background-color: rgba(var(--theme-white-rgb), 0.1);*/
}
.counter-one__single:first-child:before {
	display: none;
}
.counter-one__icon {
	position: relative;
	height: 70px;
	width: 70px;
	background-color: #102431f0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto 12px;
	z-index: 1;
}
.counter-one__icon:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-radius: 50%;
	background-color: #fe6200;
	transform: scale(0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: -1;
}
.counter-one__single:hover .counter-one__icon:before {
	transform: scaleX(1);
}
.counter-one__icon span {
	color: var(--theme-white);
	font-size: 35px;
	position: relative;
	display: inline-block;
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}
.counter-one__single:hover .counter-one__icon span {
	transform: scale(0.9);
}
.counter-one__single h3 {
	font-size: 45px;
	font-family: var(--theme-font-two) !important;
	line-height: 60px !important;
	color: var(--theme-white);
	font-weight: 700;
}
.counter-one__text {
	margin: 0;
	line-height: 27px;
	color: #ffffff;
	text-transform: capitalize;
	font-family: var(--theme-font-two);
	/*	letter-spacing: 0.1em;*/
    font-weight: 500;
	font-size: 20px;
}
.counter-one__single .odometer-formatting-mark {
	display: none;
}
/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/

.why-choose-one {
	position: relative;
	display: block;
	margin-top: -200px;
	z-index: 1;
}
.why-choose-one__left {
	position: relative;
	display: block;
}
.why-choose-one__img {
	position: relative;
	display: block;
	background-color: var(--theme-white);
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	overflow: hidden;
}
 .why-choose-one__img::before {
 position: absolute;
 top: 50%;
 left: 50%;
 display: block;
 content: "";
 width: 0;
 height: 0;
 background: rgba(255, 255, 255, 0.2);
 border-radius: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 opacity: 0;
 z-index: 10;
}
.why-choose-one__img:hover:before {
	-webkit-animation: circle 0.75s;
	animation: circle 0.75s;
}
.why-choose-one__img img {
	width: 100%;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	mix-blend-mode: luminosity;
}
.why-choose-one__right {
	position: relative;
	display: block;
	margin-left: 90px;
	padding-top: 100px;
	z-index: 1;
}
.why-choose-one__right:before {
	position: absolute;
	top: 0;
	left: -120px;
	right: -1000000px;
	content: "";
	bottom: 0;
	background-color: var(--theme-white);
	z-index: -1;
}
.why-choose-one__right .section-title {
	margin-bottom: 31px;
}
.why-choose-one__text {
	font-size: 16px;
	line-height: 32px;
	margin: 0;
}
.why-choose-one__bottom {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 32px;
}
.why-choose-one__bottom-img {
	position: relative;
	display: inline-block;
	background-color: var(--theme-white);
	border-radius: var(--theme-bdr-radius);
}
.why-choose-one__bottom-img img {
	mix-blend-mode: luminosity;
	border-radius: var(--theme-bdr-radius);
}
.why-choose-one__points {
	position: relative;
	display: block;
	margin-left: 30px;
}
.why-choose-one__points li {
	position: relative;
	display: flex;
	align-items: center;
	line-height: 24px;
}
.why-choose-one__points li+li {
	margin-top: 12px;
}
.why-choose-one__points li .icon {
	display: flex;
	align-items: center;
}
.why-choose-one__points li .icon span {
	color: #447fa8;
	font-size: 15px;
	transition: all 500ms ease;
	transform: scale(1);
}
.why-choose-one__points li:hover .icon span {
	transform: scale(0.85);
}
.why-choose-one__points li .text {
	margin-left: 10px;
}
.why-choose-one__points li .text p {
	color: var(--theme-Black);
	margin: 0;
}
/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/

.team-one {
	position: relative;
	display: block;
	padding: 120px 0 140px;
}
.team-one-container {
	position: relative;
	display: block;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.team-one__carousel {
	position: relative;
	display: block;
}
.team-one__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.team-one__img {
	position: relative;
	display: block;
	overflow: hidden;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	background-color: var(--theme-white);
	background-blend-mode: luminosity;
}
.team-one__img img {
	width: 100%;
	mix-blend-mode: luminosity;
	transform: scale(1);
	transition: all 500ms ease;
}
.team-one__single:hover .team-one__img img {
	transform: scale(1);
}
.team-one__content {
	position: relative;
	display: block;
	text-align: center;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.05);
	padding: 31px 0 32px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}
.team-one__single:hover .team-one__content {
	visibility: hidden;
	opacity: 0;
}
.team-one__name {
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 36px;
}
.team-one__title {
	font-size: 16px;
	margin: 0;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: var(--theme-font-two);
}
.team-one__hover {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.05);
	text-align: center;
	padding: 31px 0 40px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateY(-66%);
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	visibility: hidden;
	opacity: 0;
}
.team-one__single:hover .team-one__hover {
	visibility: visible;
	transform: translateY(0%);
	opacity: 1;
}
.team-one__hover-name {
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 36px;
}
.team-one__hover-title {
	font-size: 16px;
	margin: 0;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: var(--theme-font-two);
}
.team-one__social {
	position: relative;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	margin-top: 9px;
}
.team-one__social a {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--theme-white);
	background-color: #f6f4f9;
	border-radius: 50%;
	font-size: 15px;
	height: 45px;
	width: 45px;
	transform: rotate(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}
.team-one__social a:hover {
	color: var(--theme-white);
	transform: rotate(360deg);
}
.team-one__social a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: var(--theme-base);
	border-radius: 50%;
	transform: scale(0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: -1;
}
.team-one__social a:hover:before {
	transform: scaleX(1);
}
.team-one__social a+a {
	margin-left: 10px;
}
.team-one__carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
	padding: 0 0 0;
	margin-right: 0px;
}
.team-one__carousel .owl-stage-outer .owl-item {
	opacity: 0;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}
.team-one__carousel .owl-stage-outer .owl-item.active {
	opacity: 1;
	transition: all 200ms linear;
}
.team-one__carousel.owl-carousel .owl-dots {
	position: absolute;
	bottom: -30px;
	left: 0px;
	right: 0;
	text-align: center;
	margin: 0 !important;
}
.team-one__carousel.owl-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid transparent;
	background-color: rgba(var(--theme-white-rgb), 0.2);
	margin: 0px 2.5px;
	padding: 0px;
	transition: all 100ms linear;
	transition-delay: 0.1s;
}
.team-one__carousel.owl-carousel .owl-dot.active {
	border: 2px solid var(--theme-base);
	background-color: rgba(var(--theme-white-rgb), 0);
}
.team-one__carousel.owl-carousel .owl-dot:focus {
	outline: none;
}
.team-one__carousel.owl-carousel .owl-dots .owl-dot span {
	display: none;
}
/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/

.testimonial-one {
	position: relative;
	display: block;
	background-color: #f6f4f9;
	padding: 120px 0 120px;
}
.testimonial-one__inner {
	position: relative;
	display: block;
	min-height: 355px;
}
.testimonial-one .container {
	position: relative;
}
.testimonial-one__left {
	position: relative;
	display: block;
	z-index: 10;
}
.testimonial-one__right {
	position: relative;
	display: block;
}
.testimonial-one__carousel {
	position: relative;
	display: block;
}
.testimonial-one__single {
	position: relative;
	display: block;
	border-radius: var(--theme-bdr-radius);
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.05);
	padding: 39px 50px 50px;
	transition: all 500ms ease;
}
.testimonial-one__single:hover {
	box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
}
.testimonial-one__text {
	margin: 0;
}
.testimonial-one__client-info {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 19px;
}
.testimonial-one__client-img {
	position: relative;
	display: inline-block;
	border-radius: 50%;
	background-color: var(--theme-white);
}
.testimonial-one__client-img>img {
	border-radius: 50%;
	mix-blend-mode: luminosity;
	width: auto !important;
}
.testimonial-one__quote {
	position: absolute;
	height: 36px;
	width: 36px;
	background-color: var(--theme-base);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
	right: -18px;
}
.testimonial-one__quote>img {
	width: auto !important;
}
.testimonial-one__client-details {
	margin-left: 40px;
}
.testimonial-one__client-name {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 26px;
}
.testimonial-one__client-title {
	font-size: 14px;
	color: var(--theme-base);
	margin: 0;
	line-height: 14px;
	font-family: var(--theme-font-two);
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.testimonial-one .custom-nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 38px;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	z-index: 10;
}
.testimonial-one .custom-nav .owl-prev {
	height: 65px;
	width: 65px;
	background: var(--theme-white);
	border-radius: 50%;
	color: var(--theme-white);
	font-size: 20px;
	text-align: center;
	border: 0;
	transform: rotate(180deg);
	margin: 0;
	padding: 0;
	line-height: 20px;
	margin-right: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.testimonial-one .custom-nav .owl-next {
	height: 65px;
	width: 65px;
	background: var(--theme-white);
	border-radius: 50%;
	color: var(--theme-white);
	font-size: 20px;
	text-align: center;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 20px;
	margin-left: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.testimonial-one .custom-nav .owl-prev:hover, .testimonial-one .custom-nav .owl-next:hover {
	color: var(--theme-white);
	background-color: var(--theme-base);
}
.testimonial-one__right {
	padding-left: 15px;
	padding-right: 15px;
}
 @media (min-width: 1200px) {
 .testimonial-one__right {
 max-width: 1200px;
 position: absolute;
 top: 0px;
 right: -250px;
}
}
 @media (min-width: 1440px) {
 .testimonial-one__right {
 right: -45px;
}
}
.testimonial-one__right .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.testimonial-one__right .owl-carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease, visibility 500ms ease;
}
.testimonial-one__right .owl-carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}
/*--------------------------------------------------------------
# theme Ready
--------------------------------------------------------------*/

.theme-ready {
	position: relative;
	display: block;
	padding: 120px 0 220px;
	z-index: 2;
}
.theme-ready-bg-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--theme-white);
	z-index: 1;
}
.theme-ready-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
	mix-blend-mode: luminosity;
	opacity: 0.3;
}
.theme-ready__inner {
	position: relative;
	display: block;
	text-align: center;
	z-index: 2;
}
.theme-ready__icon {
	height: 120px;
	width: 120px;
	background-color: var(--theme-base);
	color: var(--theme-white);
	font-size: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--theme-bdr-radius);
	margin: 0 auto;
}
.theme-ready__icon span {
	position: relative;
	display: inline-block;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}
.theme-ready__icon:hover span {
	transform: scale(0.9);
}
.theme-ready__title {
	font-size: 70px;
	color: var(--theme-white);
	text-transform: uppercase;
	line-height: 85px;
	font-weight: 500;
	margin-top: 39px;
}
.theme-ready__title span {
	position: relative;
	display: inline-block;
	z-index: -1;
}
.theme-ready__title span:before {
	content: "";
	position: absolute;
	top: -6px;
	left: -21px;
	bottom: -14px;
	right: -20px;
	background-image: url(../images/shapes/theme-ready-shape.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	z-index: -1;
	animation-name: zoom-fade;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: zoom-fade;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: zoom-fade;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: zoom-fade;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: zoom-fade;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}
/*--------------------------------------------------------------
# Financial Advice
--------------------------------------------------------------*/

.financial-advice {
	position: relative;
	display: block;
	background-color: #f6f4f9;
}
.financial-advice-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.03;
	z-index: 1;
}
.financial-advice__tab-box {
	position: relative;
	display: block;
	margin-top: -114px;
	z-index: 2;
}
.financial-advice__tab-box .tab-buttons {
	position: relative;
	display: block;
	overflow: hidden;
	border-top-left-radius: var(--theme-bdr-radius);
	border-top-right-radius: var(--theme-bdr-radius);
}
.financial-advice__tab-box .tab-buttons .tab-btn {
	position: relative;
	float: left;
	max-width: 390px;
	width: 100%;
}
.financial-advice__tab-box .tab-buttons .tab-btn+.tab-btn {
	margin-left: 0px;
}
 .financial-advice__tab-box .tab-buttons .tab-btn:nth-child(1) span {
 border-top-left-radius: 8px;
}
 .financial-advice__tab-box .tab-buttons .tab-btn:nth-child(3) span {
 border-top-right-radius: 8px;
}
.financial-advice__tab-box .tab-buttons .tab-btn span {
	position: relative;
	display: inline-block;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	font-size: 24px;
	color: var(--theme-white);
	background-color: var(--theme-base);
	padding: 40px 0px 40px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	max-width: 390px;
	width: 100%;
	text-align: center;
	font-family: var(--theme-font-two);
	text-transform: uppercase;
	z-index: 1;
}
.financial-advice__tab-box .tab-buttons .tab-btn.active-btn span {
	color: var(--theme-base);
	background-color: var(--theme-white);
}
.financial-advice__tab-box .tab-buttons .tab-btn span:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0%;
	content: "";
	background-color: var(--theme-white);
	transition: all 0.3s ease;
	z-index: -1;
}
.financial-advice__tab-box .tab-buttons .tab-btn.active-btn span:before {
	height: 100%;
}
.financial-advice__tab-box .tabs-content {
	position: relative;
	display: block;
}
.financial-advice__tab-box .tabs-content .tab {
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 10;
}
.financial-advice__tab-box .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.tabs-content__inner {
	position: relative;
	display: block;
	background-color: var(--theme-white);
	padding: 80px 80px 80px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-bottom: 60px;
}
.tabs-content__left {
	position: relative;
	display: block;
	margin-top: -9px;
}
.tabs-content__points {
	position: relative;
	display: block;
}
.tabs-content__points li {
	position: relative;
	display: block;
	padding-left: 80px;
	border-bottom: 1px solid #e2e0e5;
	margin-bottom: 48px;
	padding-bottom: 36px;
}
.tabs-content__points li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.tabs-content__points li .icon {
	height: 58px;
	width: 58px;
	background-color: #f6f4f9;
	border-radius: 50%;
	color: var(--theme-base);
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 9px;
	left: 0;
	transform: scale(1);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.tabs-content__points li:hover .icon {
	background-color: var(--theme-base);
	color: var(--theme-white);
	transform: scale(0.85);
}
.tabs-content__points li .text h4 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 12px;
}
.tabs-content__points li .text p {
	margin: 0;
}
.tabs-content__right {
	position: relative;
	display: block;
	margin-left: 76px;
}
.tabs-content__right:before {
	position: absolute;
	top: -1px;
	bottom: 0;
	left: -60px;
	content: "";
	width: 1px;
	background-color: #e2e0e5;
}
.tabs-content__experience-box {
	position: relative;
	display: flex;
	align-items: center;
}
.tabs-content__experience-content {
	position: relative;
	margin-top: -9px;
}
 @media (min-width: 992px) {
 .tabs-content__experience-content {
 max-width: 120px;
}
}
.tabs-content__experience-icon span {
	position: relative;
	display: inline-block;
	color: var(--theme-base);
	font-size: 64px;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}
.tabs-content__experience-icon span:hover {
	transform: scale(0.9);
}
.tabs-content__experience-title {
	font-size: 30px;
	color: var(--theme-gray);
	font-weight: 300;
	text-transform: uppercase;
	line-height: 36px;
	margin-top: 13px;
	margin-bottom: 24px;
}
.tabs-content__experience-btn {
	font-size: 14px;
	color: var(--theme-white);
	text-transform: uppercase;
	font-family: var(--theme-font-two);
	letter-spacing: 0.1em;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.tabs-content__experience-btn:hover {
	color: var(--theme-base);
}
.tabs-content__experience-img {
	position: relative;
	display: block;
	background-color: var(--theme-white);
	margin-left: 50px;
	border-radius: var(--theme-bdr-radius);
}
.tabs-content__experience-img img {
	width: auto;
	mix-blend-mode: luminosity;
	border-radius: var(--theme-bdr-radius);
}
.financial-advice__bottom {
	position: relative;
	display: block;
	text-align: center;
	border-top: 1px solid #e3e1e6;
	padding-top: 48px;
	padding-bottom: 51px;
	z-index: 3;
}
.financial-advice__bottom-text {
	font-size: 16px;
	color: var(--theme-gray);
	margin: 0;
	font-family: var(--theme-font-two);
	text-transform: uppercase;
	font-weight: 500;
}
.financial-advice__bottom-text a {
	color: var(--theme-white);
	letter-spacing: 0.1em;
	position: relative;
	display: inline-block;
	padding-left: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.financial-advice__bottom-text a:hover {
	color: var(--theme-base);
}
.financial-advice__bottom-text a:before {
	position: absolute;
	bottom: 7px;
	left: 6px;
	right: 1px;
	content: "";
	height: 1px;
	background-color: var(--theme-base);
}
/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/

.blog-one {
	position: relative;
	display: block;
	/*padding: 120px 0 90px;*/
    padding: 80px 0 60px;
}
.blog-one__blog-page {
	padding-bottom: 120px;
}
.blog-one .blog-sidebar__load-more {
	margin-top: 0px;
}
.blog-one__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.blog-one__img {
	position: relative;
	display: block;
	background-color: var(--theme-white);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	overflow: hidden;
}
.blog-one__img>img {
	width: 100%;
	/*	mix-blend-mode: luminosity;*/
    border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.blog-one__img>a {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(var(--theme-white-rgb), 0.3);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: var(--theme-base);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-30%);
}
.blog-one__img>a>span {
	position: relative;
}
 .blog-one__img>a>span::before {
 content: "";
 width: 20px;
 height: 2px;
 background-color: var(--theme-white);
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 transition: all 500ms ease;
}
 .blog-one__img>a>span::after {
 content: "";
 transition: all 500ms ease;
 width: 2px;
 height: 20px;
 background-color: var(--theme-white);
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}
 .blog-one__img>a:hover>span::before, .blog-one__img>a:hover>span::after {
 background-color: var(--theme-white);
}
.blog-one__single:hover .blog-one__img>a {
	visibility: visible;
	transform: translateY(0%);
	opacity: 1;
}
.blog-one__date {
	position: absolute;
	bottom: 0;
	right: 20px;
	background-color: #2667a1;
	padding: 12px 19px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.blog-one__date p {
	font-size: 14px;
	color: var(--theme-white);
	margin: 0;
	line-height: 16px;
	text-align: center;
	font-family: var(--theme-font-two);
	text-transform: uppercase;
	font-weight: 500;
}
.blog-one__content {
	position: relative;
	display: block;
	background-color: rgb(255, 255, 255);
	box-shadow: 5px 8.66px 60px 0px rgb(4, 0, 11, 0.07);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 32px 32px 30px;
}
.blog-one__meta {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.blog-one__meta li {
	position: relative;
	display: block;
	line-height: 26px;
}
.blog-one__meta li+li {
	margin-left: 10px;
}
.blog-one__meta li a {
	font-size: 14px;
	color: var(--theme-gray);
	transition: all 500ms ease;
}
.blog-one__meta li a:hover {
	color: var(--theme-base);
}
.blog-one__meta li a i {
	color: #2667a1;
}
.blog-one__title {
	font-size: 19px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 33px;
	margin-bottom: 20px;
}
.blog-one__title>a {
	color: var(--theme-black);
	transition: all 500ms ease;
}
.blog-one__single:hover .blog-one__title>a {
	color: #2667a1;
}
.blog-one__person {
	position: relative;
	display: flex;
	align-items: center;
}
.blog-one__person-img {
	border-radius: 50%;
	position: relative;
	display: block;
}
.blog-one__person-img>img {
	width: auto;
	border-radius: 50%;
	mix-blend-mode: luminosity;
}
.blog-one__person-content {
	margin-left: 10px;
}
.blog-one__person-content p {
	font-size: 14px;
	margin: 0;
	line-height: 24px;
}
/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/

.cta-one {
	position: relative;
	display: block;
	padding: 0 0 120px;
	overflow: hidden;
}
.cta-one-shape-1 {
	position: absolute;
	top: -333px;
	right: 50px;
	width: 495px;
	height: 360px;
	background-color: var(--theme-base);
	mix-blend-mode: screen;
	border-radius: 30px;
	z-index: 1;
	transform: rotate(45deg);
	animation: rectMove 9s linear 0ms infinite;
}
.cta-one-shape-2 {
	position: absolute;
	top: -175px;
	right: -350px;
	width: 495px;
	height: 360px;
	background-color: var(--theme-white);
	mix-blend-mode: soft-light;
	border-radius: 30px;
	transform: rotate(45deg);
	animation: rectMove 9s linear 1000ms infinite;
}
.cta-one-shape-3 {
	position: absolute;
	top: 313px;
	left: -184px;
	width: 495px;
	height: 360px;
	background-color: var(--theme-white);
	mix-blend-mode: soft-light;
	border-radius: 30px;
	z-index: 1;
	transform: rotate(45deg);
	animation: rectMove 9s linear 0ms infinite;
}
.cta-one__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--theme-base);
	border-radius: var(--theme-bdr-radius);
	padding: 90px 80px 90px;
	overflow: hidden;
}
.cta-one__left {
	position: relative;
	display: block;
}
.cta-one__title {
	font-size: 40px;
	color: var(--theme-white);
	text-transform: uppercase;
	line-height: 48px;
	font-weight: 600;
}
.cta-one__right {
	position: relative;
	display: block;
}
.cta-one__btn {
	color: var(--theme-white);
	background-color: var(--theme-white);
}
.cta-one__btn:hover {
	background-color: transparent;
}
/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/

.site-footer {
	position: relative;
	display: block;
	z-index: 1;
}
.site-footer__top {
	position: relative;
	display: block;
	background-color: #e3e3e3;
	/*background-color: var(--theme-black);*/
    padding: 35px 0;
	margin-top: 40px;
	border-radius: 10px;
}
.site-footer__top-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-footer__top-left {
	position: relative;
	display: flex;
	align-items: center;
}
.site-footer__top-logo {
	position: relative;
	display: inline-block;
}
.site-footer__top-title-box {
	margin-left: 100px;
}
.site-footer__top-title {
	font-size: 24px;
	color: var(--theme-black);
	/*text-transform: capitalize;*/
    line-height: 34px;
}
.site-footer__top-title a {
	position: relative;
	display: inline-block;
	color: var(--theme-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.site-footer__top-title a:hover {
	color: #2667a1;
}
.site-footer__top-title a:before {
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	content: "";
	background-color: var(--theme-base);
	height: 1px;
}
.site-footer__top-right-social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.site-footer__top-right-social a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--theme-dark);
	font-size: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.site-footer__top-right-social a:hover {
	color: #1f5d9a;
}
.site-footer__top-right-social a+a {
	margin-left: 25px;
}
.site-footer__middle {
	position: relative;
	display: block;
	background-color: var(--theme-black);
	padding-top: 80px;
	z-index: 1;
}
.site-footer-shape {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.1;
	z-index: -1;
}
.site-footer__middle-inner {
	position: relative;
	display: block;
}
.footer-widget__about {
	position: relative;
	display: block;
}
.footer-widget__title {
	font-size: 20px;
	color: var(--theme-white);
	text-transform: uppercase;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 23px;
}
.footer-widget__about-text-box {
	position: relative;
	display: block;
	margin-right: -30px;
}
.footer-widget__about-text {
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	line-height: 36px;
}
.footer-widget__about-contact {
	position: relative;
	display: block;
	border-top: 1px solid rgba(var(--theme-white-rgb), 0.1);
	margin-top: 20px;
	padding-top: 18px;
}
.footer-widget__about-contact li {
	position: relative;
	display: flex;
	align-items: center;
}
.footer-widget__about-contact li .icon i {
	font-size: 15px;
	color: var(--theme-white);
}
.footer-widget__about-contact li .text {
	margin-left: 10px;
}
.footer-widget__about-contact li .text a {
	font-size: 15px;
	color: #a09baa;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.footer-widget__about-contact li .text a:hover {
	color: var(--theme-white);
}
.footer-widget__about-contact li .text p {
	font-size: 15px;
	color: #a09baa;
	font-weight: 500;
	margin: 0;
}
.footer-widget__links {
	position: relative;
	display: block;
	/*margin-left: 70px;*/
	margin-right: -6px;
}
.footer-widget__links-list {
	position: relative;
	display: block;
}
.footer-widget__links-list li+li {
	margin-top: 6px;
}
.footer-widget__links-list li a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #a09baa;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.footer-widget__links-list li a:hover {
	color: var(--theme-white);
}
.footer-widget__links-list li a:before {
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
	content: "";
	background-color: var(--theme-white);
	height: 1px;
	transition: transform 500ms ease;
	transform: scale(0, 1);
	transform-origin: left center;
}
.footer-widget__links-list li a:hover:before {
	transform: scale(1, 1);
	transform-origin: right center;
}
.footer-widget__explore {
	position: relative;
	display: block;
	margin-left: 70px;
	margin-right: -5px;
}
.footer-widget__explore-list {
	position: relative;
	display: block;
}
.footer-widget__explore-list li+li {
	margin-top: 6px;
}
.footer-widget__explore-list li a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #a09baa;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.footer-widget__explore-list li a:hover {
	color: var(--theme-white);
}
.footer-widget__explore-list li a:before {
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
	content: "";
	background-color: var(--theme-white);
	height: 1px;
	transition: transform 500ms ease;
	transform: scale(0, 1);
	transform-origin: left center;
}
.footer-widget__explore-list li a:hover:before {
	transform: scale(1, 1);
	transform-origin: right center;
}
.footer-widget__newsletter {
	position: relative;
	display: block;
	background-color: #000000;
	margin-left: 50px;
	padding: 41px 15px 41px;
	margin-top: 8px;
	border-radius: var(--theme-bdr-radius);
	border: 1px solid rgba(var(--theme-white-rgb), 0.1);
}
.footer-widget__newsletter .footer-widget__title {
	margin-bottom: 0;
}
.footer-widget__newsletter-form {
	position: relative;
	display: block;
}
.footer-widget__newsletter-input-box {
	position: relative;
	display: block;
}
.footer-widget__newsletter-input-box:before {
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	content: "";
	height: 2px;
	background-color: rgba(var(--theme-white-rgb), 0.2);
	border-radius: 0;
}
.footer-widget__newsletter-input-box input[type="email"] {
	font-size: 15px;
	color: #a09baa;
	font-weight: 500;
	height: 70px;
	width: 100%;
	background: transparent;
	border: none;
	border-radius: 0;
	padding-right: 60px;
	outline: none;
}
.footer-widget__newsletter-btn {
	position: absolute;
	top: 50%;
	right: 0;
	height: 70px;
	width: 60px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-radius: 50%;
	background: transparent;
	border: 0;
	transform: translateY(-50%);
	transition: all 500ms ease;
	padding: 0;
}
.footer-widget__newsletter-btn i {
	font-size: 16px;
	color: var(--theme-white);
}
.footer-widget__newsletter-bottom {
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.footer-widget__newsletter-bottom-icon {
	height: 19px;
	width: 19px;
	border: 1px solid rgba(var(--theme-white-rgb), 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-widget__newsletter-bottom-icon i {
	font-size: 8px;
	color: #f8fcff;
}
.footer-widget__newsletter-bottom-text {
	margin-left: 10px;
}
.footer-widget__newsletter-bottom-text p {
	font-size: 15px;
	color: #a09baa;
	margin: 0;
	font-weight: 500;
}
.site-footer__bottom {
	position: relative;
	display: block;
}
.site-footer__bottom-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(var(--theme-white-rgb), 0.1);
	padding: 30px 0;
	margin-top: 55px;
}
.site-footer__bottom-left {
	position: relative;
	display: block;
}
.site-footer__bottom-text {
	font-size: 15px;
	color: #a09baa;
	margin: 0;
	font-weight: 500;
}
.site-footer__bottom-text a {
	color: #a09baa;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.site-footer__bottom-text a:hover {
	color: var(--theme-white);
}
.site-footer__bottom-right {
	position: relative;
	display: block;
}
.site-footer__bottom-menu {
	position: relative;
	display: flex;
	align-items: center;
}
.site-footer__bottom-menu li+li {
	margin-left: 24px;
}
.site-footer__bottom-menu li a {
	font-size: 15px;
	color: #a09baa;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.site-footer__bottom-menu li a:hover {
	color: var(--theme-white);
}
/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/

.services-two {
	position: relative;
	display: block;
	padding: 83px 0 90px;
}
.services-two__single {
	position: relative;
	display: block;
	border-radius: var(--theme-bdr-radius);
	border: 1px solid transparent;
	background-color: #f6f4f9;
	padding: 38px 40px 24px;
	margin-bottom: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.services-two__single:hover {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
	border: 1px solid #e2e0e5;
}
.services-two__icon {
	position: relative;
	display: inline-block;
}
.services-two__icon:before {
	position: absolute;
	bottom: 8px;
	right: -19px;
	border-radius: 50%;
	background-color: rgb(98, 34, 204);
	opacity: 0.1;
	width: 47px;
	height: 47px;
	content: "";
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}
.services-two__single:hover .services-two__icon:before {
	transform: scale(1.5);
}
.services-two__icon span {
	font-size: 64px;
	color: #012173;
	position: relative;
	display: inline-block;
}
.services-two__title {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 29px;
	margin-top: 16px;
	margin-bottom: 25px;
}
.services-two__title a {
	color: var(--theme-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.services-two__title a:hover {
	color: #fa7b04;
}
.services-two__text {
	font-size: 16px;
	margin: 0;
	line-height: 32px;
	padding-bottom: 9px;
}
.services-two__arrow {
	color: var(--theme-gray);
	font-size: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.services-two__arrow:hover {
	color: var(--theme-base);
}
/*--------------------------------------------------------------
# Get To Know Two
--------------------------------------------------------------*/

.get-to-know-two {
	position: relative;
	display: block;
	padding: 0 0 120px;
}
.get-to-know-two__left {
	position: relative;
	display: block;
	margin-right: 90px;
}
.get-to-know-two__img-box {
	position: relative;
	display: block;
}
.get-to-know-two__img-box:before {
	position: absolute;
	top: 0;
	left: -47px;
	height: 320px;
	width: 17px;
	content: "";
	background-color: #3372a8;
	border-radius: var(--theme-bdr-radius);
}
.get-to-know-two__img {
	position: relative;
	display: block;
	background-color: var(--theme-white);
	border-radius: var(--theme-bdr-radius);
	overflow: hidden;
}
.get-to-know-two__img:after {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	transform: skewX(-25deg);
	z-index: 1;
}
.get-to-know-two__img-box:hover .get-to-know-two__img:after {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}
.get-to-know-two__img>img {
	width: 100%;
	mix-blend-mode: luminosity;
	border-radius: var(--theme-bdr-radius);
}
.get-to-know-two__small-img {
	border-radius: var(--theme-bdr-radius);
	background-color: var(--theme-white);
	position: absolute;
	bottom: 0;
	left: -100px;
	z-index: 1;
}
.get-to-know-two__small-img>img {
	border-radius: var(--theme-bdr-radius);
	mix-blend-mode: luminosity;
}
.get-to-know-two__right {
	position: relative;
	display: block;
}
.get-to-know-two__right .section-title {
	margin-bottom: 30px;
}
.get-to-know-two__text {
	margin: 0;
	line-height: 28px;
	color: #252525;
}
.get-to-know-two__bottom {
	position: relative;
	display: flex;
	border-bottom: 1px solid #e2e0e5;
	margin-top: 35px;
	margin-bottom: 39px;
	padding-bottom: 39px;
}
.get-to-know-two__icon {
	position: relative;
	top: 9px;
}
.get-to-know-two__icon span {
	position: relative;
	display: inline-block;
	color: #012173;
	font-size: 64px;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}
.get-to-know-two__bottom:hover .get-to-know-two__icon span {
	transform: rotateY(360deg);
	color: var(--theme-black);
}
.get-to-know-two__content {
	margin-left: 30px;
}
.get-to-know-two__text-2 {
	margin: 0;
}
.get-to-know-two__points-box {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 38px;
}
.get-to-know-two__points {
	position: relative;
	float: left;
	margin-right: 47px;
}
.get-to-know-two__points li {
	position: relative;
	display: flex;
	align-items: center;
}
.get-to-know-two__points li+li {
	margin-top: 6px;
}
.get-to-know-two__points li .icon {
	position: relative;
	top: 1px;
}
.get-to-know-two__points li .icon span {
	font-size: 15px;
	color: var(--theme-base);
	transition: all 500ms ease;
	transform: scale(1);
}
.get-to-know-two__points li:hover .icon span {
	transform: scale(0.85);
}
.get-to-know-two__points li .text {
	margin-left: 10px;
}
.get-to-know-two__points li .text p {
	font-weight: 500;
	color: var(--theme-black);
	margin: 0;
}
.get-to-know-two__points-two {
	margin-right: 0;
}
/*--------------------------------------------------------------
# theme Ready Two
--------------------------------------------------------------*/

.theme-ready-two {
	position: relative;
	display: block;
	padding: 50px 0 50px;
}
.theme-ready-two-bg-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--theme-black);
	z-index: 1;
}
.theme-ready-two-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
	mix-blend-mode: luminosity;
	opacity: 0.3;
}
.theme-ready-two__inner {
	position: relative;
	display: block;
	text-align: center;
	z-index: 2;
}
.theme-ready-two__title {
	font-size: 50px;
	color: var(--theme-white);
	text-transform: capitalize;
	line-height: 65px;
	margin-bottom: 12px;
}
.theme-ready-two__btn:hover {
	color: var(--theme-white);
}
/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/

.why-choose-two {
	position: relative;
	display: block;
	background-color: #f6f4f9;
}
.why-choose-two__top {
	position: relative;
	display: block;
}
.why-choose-two__top-left {
	position: relative;
	display: block;
	margin-right: -33px;
	margin-left: -375px;
}
.why-choose-two__top-img {
	position: relative;
	display: block;
}
.why-choose-two__top-img img {
	width: 100%;
}
.why-choose-two__video-link {
	position: absolute;
	right: 193px;
	bottom: 180px;
}
.why-choose-two__video-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 147px;
	height: 147px;
	line-height: 97px;
	text-align: center;
	font-size: 25px;
	color: var(--theme-white);
	background-color: var(--theme-base);
	border-radius: 50%;
	margin: 0 auto;
	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;
}
.why-choose-two__video-icon:hover {
	background-color: var(--theme-white);
	color: var(--theme-white);
}
.why-choose-two__video-icon:before {
	position: absolute;
	top: -17px;
	left: -17px;
	right: -17px;
	bottom: -17px;
	content: "";
	border-radius: 50%;
	z-index: 1;
	border: 1px solid var(--theme-base);
	opacity: 0.2;
}
.why-choose-two__video-link .ripple, .why-choose-two__video-icon .ripple:before, .why-choose-two__video-icon .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 183px;
	height: 183px;
	transform: translate(-50%, -50%);
	-ms-box-shadow: 0 0 0 0 rgba(var(--theme-base-rgb), 0.6);
	-o-box-shadow: 0 0 0 0 rgba(var(--theme-base-rgb), 0.6);
	box-shadow: 0 0 0 0 rgba(var(--theme-base-rgb), 0.6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	border-radius: 50%;
}
.why-choose-two__video-icon .ripple:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	content: "";
	position: absolute;
}
.why-choose-two__video-icon .ripple:after {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	content: "";
	position: absolute;
}
.why-choose-two__right {
	position: relative;
	display: block;
	margin-left: 70px;
	padding-top: 120px;
}
.why-choose-two__right .section-title {
	margin-bottom: 30px;
}
.why-choose-two__text {
	margin: 0;
	padding-bottom: 29px;
}
.why-choose-two__points {
	position: relative;
	display: block;
}
.why-choose-two__points li {
	position: relative;
	display: flex;
	align-items: center;
}
.why-choose-two__points li+li {
	margin-top: 10px;
}
.why-choose-two__points li .icon {
	position: relative;
	top: 1px;
}
.why-choose-two__points li .icon span {
	font-size: 15px;
	color: var(--theme-base);
	transform: scale(1);
	transition: all 500ms ease;
}
.why-choose-two__points li:hover .icon span {
	transform: scale(0.85);
}
.why-choose-two__points li .text {
	margin-left: 20px;
}
.why-choose-two__points li .text p {
	font-size: 20px;
	color: var(--theme-white);
	margin: 0;
}
.why-choose-two__counter {
	position: relative;
	display: flex;
	align-items: center;
	border-top: 1px solid rgba(var(--theme-white-rgb), 0.1);
	margin-top: 44px;
	padding-top: 31px;
}
.why-choose-two__counter-icon {
	position: relative;
	top: 11px;
}
.why-choose-two__counter-icon span {
	font-size: 64px;
	color: var(--theme-base);
	position: relative;
	display: inline-block;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}
.why-choose-two__counter:hover .why-choose-two__counter-icon span {
	transform: scale(1.2);
}
.why-choose-two__counter-content {
	margin-left: 30px;
}
.why-choose-two__counter-content h3 {
	font-size: 50px;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: var(--theme-font-two) !important;
	line-height: 60px !important;
}
.why-choose-two__counter-content p {
	margin: 0;
	color: var(--theme-base);
	line-height: 23px;
}
.why-choose-two__bottom {
	position: relative;
	display: block;
	margin-top: 60px;
	padding-bottom: 90px;
}
.why-choose-two__single {
	position: relative;
	display: flex;
	align-items: center;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.05);
	border-radius: var(--theme-bdr-radius);
	padding: 38px 40px 38px;
	margin-bottom: 30px;
}
.why-choose-two__icon {
	height: 64px;
	width: 64px;
	border-radius: 50%;
	background-color: #0a4385;
	font-size: 32px;
	color: var(--theme-white);
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.why-choose-two__icon .icon-suitcase {
	font-size: 28px;
}
.why-choose-two__single:hover .why-choose-two__icon {
	background-color: #0a4385;
}
.why-choose-two__icon span {
	position: relative;
	display: inline-block;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}
.why-choose-two__single:hover .why-choose-two__icon span {
	transform: rotate(360deg);
}
.sidebar__single:hover .why-choose-two__icon span {
	transform: rotate(360deg);
}
.why-choose-two__content {
	margin-left: 20px;
}
.why-choose-two__content-text {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 500;
}
/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/

.project-two {
	position: relative;
	display: block;
	padding: 120px 0 170px;
}
.project-two__container {
	position: relative;
	display: block;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.project-two__carousel {
	position: relative;
	display: block;
}
.project-two__single {
	position: relative;
	display: block;
}
.project-two__img {
	position: relative;
	display: block;
	background-color: var(--theme-white);
	border-radius: var(--theme-bdr-radius);
}
.project-two__img img {
	width: 100%;
	mix-blend-mode: luminosity;
	border-radius: var(--theme-bdr-radius);
	transition: transform 500ms ease, mix-blend-mode 500ms ease;
}
.project-two__single:hover .project-two__img img {
	mix-blend-mode: normal;
}
.project-two__hover {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 31px 58px 30px;
	padding-right: 40px;
	transform: scaleY(0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	z-index: 1;
}
.project-two__single:hover .project-two__hover {
	transform: scaleY(1);
}
.project-two__hover:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--theme-white-rgb), 0.9);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	z-index: -1;
}
.project-two__tagline {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: var(--theme-white);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0;
	line-height: 20px;
	font-weight: 500;
	font-family: var(--theme-font-two);
}
.project-two__tagline:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	height: 1px;
	width: -webkit-fill-available;
	background-color: var(--theme-base);
}
.project-two__title {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 24px;
}
.project-two__title a {
	color: var(--theme-white);
	transition: all 500ms ease;
}
.project-two__title a:hover {
	color: var(--theme-base);
}
.project-two__carousel.owl-carousel .owl-dots {
	position: absolute;
	bottom: -60px;
	left: 0px;
	right: 0;
	text-align: center;
	margin: 0 !important;
}
.project-two__carousel.owl-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid transparent;
	background-color: rgba(var(--theme-white-rgb), 0.2);
	margin: 0px 2.5px;
	padding: 0px;
	transition: all 100ms linear;
	transition-delay: 0.1s;
}
.project-two__carousel.owl-carousel .owl-dot.active {
	border: 2px solid var(--theme-base);
	background-color: rgba(var(--theme-white-rgb), 0);
}
.project-two__carousel.owl-carousel .owl-dot:focus {
	outline: none;
}
.project-two__carousel.owl-carousel .owl-dots .owl-dot span {
	display: none;
}
/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/

.counter-two {
	position: relative;
	display: block;
	z-index: 2;
}
.counter-two__inner {
	position: relative;
	display: block;
	background-color: var(--theme-base);
	padding: 79px 0 73px;
	border-radius: var(--theme-bdr-radius);
	overflow: hidden;
	z-index: 1;
}
.counter-two-shape1 {
	height: 304px;
	width: 304px;
	background-color: var(--theme-white);
	position: absolute;
	bottom: -260px;
	left: -189px;
	mix-blend-mode: soft-light;
	border-radius: var(--theme-bdr-radius);
	transform: rotate(45deg);
	animation: rectMove 9s linear 0ms infinite;
}
.counter-two-shape2 {
	position: absolute;
	top: -535px;
	right: -75px;
	width: 575px;
	height: 575px;
	background-color: var(--theme-base);
	border-radius: 20px;
	mix-blend-mode: screen;
	transform: rotate(45deg);
	animation: rectMove 9s linear 0ms infinite;
}
.counter-two-shape3 {
	position: absolute;
	top: -326px;
	right: -516px;
	width: 575px;
	height: 575px;
	background-color: var(--theme-white);
	border-radius: var(--theme-bdr-radius);
	mix-blend-mode: soft-light;
	transform: rotate(45deg);
	animation: rectMove 9s linear 1s infinite;
}
.counter-two__left {
	position: relative;
	display: block;
	margin-top: 21px;
	margin-left: 80px;
}
.counter-two__title {
	font-size: 40px;
	color: var(--theme-white);
	text-transform: uppercase;
	line-height: 40px;
}
.counter-two__right {
	position: relative;
	display: block;
	margin-right: 6px;
}
.counter-two__list {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.counter-two__single {
	position: relative;
	/*flex: 0 0 33.333333%;
	max-width: 33.333333%;*/
	flex: 2 0 50%;
	max-width: 100%;
	width: 100%;
	text-align: center;
}
.counter-two__single:before {
	position: absolute;
	top: 21px;
	bottom: 27px;
	left: 0;
	content: "";
	width: 1px;
	background-color: rgba(var(--theme-white-rgb), 0.1);
}
.counter-two__single:first-child:before {
	display: none;
}
.counter-two__icon span {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: #f77a04;
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}
.counter-two__single:hover .counter-two__icon span {
	transform: scale(0.9);
}
.counter-two__single h3 {
	font-size: 50px;
	font-family: var(--theme-font-two) !important;
	line-height: 60px !important;
	color: var(--theme-white);
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 2px;
}
.counter-two__text {
	margin: 0;
	line-height: 27px;
	color: #ceb0ff;
	text-transform: uppercase;
	font-family: var(--theme-font-two);
	letter-spacing: 0.1em;
	font-weight: 500;
}
.counter-two__single .odometer-formatting-mark {
	display: none;
}
/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/

.blog-two {
	position: relative;
	display: block;
	padding: 240px 0 30px;
	margin-top: -120px;
	z-index: 1;
}
.blog-two:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	height: 637px;
	background-color: var(--theme-white);
	z-index: -1;
}
.blog-two .section-title__tagline {
	color: #a09baa;
}
.blog-two .section-title__title {
	color: var(--theme-white);
}
/*--------------------------------------------------------------
# We Care
--------------------------------------------------------------*/

.we-care {
	position: relative;
	display: block;
}
.we-care__inner {
	position: relative;
	display: flex;
	align-items: center;
	border-top: 1px solid #e4e2e7;
	padding-top: 60px;
	padding-bottom: 60px;
}
.we-care__img {
	position: relative;
	border-radius: var(--theme-bdr-radius);
	background-color: var(--theme-white);
	z-index: 1;
}
.we-care__img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	content: "";
	background-color: var(--theme-base);
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	width: 10px;
	z-index: 1;
}
.we-care__img img {
	mix-blend-mode: luminosity;
	border-radius: var(--theme-bdr-radius);
}
.we-care__content {
	margin-left: 50px;
}
.we-care__title {
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 36px;
	margin-bottom: 8px;
}
.we-care__text {
	font-size: 16px;
	margin: 0;
}
/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/

.google-map {
	position: relative;
	display: block;
}
.google-map__one {
	position: relative;
	display: block;
	border: none;
	height: 555px;
	width: 100%;
}
/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/

.contact-one {
	position: relative;
	display: block;
	/*padding: 120px 0 114px;*/
    padding: 95px 0 95px;
	margin-top: 60px;
	background: #24619a26;
}
.contact-one__left {
	position: relative;
	display: block;
}
.contact-one__left .section-title {
	margin-bottom: 40px;
}
.contact-one__images {
	position: relative;
	display: block;
	overflow: hidden;
}
.contact-one__images li {
	position: relative;
	float: left;
}
.contact-one__images li+li {
	margin-left: 20px;
}
.contact-one__img-1 {
	position: relative;
	display: block;
	background-color: var(--theme-white);
	border-radius: var(--theme-bdr-radius);
}
.contact-one__img-1 img {
	border-radius: var(--theme-bdr-radius);
	mix-blend-mode: luminosity;
}
.contact-one__text {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 28px;
}
.contact-one__points {
	position: relative;
	display: block;
}
.contact-one__points li {
	position: relative;
	display: flex;
	align-items: center;
}
.contact-one__points li+li {
	margin-top: 6px;
}
.contact-one__points li .icon {
	position: relative;
	display: flex;
	top: 1px;
}
.contact-one__points li .icon span {
	font-size: 22px;
	color: #0a4385;
	transform: scale(1);
	transition: all 500ms ease;
}
.contact-one__points li:hover .icon span {
	transform: scale(0.85);
}
.contact-one__points li .text {
	margin-left: 15px;
}
.contact-one__points li .text p {
	color: var(--theme-black);
	margin: 0;
}
.contact-one__right {
	position: relative;
	display: block;
	margin-left: 70px;
}
.contact-one__right-form {
	position: relative;
	display: block;
	background-color: #f6f4f9;
	border-radius: var(--theme-bdr-radius);
	padding: 60px;
}
.contact-one__right-form input[type="text"], .contact-one__right-form input[type="email"] {
	height: 68px;
	width: 100%;
	border: none;
	background: var(--theme-white);
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
	border-radius: var(--theme-bdr-radius);
	outline: none;
	font-size: 14px;
	color: var(--theme-gray);
	font-weight: 400;
	display: block;
}
.contact-one__right-form textarea {
	width: 100%;
	height: 175px;
	background: var(--theme-white);
	border-radius: var(--theme-bdr-radius);
	outline: none;
	font-size: 14px;
	color: var(--theme-gray);
	font-weight: 400;
	display: block;
	border: none;
	padding: 18px 30px 30px;
	margin-bottom: 10px;
}
.contact-one__btn {
	border: none;
	outline: none;
}
/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/

.brand-two {
	border-bottom: 0;
	border-top: 1px solid #e2e0e5;
}
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
	position: relative;
	display: block;
	padding: 283px 0 174px;
	background-color: var(--theme-white);
	z-index: 1;
}
.page-header-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: var(--theme-white);
	background-blend-mode: luminosity;
	opacity: 0.4;
	z-index: -1;
}
.page-header-border {
	position: absolute;
	top: 108px;
	left: 0;
	bottom: 0;
	width: 14.29%;
	border-right: 1px solid rgba(255, 255, 255, 0.05);
	z-index: 10;
}
.page-header-border-two {
	left: 14.29%;
}
.page-header-border-three {
	left: 28.59%;
}
.page-header-border-four {
	left: 42.88%;
}
.page-header-border-five {
	left: 57.17%;
}
.page-header-border-six {
	left: 71.46%;
}
.page-header-shape-1 {
	position: absolute;
	top: -182px;
	right: 125px;
	width: 495px;
	height: 350px;
	background-color: var(--theme-base);
	mix-blend-mode: screen;
	transform: rotate(45deg);
	border-radius: 20px;
	animation: rectMove 9s linear 0ms infinite;
}
.page-header-shape-2 {
	position: absolute;
	top: -70px;
	right: -250px;
	width: 495px;
	height: 350px;
	background-color: var(--theme-white);
	mix-blend-mode: soft-light;
	transform: rotate(45deg);
	border-radius: 20px;
	z-index: 1;
	animation: rectMove 9s linear 1s infinite;
}
.page-header-shape-3 {
	position: absolute;
	top: 221px;
	right: -394px;
	width: 495px;
	height: 350px;
	background-color: var(--theme-white);
	mix-blend-mode: soft-light;
	transform: rotate(45deg);
	border-radius: 20px;
	z-index: 1;
	animation: rectMove 9s linear 2s infinite;
}
.page-header__inner {
	position: relative;
	display: block;
	text-align: center;
	z-index: 15;
}
.page-header__inner h2 {
	font-size: 60px;
	color: var(--theme-white);
	line-height: 70px;
	text-transform: uppercase;
	margin-top: 1px;
	font-weight: 400;
}
.thm-breadcrumb {
	position: relative;
	display: block;
}
.thm-breadcrumb li {
	position: relative;
	display: inline-block;
	color: var(--theme-white);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-family: var(--theme-font-two);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.thm-breadcrumb li:before {
	position: absolute;
	top: 16px;
	left: -20px;
	content: "";
	background-color: var(--theme-white);
	height: 2px;
	width: 5px;
}
.thm-breadcrumb li:first-child:before {
	display: none;
}
.thm-breadcrumb li+li {
	margin-left: 29px;
}
.thm-breadcrumb li a {
	color: var(--theme-white);
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-family: var(--theme-font-two);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.thm-breadcrumb li:hover a {
	color: #a09baa;
}
/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/

.blog-sidebar {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}
.blog-sidebar__left {
	position: relative;
	display: block;
}
.blog-sidebar__content {
	position: relative;
	display: block;
}
.blog-sidebar__content-single {
	position: relative;
	display: block;
}
.blog-sidebar__content-single+.blog-sidebar__content-single {
	margin-top: 15px;
}
.blog-sidebar__content-img {
	position: relative;
	display: block;
	border-radius: var(--theme-bdr-radius);
	background-color: var(--theme-white);
}
.blog-sidebar__content-img img {
	width: 100%;
	mix-blend-mode: luminosity;
	border-radius: var(--theme-bdr-radius);
}
.blog-sidebar__date-box {
	position: absolute;
	bottom: 0;
	right: 20px;
	background-color: var(--theme-base);
	padding: 12px 19px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.blog-sidebar__date-box p {
	font-size: 14px;
	color: var(--theme-white);
	margin: 0;
	line-height: 16px;
	text-align: center;
	font-family: var(--theme-font-two);
	text-transform: uppercase;
	font-weight: 500;
}
.blog-sidebar__content-box {
	position: relative;
	display: block;
	margin-top: 23px;
}
.blog-sidebar__meta {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.blog-sidebar__meta li {
	position: relative;
	display: block;
	line-height: 26px;
}
.blog-sidebar__meta li a {
	font-size: 14px;
	color: var(--theme-gray);
	transition: all 500ms ease;
}
.blog-sidebar__meta li a:hover {
	color: var(--theme-base);
}
.blog-sidebar__meta li a i {
	color: var(--theme-base);
}
.blog-sidebar__meta li+li {
	margin-left: 10px;
}
.blog-sidebar__title {
	font-size: 34px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 40px;
	margin-top: 5px;
	margin-bottom: 13px;
}
.blog-sidebar__title a {
	color: var(--theme-white);
	transition: all 500ms ease;
}
.blog-sidebar__title a:hover {
	color: var(--theme-base);
}
.blog-sidebar__text {
	font-size: 16px;
	margin: 0;
	line-height: 32px;
}
.blog-sidebar__read-more-btn {
	margin-top: 9px;
}
.blog-sidebar__read-more-btn a {
	font-size: 20px;
	color: var(--theme-white);
	transition: all 500ms ease;
}
.blog-sidebar__read-more-btn a:hover {
	color: var(--theme-base);
}
.blog-sidebar__bottom-box {
	position: relative;
	display: block;
	background-color: #f6f4f9;
	padding: 57px 60px 53px;
	margin-top: 15px;
	border-radius: var(--theme-bdr-radius);
}
.blog-sidebar__bottom-box-icon {
	margin-bottom: 20px;
}
.blog-sidebar__bottom-box-text {
	margin: 0;
}
.blog-sidebar__delivering-services {
	position: relative;
	display: block;
	background-color: #f6f4f9;
	padding: 60px 60px 53px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: var(--theme-bdr-radius);
}
.blog-sidebar__delivering-services-icon {
	margin-bottom: 11px;
}
.blog-sidebar__delivering-services-title {
	font-size: 34px;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 600;
}
.blog-sidebar__delivering-services-title a {
	color: var(--theme-white);
	transition: all 500ms ease;
}
.blog-sidebar__delivering-services-title a:hover {
	color: var(--theme-base);
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (max-width: 991px) {
 .sidebar {
 margin-top: 50px;
}
}
.sidebar__single+.sidebar__single {
	margin-top: 30px;
}
.sidebar__title {
	margin: 0;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 4px;
	font-weight: 500;
}
.sidebar__search {
	position: relative;
	display: block;
}
.sidebar__search-form {
	position: relative;
}
.sidebar__search-form input[type="search"] {
	display: block;
	border: none;
	outline: none;
	background-color: var(--theme-base);
	color: var(--theme-white);
	font-size: 18px;
	font-weight: 400;
	padding-left: 50px;
	height: 78px;
	width: 100%;
	padding-right: 80px;
	border-radius: var(--theme-bdr-radius);
}
 .sidebar__search-form ::-webkit-input-placeholder {
 color: var(--theme-white);
 opacity: 1;
}
 .sidebar__search-form ::-moz-placeholder {
 color: var(--theme-white);
 opacity: 1;
}
 .sidebar__search-form :-ms-input-placeholder {
 color: var(--theme-white);
 opacity: 1;
}
 .sidebar__search-form ::-ms-input-placeholder {
 color: var(--theme-white);
 opacity: 1;
}
 .sidebar__search-form ::placeholder {
 color: var(--theme-white);
 opacity: 1;
}
 .sidebar__search-form :-ms-input-placeholder {
 color: var(--theme-white);
}
 .sidebar__search-form ::-ms-input-placeholder {
 color: var(--theme-white);
}
.sidebar__search-form button[type="submit"] {
	background-color: transparent;
	color: var(--theme-white);
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 72px;
	outline: none;
	border: none;
	display: flex;
	align-items: center;
	padding: 0;
}
.sidebar__post {
	position: relative;
	display: block;
	padding: 45px 30px 30px;
	background-color: #f6f4f9;
	border-radius: var(--theme-bdr-radius);
}
.sidebar__post .sidebar__title {
	margin-left: 20px;
}
.sidebar__post-list {
	margin: 0;
}
.sidebar__post-list li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 17px 20px 17px;
	transition: all 500ms ease;
	border-radius: var(--theme-bdr-radius);
}
.sidebar__post-list li:hover {
	background-color: rgb(255, 255, 255);
}
.sidebar__post-list li+li {
	margin-top: 10px;
}
.sidebar__post-image {
	margin-right: 20px;
	background-color: var(--theme-white);
	border-radius: var(--theme-bdr-radius);
}
.sidebar__post-image>img {
	width: 70px;
	mix-blend-mode: luminosity;
	border-radius: var(--theme-bdr-radius);
}
.sidebar__post-content {
	position: relative;
	top: -6px;
}
.sidebar__post-content h3 {
	font-size: 16px;
	margin: 0;
	line-height: 26px;
}
.sidebar__post-content-meta {
	font-size: 14px;
	font-weight: 400;
	color: var(--theme-gray) !important;
	font-family: var(--theme-font);
	transition: all 500ms ease;
}
.sidebar__post-content-meta i {
	color: var(--theme-base);
	font-size: 12px;
	padding-right: 3px;
}
.sidebar__post-content h3 a {
	color: var(--theme-white);
	transition: all 500ms ease;
	text-transform: uppercase;
	margin-top: 1px;
	display: block;
	font-size: 20px;
	font-weight: 500;
}
.sidebar__category {
	position: relative;
	display: block;
	background-color: #f6f4f9;
	padding: 45px 30px 38px;
	border-radius: var(--theme-bdr-radius);
}
.sidebar__category .sidebar__title {
	padding-left: 20px;
	margin-bottom: 8px;
}
.sidebar__category-list {
	margin: 0;
}
.sidebar__category-list li+li {
	margin-top: 3px;
}
.sidebar__category-list li a {
	color: var(--theme-gray);
	font-size: 18px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	background: none;
	padding: 5px 20px;
	border-radius: var(--theme-bdr-radius);
}
.sidebar__category-list li a:hover {
	background-color: rgb(255, 255, 255);
	color: var(--theme-white);
}
.sidebar__category-list li.active a {
	background-color: rgb(255, 255, 255);
	color: var(--theme-white);
}
.sidebar__category-list li a span {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) scale(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: var(--theme-base);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}
.sidebar__category-list li a:hover span {
	color: var(--theme-base);
	transform: translateY(-50%) scale(1);
}
.sidebar__category-list li.active a span {
	transform: translateY(-50%) scale(1);
	color: var(--theme-base);
}
.sidebar__tags {
	position: relative;
	display: block;
	background: #f6f4f9;
	padding: 45px 45px 50px;
	border-radius: var(--theme-bdr-radius);
}
.sidebar__tags .sidebar__title {
	margin-left: 5px;
	margin-bottom: 24px;
}
.sidebar__tags-list {
	margin-top: -10px;
}
.sidebar__tags-list a {
	font-size: 12px;
	color: var(--theme-white);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: var(--theme-white);
	display: inline-block;
	padding: 2px 20px;
	margin-left: 5px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.1em;
	border-radius: var(--theme-bdr-radius);
	font-family: var(--theme-font-two);
}
.sidebar__tags-list a+a {
	margin-left: 5px;
	margin-top: 10px;
}
.sidebar__tags-list a:hover {
	color: var(--theme-white);
	background: var(--theme-base);
}
.sidebar__comments {
	position: relative;
	display: block;
	background: #f6f4f9;
	border-radius: var(--theme-bdr-radius);
	padding: 45px 50px 43px;
}
.sidebar__comments .sidebar__title {
	margin-bottom: 24px;
}
.sidebar__comments-list {
	position: relative;
	display: block;
}
.sidebar__comments-list li {
	position: relative;
	display: block;
	padding-left: 65px;
}
.sidebar__comments-list li+li {
	margin-top: 23px;
}
.sidebar__comments-icon {
	height: 45px;
	width: 45px;
	background-color: var(--theme-white);
	border-radius: 50%;
	font-size: 15px;
	color: var(--theme-dark);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.sidebar__comments-list li:hover .sidebar__comments-icon {
	background-color: #0a4385;
	color: var(--theme-white);
}
.sidebar__comments-text-box p {
	font-size: 15px;
	margin: 0;
	line-height: 26px;
}
.sidebar__comments-text-box h5 {
	font-size: 16px;
	color: var(--theme-white);
	line-height: 26px;
	font-family: var(--theme-font);
	font-weight: 400;
}
.blog-sidebar .why-choose-two__video-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.blog-sidebar .why-choose-two__video-icon {
	width: 97px;
	height: 97px;
	line-height: 97px;
	text-align: center;
	font-size: 25px;
	color: var(--theme-base);
	background-color: var(--theme-white);
}
.blog-sidebar .why-choose-two__video-icon:hover {
	background-color: var(--theme-base);
	color: var(--theme-white);
}
.blog-sidebar .why-choose-two__video-icon:before {
	position: absolute;
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
	content: "";
	border-radius: 50%;
	z-index: 1;
	border: 1px solid var(--theme-white);
	opacity: 0.1;
}
.blog-sidebar .why-choose-two__video-link .ripple, .blog-sidebar .why-choose-two__video-icon .ripple:before, .blog-sidebar .why-choose-two__video-icon .ripple:after {
	width: 126px;
	height: 126px;
}
/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/

.blog-details {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}
.blog-details__left {
	position: relative;
	display: block;
}
.blog-details__img {
	position: relative;
	display: block;
	background-color: var(--theme-white);
	border-radius: var(--theme-bdr-radius);
}
.blog-details__img img {
	width: 100%;
	mix-blend-mode: luminosity;
	border-radius: var(--theme-bdr-radius);
}
.blog-details__date-box {
	position: absolute;
	bottom: 0;
	right: 20px;
	background-color: var(--theme-base);
	padding: 12px 19px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.blog-details__date-box p {
	font-size: 14px;
	color: var(--theme-white);
	margin: 0;
	line-height: 16px;
	text-align: center;
	font-family: var(--theme-font-two);
	text-transform: uppercase;
	font-weight: 500;
}
.blog-details__content {
	position: relative;
	display: block;
	margin-top: 20px;
}
.blog-details__meta {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.blog-details__meta li {
	position: relative;
	display: block;
	line-height: 28px;
}
.blog-details__meta li a {
	font-size: 14px;
	color: var(--theme-gray);
	transition: all 500ms ease;
}
.blog-details__meta li a:hover {
	color: var(--theme-base);
}
.blog-details__meta li a i {
	color: var(--theme-base);
}
.blog-details__meta li+li {
	margin-left: 10px;
}
.blog-details__title {
	font-size: 34px;
	text-transform: uppercase;
	line-height: 46px;
	margin-bottom: 10px;
	font-weight: 600;
}
.blog-details__text-1, .blog-details__text-2 {
	font-size: 16px;
	line-height: 32px;
	margin: 0;
}
.blog-details__text-2 {
	padding-top: 32px;
	padding-bottom: 32px;
}
.blog-details__bottom {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0 30px;
	margin-top: 51px;
	border-top: 1px solid #e2e0e5;
}
.blog-details__bottom p {
	margin: 0;
}
.blog-details__tags span {
	color: var(--theme-white);
	font-size: 20px;
	margin-right: 15px;
	text-transform: uppercase;
	font-family: var(--theme-font-two);
	font-weight: 500;
}
.blog-details__tags a {
	position: relative;
	color: var(--theme-white);
	font-size: 12px;
	background-color: #f6f4f9;
	display: inline-block;
	padding: 2px 20px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 600;
	border-radius: var(--theme-bdr-radius);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: var(--theme-font-two);
}
.blog-details__tags a:hover {
	background-color: var(--theme-base);
	color: var(--theme-white);
}
.blog-details__tags a+a {
	margin-left: 6px;
}
.blog-details__social-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.blog-details__social-list a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--theme-white);
	font-size: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}
.blog-details__social-list a:hover {
	color: var(--theme-base);
}
.blog-details__social-list a+a {
	margin-left: 30px;
}
.blgo-details__pagenation-box {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 52px;
}
.blog-details__pagenation {
	position: relative;
	display: block;
}
.blog-details__pagenation li {
	position: relative;
	float: left;
	font-size: 26px;
	color: var(--theme-white);
	background-color: #f6f4f9;
	line-height: 31px;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	max-width: 370px;
	width: 100%;
	padding-left: 60px;
	padding-top: 53px;
	padding-bottom: 55px;
	font-family: var(--theme-font-two);
	text-transform: uppercase;
	border-radius: var(--theme-bdr-radius);
}
.blog-details__pagenation li+li {
	margin-left: 30px;
}
.blog-details__pagenation li:hover {
	background-color: var(--theme-base);
	color: var(--theme-white);
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-one__title, .comment-form__title {
	margin: 0;
	color: var(--theme-white);
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 54px;
}
.comment-one__single {
	display: -webkit-box;
	display: flex;
	border-bottom: 1px solid #e2e0e5;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.comment-one__content {
	position: relative;
	margin-left: 45px;
}
.comment-one__content h3 {
	margin: 0;
	font-size: 22px;
	color: var(--theme-white);
	margin-bottom: 27px;
	text-transform: uppercase;
	font-weight: 500;
}
.comment-one__content p {
	font-size: 16px;
	line-height: 32px;
	margin: 0;
}
.comment-one__btn {
	font-size: 12px;
	padding: 2px 20px;
	position: absolute;
	top: 0;
	right: 0;
}
.comment-one__image {
	position: relative;
	display: block;
	border-radius: 50%;
	background-color: var(--theme-white);
}
.comment-one__image img {
	border-radius: 50%;
	mix-blend-mode: luminosity;
}
.comment-form .comment-form__title {
	margin-top: -8px;
}
.comment-one__form .row {
 --bs-gutter-x: 10px;
}
.comment-form__input-box {
	position: relative;
	display: block;
}
.comment-form__input-box input[type="text"], .comment-form__input-box input[type="email"] {
	height: 68px;
	width: 100%;
	border: none;
	background-color: #f6f4f9;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
	border-radius: var(--theme-bdr-radius);
	outline: none;
	font-size: 14px;
	color: var(--theme-gray);
	display: block;
}
.comment-form__input-box textarea {
	font-size: 14px;
	color: var(--theme-gray);
	height: 175px;
	width: 100%;
	background-color: #f6f4f9;
	padding: 18px 30px 30px;
	border: none;
	border-radius: 0px;
	outline: none;
	margin-bottom: 0px;
	border-radius: var(--theme-bdr-radius);
}
.comment-form__btn {
	border: none;
}
/*--------------------------------------------------------------
## Project Page
--------------------------------------------------------------*/

.projects-page {
	position: relative;
	display: block;
	padding: 106px 0 90px;
}
.projects-page .project-filter {
	margin-bottom: 24px;
}
/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/

.project-details {
	position: relative;
	display: block;
	padding: 120px 0 0;
}
.project-details__img {
	position: relative;
	display: block;
	background-color: var(--theme-white);
	border-radius: var(--theme-bdr-radius);
}
.project-details__img img {
	width: 100%;
	mix-blend-mode: luminosity;
	border-radius: var(--theme-bdr-radius);
}
.project-details__content {
	position: relative;
	display: block;
	margin-top: 58px;
}
.project-details__content-left {
	position: relative;
	display: block;
	margin-top: -9px;
}
.project-details__content-title {
	font-size: 34px;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 33px;
	font-weight: 500;
}
.project-details__content-text-1 {
	margin: 0;
}
.project-details__content-text-2 {
	margin: 0;
	padding-top: 35px;
	padding-bottom: 62px;
}
.project-details__points {
	position: relative;
	display: block;
}
.project-details__points li {
	position: relative;
	display: flex;
}
.project-details__points li+li {
	margin-top: 79px;
}
.project-details__points li .icon {
	position: relative;
	display: block;
	top: 4px;
}
.project-details__points li .icon span {
	font-size: 64px;
	color: var(--theme-base);
	position: relative;
	display: inline-block;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}
.project-details__points li:hover .icon span {
	transform: rotateY(360deg);
	color: var(--theme-white);
}
.project-details__points li .text {
	margin-left: 40px;
}
.project-details__points li .text h4 {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 31px;
}
.project-details__points li .text p {
	margin: 0;
}
.project-details__content-right {
	position: relative;
	display: block;
}
.project-details__details-box {
	position: relative;
	display: block;
	background-color: #f6f4f9;
	padding: 52px 60px 58px;
	border-radius: var(--theme-bdr-radius);
}
.project-details__details-info {
	position: relative;
	display: block;
}
.project-details__details-info-single+.project-details__details-info-single {
	margin-top: 22px;
}
.project-details__details-info-client {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 28px;
	margin-bottom: 8px;
	font-weight: 500;
}
.project-details__details-info-name {
	font-size: 18px;
	margin: 0;
	line-height: 28px;
}
.project-details__details-social-list {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	border-top: 1px solid var(--theme-white);
	padding-top: 29px;
	margin-top: 22px;
}
.project-details__details-social-list a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--theme-white);
	font-size: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.project-details__details-social-list a+a {
	margin-left: 30px;
}
.project-details__details-social-list a:hover {
	color: var(--theme-base);
}
.project-details__pagination-box {
	position: relative;
	display: block;
	border-top: 1px solid #e2e0e5;
	border-bottom: 1px solid #e2e0e5;
	padding: 52px 0 45px;
	margin-top: 113px;
}
.project-details__pagination {
	position: relative;
	display: block;
	overflow: hidden;
}
.project-details__pagination li.next {
	float: left;
	position: relative;
}
.project-details__pagination li a {
	position: relative;
	display: block;
	color: var(--theme-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.project-details__pagination-sub-title {
	font-size: 16px;
	margin: 0;
	line-height: 26px;
	text-align: left;
	font-family: var(--theme-font-two);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.project-details__pagination li:hover .project-details__pagination-sub-title {
	color: var(--theme-white);
}
.project-details__pagination-title {
	font-size: 30px;
	font-weight: 400;
	font-family: var(--theme-font-two);
	text-transform: uppercase;
	color: var(--theme-white);
	display: block;
	margin-bottom: 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.project-details__pagination li:hover .project-details__pagination-title {
	color: var(--theme-base);
}
.project-details__pagination li.next i {
	position: relative;
	font-size: 20px;
	color: var(--theme-white);
	display: inline-block;
	transform: rotate(180deg);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.project-details__pagination li:hover i {
	color: var(--theme-base);
}
.project-details__pagination li.previous {
	position: relative;
	float: right;
}
.project-details__pagination li.previous i {
	position: relative;
	font-size: 20px;
	color: var(--theme-white);
	display: block;
	float: right;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.project-details__pagination li:hover i {
	color: var(--theme-base);
}
/*--------------------------------------------------------------
# Similar Work
--------------------------------------------------------------*/

.similar-work {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}
/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/

.service-details {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}
.service-details__sidebar {
	position: relative;
	display: block;
}
.service-details__sidebar-service {
	position: relative;
	display: block;
	background-color: #f6f4f9;
	border-radius: var(--theme-bdr-radius);
	padding: 29px 30px 33px;
}
.service-details__sidebar-service-list {
	margin: 0;
}
.service-details__sidebar-service-list li+li {
	margin-top: 7px;
}
.service-details__sidebar-service-list li a {
	color: var(--theme-gray);
	font-size: 18px;
	font-weight: 400;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	background: none;
	padding: 10px 20px;
	border-radius: var(--theme-bdr-radius);
}
.service-details__sidebar-service-list li.current a, .service-details__sidebar-service-list li a:hover {
	background-color: rgb(255, 255, 255);
	color: var(--theme-white);
}
.service-details__sidebar-service-list li a span {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) scale(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: var(--theme-base);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}
.service-details__sidebar-service-list li.current a span, .service-details__sidebar-service-list li a:hover span {
	transform: translateY(-50%) scale(1);
}
.service-details__need-help {
	position: relative;
	display: block;
	padding: 60px 50px 49px;
	margin-top: 30px;
	text-align: center;
	z-index: 1;
	background-color: var(--theme-base);
	border-radius: var(--theme-bdr-radius);
}
.service-details__need-help-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--theme-base);
	opacity: 0.1;
	z-index: -1;
}
.service-details__need-help-icon {
	height: 85px;
	width: 85px;
	background-color: var(--theme-white);
	color: var(--theme-base);
	font-size: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto 19px;
	transition: all 500ms ease;
}
.service-details__need-help-icon:hover {
	background-color: var(--theme-white);
	color: var(--theme-white);
}
.service-details__need-help-title {
	font-size: 34px;
	color: var(--theme-white);
	line-height: 44px;
	text-transform: uppercase;
}
.service-details__need-help-contact {
	position: relative;
	display: block;
	margin-top: 36px;
}
.service-details__need-help-contact p {
	font-size: 16px;
	color: var(--theme-white);
	margin: 0;
	line-height: 18px;
	text-transform: uppercase;
	font-family: var(--theme-font-two);
	letter-spacing: 0.1em;
}
.service-details__need-help-contact a {
	font-size: 30px;
	color: var(--theme-white);
	font-family: var(--theme-font-two);
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.service-details__need-help-contact a:hover {
	color: var(--theme-white);
}
.service-details__download {
	position: relative;
	display: block;
	margin-top: 30px;
}
.service-details__download-btn {
	position: relative;
	display: inline-block;
	background-color: var(--theme-white);
	border-radius: var(--theme-bdr-radius);
	padding: 17px 92px 17px;
	text-align: center;
	font-size: 16px;
	color: var(--theme-white);
	font-family: var(--theme-font-two);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 600;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.service-details__download-btn:hover {
	background-color: var(--theme-base);
	color: var(--theme-white);
}
.service-details__right {
	position: relative;
	display: block;
}
.service-details__img {
	position: relative;
	display: block;
	background-color: var(--theme-white);
	border-radius: var(--theme-bdr-radius);
}
.service-details__img img {
	width: 100%;
	border-radius: var(--theme-bdr-radius);
}
.service-details__content {
	position: relative;
	display: block;
	margin-top: 29px;
}
.service-details__title {
	font-size: 34px;
	font-weight: 500;
	line-height: 44px;
	text-transform: uppercase;
	margin-bottom: 32px;
}
.service-details__text-1 {
	margin: 0;
	font-weight: 400;
	font-size: 16px;
}
.service-details__text-2 {
	color: var(--theme-base);
	margin: 0;
	padding-top: 35px;
	padding-bottom: 36px;
	font-weight: 400;
	font-size: 16px;
}
.service-details__text-3 {
	margin: 0;
	font-weight: 400;
	font-size: 16px;
}
.service-details__bottom {
	position: relative;
	display: block;
	border-top: 1px solid #e4e2e7;
	border-bottom: 1px solid #e4e2e7;
	padding-top: 56px;
	margin-top: 54px;
	padding-bottom: 23px;
	margin-bottom: 60px;
}
.service-details__bottom-list {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.service-details__bottom-single {
	position: relative;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	width: 100%;
	padding: 0 29px 0;
	margin-bottom: 30px;
}
 .service-details__bottom-single:nth-child(1) {
 padding-left: 0;
}
 .service-details__bottom-single:nth-child(3) {
 padding-right: 0;
 padding-left: 55px;
}
.service-details__bottom-icon span {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: var(--theme-base);
	transition: all 500ms linear;
	transition-delay: 0.1s;
}
.service-details__bottom-single:hover .service-details__bottom-icon span {
	transform: rotateY(360deg);
}
.service-details__bottom-title {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 34px;
	margin-top: 12px;
	margin-bottom: 25px;
}
.service-details__bottom-text {
	margin: 0;
}
.service-details__benefits {
	position: relative;
	display: block;
}
.service-details__benefits-content {
	position: relative;
	display: block;
	margin-top: -9px;
}
.service-details__benefits-title {
	font-size: 26px;
	text-transform: capitalize;
	line-height: 36px;
	margin-bottom: 36px;
	font-weight: 500;
}
.service-details__benefits-text {
	margin: 0;
}
.service-details__benefits-list {
	position: relative;
	display: block;
	margin-top: 38px;
}
.service-details__benefits-list li {
	position: relative;
	display: flex;
	align-items: center;
}
.service-details__benefits-list li .icon {
	display: flex;
	align-items: center;
}
.service-details__benefits-list li .icon span {
	font-size: 15px;
	color: var(--theme-base);
	transform: scale(1);
	transition: all 500ms ease;
}
.service-details__benefits-list li:hover .icon span {
	transform: scale(0.85);
}
.service-details__benefits-list li .text {
	margin-left: 13px;
}
.service-details__benefits-list li .text p {
	font-size: 18px;
	color: var(--theme-white);
	margin: 0;
}
.service-details__benefits-img {
	position: relative;
	display: block;
	background-color: var(--theme-white);
	border-radius: var(--theme-bdr-radius);
}
.service-details__benefits-img img {
	width: 100%;
	mix-blend-mode: luminosity;
	border-radius: var(--theme-bdr-radius);
}
.service-details__faq {
	position: relative;
	display: block;
	margin-top: 55px;
}
.faq-one-accrodion .accrodion {
	position: relative;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 30px 0px rgb(0, 0, 0, 0.05);
	border: 1px solid #e2e0e5;
	border-radius: 28px;/*	border-radius: var(--theme-bdr-radius);*/
}
.faq-one-accrodion .accrodion:before {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 5px;
	content: "";
	background-color: var(--theme-base);
	transform: scaleY(0);
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}
.faq-one-accrodion .accrodion.active:before {
/*	transform: scaleY(1);*/
}
.faq-one-accrodion .accrodion-title {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 15px 40px 15px;
	padding-right: 27px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	border-radius: 28px;/*	border-radius: var(--theme-bdr-radius);*/
}
.faq-one-accrodion .accrodion-title h4 {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	color: var(--theme-black);
	position: relative;
	text-transform: capitalize;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
}
.faq-one-accrodion .accrodion+.accrodion {
	margin-top: 20px;
}
.faq-one-accrodion .accrodion.active .accrodion-title {
	background-color: var(--theme-white);
}
.faq-one-accrodion .accrodion.active .accrodion-title h4 {
	color: var(--theme-black);
}
 .faq-one-accrodion .accrodion-title h4::before {
 content: "\e902";
 font-family: "icomoon" !important;
 font-size: 12px;
 color: var(--theme-base);
 position: absolute;
 top: 50%;
 right: 0;
 height: 35px;
 width: 35px;
 border-radius: 50%;
 text-align: center;
 display: flex;
 justify-content: center;
 align-items: center;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 -webkit-transition: all 500ms ease;
 transition: all 500ms ease;
 color: #fff;
 background: #fa7b04;
}
 .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
 content: "\e903";
 color: var(--theme-base);
 height: 35px;
 width: 35px;
 border-radius: 50%;
 text-align: center;
 display: flex;
 justify-content: center;
 align-items: center;
 color: #fff;
 background: #fa7b04;
}
.faq-one-accrodion .accrodion-content {
	position: relative;
	padding: 0px 40px 29px;
	margin-top: -7px;
	border-radius: 28px;/*	border-radius: var(--theme-bdr-radius);*/
}
.faq-one-accrodion .accrodion.active .accrodion-content {
	background-color: var(--theme-white);
}
.faq-one-accrodion .accrodion-content p {
	font-size: 16px;
	margin: 0;
	line-height: 32px;
}
/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/

.about-page {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}
.about-page__left {
	position: relative;
	display: block;
	margin-right: 90px;
}
.about-page__img {
	position: relative;
	display: block;
	border-radius: var(--theme-bdr-radius);
	background-color: var(--theme-white);
	overflow: hidden;
}
 .about-page__img::before {
 position: absolute;
 top: 50%;
 left: 50%;
 display: block;
 content: "";
 width: 0;
 height: 0;
 background: rgba(255, 255, 255, 0.2);
 border-radius: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 opacity: 0;
 z-index: 10;
}
.about-page__img:hover:before {
	-webkit-animation: circle 0.75s;
	animation: circle 0.75s;
}
.about-page__img img {
	width: 100%;
	mix-blend-mode: luminosity;
	border-radius: var(--theme-bdr-radius);
}
.about-page__founded {
	position: absolute;
	top: 65px;
	left: -58px;
	background-color: rgb(98, 34, 204);
	box-shadow: 0px 10px 30px 0px rgb(0, 0, 0, 0.1);
	width: 139px;
	height: 139px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.about-page__founded:before {
	position: absolute;
	bottom: 2px;
	right: 25px;
	content: "";
	background-image: url(../images/shapes/about-page-founded-shape.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 17px;
	transform: rotate(-30deg);
}
.about-page__founded h5 {
	font-size: 20px;
	color: var(--theme-white);
	text-transform: uppercase;
	line-height: 26px;
	font-weight: 500;
}
.about-page__right {
	position: relative;
	display: block;
}
.about-page__right .section-title {
	margin-bottom: 32px;
}
.about-page__right-text-1 {
	font-size: 24px;
	color: var(--theme-base);
	margin: 0;
	margin-bottom: 37px;
}
.about-page__right-text-2 {
	margin: 0;
}
.about-page__points-box {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 28px;
}
.about-page__points {
	position: relative;
	float: left;
	margin-right: 47px;
}
.about-page__points li {
	position: relative;
	display: flex;
	align-items: center;
}
.about-page__points li+li {
	margin-top: 6px;
}
.about-page__points li .icon {
	position: relative;
	top: 1px;
}
.about-page__points li .icon span {
	font-size: 15px;
	color: var(--theme-base);
	transform: scale(1);
	transition: all 500ms ease;
}
.about-page__points li:hover .icon span {
	transform: scale(0.85);
}
.about-page__points li .text {
	margin-left: 10px;
}
.about-page__points li .text p {
	font-weight: 500;
	color: var(--theme-white);
	margin: 0;
}
.about-page__points-two {
	margin-right: 0;
}
/*--------------------------------------------------------------
# About Page Counter two
--------------------------------------------------------------*/

.about-page-counter-two {
	padding-bottom: 120px;
}
/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/

.testimonial-two {
	position: relative;
	display: block;
	background-color: #f6f4f9;
	overflow: hidden;
	padding: 120px 0 120px;
	z-index: 1;
}
.testimonial-two-map {
	position: absolute;
	top: 120px;
	left: 50%;
	height: 486px;
	width: 1005px;
	transform: translateX(-50%);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.05;
	z-index: -1;
}
.testimonial-two__carousel {
	position: relative;
	display: block;
}
.testimonial-two__carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}
.testimonial-two__carousel.owl-carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease, visibility 500ms ease;
}
.testimonial-two__carousel.owl-carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}
/*--------------------------------------------------------------
# Brand Three
--------------------------------------------------------------*/

.brand-three {
	position: relative;
	display: block;
	padding: 98px 0 99px;
	background-color: var(--theme-base);
}
.brand-three .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;
}
.brand-three .swiper-slide img {
	-webkit-transition: 500ms;
	transition: 500ms;
	opacity: 0.3;
	max-width: 100%;
}
.brand-three .swiper-slide img:hover {
	opacity: 1;
}
/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/

.team-page {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}
/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/

.faq-page {
	position: relative;
	display: block;
	background-color: #f6f4f9;
	padding: 120px 0 0;
}
.faq-page__single {
	position: relative;
	display: block;
}
.faq-page__single .faq-one-accrodion .accrodion {
	/*	border: 1px solid transparent;*/
    border: 1px solid #e4edf5b0;
	box-shadow: 0px 12px 30px rgb(15 18 22 / 10%);
}
.faq-page__bottom {
	position: relative;
	display: block;
	text-align: center;
	border-top: 1px solid #e3e1e6;
	padding-top: 48px;
	padding-bottom: 51px;
	margin-top: 60px;
}
.faq-page__bottom-text {
	font-size: 16px;
	margin: 0;
	font-weight: 500;
	font-family: var(--theme-font-two);
	text-transform: uppercase;
}
.faq-page__bottom-text a {
	position: relative;
	display: inline-block;
	color: var(--theme-white);
	margin-left: 3px;
	transition: all 500ms ease;
}
.faq-page__bottom-text a:hover {
	color: var(--theme-base);
}
.faq-page__bottom-text a:before {
	position: absolute;
	bottom: 7px;
	left: 0px;
	right: 0px;
	content: "";
	background-color: var(--theme-base);
	height: 1px;
}
/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/

.contact-page {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}
.contact-page .container {
	max-width: 768px;
	width: 100%;
}
.contact-page__form .comment-form__btn {
	margin: 0 auto;
	display: block;
}
/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/

.error-page {
	position: relative;
	display: block;
	padding: 50px 0 120px;
}
.error-page__inner {
	position: relative;
	display: block;
	text-align: center;
}
.error-page__title {
	position: relative;
	display: inline-block;
	font-size: 350px;
	line-height: 350px;
	letter-spacing: 0.2em;
	font-weight: 200;
	margin-bottom: 16px;
}
.error-page__tagline {
	font-size: 40px;
	line-height: 49px;
	margin-bottom: 19px;
	text-transform: uppercase;
	font-weight: 500;
}
.error-page__text {
	margin: 0;
	line-height: 18px;
}
.error-page__form {
	position: relative;
	display: block;
	margin: 61px 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: 68px;
	width: 100%;
	border: none;
	outline: none;
	background-color: #f6f4f9;
	font-size: 18px;
	color: var(--theme-gray);
	font-weight: 400;
	padding-left: 50px;
	padding-right: 75px;
	border-radius: var(--theme-bdr-radius);
}
.error-page__form button[type="submit"] {
	background-color: transparent;
	color: var(--theme-white);
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0;
	width: 70px;
	outline: none;
	border: none;
	display: flex;
	align-items: center;
	padding: 0;
}
/*--------------------------------------------------------------
## Services Page Service One
--------------------------------------------------------------*/

.service-page-service-one {
	padding-bottom: 114px;
}
/*--------------------------------------------------------------
## Services Page Cta One
--------------------------------------------------------------*/

.services-page-cta-one {
	padding-top: 120px;
}
/*--------------------------------------------------------------
## Contact Info
--------------------------------------------------------------*/

.contact-info {
	position: relative;
	display: block;
	padding: 120px 0 0;
}
.contact-info__single {
	position: relative;
	display: block;
	background-color: #f6f4f9;
	border-radius: var(--theme-bdr-radius);
	text-align: center;
	padding: 50px 70px 41px;
	margin-bottom: 30px;
}
.contact-info__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 142px;
	width: 142px;
	background-color: var(--theme-base);
	border-radius: 50%;
	margin: 0 auto;
	z-index: 1;
}
.contact-info__icon:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: var(--theme-white);
	border-radius: 50%;
	transform: scale(0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: -1;
}
.contact-info__single:hover .contact-info__icon:before {
	transform: scaleX(1);
}
.contact-info__icon span {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: var(--theme-white);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}
.contact-info__single:hover .contact-info__icon span {
	transform: scale(0.9);
}
.contact-info__title {
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact-info__text {
	margin: 0;
	line-height: 30px;
}
.contact-info__single h4 {
	font-size: 18px;
	font-weight: 400;
	font-family: var(--theme-font);
	line-height: 30px;
}
.contact-info__mail {
	color: var(--theme-gray);
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.contact-info__mail:hover {
	color: var(--theme-base);
}
.contact-info__phone {
	color: var(--theme-gray);
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.contact-info__phone:hover {
	color: var(--theme-base);
}
.contact-info__single-last {
	padding-bottom: 71px;
}
/*--------------------------------------------------------------
## Contact Info
--------------------------------------------------------------*/

.contact-page-two {
	padding-top: 90px;
}


/* custom animation */

@keyframes rectMove {
 0% {
 transform: rotate(45deg) translateY(-0px);
}
 25% {
 transform: rotate(43deg) translateY(-20px);
}
 50% {
 transform: rotate(45deg) translateY(-40px);
}
 75% {
 transform: rotate(43deg) translateY(-20px);
}
 100% {
 transform: rotate(45deg) translateY(-0px);
}
}
 @keyframes rectMove2 {
 0% {
 transform: rotate(48deg) translateY(-0px);
}
 25% {
 transform: rotate(46deg) translateY(-20px);
}
 50% {
 transform: rotate(48deg) translateY(-40px);
}
 75% {
 transform: rotate(46deg) translateY(-20px);
}
 100% {
 transform: rotate(48deg) translateY(-0px);
}
}
/***
=============================================
    Update 13-5-2022
=============================================
***/


/***
=============================================
    Features One
=============================================
***/

.features-one {
	position: relative;
	display: block;
	background: var(--theme-white);
	padding: 80px 0px 80px;
	z-index: 1;
}
.features-one .auto-container {
	position: relative;
	display: block;
	max-width: 1920px;
	padding: 0px 15px;
	margin: 0 auto;
}
.features-one__single {
	position: relative;
	display: block;
	border-right: 1px solid rgba(var(--theme-white-rgb), 0.1);
}
.features-one__single:last-child {
	border-right: none;
}
.features-one__single-inner {
	position: relative;
	display: block;
}
.features-one__icon {
	position: relative;
	display: block;
}
 .features-one__icon span::before {
 position: relative;
 display: inline-block;
 color: var(--theme-base);
 font-size: 60px;
 line-height: 60px;
 transition-delay: 0.1s;
 transition: all 500ms ease;
}
 .features-one__single:hover .features-one__icon span::before {
 transform: rotateY(180deg);
 transition-delay: 0.1s;
}
.features-one__title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 8px;
	margin-bottom: 19px;
}
.features-one__title a {
	color: var(--theme-white);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.features-one__single:hover .features-one__title a {
	color: var(--theme-base);
}
.features-one__text {
	color: #a09baa;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}
/***
=============================================
    Welcome One
=============================================
***/

.welcome-one {
	position: relative;
	display: block;
	padding: 120px 0px 120px;
}
.welcome-one__img {
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 550px;
	width: 100%;
	border-radius: var(--theme-bdr-radius);
}
 .welcome-one__img::before {
 position: absolute;
 left: 0;
 bottom: 0;
 border-left: 180px solid var(--theme-base);
 border-top: 180px solid transparent;
 border-right: 180px solid transparent;
 content: "";
 z-index: 5;
 overflow: hidden;
}
.welcome-one__img-inner {
	position: relative;
	display: block;
	border-radius: var(--theme-bdr-radius);
	background: var(--theme-white);
	overflow: hidden;
}
 .welcome-one__img-inner::before {
 position: absolute;
 top: 0;
 left: -100%;
 display: block;
 content: '';
 width: 50%;
 height: 100%;
 background: linear-gradient(to right, rgba(var(--theme-base-rgb), .7) 0%, rgba(var(--theme-base-rgb), .3) 100%);
 transform: skewX(25deg);
 z-index: 2;
}
 .welcome-one__img:hover .welcome-one__img-inner::before {
 -webkit-animation: shine 1.9s;
 animation: shine 1.9s;
}
.welcome-one__img-inner img {
	width: 100%;
	mix-blend-mode: luminosity;
	transition: all 500ms linear;
	transition-delay: 0.2s;
}
.welcome-one__img:hover .welcome-one__img-inner img {
	transform: scale(1.1) rotate(0deg);
	transition: all 500ms linear;
	transition-delay: 0.1s;
}
.welcome-one__content {
	position: relative;
	display: block;
	margin-left: 70px;
}
.welcome-one__content .section-title {
	margin-bottom: 29px;
}
.welcome-one__text {
	margin: 0;
}
.welcome-one__content-bottom-content {
	position: relative;
	display: block;
	margin-top: 33px;
}
.welcome-one__content-bottom-content-single {
	position: relative;
	display: block;
	padding-left: 20px;
}
 .welcome-one__content-bottom-content-single::before {
 position: absolute;
 top: 10px;
 left: 0;
 width: 7px;
 height: 7px;
 background: var(--theme-base);
 border-radius: 50%;
 content: "";
}
.welcome-one__content-bottom-content-single h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 9px;
}
.welcome-one__content-bottom-content-single p {
	font-size: 16px;
	margin: 0;
}
/***
=============================================
    Services Three
=============================================
***/

.services-three {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 120px 0px 90px;
	overflow: hidden;
	z-index: 1;
}
.services-three__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 509px;
	background: #f6f4f9;
	content: "";
	z-index: -1;
}
.services-three__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.services-three__single-img {
	position: relative;
	display: block;
}
.services-three__single-img-inner {
	position: relative;
	display: block;
	background: var(--theme-white);
	overflow: hidden;
	border-top-left-radius: var(--theme-bdr-radius);
	border-top-right-radius: var(--theme-bdr-radius);
	z-index: 1;
}
.services-three__single-img-inner:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--theme-white-rgb), .30);
	opacity: 1;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
	-webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
	-ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
	transform: perspective(400px) rotateX(-90deg) scale(0.2);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	border-top-left-radius: var(--theme-bdr-radius);
	border-top-right-radius: var(--theme-bdr-radius);
	z-index: 1;
}
.services-three__single:hover .services-three__single-img-inner:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
	-ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
	transform: perspective(400px) rotateX(0deg) scale(1.0);
}
.services-three__icon {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 30px;
	bottom: -57px;
	width: 115px;
	height: 115px;
	background: #ffffff;
	box-shadow: 0px 10px 30px 0px rgb(0, 0, 0, 0.05);
	border-radius: 50%;
	z-index: 2;
}
.services-three__icon:before {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: var(--theme-base);
	border-radius: 50%;
 transition: .5s;
	transform: scale(.5);
	opacity: 0;
	content: '';
	z-index: -1;
}
.services-three__single:hover .services-three__icon:before {
	transform: scale(1);
	opacity: 1;
}
.services-three__icon span {
	position: relative;
	display: block;
	line-height: 0;
}
 .services-three__icon span::before {
 color: var(--theme-base);
 font-size: 60px;
 line-height: 60px;
 transition: all 200ms linear;
 transition-delay: 0.1s;
}
 .services-three__single:hover .services-three__icon span::before {
 color: #ffffff;
}
.services-three__single-img-inner img {
	width: 100%;
	mix-blend-mode: luminosity;
 transition-delay: .1s;
	transition-timing-function: ease-in-out;
 transition-duration: .7s;
	transition-property: all;
}
.services-three__single:hover .services-three__single-img-inner img {
	transform: scale(1.1) rotate(2deg);
}
.services-three__single-content {
	position: relative;
	display: block;
	background: #ffffff;
	border: 1px solid #e2e0e5;
	border-top: none;
	border-bottom-left-radius: var(--theme-bdr-radius);
	border-bottom-right-radius: var(--theme-bdr-radius);
	padding: 34px 40px 35px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.services-three__single:hover .services-three__single-content {
	box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
}
.services-three__title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.services-three__title a {
	color: var(--theme-white);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.services-three__single:hover .services-three__title a {
	color: var(--theme-base);
}
.services-three__text {
	font-size: 16px;
	margin: 0;
	margin-bottom: 13px;
}
.services-three__arrow {
	color: var(--theme-gray);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.services-three__arrow:hover {
	color: var(--theme-base);
}
.services-three__arrow span {
	position: relative;
	display: block;
	line-height: 0;
}
 .services-three__arrow span::before {
 font-size: 20px;
 line-height: 20px;
}
/***
=============================================
    Watch Video One
=============================================
***/

.watch-video-one {
	position: relative;
	display: block;
	margin-bottom: -60px;
	z-index: 2;
}
.watch-video-one__img {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-blend-mode: luminosity;
	border-radius: var(--theme-bdr-radius);
	background: var(--theme-white);
	overflow: hidden;
	z-index: 1;
}
 .watch-video-one__img::before {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 background: rgba(var(--theme-white-rgb), 0.3);
 content: "";
 z-index: -1;
}
.watch-video-one__inner {
	position: relative;
	display: block;
	padding: 135px 0px 115px;
}
.watch-video-one__video-link {
	position: relative;
	display: block;
	margin-bottom: 36px;
}
.watch-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: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	color: var(--theme-white);
	background-color: var(--theme-base);
	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;
}
.watch-video-one__video-icon:hover {
	background-color: var(--theme-white);
	color: var(--theme-base);
}
.watch-video-one__video-icon:before {
	position: absolute;
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
	content: "";
	border-radius: 50%;
	border: 1px solid var(--theme-white);
	opacity: 0.2;
	z-index: 1;
}
.watch-video-one__video-link .ripple, .watch-video-one__video-icon .ripple:before, .watch-video-one__video-icon .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 130px;
	height: 130px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-box-shadow: 0 0 0 0 rgba(var(--theme-white-rgb), 0.6);
	-o-box-shadow: 0 0 0 0 rgba(var(--theme-white-rgb), 0.6);
	-webkit-box-shadow: 0 0 0 0 rgba(var(--theme-white-rgb), 0.6);
	box-shadow: 0 0 0 0 rgba(var(--theme-white-rgb), 0.6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	border-radius: 50%;
}
.watch-video-one__video-icon .ripple:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	content: "";
	position: absolute;
}
.watch-video-one__video-icon .ripple:after {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	content: "";
	position: absolute;
}
.watch-video-one__title {
	color: var(--theme-white);
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}
/***
=============================================
    Why Choose Three
=============================================
***/

.why-choose-three {
	position: relative;
	display: block;
	background: #f6f4f9;
	padding: 180px 0px 120px;
}
.why-choose-three__left {
	position: relative;
	display: block;
	max-width: 505px;
	width: 100%;
}
.why-choose-three__left .section-title {
	margin-bottom: 31px;
}
.why-choose-three__text1 {
	color: var(--theme-base);
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 28px;
}
.why-choose-three__text2 {
	margin: 0;
}
.why-choose-three__tab {
	position: relative;
	display: block;
}
.why-choose-three__tab .tab-buttons {
	position: relative;
	display: block;
	margin-bottom: 39px;
}
.why-choose-three__tab .tab-buttons .tab-btn {
	position: relative;
	display: inline-block;
	margin-right: 5px;
}
.why-choose-three__tab .tab-buttons .tab-btn:last-child {
	margin-right: 0px;
}
.why-choose-three__tab .tab-buttons .tab-btn.thm-btn {
	font-size: 14px;
	font-weight: 500;
	padding: 9px 40px 8px;
	color: #ffffff;
	background: var(--theme-white);
	cursor: pointer;
}
 .why-choose-three__tab .tab-buttons .tab-btn.thm-btn::after, .why-choose-three__tab .tab-buttons .tab-btn.thm-btn.active-btn {
 background: var(--theme-base);
}
.why-choose-three__tab .tabs-content .tab {
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 10;
}
.why-choose-three__tab .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.why-choose-three__tab-inner {
	position: relative;
	display: block;
}
.why-choose-three__tab-inner-text {
	margin: 0;
	margin-bottom: 29px;
}
.why-choose-three__tab-inner-bottom {
	position: relative;
	display: block;
	border-top: 1px solid #dddbe0;
	padding-top: 40px;
}
.why-choose-three__tab-inner-bottom-img {
	position: relative;
	display: block;
	background: var(--theme-white);
	border-radius: var(--theme-bdr-radius);
	overflow: hidden;
}
 .why-choose-three__tab-inner-bottom-img::before {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 width: 10px;
 background: var(--theme-base);
 content: "";
 z-index: 5;
}
.why-choose-three__tab-inner-bottom-img img {
	width: 100%;
	mix-blend-mode: luminosity;
}
.why-choose-three__tab-inner-bottom-text {
	position: relative;
	display: block;
	margin-top: 1px;
}
.why-choose-three__tab-inner-bottom-text ul {
	position: relative;
	display: block;
}
.why-choose-three__tab-inner-bottom-text ul li {
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.why-choose-three__tab-inner-bottom-text ul li:last-child {
	margin-bottom: 0px;
}
.why-choose-three__tab-inner-bottom-text ul li p {
	color: var(--theme-white);
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	margin: 0;
}
.why-choose-three__tab-inner-bottom-text ul li p span {
	position: relative;
	display: inline-block;
	color: var(--theme-base);
	font-size: 16px;
	line-height: 20px;
	padding-right: 10px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.why-choose-three__tab-inner-bottom-text ul li:hover p span {
	color: var(--theme-white);
}
/***
=============================================
    Project One Three
=============================================
***/

.project-one--three {
	position: relative;
	display: block;
}
.project-one--three .project-one__single {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--theme-bdr-radius);
}
.project-one--three .project-one__hover {
	padding: 26px 60px 37px;
}
/***
=============================================
    theme Ready Two Three
=============================================
***/

.theme-ready-two--three {
	position: relative;
	display: block;
	padding: 100px 0px 240px;
}
/***
=============================================
    Counter Two Three
=============================================
***/

.counter-two--three {
	position: relative;
	display: block;
	margin-top: -120px;
	z-index: 2;
}
/***
=============================================
    Get In Touch One
=============================================
***/

.get-in-touch-one {
	position: relative;
	display: block;
	background: #f6f4f9;
	padding: 330px 0px 120px;
	margin-top: -210px;
	z-index: 1;
}
.get-in-touch-one .shape1 {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.04;
	z-index: -1;
}
.get-in-touch-one__bg {
	position: absolute;
	top: 330px;
	left: 0;
	bottom: 131px;
	right: 0;
	width: calc((100% - 70px) / 2);
	border-top-right-radius: var(--theme-bdr-radius);
	border-bottom-right-radius: var(--theme-bdr-radius);
	background: var(--theme-white);
	background-blend-mode: luminosity;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.get-in-touch-one__video-link {
	position: absolute;
	bottom: 0;
	right: 0px;
}
.get-in-touch-one__video-icon {
	height: 140px;
	width: 165px;
	background-color: var(--theme-base);
	font-size: 25px;
	color: var(--theme-white);
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 8px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.get-in-touch-one__video-icon:hover {
	background-color: var(--theme-white);
}
.get-in-touch-one__video-icon .ripple, .get-in-touch-one__video-icon .ripple:before, .get-in-touch-one__video-icon .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 158px;
	height: 136px;
	transform: translate(-50%, -50%);
	-ms-box-shadow: 0 0 0 0 rgba(var(--theme-base-rgb), 0.6);
	-o-box-shadow: 0 0 0 0 rgba(var(--theme-base-rgb), 0.6);
	box-shadow: 0 0 0 0 rgba(var(--theme-base-rgb), 0.6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	border-top-left-radius: 8px;
}
.get-in-touch-one__video-icon .ripple:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	content: "";
	position: absolute;
}
.get-in-touch-one__video-icon .ripple:after {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	content: "";
	position: absolute;
}
.get-in-touch-one__content {
	position: relative;
	display: block;
	max-width: 500px;
	width: 100%;
	float: right;
}
.get-in-touch-one__content .section-title {
	margin-bottom: 29px;
}
.get-in-touch-one__text1 {
	margin: 0;
}
.get-in-touch-one__content-middle {
	position: relative;
	display: block;
	margin-top: 39px;
}
.get-in-touch-one__content-middle-single {
	position: relative;
	display: block;
}
.get-in-touch-one__icon {
	position: relative;
	display: block;
	margin-bottom: 3px;
}
.get-in-touch-one__icon span {
	position: relative;
	display: inline-block;
	line-height: 0;
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}
.get-in-touch-one__content-middle-single:hover .get-in-touch-one__icon span {
	transform: scale(0.9);
}
 .get-in-touch-one__icon span::before {
 color: var(--theme-base);
 font-size: 60px;
 line-height: 60px;
}
.get-in-touch-one__title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 11px;
}
.get-in-touch-one__text2 {
	margin: 0;
}
.get-in-touch-one__progress {
	position: relative;
	display: block;
	margin-top: 30px;
}
.get-in-touch-one__progress-single {
	position: relative;
	display: block;
}
.get-in-touch-one__progress-title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 13px;
	text-transform: uppercase;
	font-weight: 500;
}
.get-in-touch-one__progress .bar {
	position: relative;
	width: 100%;
	height: 7px;
	background-color: var(--theme-white);
	border-radius: 5px;
	margin-bottom: 11px;
}
.get-in-touch-one__progress .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 7px;
	border-radius: 5px;
	background: var(--theme-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;
}
.get-in-touch-one__progress .count-text {
	position: absolute;
	right: -41px;
	bottom: 20px;
	color: var(--theme-white);
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	opacity: 0;
	background-color: var(--theme-white);
	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;
	font-family: var(--theme-font-two);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.get-in-touch-one__progress .count-text:before {
	position: absolute;
	bottom: -6px;
	left: 0;
	border: 3px solid var(--theme-white);
	content: "";
	border-right: 4px solid transparent;
	border-bottom: 3px solid transparent;
}
.get-in-touch-one__progress .bar-inner.counted .count-text {
	opacity: 1;
}
/***
=============================================
    How We Works One
=============================================
***/

.how-we-works-one {
	position: relative;
	display: block;
	background: var(--theme-white);
	padding: 120px 0px 120px;
	counter-reset: count;
	z-index: 1;
}
.how-we-works-one__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.how-we-works-one__single .shape1 {
	position: absolute;
	top: 75px;
	right: -93px;
}
.how-we-works-one__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background: var(--theme-white);
	border: 1px solid #e4e2e7;
	margin: 0 auto;
	margin-bottom: 24px;
	z-index: 1;
}
 .how-we-works-one__icon::before {
 position: absolute;
 top: 20px;
 left: 20px;
 bottom: 20px;
 right: 20px;
 background: #f6f4f9;
 border-radius: 50%;
 transition: .5s;
 transform: scale(.5);
 opacity: 0;
 z-index: -1;
 content: "";
}
 .how-we-works-one__single:hover .how-we-works-one__icon::before {
 transform: scale(1);
 opacity: 1;
}
.how-we-works-one__icon span {
	position: relative;
	display: inline-block;
	line-height: 0;
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}
.how-we-works-one__single:hover .how-we-works-one__icon span {
	transform: scale(0.9);
}
 .how-we-works-one__icon span::before {
 color: var(--theme-base);
 font-size: 60px;
 line-height: 60px;
}
.how-we-works-one__icon .count-box {
	position: absolute;
	top: 0px;
	right: -15px;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 20px;
	background: var(--theme-base);
	color: #ffffff;
	border-radius: 50%;
	font-family: var(--theme-font-two);
	font-weight: 500;
	z-index: 1;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
 .how-we-works-one__icon .count-box::before {
 top: 0px;
 right: -15px;
 width: 65px;
 height: 65px;
 line-height: 65px;
 text-align: center;
 font-size: 20px;
 border-radius: 50%;
 font-family: var(--theme-font-two);
 font-weight: 500;
 counter-increment: count;
 content: "0"counter(count);
}
.how-we-works-one__title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.how-we-works-one__title a {
	color: var(--theme-white);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.how-we-works-one__single:hover .how-we-works-one__title a {
	color: var(--theme-base);
}
.how-we-works-one__text {
	margin: 0;
}
.how-we-works-one__btn {
	position: relative;
	display: block;
	margin-top: 19px;
}
/***
=============================================
    Cta One Two
=============================================
***/

.cta-one--two {
	position: relative;
	display: block;
	background: var(--theme-base);
	padding-bottom: 0px;
}
.cta-one--two .cta-one-shape-1 {
	right: 124px;
}
.cta-one--two .cta-one-shape-2 {
	top: -210px;
	right: -185px;
	width: 365px;
	height: 365px;
	border-radius: 0;
	z-index: 2;
}
.cta-one--two .cta-one__inner {
	padding: 40px 0px 40px;
}
.cta-alt a {
	font-size: 19px;
	padding: 17px 40px 17px;
}
/***
=============================================
    Blog Three
=============================================
***/

.blog-three {
	position: relative;
	display: block;
	background: var(--theme-white);
	padding: 120px 0px 90px;
	z-index: 1;
}
 .blog-three::before {
 position: absolute;
 top: 0;
 left: 51%;
 bottom: 0;
 right: -99999px;
 background: #f6f4f9;
 content: "";
 z-index: -1;
}
.blog-three__content {
	position: relative;
	display: block;
}
.blog-three__content .section-title {
	margin-bottom: 29px;
}
.blog-three__text {
	margin: 0;
}
.blog-three__right {
	position: relative;
	display: block;
	width: 1180px;
}
.blog-three .custom-nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 174px;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	z-index: 10;
}
.blog-three .custom-nav .owl-prev {
	height: 65px;
	width: 65px;
	background: #f6f4f9;
	border-radius: 50%;
	color: var(--theme-white);
	font-size: 20px;
	text-align: center;
	border: 0;
	transform: rotate(180deg);
	margin: 0;
	padding: 0;
	line-height: 20px;
	margin-right: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.blog-three .custom-nav .owl-next {
	height: 65px;
	width: 65px;
	background: #f6f4f9;
	border-radius: 50%;
	color: var(--theme-white);
	font-size: 20px;
	text-align: center;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 20px;
	margin-left: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.blog-three .custom-nav .owl-prev:hover, .blog-three .custom-nav .owl-next:hover {
	color: var(--theme-white);
	background-color: var(--theme-base);
}
.blog-three__right .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.blog-three__right .owl-carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease, visibility 500ms ease;
}
.blog-three__right .owl-carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}
/***
=============================================
    Testimonial Page
=============================================
***/

.testimonial-page {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 120px 0px 90px;
}
.testimonial-page .testimonial-one__single {
	position: relative;
	margin-bottom: 30px;
}
/***
=============================================
    Brand One Testimonial
=============================================
***/

.brand-one--testimonial {
	position: relative;
	display: block;
	background: var(--theme-base);
	border-bottom: none;
}
/***
=============================================
    Team Details
=============================================
***/

.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;
	border-radius: var(--theme-bdr-radius);
	overflow: hidden;
}
.team-details__top-img {
	position: relative;
	display: block;
	border-radius: var(--theme-bdr-radius);
	background: var(--theme-white);
	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(--theme-base-rgb), .7) 0%, rgba(var(--theme-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%;
	mix-blend-mode: luminosity;
	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(--theme-gray);
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: var(--theme-font-two);
	margin: 0;
	margin-bottom: 6px;
}
.team-details__top-name {
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
	text-transform: uppercase;
}
.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(--theme-white);
	font-size: 15px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.team-details__social a:hover {
	background-color: var(--theme-base);
	color: var(--theme-white);
}
.team-details__social a+a {
	margin-left: 10px;
}
.team-details__top-text-1 {
	color: var(--theme-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;
	border-radius: var(--theme-bdr-radius);
	overflow: hidden;
	background: var(--theme-white);
}
.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%;
	mix-blend-mode: luminosity;
}
/***
=============================================
    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(--theme-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(--theme-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(--theme-white);
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	opacity: 0;
	background-color: var(--theme-white);
	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;
	font-family: var(--theme-font-two);
	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(--theme-white);
	content: "";
	border-right: 4px solid transparent;
	border-bottom: 3px solid transparent;
}
.team-details-bottom__progress .bar-inner.counted .count-text {
	opacity: 1;
}
/***
=============================================
    Why Choose Four
=============================================
***/

.why-choose-four {
	position: relative;
	display: block;
	padding: 0px 0px 90px;
}
/***
=============================================
    Counter One Why Choose
=============================================
***/

.counter-one--why-choose {
	position: relative;
	display: block;
}
.counter-one--why-choose .counter-one__single:before {
	top: -120px;
}
/***
=============================================
    Why Choose One Why Choose
=============================================
***/

.why-choose-one--why-choose {
	padding-bottom: 120px;
}
/***
=============================================
    Brand One Why Choose
=============================================
***/

.brand-one--why-choose {
	position: relative;
	display: block;
	background: #f6f4f9;
	border-bottom: none;
}
/***
=============================================
    Business Growth One
=============================================
***/

.business-growth-one {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 120px 0px 90px;
}
.business-growth-one__top {
	position: relative;
	display: block;
	margin-bottom: 45px;
}
.business-growth-one__top-left {
	position: relative;
	display: block;
}
.business-growth-one__top .section-title {
	margin-bottom: 0px;
}
.business-growth-one__top-right {
	position: relative;
	display: block;
	margin-top: 21px;
}
.business-growth-one__top-right p {
	font-size: 16px;
	line-height: 30px;
	margin: 0px;
}
.business-growth-one__bottom {
	position: relative;
	display: block;
}
.business-growth-one__single {
	position: relative;
	display: block;
	border-radius: var(--theme-bdr-radius);
	overflow: hidden;
	margin-bottom: 30px;
}
.business-growth-one__single-img {
	position: relative;
	display: block;
	overflow: hidden;
	border-top-left-radius: var(--theme-bdr-radius);
	border-top-right-radius: var(--theme-bdr-radius);
	background: var(--theme-white);
}
 .business-growth-one__single-img::before {
 position: absolute;
 left: 0;
 bottom: 0;
 right: 0;
 background: var(--theme-base);
 height: 10px;
 content: "";
 z-index: 5;
}
 .business-growth-one__single-img::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 transition-delay: .1s;
 transition-timing-function: ease-in-out;
 transition-duration: .7s;
 transition-property: all;
 background: rgba(var(--theme-white-rgb), 0.7);
 border-top-left-radius: var(--theme-bdr-radius);
 border-top-right-radius: var(--theme-bdr-radius);
 opacity: 0;
 z-index: 1;
 content: "";
}
 .business-growth-one__single:hover .business-growth-one__single-img::after {
 opacity: 1;
}
.business-growth-one__single-img img {
	width: 100%;
	mix-blend-mode: luminosity;
 transition: .5s ease;
	transform: scale(1.05);
}
.business-growth-one__single:hover .business-growth-one__single-img img {
	transform: scale(1);
}
.business-growth-one__single-content {
	position: relative;
	display: block;
	background: #ffffff;
	border: 1px solid #e2e0e5;
	border-top: none;
	padding: 34px 50px 40px;
	border-bottom-left-radius: var(--theme-bdr-radius);
	border-bottom-right-radius: var(--theme-bdr-radius);
}
.business-growth-one__single-content h3 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 17px;
}
.business-growth-one__single-content h3 a {
	color: var(--theme-white);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.business-growth-one__single:hover .business-growth-one__single-content h3 a {
	color: var(--theme-base);
}
.business-growth-one__single-content p {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}
/***
=============================================
    Shop Page
=============================================
***/

.shop-page {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 120px 0px 90px;
}
.shop-sidebar {
	position: relative;
	display: block;
}
.shop-sidebar__single {
	padding: 24px 30px 30px;
	border: 1px solid #e2e0e5;
	margin-bottom: 30px;
	border-radius: 8px;
}
.shop-sidebar__single.shop-search {
	border: none;
	padding: 0;
}
.shop-search form {
	border-radius: 8px;
	position: relative;
	background-color: var(--theme-base);
}
.shop-search form button[type=submit] {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	color: var(--thm-black);
	background-color: transparent;
	padding: 0;
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	border: none;
	outline: none;
}
 .shop-search form button i::before {
 color: #ffffff;
 font-size: 15px;
 font-weight: 700;
}
.shop-search form input[type=search], .shop-search form input[type=text] {
	width: 100%;
	height: 80px;
	background-color: var(--theme-base);
	border-radius: 8px;
	padding-left: 30px;
	padding-right: 50px;
	font-size: 18px;
	color: var(--theme-white);
	font-family: var(--theme-font);
	border: none;
	outline: none;
}
 .shop-search form ::placeholder {
 color: inherit;
 opacity: 1;
}
.shop-sidebar__title {
	margin: 0;
	color: var(--theme-white);
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.product-sidebar__price-range .noUi-horizontal {
	height: 7px;
	background-color: #f6f4f9;
	border: none;
	box-shadow: none;
}
.product-sidebar__price-range .noUi-handle {
	border-radius: 50%;
	width: 14px;
	height: 14px;
	background-color: var(--theme-base);
	border: none;
	outline: none;
	box-shadow: none;
}
.product-sidebar__price-range .noUi-horizontal .noUi-handle {
	top: -4px;
	right: -8px;
}
 .product-sidebar__price-range .noUi-handle::before, .product-sidebar__price-range .noUi-handle::after {
 display: none;
}
.product-sidebar__price-range .noUi-connect {
	background-color: var(--theme-base);
}
.product-sidebar__price-range .form-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
	margin-top: 20px;
}
.product-sidebar__price-range .form-group p {
	font-size: 14px;
	margin: 0;
}
.product-sidebar__price-range .form-group .left>span {
	margin-left: 5px;
	margin-right: 5px;
}
.product-sidebar__price-range .form-group .left {
	display: flex;
	align-items: center;
}
.product-sidebar__price-range .form-group .right {
	position: relative;
	display: block;
}
.product-sidebar__price-range .form-group .right button {
	outline: none;
	border: none;
}
.product-sidebar__price-range .form-group .right button.thm-btn {
	font-size: 12px;
	padding: 3px 20px 4px;
}
.shop-category {
	position: relative;
	display: block;
}
.shop-category ul {
	position: relative;
	margin-top: -15px;
	margin-left: -15px;
	margin-right: -15px;
}
.shop-category ul li {
	position: relative;
	line-height: 24px;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--theme-gray);
	margin-bottom: 5px;
}
.shop-category ul li:last-child {
	margin-bottom: 0;
}
.shop-category ul li a {
	position: relative;
	display: block;
	line-height: 24px;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--theme-gray);
	font-weight: 400;
	border-radius: 8px;
	transition: all 0.3s ease;
	z-index: 1;
	background: #ffffff;
	padding: 9px 15px 8px;
}
 .shop-category ul li a::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 width: 100%;
 background: #f6f4f9;
 border-radius: 8px;
 z-index: -1;
 transform: scaleY(0.0);
 transform-origin: left;
 transform-style: preserve-3d;
 transition: all 200ms linear;
 transition-delay: 0.1s;
}
.shop-category ul li a:hover:before {
	transform: scaleY(1.0);
}
.shop-category ul li:hover a, .shop-category ul li.active a {
	color: var(--theme-white);
	font-weight: 400;
	background: #f6f4f9;
}
.shop-category ul li a:after {
	position: absolute;
	right: 15px;
	top: 5px;
	font-family: 'icomoon' !important;
	content: "\e906";
	opacity: 1;
	font-size: 10px;
	line-height: 30px;
	font-weight: 700;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	z-index: 1;
}
.shop-category ul li a:hover:after, .shop-category ul li.active a:after {
	color: var(--theme-base);
}
.product-sorting {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}
.product-sorting p {
	margin: 0;
	color: var(--theme-gray);
	font-size: 18px;
}
.product-sorting .select-box {
	width: 340px;
	border-radius: var(--theme-bdr-radius);
}
.product-sorting .nice-select {
	position: relative;
	display: block;
	height: 80px;
	line-height: 80px;
	background: #f6f4f9;
	border: none;
	font-family: var(--theme-font);
	border-radius: var(--theme-bdr-radius);
	color: var(--theme-gray);
	font-size: 16px;
	font-weight: 400;
	padding-left: 30px;
	padding-right: 0px;
}
.product-sorting .nice-select:after {
	position: absolute;
	top: 34px;
	right: 30px;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid var(--theme-gray);
	border-right: 2px solid var(--theme-gray);
	margin-top: 0px;
	z-index: 10;
}
.product-card {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.product-card__image {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.product-card__image>img {
	width: 100%;
}
.product-card__buttons {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30%);
	transition: 500ms ease;
}
.product-card:hover .product-card__buttons {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.product-card__buttons .thm-btn {
	font-size: 14px;
	padding: 8px 40px 9px;
}
.product-card__content {
	position: relative;
	display: block;
	text-align: center;
	padding: 11px 0px 0px;
}
.product-card__title {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.product-card__title a {
	color: var(--theme-white);
	transition: all 500ms ease;
}
.product-card__title a:hover {
	color: var(--theme-base);
}
.product-card__price {
	color: var(--theme-gray);
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	font-family: var(--theme-font-two);
	margin: 0;
	margin-bottom: 12px;
}
.product-card__stars {
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-card__stars i {
	font-size: 14px;
	color: var(--theme-base);
}
.product-card__stars i+i {
	margin-left: 5px;
}
/***
=============================================
    Product Details
=============================================
***/

.product-details {
	position: relative;
	display: block;
	padding: 120px 0px 50px;
}
.product-details__img {
	position: relative;
	display: block;
	border-radius: var(--theme-bdr-radius);
	overflow: hidden;
}
.product-details__img img {
	width: 100%;
}
.product-details__top {
	position: relative;
	display: block;
	margin-top: -13px;
}
.product-details__title {
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	;
}
.product-details__title span {
	position: relative;
	display: inline-block;
	color: var(--theme-base);
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	margin-left: 10px;
}
.product-details__reveiw {
	border-bottom: 1px solid #e2e0e5;
	display: flex;
	align-items: center;
	margin-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 31px;
}
.product-details__reveiw i {
	font-size: 18px;
	color: var(--theme-base);
}
.product-details__reveiw i+i {
	margin-left: 3px;
}
.product-details__reveiw span {
	position: relative;
	top: 2px;
	line-height: 1;
	font-size: 18px;
	color: var(--theme-gray);
	margin-left: 18px;
}
.product-details__content {
	position: relative;
	display: block;
}
.product-details__content-text1 {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	margin-bottom: 31px;
}
.product-details__content-text2 {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}
.product-details__quantity {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.product-details__quantity-title {
	margin: 0;
	color: var(--theme-white);
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 30px;
}
.product-details__quantity .quantity-box {
	position: relative;
	width: 98px;
	border-radius: 8px;
	height: 60px;
}
.product-details__quantity .quantity-box input {
	width: 98px;
	border-radius: 8px;
	height: 60px;
	border: 1px solid #e2e0e5;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	font-family: var(--theme-font);
	padding-left: 30px;
	outline: none;
}
.product-details__quantity .quantity-box button {
	width: 29px;
	height: 29px;
	background-color: transparent;
	color: var(--theme-gray);
	font-size: 8px;
	position: absolute;
	top: 1px;
	right: 1px;
	background-color: #fff;
	border: none;
	border-left: 1px solid #e2e0e5;
	border-top-right-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
}
.product-details__quantity .quantity-box button.sub {
	bottom: 1px;
	top: auto;
	border-top: 1px solid #e2e0e5;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 8px;
}
.product-details__buttons {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 17px;
	margin-top: 30px;
}
.product-details__buttons-1 {
	position: relative;
	display: block;
}
.product-details__buttons-1 .thm-btn {
	background: var(--theme-white);
}
 .product-details__buttons-1 .thm-btn::after {
 background: var(--theme-base);
}
.product-details__buttons-2 {
	position: relative;
	display: block;
	margin-left: 10px;
}
.product-details__social {
	position: relative;
	display: flex;
	align-items: center;
}
.product-details__social .title {
	position: relative;
	display: block;
}
.product-details__social .title h3 {
	color: var(--theme-white);
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	text-transform: uppercase;
}
.product-details__social-link {
	position: relative;
	display: block;
	margin-left: 30px;
	margin-top: 5px;
}
.product-details__social-link li {
	position: relative;
	display: inline-block;
	margin-right: 24px;
}
.product-details__social-link li:last-child {
	margin-right: 0;
}
.product-details__social-link li a {
	position: relative;
	display: block;
	color: var(--theme-gray);
	font-size: 20px;
	line-height: 20px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.product-details__social-link li a:hover {
	color: var(--theme-base);
}
/***
=============================================
    Product Description
=============================================
***/

.product-description {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 0px 0px 50px;
}
.product-description__title {
	font-size: 40px;
	line-height: 45px;
	font-weight: 500;
	margin-bottom: 24px;
}
.product-description__text1 {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}
.product-description__list {
	position: relative;
	display: block;
	margin-top: 26px;
	margin-bottom: 31px;
}
.product-description__list ul {
	position: relative;
	display: block;
}
.product-description__list ul li {
	position: relative;
	display: block;
	margin-bottom: 3px;
}
.product-description__list ul li:last-child {
	margin-bottom: 0px;
}
.product-description__list ul li p {
	color: var(--theme-white);
	margin: 0;
}
.product-description__list ul li p span:before {
	position: relative;
	display: inline-block;
	color: var(--theme-base);
	font-size: 15px;
	line-height: 15px;
	margin-right: 4px;
}
.product-description__tex2 {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}
/***
====================================================================
	Review One
====================================================================
 ***/

.review-one {
	position: relative;
	display: block;
}
.comments-area {
	position: relative;
	display: block;
	border-top: 1px solid #e2e0e5;
	padding-top: 52px;
}
.review-one__title {
	position: relative;
	display: block;
	margin-bottom: 54px;
}
.review-one__title h3 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
}
.comments-area .comment-box {
	position: relative;
	display: block;
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #e2e0e5;
}
.comments-area .comment {
	position: relative;
	display: flex;
	align-items: center;
}
.comments-area .comment-box .author-thumb {
	position: relative;
	display: block;
	width: 165px;
	height: 165px;
	border-radius: 50%;
	overflow: hidden;
	background: var(--theme-white);
}
.comments-area .comment-box .author-thumb img {
	width: 100%;
	mix-blend-mode: luminosity;
}
.review-one__content {
	position: relative;
	display: block;
	padding-left: 45px;
	flex: 1;
}
.review-one__content-top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.review-one__content-top .info {
	position: relative;
	display: block;
}
.review-one__content-top .info h2 {
	font-size: 22px;
	line-height: 34px;
	font-weight: 500;
	text-transform: uppercase;
}
.review-one__content-top .info h2 span {
	color: var(--theme-base);
	font-size: 16px;
}
.review-one__content-top .reply-btn {
	position: relative;
	display: block;
}
.review-one__content-top .reply-btn i:before {
	color: var(--theme-base);
	font-size: 15px;
}
.review-one__content-bottom {
	position: relative;
	display: block;
}
.review-one__content-bottom p {
	font-size: 16px;
	line-height: 30px;
	margin: 0px;
}
/***
====================================================================
  Review Form
====================================================================
 ***/

.review-form-one {
	position: relative;
	display: block;
	margin-top: -8px;
	padding: 0px 0px 120px;
}
.review-form-one .comment-form {
	position: relative;
	display: block;
}
.review-form-one__title {
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.review-form-one__text {
	margin: 0;
	margin-bottom: 19px;
}
.review-form-one__text i:before {
	color: var(--theme-base);
	font-size: 15px;
}
.review-form-one__text i:first-child {
	margin-left: 10px;
}
/***
====================================================================
  Cart Page
====================================================================
 ***/

.cart-page {
	position: relative;
	display: block;
	background: var(--theme-white);
	padding: 114px 0px 120px;
}
.cart-page .table-responsive {
	position: relative;
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
 @media(max-width: 1199px) {
 .cart-table {
 min-width: 1170px;
}
}
.cart-table {
	margin-bottom: 60px;
}
.cart-table thead th {
	color: var(--theme-white);
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0;
	border: none;
	font-family: var(--theme-font-two);
	padding-bottom: 24px;
}
.cart-table thead th:last-child {
	text-align: right;
}
.cart-table tbody tr {
	vertical-align: middle;
}
.cart-table tbody tr:last-child {
	border-bottom: 1px solid #e2e0e5;
}
.cart-table tbody td {
	font-size: 18px;
	color: var(--theme-gray);
	vertical-align: middle;
	border-top: 1px solid #e2e0e5;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
}
.cart-table tbody td:last-child {
	text-align: right;
}
.cart-table .product-box {
	display: flex;
	align-items: center;
}
.cart-table .product-box .img-box {
	position: relative;
	display: block;
	width: 120px;
	height: 120px;
	border-radius: var(--theme-bdr-radius);
	overflow: hidden;
	margin-right: 35px;
}
.cart-table h3 {
	color: var(--theme-white);
	font-size: 22px;
	margin-left: 36px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
}
.cart-table h3 a {
	color: var(--theme-white);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.cart-table h3 a:hover {
	color: var(--theme-base);
}
.cart-table .quantity-box {
	position: relative;
	width: 98px;
	border-radius: 8px;
	height: 60px;
}
.cart-table .quantity-box input {
	width: 98px;
	border-radius: 8px;
	height: 60px;
	border: 1px solid #e2e0e5;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	font-family: var(--theme-font);
	padding-left: 30px;
	outline: none;
}
.cart-table .quantity-box button {
	width: 29px;
	height: 29px;
	background-color: transparent;
	color: var(--thm-black);
	font-size: 8px;
	position: absolute;
	top: 1px;
	right: 1px;
	background-color: #fff;
	border-top-right-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	border: none;
	border-left: 1px solid #e2e0e5;
}
.cart-table .quantity-box button.sub {
	bottom: 1px;
	top: auto;
	border-top: 1px solid #e2e0e5;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 8px;
}
.cart-table .cross-icon {
	position: relative;
	display: block;
}
.cart-table .cross-icon i:before {
	position: relative;
	display: inline-block;
	color: var(--theme-white);
	font-size: 22px;
}
.cart-cupon__form {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.cart-cupon__input {
	width: 100%;
	max-width: 385px;
	border-radius: 8px;
	background-color: #f6f4f9;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 10px;
	font-family: var(--theme-font);
	font-size: 14px;
	color: var(--theme-gray);
	height: 68px;
	margin-bottom: 20px;
	border: none;
	outline: none;
}
 .cart-cupon__form ::placeholder {
 color: var(--theme-gray);
 opacity: 1;
}
.cart-cupon__form button {
	top: -1px;
	border: none;
	outline: none;
}
.cart-total {
	position: relative;
	display: block;
	margin-bottom: 21px;
	margin-top: -11px;
}
.cart-total li {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: var(--theme-gray);
	font-size: 18px;
}
.cart-total li+li {
	margin-top: 10px;
}
.cart-total li span:first-child {
	display: block;
	color: var(--theme-white);
	font-size: 20px;
	margin-right: 70px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: var(--theme-font-two);
	width: 133px;
	text-align: right;
}
 .cart-total li:nth-child(2) span:first-child {
 position: relative;
 right: 6px;
}
.cart-page__buttons {
	position: relative;
	display: flex;
	align-items: center;
}
.cart-page__buttons-1 {
	position: relative;
	display: block;
}
.cart-page__buttons-1 .thm-btn {
	background: var(--theme-white);
}
 .cart-page__buttons-1 .thm-btn::after {
 background: var(--theme-base);
}
.cart-page__buttons-2 {
	position: relative;
	display: block;
	margin-left: 10px;
}
/***
====================================================================
  Checkout Page
====================================================================
 ***/

.checkout-page {
	position: relative;
	display: block;
	padding: 110px 0 120px;
}
.checkout-page .billing_details {
	position: relative;
	display: block;
}
.billing_title {
	position: relative;
	display: block;
	margin-bottom: 41px;
}
.billing_title p {
	font-size: 16px;
	margin: 0;
}
.billing_title span {
	color: var(--theme-base);
}
.billing_title h2 {
	font-size: 40px;
	line-height: 50px;
	margin: 0;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 5px;
}
.billing_details_form .btn-light {
	border: none;
}
.billing_details_form .btn-light:hover {
	border: none;
}
.billing_input_box input[type="text"], .billing_input_box input[type="email"], .billing_input_box input[type="tel"] {
	height: 68px;
	width: 100%;
	border: none;
	background-color: #f6f4f9;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
	border-radius: var(--theme-bdr-radius);
	outline: none;
	font-size: 14px;
	color: var(--theme-gray);
	display: block;
}
.billing_details .checked-box {
	position: relative;
	display: block;
	margin-top: 1px;
}
.billing_details .checked-box label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	margin-right: 0px;
	margin-bottom: 0;
	color: var(--theme-gray);
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	text-transform: none;
	cursor: pointer;
	font-family: var(--theme-font);
}
.billing_details .checked-box input[type="checkbox"] {
	display: none;
}
.billing_details .checked-box input[type="checkbox"]+label span {
	position: absolute;
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	vertical-align: middle;
	background-color: transparent;
	background: var(--theme-base);
	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;
}
.billing_details .checked-box label span:before {
	position: absolute;
	top: 3px;
	left: 5px;
	display: block;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	content: '';
	width: 6px;
	height: 11px;
	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;
}
.billing_details.checked-box input[type="checkbox"]:checked+label span {
	border-color: #ffffff;
}
.billing_details .checked-box input[type="checkbox"]:checked+label span:before {
	opacity: 1;
}
.ship_different_address_title {
	margin-top: 39px;
}
 .ship_different_address_title h2 span::before {
 position: relative;
 display: inline-block;
 color: var(--theme-base);
 font-size: 20px;
 top: -11px;
}
.ship_different_address_form .ship_different_input textarea {
	font-size: 14px;
	color: var(--theme-gray);
	height: 140px;
	width: 100%;
	background-color: #f6f4f9;
	padding: 18px 30px 30px;
	border: none;
	outline: none;
	margin-bottom: 0px;
	border-radius: var(--theme-bdr-radius);
}
.billing_details_form .select-box .nice-select {
	background-color: #f6f4f9;
	border-radius: 8px;
	color: var(--theme-gray);
	font-size: 14px;
	font-weight: 400;
	height: 68px;
	line-height: 68px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	margin-bottom: 10px;
}
.billing_details_form .select-box .nice-select:after {
	position: absolute;
	right: 30px;
}
.your_order {
	position: relative;
	display: block;
	padding-top: 36px;
}
.your_order h2 {
	color: var(--theme-white);
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 41px;
}
.order_table_box {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #e2e0e5;
	padding-bottom: 24px;
}
.order_table_detail {
	position: relative;
	width: 100%;
}
.order_table_head {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #e2e0e5;
	border-top: 1px solid #e2e0e5;
}
.order_table_head th {
	font-size: 20px;
	color: var(--theme-white);
	font-weight: 500;
	margin: 0;
	padding: 19px 0 22px;
	text-transform: uppercase;
	font-family: var(--theme-font-two);
}
.order_table_head th.right {
	float: right;
}
.order_table_detail tbody td {
	padding: 29px 0 2px;
}
.order_table_detail tbody td.pro__title {
	color: var(--theme-gray);
	font-size: 16px;
	line-height: 18px;
}
.order_table_detail tbody td.pro__price {
	color: var(--theme-gray);
	font-size: 16px;
	line-height: 18px;
	text-align: right;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.checkout__payment {
	background-color: #f6f4f9;
	border-radius: 8px;
	padding: 49px 50px 18px;
	margin-bottom: 10px;
}
.checkout__payment__item+.checkout__payment__item {
	margin-top: 39px;
}
.checkout__payment__title {
	display: flex;
	color: var(--theme-white);
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	align-items: center;
	margin-bottom: 27px;
	cursor: pointer;
}
 .checkout__payment__title::before {
 content: '';
 width: 23px;
 height: 23px;
 background-color: #ffffff;
 border: 2px solid #e2e0e5;
 border-radius: 50%;
 margin-right: 10px;
 font-family: 'Font Awesome 5 Free';
 font-weight: 900;
 font-size: 10px;
 color: #fff;
 display: flex;
 justify-content: center;
 align-items: center;
 margin-right: 15px;
 position: relative;
 top: 0px;
 transition: all 500ms ease;
}
.checkout__payment__title img {
	margin-left: 15px;
}
 .checkout__payment__item--active .checkout__payment__title::before {
 background-color: var(--theme-base);
 border-color: var(--theme-base);
 content: '\f00c';
}
.checkout__payment__content {
	font-size: 16px;
	line-height: 30px;
	color: var(--theme-gray);
}
/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/

body.boxed-wrapper {
	background-color: #f6f4f9;
}
.boxed-wrapper .page-wrapper {
	max-width: 1530px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}
/*navbar*/

.head-logo {
	width: 100%;
	height: 80px;
}
.theme-ready-two__text {
	color: #fff;
	margin-bottom: 36px;
}
.mega-ul li {
	font-size: 16px;
	line-height: 30px;
	color: var(--theme-white);
	font-family: var(--theme-font-two);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 500;
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: 500ms;
}
.stricky-header ul li {
	color: #353535;
}
.mobile-nav__toggler i {
	color: var(--theme-black)
}
.home-icon {
	margin-right: 15px;
}
.home-icon span {
	color: #fd8517;
	font-size: 32px;
}
.list-heading {
	font-size: 20px;
	margin-bottom: 8px;
}
.list-para {
	font-size: 14px;
	line-height: 1.4rem;
	;
}
.desk-btn-bg .cont-bg {
	border-radius: 5px;
	background: #0a4385;
	padding: 0px 30px;
	color: #fff !important;
}
/*Form horizontal css*/

.form-horizontal .header {
	background: #fff;
	padding: 30px 25px;
	font-size: 30px;
	color: #252525;
	text-align: center;
	text-transform: capitalize;
	border-radius: 3px 3px 0 0;
	font-weight: 500;
}
.form-horizontal .heading {
	font-size: 16px;
	color: #3f9cb5;
	margin: 10px 0 20px 0;
	text-transform: capitalize;
}
.form-horizontal .form-content {
	padding: 25px;
	background: #fff;
}
.form-horizontal .form-control {
	padding: 12px 16px 12px 39px;
	height: 50px;
	font-size: 14px;
	color: #2b2a2a;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 25px;
}
.form-horizontal .form-control:focus {
	border-color: #3f9cb5;
	box-shadow: none;
}
.form-horizontal .control-label {
	font-size: 23px;
	color: #0a4385;
	position: absolute;
	/* left: 27px; */
    text-align: center;
	margin: 5px;
}
.form-horizontal textarea.form-control {
	resize: vertical;
	height: 130px;
}
.form-horizontal .btn {
	font-size: 18px;
	color: #4e4e4e;
	float: right;
	margin: 10px 0;
	border: 2px solid #ccc;
	border-radius: 0;
	padding: 10px 25px;
	transition: all 0.5s ease 0s;
}
.form-horizontal .btn:hover {
	background: #fff;
	border-color: #3f9cb5;
}
/*Form horizontal css End */


/*Our Services*/

.service-card-main .service-detail {
	/*    	background: #fa7b04;*/
    background: linear-gradient(178deg, #0a4385 0%, #fa7b04 100%);
	/*	background: linear-gradient(178deg, #fa7b04 0%, #0a4385 100%);*/
    border-radius: 20px;
	display: flex;
	margin-top: 40px;
	margin-right: 10px;
	height: 420px;
}
.service-card-main .service-content {
	padding: 40px 32px 40px 32px;
}
.service-card-main .service-content h4 {
	font-weight: 500;
	font-size: 33px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 10px;
}
.service-card-main .service-content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	padding: 5px 0;
}
.service-card-main .service-content .thm-btn {
	/*    background-color: transparent!important;*/
    /*    border: 1px solid #fff;*/
    filter: drop-shadow(0 4px 13px rgba(234, 234, 234, .25));
	border-radius: 22.5px;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #252525;
	padding: 10px 45px;
	overflow: hidden;
	background-color: #fff !important;
}
.service-btn-home .thm-btn:hover {
	color: #fff;
}
.service-card-main .service-detail .service-card-icon-list {
	/*    background: #0a4385;*/
    background: #faf3f3;
	box-shadow: 4px 0 12px rgb(135 132 132 / 30%);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 110px;
}
.service-card-main .service-detail .service-card-icon-list .service-icon-list-img {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 10px;
	color: #fff!important;
}
.service-card-main .service-detail .service-card-icon-list .service-icon-list-img img {
	margin-bottom: -5px;
}
.service-card-main .service-detail .service-card-icon-list .service-icon-name {
	padding-top: 3px;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #252525;
	text-align: center;
}
/*Our Services End */


/*Popup Form css*/

.call-model-width {
	max-width: 980px;
}
.form-container {
	background-color: #fff;
	font-size: 0;/*    box-shadow: 0 0 25px -15px rgba(0,0,0,0.3);*/
}
.form-container .left-content {
	/*    background-color: #131414;*/
    background: linear-gradient(178deg, #fa7b04 0%, #0a4385 100%);
	/*    background: linear-gradient(178deg, #7d3e02 0%, #85060c 100%);*/
    width: 42%;
	padding: 51px 30px;
	display: inline-block;
	vertical-align: top;
	min-height: 540px;
	border-radius: 0px 30px 30px 0px;
}
.form-container .left-content .title {
	color: #fff;
	font-size: 35px;
	font-weight: 500;
	/* letter-spacing: 2px; */
    text-transform: capitalize;
	margin: 0 0 15px;
}
.form-container .left-content .sub-title {
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	margin: 0;
}
.form-container .right-content {
	text-align: center;
	width: 58%;
	padding: 20px 30px;
	display: inline-block;
}
.form-container .right-content .form-title {
	color: #888;
	font-size: 40px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	padding: 0 0 2px;
	margin: 0 0 30px;
	border-bottom: 2px solid #FF97A8;
}
.form-container .right-content .form-horizontal {
	color: #999;
	font-size: 14px;
	text-align: left;
	margin: 0 0 15px;
}
.form-container .form-horizontal .form-group {
	margin: 0 0 20px;
}
 .form-container .form-horizontal .form-group:nth-of-type(2) {
 margin-bottom: 35px;
}
.form-container .form-horizontal .form-group label {
	font-weight: 500;
}
.form-container .form-horizontal .form-control {
	padding: 12px 16px 12px 39px;
	height: 50px;
	font-size: 16px;
	color: #252525;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 25px;
}
 .form-container .form-horizontal .form-control::placeholder {
 color: #252525;
}
.form-container .form-horizontal textarea.form-control {
	resize: vertical;
	height: 110px;
}
/*.form-container .form-horizontal .form-control:focus{ box-shadow: 0 0 5px #FF97A8; }*/

.form-container .form-horizontal .signin {
	color: #fff;
	background: linear-gradient(to right, #0a4385, #0a4385);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	width: 50%;
	padding: 9px 11px;
	margin: 0 0 20px;
	border-radius: 50px;
	transition: all 0.3s ease 0s;
	border: 2px solid #0a4385;
}
.form-container .form-horizontal .btn:hover, .form-container .form-horizontal .btn:focus {
	/*    box-shadow: 0 0 10px #FF97A8;*/
    outline: none;
}
.form-container .form-horizontal .remember-me {
	width: calc(100% - 105px);
	display: inline-block;
}
.form-container .form-horizontal .remember-me .check-label {
	color: #999;
	font-size: 12px;
	font-weight: 400;
	vertical-align: top;
	display: inline-block;
}
.form-container .form-horizontal .remember-me .checkbox {
	height: 17px;
	width: 17px;
	min-height: auto;
	margin: 0 1px 0 0;
	border: 2px solid #FF97A8;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: all 0.3s ease 0s;
}
.form-container .form-horizontal .remember-me .checkbox:before {
	content: '';
	height: 5px;
	width: 10px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	left: 2px;
	top: 2.5px;
	transition: all 0.3s ease;
}
.form-container .form-horizontal .remember-me .checkbox:checked {
	background-color: #FF97A8;
}
.form-container .form-horizontal .remember-me .checkbox:checked:before {
	opacity: 1;
}
 .form-container .form-horizontal .remember-me .checkbox:not(:checked):before {
 opacity: 0;
}
.form-container .form-horizontal .remember-me .checkbox:focus {
	outline: none;
}
.form-container .form-horizontal .forgot {
	color: #999;
	font-size: 12px;
	text-align: right;
	width: 100px;
	vertical-align: top;
	display: inline-block;
	transition: all 0.3s ease 0s;
}
.form-container .form-horizontal .forgot:hover {
	text-decoration: underline;
}
.form-container .right-content .separator {
	color: #999;
	font-size: 15px;
	text-align: center;
	margin: 0 0 15px;
	display: block;
}
.form-container .right-content .social-links {
	text-align: center;
	padding: 0;
	margin: 0 0 25px;
	list-style: none;
}
.form-container .right-content .social-links li {
	margin: 0 2px 5px;
	display: inline-block;
}
.form-container .right-content .social-links li a {
	color: #fff;
	background-color: #F16262;
	font-size: 12px;
	padding: 9px 12px;
	border-radius: 5px;
	display: block;
	transition: all 0.3s ease 0s;
}
 .form-container .right-content .social-links li:nth-child(2) a {
 background-color: #3B5897;
}
.form-container .right-content .social-links li a i {
	margin-right: 10px;
}
.form-container .right-content .social-links li a:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.form-container .right-content .signup-link {
	color: #999;
	font-size: 13px;
}
.form-container .right-content .signup-link a {
	color: #F16262;
	transition: all 0.3s ease 0s;
}
.form-container .right-content .signup-link a:hover {
	text-decoration: underline;
}
 @media only screen and (max-width:767px) {
 .form-container .left-content, .form-container .right-content {
 width: 100%;
 padding: 30px;
}
 .form-container .left-content .title {
 margin: 0 0 20px;
}
 .form-container .left-content .sub-title {
 font-size: 19px;
}
}
.project-details__points_popup .text {
	margin: 0 !important;
}
.project-details__points_popup .text h4 {
	color: #fff;
	font-size: 30px !important;
	text-transform: inherit !important;
	margin: 0 0 0 10px;
}
.project-details__points_popup .icon span {
	font-size: 25px !important;
	margin: 5px 0;
}
.project-details__points_popup .text a {
	color: #fff;
	font-size: 20px !important;
	text-transform: inherit !important;
}
.project-details__points_popup .text h6 {
	color: #fff;
	font-size: 20px;
}
.modal-header-alt .btn-close {
	margin-top: 10px;
	font-size: 20px;
	margin-right: 0px;
	position: absolute;
	right: 20px;
	z-index: 10;
	opacity: 1;
}
 @media (min-width: 320px) and (max-width: 767px) {
 .ld-sidebar-side-4 {
 order: 1;
 display: none !important;
}
}
/*Popup Form css End */

.sec-pad-70 {
	padding: 70px 0 70px;
}
.sec-pad-60 {
	padding: 60px 0 60px;
}
.section-title-heading {
	margin-top: 0px;
	margin-bottom: 50px;
}
.section-title-heading .section-title__title_alt {
	margin: 0;
 font-size: calc(55px + (60 - 55) * ((100vw - 768px) / (1600 - 768)));
	line-height: 65px;
	text-transform: capitalize;
	font-weight: 500;
	color: var(--theme-white);
	text-shadow: 0 2px 4px rgb(222 42 74 / 5%);
}
.services-three__single_card {
	border-radius: 30px;
	box-shadow: 0 11px 12px 0 rgb(0 0 0 / 4%);
	background: #fff7f7;
}
.services-three__single_card .services-three__text {
 font-size: calc(15px + (17 - 15) * ((100vw - 768px) / (1600 - 768)));
	line-height: 25px;
	color: var(--theme-black);
	margin-bottom: 20px;
}
.services-three__single_card .services-three__single-content {
	border: none;
	padding: 34px 25px 35px
}
.services-three__single_card .services-three__single-img-inner {
	background: none;
}
.bg-theme-1 {
	background: #0a4385b8;
}
.bg-theme-2 {
	background: linear-gradient(178deg, #0a4385 0%, #fa7b04 100%);
}
.service-overview__list {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-row-gap: 5px;
	grid-column-gap: 15px;
	background: #000;
	padding: 12px;
	border-radius: 10px;
	text-align: center;
}
.service-overview__highlight-icon {
	font-size: 30px;
	margin-bottom: 10px;
	color: #f97d03;
	font-weight: 700;
}
.service-overview__list .service-overview__highlight-name {
	font-size: 17px;
	line-height: 22px;
	margin: 2px 0;
	color: #fff;
	font-weight: 500;
}
.btn-common {
	filter: drop-shadow(0 4px 13px rgba(234, 234, 234, .25));
	border-radius: 22.5px;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #252525;
	padding: 10px 45px;
	overflow: hidden;
	background-color: #fff !important;
}
.btn-common-dark {
	filter: drop-shadow(0 4px 13px rgba(234, 234, 234, .25));
	border-radius: 22.5px;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	padding: 10px 45px;
	overflow: hidden;
	background-color: #0a4385 !important;
}
/*--------------------------------------------------------------
# Engage sec css 
--------------------------------------------------------------*/

.eng-model {
	padding: 50px 0 50px;
}
.eng-model .section-heading-sec {
	font-size: 50px;
	color: var(--theme-black);
	text-transform: capitalize;
	line-height: 65px;
	margin-bottom: 12px;
}
.eng-model .section-title-model p {
	font-size: 17px;
	color: var(--theme-black);
	line-height: 28px;
}
.eng-model .eng-model-circle h4 {
	font-size: 25px;
	color: var(--theme-black);
	line-height: 28px;
	margin-bottom: 10px;/*    text-align: right;*/
}
.eng-model .eng-model-circle p {
	font-size: 16px;
	color: var(--theme-black);
	line-height: 28px;
}
 @media (min-width: 992px) {
 .text-lg-end {
 text-align: right!important;
}
}
/*--------------------------------------------------------------
# Engage sec css  End 
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Partners section css  
--------------------------------------------------------------*/

.partner-logo {
	margin-bottom: 30px;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
}
.counter-right-side {
	border-radius: 10px;
	box-shadow: 0 0 7px 0 rgb(0 0 0 / 56%);
	background: #fff;
	padding: 20px 0;
}
.counter-right-side h3 {
	color: var(--theme-black);
}
.counter-right-side p {
	color: var(--theme-black);
}
/*--------------------------------------------------------------
# Partners section css  End 
--------------------------------------------------------------*/


/*industry-section Start*/

.industry-section {
	margin: 0px 0;
	min-height: 750px;
	background-image: url(../images/backgrounds/industry-banner-1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.industry-section .api-dots-fe {
	position: absolute;
	left: 6px;
	margin-top: 80px;
}
.pt-120 {
	padding-top: 120px;
}
.industry-section .line {
	margin: 25px 0;
	width: 100px;
	height: 6px;
	background: linear-gradient(71deg, #ffffff, #fa7b04);
	border-radius: 50px;
}
.industry-section .industry-heading {
	font-size: 55px;
	font-weight: 600;
	color: #fff;
}
.industry-section .industry-para {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	line-height: 25px;
}
.industry-logo {
	margin-bottom: 30px;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	min-height: 140px;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0 10px 30px 0 rgba(14, 8, 18, 0.5);
	box-shadow: 0 10px 30px 0 rgba(14, 8, 18, 0.5);
}
.industry-logo:hover {
	-webkit-box-shadow: 0px 40px 30px 0px rgba(10, 1, 47, 0.1);
	box-shadow: 0px 40px 30px 0px rgba(10, 1, 47, 0.1);
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	background-color: #fa7b04;
}
.industry-logo:hover .industry-logo-heading {
	color: #fff;
}
.industry-logo .industry-logo-icon {
	text-align: center;
	margin: 10px 0;
}
.industry-logo .industry-logo-heading {
	text-transform: capitalize;
	text-align: center;
	margin: 3px 0 0 0;
	color: #252525;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
}
/*industry-section End */


/*Project query Form */

.query-form-desk {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #f1ebeb;
	width: 650px;
	padding: 70px;
}
.query-form-desk-right {
	position: relative;
	float: left;
	margin-left: -90px;
	box-shadow: 0 0 7px 0 rgb(0 0 0 / 56%);
	width: 700px;
	padding: 30px;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
}
.query-form-desk-right .form-horizontal .form-content h4 {
	font-size: 45px;
	font-weight: 500;
	color: #0a4385;
}
.query-form-desk-right .form-horizontal .form-control {
	font-size: 17px;
	color: #252525;
}
 .query-form-desk-right .form-horizontal .form-control::placeholder {
 color: #252525;
}
/*Project query Form */

.who-we-are .wh-heading {
	margin: 0;
	font-size: 44px;
	line-height: 58px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	color: #0a4385;
}
.text-justify {
	text-align: justify;
}
.ml-auto {
	margin-left: auto;
}
.para__text {
	margin: 0;
	line-height: 28px;
}
.figure-point {
	font-size: 50px;
	padding: 30px 0;
	color: #252525;
}
.wh-float {
	position: fixed;
	width: 55px;
	height: 55px;
	bottom: 85px;
	left: 20px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 40px;
	z-index: 100;
	line-height: 55px;
}
.header-ul {
	position: relative;
	display: block !important;
	padding-left: 10px !important;
	list-style: none
}
.header-ul li {
	list-style: disc;
	padding: 0px;
}
.header-ul li a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #a09baa;
	font-weight: 500;
	padding-left: 0 !important;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.portfolio__carousel .owl-dots {
	margin-top: -35px !important;
	position: relative;
}
/*banner inner page css*/
.banner-broad.banner-four {
	background: linear-gradient(100deg, #0a4385 0%, #fa7b04 100%);
	/*    background-image: linear-gradient(100deg, #f2005f 0%, #5d4773 100%);*/
    padding: 60px 0;
	position: relative;
}
.banner-broad.banner-four .banner-content-wrap-two {
	padding-top: 185px;
}
.banner-broad.banner-four .banner-content {
	margin-bottom: 30px;
	position: relative;
	z-index: 22;
}
.banner-broad.banner-four .banner-content .banner-title {
 font-size: calc(60px + (75 - 60) * ((100vw - 768px) / (1600 - 768)));
	/*    font-size: 75px;*/
    line-height: 80px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 25px 0;
}
.banner-broad.banner-four .banner-content .banner-title span {
	font-weight: 300;
}
.banner-broad.banner-four .banner-content .description {
	font-size: 17px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 20px;
}
.banner-broad.banner-four .promo-mockup {
	position: relative;
	z-index: 1;
	margin-top: 0px;
}
.banner-broad.banner-four .play-btn {
	font-weight: 400;
}
.banner-broad.banner-four .play-btn i {
	color: #7052fb;
	text-shadow: none;
}
.banner-broad.banner-four .bg-shape-inner {
	position: absolute;
	bottom: -2px;
}
.banner-broad.banner-four .product-overview__list {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-row-gap: 5px;
	grid-column-gap: 25px;
}
.banner-broad.banner-four .product-overview__list_ott {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-row-gap: 5px;
	grid-column-gap: 25px;
	z-index: 9;
}
.banner-broad.banner-four .product-overview__highlight {
	font-size: 14px;
	margin-bottom: 10px;
	color: #505050;
	text-align: center;
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 10px 27px 0 rgb(14 8 18 / 50%);
	transition: all 0.3s ease-in-out;
}
.banner-broad.banner-four .product-overview__highlight:hover {
	-webkit-box-shadow: 0px 40px 30px 0px rgba(10, 1, 47, 0.1);
	box-shadow: 0px 40px 30px 0px rgba(10, 1, 47, 0.1);
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	background-color: #19196f;
	color: #fff;
}
.banner-broad.banner-four .product-overview__highlight-icon {
	font-size: 40px;
	margin: 0 !important;
	margin-bottom: 10px !important;
	color: #ff3737;
}
.margin-90 {
	margin: 90px 0 0 0;
}
/*banner innerpage css End*/

/*degital marketing page Start*/

.border-n {
	border:none !important;
}
.digi-bg {
	/*background: #f3f3f3f0;*/
	background: #f5f8fd;
}
.card-bg {
	background-color: #fff!important;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.card-bg:hover {
	-webkit-box-shadow: 0px 40px 30px 0px rgba(10, 1, 47, 0.1);
	box-shadow: 0px 40px 30px 0px rgba(10, 1, 47, 0.1);
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.card-bg:hover:after {
	width: 100%;
 overflow: hidden -webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
	-o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
	transition: 1.2s cubic-bezier(.17, .85, .438, .99)
}
.card-bg:after {
	content: '';
	position: absolute;
	left: 0;
	width: 0%;
	bottom: 0;
	height: 4px;
	background: -webkit-linear-gradient(178deg, #0a4385 0%, #fa7b04 100%);
	background: linear-gradient(178deg, #0a4385 0%, #fa7b04 100%)
}
.card-bg h3 {
	margin-left:44px;
	margin-top: 6px!important;
}
.card-bg p {
	line-height:27px !important;
}
.card-bg .services-two__icon span {
	font-size:44px !important;
}
.text-clr {
	color:#fa7b04;
}
.reach-box-head {
	background: none !important;
	box-shadow: none !important;
	padding: unset !important;
}
.reach-box-head .reach-icon {
	height:50px !important;
	width:50px !important;
}
.reach-box-head .reach-icon .fs {
	font-size:21px !important;
}
.icon-clr {
	color:#000 !important;
}
.sidebar__comments-list li:hover .icon-clr:hover {
	color:#fff !important;
}
.bg-white-style {
	background:#fff!important;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0 10px 30px 0 rgba(14, 8, 18, 0.5);
	box-shadow: 0 10px 30px 0 rgba(14, 8, 18, 0.5);
}
.bg-white-style h3 {
	font-size:19px!important;
}
.bg-white-style:hover {
	-webkit-box-shadow: 0px 40px 30px 0px rgba(10, 1, 47, 0.1);
	box-shadow: 0px 40px 30px 0px rgba(10, 1, 47, 0.1);
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	background-color: #fa7b04 !important;
}
.bg-white-style:hover h4 {
	color:#fff !important;
}
.bg-white-style:hover h3 {
	color:#fff !important;
}
.bg-white-style:hover p {
	color:#fff !important;
}
.digi-counter {
	position: relative;
	float: left;
	margin-left: -90px;
	box-shadow: 0 0 7px 0 rgb(0 0 0 / 56%);
	width: 560px;
	padding: 30px;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
}
.bg-clr-n:hover {
	background:none !important;
}
.brand-img {
	transition: all 0.3s ease-in-out;
	background-color: #fff;
	padding: 15px;
	/* margin-top: 30px; */
    height: 93%;
	position: relative;
	/* padding-bottom: 50px; */
    border: 1px solid #e0e0e0;
 -webkit-transition: .3s;
 -moz-transition: .3s;
 -ms-transition: .3s;
 -o-transition: .3s;
 transition: .3s;
	-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	border-radius: 10px;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.main-timeline:after {
	content: '';
	display: block;
	clear: both;
}
.main-timeline .timeline {
	width: calc(50% + 58px);
	border-top: 2px solid #404247;
	float: left;
	position: relative;
	z-index: 1;
}
.main-timeline .timeline:before {
	content: "";
	background: #404247;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	position: absolute;
	top: -5px;
	right: 0;
}
.main-timeline .timeline-content {
	color: #404247;
	text-align: center;
	padding: 15px 80px 15px 10px;
	display: block;
	position: relative;
}
.main-timeline .timeline-content:hover {
	text-decoration: none;
}
.main-timeline .timeline-content:before {
	content: "";
	background: #fa7b04;
	width: 15px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 50px;
}
.main-timeline .timeline-year {
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
	transform: translateY(-50%) rotate(90deg);
	position: absolute;
	top: 50%;
	right: -15px;
}
.main-timeline .title {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0 0 8px;
}
.main-timeline .description {
	font-size: 16px;
	margin: 0;
}
.main-timeline .timeline:nth-child(even) {
float: right;
}
.main-timeline .timeline:nth-child(even):before {
 right: auto;
 left: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
 padding: 15px 10px 15px 80px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before {
 right: auto;
 left: 51px;
}
.main-timeline .timeline:nth-child(even) .timeline-year {
 right: auto;
 left: -15px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before {
background: #0a4385;
}
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before {
background: #fa7b04;
}
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before {
background: #0a4385;
}
@media screen and (max-width:767px) {
 .main-timeline .timeline {
width: 100%;
}
}
/*degital marketing page end*/

.counter-decore {
	font-size: 45px !important;
	font-family: var(--theme-font-two) !important;
	line-height: 60px !important;
	color: var(--theme-dark);
	font-weight: 700!important;
}
.Counter-des {
	margin: 0!important;
	line-height: 27px!important;
	color: #ffffff;
	text-transform: capitalize!important;
	font-family: var(--theme-font-two)!important;
	/* letter-spacing: 0.1em; */
    font-weight: 500!important;
	font-size: 20px!important;
}
.fs-21 {
	font-size:21px !important;
}
.bg-seo-form {
	background:#f1ebeb !important;
}
.seo-report {
	padding:3rem !important;
}
.service-card-main .hset {
	height:100%;
	background:#f3f3f3f0;
}
/*.weigh-incr {
	font-weight:600;
}*/
.para-highlights {
	color: #121015;
}
.service-card-main .he-size {
	font-size:26px !important;
	display: inline-block;
	margin-left: 15px;
	vertical-align: top;
}
.image-content {
	display:inline-block;
}
.image-content img {
	width:45px;
	vertical-align: top;
}
/*--------------------------------------------------------------
# Qutiiz Ready Two
--------------------------------------------------------------*/
.qutiiz-ready-two {
	position: relative;
	display: block;
	padding: 85px 0 75px;
	margin:90px 0px;
}
.qutiiz-ready-two-bg-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-image: linear-gradient(to right, #070707 43%, black, black, #dfd6d6, white);
}
.qutiiz-ready-two-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
	mix-blend-mode: luminosity;
	opacity: 0.3;
}
.qutiiz-ready-two__inner {
	position: relative;
	display: block;
	z-index: 2;
}
.qutiiz-ready-two__title {
	padding-bottom: 10px;
	text-transform: uppercase;
 font-size: calc(51px + (75 - 60) * ((100vw - 768px) / (1600 - 768)));
	/* font-size: 75px; */
    line-height: 80px;
	font-weight: 600;
	color: #fff;
}
.qutiiz-ready-two__btn {
	padding: 9px 37px 11px;
}
 .qutiiz-ready-two__btn::after {
 background-color: #fff;
}
.qutiiz-ready-two__btn:hover {
	color: var(--qutiiz-black);
}
.qutiiz-ready-two__inner p {
	color: #fff;
	margin: 0 0 25px 0;
}
.image-content i {
	font-size: 55px;
}
.top-serve {
	padding-top: 0px;
}
.service-heading-title {
	font-size:70px;
	text-align:left;
	font-weight:500;
	padding-bottom:35px;
}
.pad-service {
	padding-top: 30px;
}
.card-bg-2 {
	background-color: #f4f4f4 !important;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.card-bg-2:hover {
	-webkit-box-shadow: 0px 40px 30px 0px rgba(10, 1, 47, 0.1);
	box-shadow: 0px 40px 30px 0px rgba(10, 1, 47, 0.1);
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.digital-content {
	padding: 35px 0
}
.digital-content-desc {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.digital-content-desc p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600
}
.digital-content-points {
	height: 30px;
	float: left;
	margin-right: 12px;
	width: 30px;
	background: #ff7d01;
	font-size: 15px;
	border-radius: 50%;
	text-align: center;
	padding: 2px;
	color: #fff;
	animation: banner-ani 10s infinite linear
}
.digital-content p {
	font-size: 18px;
	line-height: 28px;
	text-align: justify;
}
.digital-content-points img {
	animation: banner-ani 10s infinite linear
}
.page-heading {
	font-weight: 500;
	margin-bottom: 35px;
	margin-top: 0;
	font-size: 50px;
	color: #212121;
	margin-bottom: 20px;
}
.para-space {
	margin-bottom: 35px;
}
.elementor-element-populated {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #e5e5e5;
 transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin: 10px 10px 10px 10px;
 --e-column-margin-right: 10px;
 --e-column-margin-left: 10px;
	padding: 40px 20px 40px 20px;
	border-radius: 40px 8px 40px 8px;
}
.elementor-element-populated:hover {
	-webkit-box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
	box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
	background: #ffffff;
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	border-color: transparent !important;
}
.elementor-widget-wrap {
	transition: all 0.5s ease;
	background-color: #fff;
}
.iconontent p {
	padding-top: 12px;
	font-size:18px;
	line-height:28px;
}
.bg-card-clr {
	background:#f3f3f3f0 !important;
}
.facebook-clr {
	color: blue;
}
.intsa-clr {
	color: #f83763;
}
.linkedin-clr {
	color: #1717a1;
}
.youtube-clr {
	color: red;
}
.bg-gradient {
	background: linear-gradient(to right, rgb(0 0 0 / 91%) 46%, rgba(0, 0, 0, 0.41) 100%) !important;
}
.banner-in-sec {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding:60px 0;
	position: relative;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-attachment: fixed!important
}
.banner-in-sec h1 {
	color: #000;
	text-shadow: 0 4px 4px rgba(0, 0, 0, .2);
	font-weight: 700;
	font-size: 50px;
	margin-top: 80px;
	margin-bottom: 15px
}
.banner-in-sec p {
	font-size: 16px;
	color: #000;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	margin-bottom: 20px
}
.social-media-marketing-banner {
	background: url(../images/services/social-media-marketing/social-media-marketing-banner.jpg)
}
/********* service box-4 ********/
         
 .serviceBox-4 {
	background:#fff;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	padding: 25px 19px 25px;
	position: relative;
	z-index: 1;
	border-radius: 26px;
}
.serviceBox-4:before, .serviceBox-4:after {
	content: "";
	border-radius: 15px;
	border: 5px solid black;
	clip-path: polygon(65% 0, 100% 0, 100% 35%, 35% 100%, 0 100%, 0 65%);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.serviceBox-4:after {
	border-width: 3px;
	clip-path: polygon(0 0, 60% 0, 55% 5%, 96% 44%, 100% 40%, 100% 100%, 40% 100%, 43% 95%, 5% 55%, 0 60%);
	top: 3px;
	bottom: 3px;
	right: 3px;
	left: 3px;
}
.serviceBox-4 .service-icon {
	font-size: 40px;
	margin: 0 0 10px;
}
.serviceBox-4 .title {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 0 0 5px;
}
.serviceBox-4 .description {
	color: #6a6a8e;
	font-size: 14px;
	line-height: 23px;
	margin: 0;
	text-align: justify;
}
.serviceBox-4.gray {
 --gray-color: #252D36;
}
 @media only screen and (max-width: 1199px) {
 .serviceBox-4 {
 margin: 0 0 40px;
}
}
.gray-color {
	color: #252D36 !important;
}
/************* service box 4 end ************/

/*--------------------------------------------------------------
## Job List
--------------------------------------------------------------*/
.joblists {
	background: #f9f8fc;
	padding: 110px 0 96px;
	background-size: cover;
	background-position: center center;
}
 @media (max-width: 991px) {
 .joblists {
 padding: 70px 0 55px;
}
}
.job__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 6px;
	background: #fff;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(10, 1, 47, 0.06);
	box-shadow: 0px 4px 6px 0px rgba(10, 1, 47, 0.06);
	margin-bottom: 15px;
	padding: 15px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
 @media (max-width: 768px) {
 .job__list {
 display: block;
 text-align: center;
}
}
.job__list .job-info {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 30px;
}
 @media (max-width: 991px) {
 .job__list .job-info {
 width: 54%;
}
}
 @media (max-width: 768px) {
 .job__list .job-info {
 width: 357px;
 margin: 0 auto 15px;
}
}
.job__list .job-info .company-logo {
	width: 40px;
	margin-right: 20px;
}
.job__list .job-info .info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.job__list .job-info .info .job-title {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 5px 0;
}
.job__list .job-info .info .job-title a {
	color: #2b2350;
	font-size: 20px;
}
.job__list .job-info .info .job-title a:hover {
	color: #0a4589;
}
.job__list .job-info .info p {
	margin: 0;
	line-height: 28px;
}
.job__list .job-time {
	width: 24%;
}
 @media (max-width: 991px) {
 .job__list .job-time {
 width: 16%;
}
}
 @media (max-width: 768px) {
 .job__list .job-time {
 width: 100%;
 margin-bottom: 15px;
}
}
.job__list .job-location {
	width: 16%;
	padding-right: 40px;
	text-align: right;
}
 @media (max-width: 991px) {
 .job__list .job-location {
 width: 30%;
}
}
 @media (max-width: 768px) {
 .job__list .job-location {
 width: 100%;
 text-align: center;
 padding-right: 0;
}
}
.job__list:hover {
	-webkit-box-shadow: 0px 40px 30px 0px rgba(10, 1, 47, 0.1);
	box-shadow: 0px 40px 30px 0px rgba(10, 1, 47, 0.1);
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}
.job-pagination-wrapper {
	margin-top: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
 @media (max-width: 420px) {
 .job-pagination-wrapper {
 display: block;
}
}
.job-pagination-wrapper .showing-result .show-result {
	font-size: 14px;
	color: #75737e;
}
.job-pagination-wrapper .showing-result .show-result span {
	color: #fd4d5c;
}
.job-pagination-wrapper .job-pagination {
	margin: 0;
	padding: 0;
	list-style: none;
}
.job-pagination-wrapper .job-pagination li {
	display: inline-block;
}
 .job-pagination-wrapper .job-pagination li:not(:last-child) {
 margin-right: 15px;
}
.job-pagination-wrapper .job-pagination li a {
	font-size: 14px;
	font-weight: 500;
	color: #96959e;
	display: inline-block;
}
.job-pagination-wrapper .job-pagination li a:hover {
	color: #fd4d5c;
}
.job-pagination-wrapper .job-pagination li.active a {
	color: #fd4d5c;
}
/*--------------------------------------------------------------
## Job List End
--------------------------------------------------------------*/
.node-unique-from-item {
	padding: 30px 15px 20px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 5px 15px #e0e0e0;
	margin-bottom: 30px;
	min-height: 284px;
	text-align: center;
	position: relative;
 transition: .5s;
	border: 1px dashed #fff;
 -webkit-transition: .5s
}
.node-unique-from-item:hover {
	border: 1px dashed #393185;
	color: #000;
	background: #f9f9f9;
	box-shadow: 0 5px 15px #cacaca
}
.node-unique-from-item img {
	margin-bottom: 10px
}
.node-unique-from-item h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 5px;
	color: #333
}
.node-unique-from-item p {
	line-height: 26px;
	font-size: 16px;
}
.node-border {
	border-top: 3px solid #0a4385;
}
.node-border:hover {
	border-top: 3px solid #ff8600 !important;
}
.dm-services-hw {
	min-width: 363px;
	min-height: 235px;
}
.dm-services-2-hw {
	min-width: 363px;
	min-height: 543px;
}
.dm-services-3-hw {
	min-width: 560px;
	min-height: 296px;
}
.seo-services-hw {
	min-width: 363px;
	min-height: 363px;
}
.seo-services-2-hw {
	min-width: 550px;
	min-height: 334px;
}

/*modal start*/
.modal-box{ font-family: 'Montserrat', sans-serif; }
.modal-box .show-modal{
    color: #175cab;
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    display: block;
}
.modal-box .show-modal:hover,
.modal-box .show-modal:focus{
    color: #175cab;
    border: none;
    outline: none;
}
.modal-backdrop.in{ opacity: 0; }
.modal-box .modal-dialog{
    width: 550px;
    margin: 70px auto 0;
}
.modal.fade .modal-dialog{
    transform: translateX(100px);
    transition: all 400ms cubic-bezier(.47,1.64,.41,.8);
}
.modal.in .modal-dialog{ transform: translateX(0); }
.modal-box .modal-dialog .modal-content{
    background: #fff;
    text-align: center;
    border: none;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.modal-box .modal-dialog .modal-content .close{
    color: #1eaaf1;
    font-size: 30px;
    line-height: 15px;
    opacity: 1;
    position: absolute;
    left: auto;
    top: 20px;
    right: 15px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close span{
    margin: -2px 0 0 0;
    display: block;
}
.modal-content .close:hover{ color: #1eaaf1; }
.modal-box .modal-dialog .modal-content .modal-body{ padding: 0 45px 45px !important; }
.modal-box .modal-dialog .modal-content .modal-body .modal-icon{
    color: #fff;
    background: #1eaaf1;
    font-size: 70px;
    line-height: 125px;
    width: 125px;
    height: 125px;
    margin: -63px auto 15px;
    border-radius: 50%;
    display: inline-block;
}
.modal-box .modal-dialog .modal-content .modal-body .title{
    color: #1eaaf1;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    text-transform: capitalize;
    margin: 0 0 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
    color: #767676;
    font-size: 23px;
    font-weight: 400;
    margin: 0 0 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .input-group{
    background-color: #eff7ff;
    padding: 2px 1px;
    margin: 0 auto;
    border: 1px solid #c5cfdb;
    border-radius: 25px;
}
.modal-box .modal-dialog .modal-content .modal-body input{
    background-color: transparent;
    font-size: 18px;
    width: calc(100% - 45px);
    height: 40px;
    border-radius: 25px;
    border: none;
    box-shadow: none;
}
.modal-box .modal-dialog .modal-content .modal-body input:focus{ box-shadow: none; }
.modal-box .modal-dialog .modal-content .modal-body .btn{
    color: #fff;
    background-color: #1eaaf1;
    font-size: 20px;
    line-height: 35px;
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 50%;
    border: none;
    transition: all 0.4s ease 0s;
}
.modal-box .modal-dialog .modal-content .modal-body .btn:hover{
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 767px){
    .modal-box .modal-dialog{ width: 95% !important; }
    .modal-box .modal-dialog .modal-content .modal-body{ padding: 0 25px 45px !important; }
    .modal-box .modal-dialog .modal-content .modal-body .title{ font-size: 33px; }
}
/*modal end */

.error {
color:#F00 !important;	
	}