@import "https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&amp;family=Kumbh+Sans:wght@300;400;500;600;700;800;900&amp;display=swap";
@import "animate.css";
@import "owl.css";
@import "jquery.fancybox.min.css";
@import "linear.css";
@import "fontawesome.css";
@import "flaticon.css";
@import "tm-bs-mp.css";
@import "tm-utility-classes.css";

:root {
	--theme-color1: #242e68;
	--theme-color2: #111f2b;
	--theme-color3: #ef4623;
	--theme-color1-rgb: 19, 76, 179;
	--theme-color2-rgb: 22, 36, 62;
	--theme-color3-rgb: 1, 13, 76;
	--theme-color-light: #ffffff;
	--theme-color-dark: #000000;
	--theme-color-gray: #F2F3F5;
	--bg-theme-color1: var(--theme-color1);
	--bg-theme-color2: var(--theme-color2);
	--text-color: #67687A;
	--headings-color: #111f2b;
	--link-color: var(--headings-color);
	--link-hover-color: var(--headings-color);
	--text-color-bg-theme-color1: #fff;
	--text-color-bg-theme-color2: #fff;
	--text-font:  'Cairo', sans-serif;
	--title-font:  'Cairo', sans-serif;;
	--body-font-size: 16px;
	--body-line-height: 32px;
	--body-font-weight: 400;
	--line-height-heading-h1: 1.2em;
	--line-height-heading: 1.2em;
	--line-height-heading-small: 1.416em;
	--h1-font-size: 75px;
	--h2-font-size: 48px;
	--h3-font-size: 36px;
	--h4-font-size: 24px;
	--h5-font-size: 22px;
	--h6-font-size: 20px;
	--h1-font-weight: 600;
	--h2-font-weight: 600;
	--h3-font-weight: 600;
	--h4-font-weight: 600;
	--h5-font-weight: 600;
	--h6-font-weight: 500;
	--sec-title-subtitle-font-size: 18px;
	--sec-title-subtitle-color: var(--headings-color);
	--sec-title-subtitle-font-family: var(--title-font);
	--sec-title-subtitle-font-weight: 700;
	--sec-title-subtitle-line-height: 20px;
	--sec-title-color: var(--headings-color);
	--sec-title-font-size: var(--h2-font-size);
	--sec-title-font-family: var(--title-font);
	--sec-title-font-weight: var(--h2-font-weight);
	--theme-light-background: #F2F3F5;
	--theme-light-background-text-color: var(--headings-color);
	--theme-black: #131313;
	--container-width: 1310px;
	--small-container-width: 1000px;
	--large-container-width: 1760px;
	--container-pt: 120px;
	--container-pb: 120px
}

::-moz-selection {
	background: var(--theme-color-dark);
	color: #fff;
	text-shadow: none
}

::selection {
	background: var(--theme-color-dark);
	color: #fff;
	text-shadow: none
}

:active,
:focus {
	outline: none !important
}

::-webkit-input-placeholder {
	color: #7c858c
}

::-moz-input-placeholder {
	color: #7c858c
}

::-ms-input-placeholder {
	color: #7c858c
}

body {
	background-color: #fff;
	background-attachment: fixed;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	counter-reset: my-sec-counter;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	color: var(--text-color);
	font-size: var(--body-font-size);
	font-family: var(--text-font);
	font-weight: var(--body-font-weight);
	line-height: var(--body-line-height)
}

p,
.text {
	color: var(--text-color);
	font-size: var(--body-font-size);
	font-family: var(--text-font);
	font-weight: var(--body-font-weight);
	line-height: var(--body-line-height)
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--headings-color);
	font-family: var(--title-font);
	position: relative;
	line-height: var(--line-height-heading-)
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
	font-weight: 400;
	line-height: 1;
	color: var(--headings-color)
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	font-weight: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1rem
}

h1 {
	font-size: var(--h1-font-size);
	font-weight: var(--h1-font-weight);
	line-height: var(--line-height-heading-h1)
}

h2 {
	font-size: var(--h2-font-size);
	font-weight: var(--h2-font-weight);
	line-height: var(--line-height-heading)
}

h3 {
	font-size: var(--h3-font-size);
	font-weight: var(--h3-font-weight);
	line-height: var(--line-height-heading)
}

h4 {
	font-size: var(--h4-font-size);
	font-weight: var(--h4-font-weight);
	line-height: var(--line-height-heading-small);
	letter-spacing: -.96px
}

h5 {
	font-size: var(--h5-font-size);
	font-weight: var(--h5-font-weight);
	line-height: var(--line-height-heading-small)
}

h6 {
	font-size: var(--h6-font-size);
	font-weight: var(--h6-font-weight);
	line-height: var(--line-height-heading-small);
	letter-spacing: -.8px
}

table p {
	margin-bottom: 0
}

p {
	margin-bottom: 20px
}

p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
	text-decoration: underline
}

a {
	color: var(--link-color);
	text-decoration: none;
	font-weight: var(--body-font-weight);
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	outline: none
}

a b,
a strong {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

a img {
	border: none
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
	margin-bottom: 10px
}

ol,
ul {
	list-style-position: inside;
	margin: 0;
	padding: 0
}

b,
strong {
	color: #333;
	font-weight: var(--body-font-weight-bold)
}

iframe {
	border: none !important
}

.container .container {
	width: 100%
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}

section>.container,
section>.container-fluid {
	padding-top: var(--container-pt);
	padding-bottom: var(--container-pt)
}

@media(min-width:1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: var(--container-width)
	}
}

.form-control,
.input-text {
	height: calc(2.25rem + 27px);
	padding: 14px 30px;
	outline: 0;
	background-color: #f4f5f8;
	border: 1px solid #f4f5f8;
	color: #686a6f;
	font-size: .9rem;
	width: 100%
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
	color: #686a6f;
	opacity: 1
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
	color: #686a6f;
	opacity: 1
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
	color: #686a6f;
	opacity: 1
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
	color: #686a6f;
	opacity: 1
}

.form-control::placeholder,
.input-text::placeholder {
	color: #686a6f;
	opacity: 1
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
	color: #686a6f
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
	color: #686a6f
}

textarea.form-control {
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px
}

.tm-boxed-layout {
	background-color: #444;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px
}

.tm-boxed-layout.layer-overlay:before {
	z-index: -1
}

.tm-boxed-layout .page-wrapper {
	margin: 0 auto;
	overflow: hidden
}

@media(min-width:1200px) {
	.tm-boxed-layout .page-wrapper {
		width: 1170px
	}
}

.tm-boxed-layout .container .container {
	width: 100%
}

@media(min-width:1200px) {
	.tm-boxed-layout .container {
		width: 1140px
	}
}

@media(min-width:1000px) {
	.tm-boxed-layout.tm-container-970px .page-wrapper {
		width: 970px
	}
}

.tm-boxed-layout.tm-container-970px .container,
.tm-boxed-layout.tm-container-970px .container-fluid {
	padding-left: 20px;
	padding-right: 20px
}

.tm-boxed-layout.tm-container-970px .container .container,
.tm-boxed-layout.tm-container-970px .container .container-fluid,
.tm-boxed-layout.tm-container-970px .container-fluid .container,
.tm-boxed-layout.tm-container-970px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}

@media(min-width:1300px) {
	.tm-boxed-layout.tm-container-1230px .page-wrapper {
		width: 1230px
	}
}

.tm-boxed-layout.tm-container-1230px .container,
.tm-boxed-layout.tm-container-1230px .container-fluid {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px
}

.tm-boxed-layout.tm-container-1230px .container .container,
.tm-boxed-layout.tm-container-1230px .container .container-fluid,
.tm-boxed-layout.tm-container-1230px .container-fluid .container,
.tm-boxed-layout.tm-container-1230px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}

@media(min-width:1400px) {
	.tm-boxed-layout.tm-container-1300px .page-wrapper {
		width: 1300px
	}
}

.tm-boxed-layout.tm-container-1300px .container,
.tm-boxed-layout.tm-container-1300px .container-fluid {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px
}

.tm-boxed-layout.tm-container-1300px .container .container,
.tm-boxed-layout.tm-container-1300px .container .container-fluid,
.tm-boxed-layout.tm-container-1300px .container-fluid .container,
.tm-boxed-layout.tm-container-1300px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}

@media(min-width:1400px) {
	.tm-boxed-layout.tm-container-1340px .page-wrapper {
		width: 1340px
	}
}

.tm-boxed-layout.tm-container-1340px .container,
.tm-boxed-layout.tm-container-1340px .container-fluid {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px
}

.tm-boxed-layout.tm-container-1340px .container .container,
.tm-boxed-layout.tm-container-1340px .container .container-fluid,
.tm-boxed-layout.tm-container-1340px .container-fluid .container,
.tm-boxed-layout.tm-container-1340px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}

@media(min-width:1400px) {
	.tm-boxed-layout.tm-container-1440px .page-wrapper {
		width: 1440px
	}
}

.tm-boxed-layout.tm-container-1440px .container,
.tm-boxed-layout.tm-container-1440px .container-fluid {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px
}

.tm-boxed-layout.tm-container-1440px .container .container,
.tm-boxed-layout.tm-container-1440px .container .container-fluid,
.tm-boxed-layout.tm-container-1440px .container-fluid .container,
.tm-boxed-layout.tm-container-1440px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}

@media(min-width:1560px) {
	.tm-boxed-layout.tm-container-1500px .page-wrapper {
		width: 1500px
	}
}

.tm-boxed-layout.tm-container-1500px .container,
.tm-boxed-layout.tm-container-1500px .container-fluid {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px
}

.tm-boxed-layout.tm-container-1500px .container .container,
.tm-boxed-layout.tm-container-1500px .container .container-fluid,
.tm-boxed-layout.tm-container-1500px .container-fluid .container,
.tm-boxed-layout.tm-container-1500px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}

@media(min-width:1660px) {
	.tm-boxed-layout.tm-container-1600px .page-wrapper {
		width: 1600px
	}
}

.tm-boxed-layout.tm-container-1600px .container,
.tm-boxed-layout.tm-container-1600px .container-fluid {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px
}

.tm-boxed-layout.tm-container-1600px .container .container,
.tm-boxed-layout.tm-container-1600px .container .container-fluid,
.tm-boxed-layout.tm-container-1600px .container-fluid .container,
.tm-boxed-layout.tm-container-1600px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}

.tm-boxed-layout.tm-container-100pr .page-wrapper {
	width: 95%
}

.tm-boxed-layout.tm-container-100pr .page-wrapper .container,
.tm-boxed-layout.tm-container-100pr .page-wrapper .container-fluid {
	width: 100%
}

.tm-boxed-layout.container-shadow .page-wrapper {
	-webkit-box-shadow: 0 0 25px 0 #777;
	box-shadow: 0 0 25px 0 #777
}

.tm-boxed-layout .header,
.tm-boxed-layout .footer {
	background-color: #fff
}

.tm-boxed-layout .header .navbar-default {
	background-color: #fff;
	border-color: #fff;
	padding: 0
}

.tm-boxed-layout .header .navbar-default .navbar-nav>li>a {
	padding: 30px 5px
}

.tm-boxed-layout .header .navbar-default .navbar-collapse {
	background-color: #fff;
	border-color: #fff;
	margin-right: 30px
}

.tm-boxed-layout .header #header-logo {
	margin: 0;
	padding-top: 27px
}

.tm-boxed-layout .banner-section .slide-item {
	min-height: 540px
}

.tm-boxed-layout .banner-section .slide-item .content-box {
	padding: 150px 0 220px
}

.tm-boxed-layout .banner-section-two .content-box {
	padding: 250px 0 150px
}

.tm-boxed-layout .banner-section-three .content-box {
	padding: 250px 0 150px
}

.tm-boxed-layout .banner-section-four .content-box {
	padding: 130px 0
}

@media(max-width:1200px) {
	.tm-boxed-layout {
		padding-top: 15px
	}

	.tm-boxed-layout .header .navbar-default .navbar-nav>li>a {
		padding: 10px
	}

	.tm-boxed-layout .header .navbar-default .navbar-collapse {
		margin-right: 15px
	}

	.tm-boxed-layout .navbar-header {
		padding: 15px 0
	}

	.tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
		margin-right: 0
	}
}

.dark-layout {
	background-color: var(--theme-color-dark) !important;
	--sec-title-color: var(--theme-color-light)
}

.dark-layout .sticky-header .main-menu .navigation>li>a,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6 {
	color: var(--theme-color-light)
}

.dark-layout .preloader {
	background-color: var(--theme-color-dark)
}

.dark-layout .preloader:after {
	background-image: url(../images/logo.png)
}

.dark-layout .sticky-header {
	background-color: var(--theme-color-dark)
}

.dark-layout .hidden-bar .upper-box {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.dark-layout .hidden-bar .social-links {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.dark-layout .hidden-bar .social-links li {
	border-right: 1px solid rgba(0, 0, 0, .1)
}

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 100%
}

textarea {
	overflow: hidden;
	resize: none
}

button {
	outline: none !important;
	cursor: pointer
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0
}

figure.image {
	margin-bottom: 0
}

.title a {
	color: inherit
}

.color1 {
	color: var(--theme-color1)
}

.color2 {
	color: var(--theme-color2)
}

.color3 {
	color: var(--theme-color3)
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
	z-index: 99;
	background-color: #fff
}

.large-container {
	position: static;
	max-width: var(--large-container-width);
	padding: 0 15px;
	margin: 0 auto;
	width: 100%
}

.auto-container {
	position: static;
	max-width: var(--container-width);
	padding: 0 15px;
	margin: 0 auto;
	width: 100%
}

.small-container {
	position: static;
	max-width: var(--small-container-width);
	padding: 0 15px;
	margin: 0 auto;
	width: 100%
}

.combine-bg {
	position: relative
}

.bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.bg-pattern-1 {
	background-image: url(../images/icons/pattern-1.png)
}

.bg-pattern-2 {
	background-image: url(../images/icons/pattern-2.png)
}

.bg-pattern-3 {
	background-image: url(../images/icons/pattern-3.png)
}

.bg-pattern-4 {
	background-image: url(../images/icons/pattern-4.html)
}

.bg-pattern-5 {
	background-image: url(../images/icons/pattern-5.png)
}

.bg-pattern-6 {
	background-image: url(../images/icons/pattern-6.png)
}

.bg-pattern-7 {
	background-image: url(../images/icons/pattern-7.jpg)
}

.bg-pattern-8 {
	background-image: url(../images/icons/pattern-8.jpg)
}

.bg-pattern-9 {
	background-image: url(../images/icons/pattern-9.jpg)
}

.bg-pattern-10 {
	background-image: url(../images/icons/pattern-10.jpg)
}

.bg-pattern-11 {
	background-image: url(../images/icons/pattern-11.png)
}

.bg-pattern-12 {
	background-image: url(../images/icons/pattern-12.png)
}

.bg-pattern-13 {
	background-image: url(../images/icons/pattern-13.png)
}

.bg-pattern-14 {
	background-image: url(../images/icons/pattern-14.png)
}

.bg-pattern-15 {
	background-image: url(../images/icons/pattern-15.png)
}

.bg-pattern-16 {
	background-image: url(../images/icons/pattern-16.png)
}

.bg-pattern-17 {
	background-image: url(../images/icons/pattern-17.png)
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.dropdown-toggle::after {
	display: none
}

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #fff
}

.preloader:after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	margin-left: -75px;
	margin-top: -30px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-animation: pulse 1s infinite linear;
	animation: pulse 1s infinite linear;
	background-image: url(../images/favicon.png);
	content: ""
}

.preloader:before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	color: var(--theme-color-dark);
	font-weight: 600;
	font-size: 14px;
	font-family: var(--title-font);
	letter-spacing: 2px;
	text-transform: uppercase;
	content: "Loading";
	-webkit-transition: none;
	transition: none
}

.scroll-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	font-size: var(--body-font-size);
	line-height: 40px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: var(--theme-color1);
	z-index: 100;
	display: none;
	border-radius: 50%;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.scroll-to-top:hover {
	background: var(--theme-color3);
	color: #fff
}

.link-style-one {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	overflow: hidden;
	letter-spacing: .01em;
	text-transform: uppercase;
	font-family: var(--title-font);
	color: var(--theme-color-dark)
}

.link-style-one:before {
	position: absolute;
	left: 0;
	right: 18px;
	bottom: 2px;
	height: 1px;
	background-color: var(--bg-theme-color1);
	content: "";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.link-style-one i {
	position: relative;
	top: 1px;
	display: block;
	font-size: 14px;
	margin-left: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.link-style-one:hover {
	color: var(--theme-color1)
}

.link-style-one:hover:before {
	right: 100%
}

.list-style-one {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0
}

.list-style-one li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: var(--body-font-size);
	line-height: 30px;
	font-weight: 400;
	color: var(--theme-color2);
	margin-right: 30px;
	letter-spacing: 0
}

.list-style-one li i {
	position: relative;
	color: var(--theme-color1);
	font-size: var(--body-font-size);
	line-height: 30px;
	margin-right: 10px
}

.list-style-one li a {
	display: block;
	color: var(--theme-color2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.list-style-one li a:hover {
	color: var(--theme-color1)
}

.list-style-one.list-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.list-style-one.list-vertical li {
	margin-bottom: 10px
}

.list-style-one.light li {
	color: var(--theme-color-light)
}

.list-style-one.light li a {
	color: inherit
}

.list-style-one.style-two li {
	color: var(--theme-color-light);
	margin-right: 0
}

.list-style-one.style-two li:last-child:after {
	display: none
}

.list-style-one.style-two li:after {
	width: 1px;
	height: 28px;
	margin-left: 20px;
	margin-right: 24px;
	background: #67687a;
	content: ""
}

.list-style-one.style-two li a {
	color: var(--theme-color-light)
}

.list-style-one.style-two li i {
	color: var(--theme-color-light);
	font-size: 18px
}

.list-style-two {
	position: relative;
	margin-bottom: 30px
}

.list-style-two li {
	position: relative;
	font-size: 20px;
	color: var(--theme-color2);
	line-height: 28px;
	font-weight: 500;
	padding-left: 25px;
	letter-spacing: -.8px;
	margin-bottom: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.list-style-two li i {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--theme-color1);
	font-size: var(--body-font-size);
	line-height: 28px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.list-style-two li a {
	display: inline-block;
	font-weight: inherit;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.list-style-two li a:hover {
	color: var(--theme-color1)
}

.list-style-two.light li {
	color: var(--theme-color-light)
}

.list-style-two.light li a {
	color: inherit
}

.list-style-two.two-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.list-style-two.two-column li {
	width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding-right: 20px
}

@media(max-width:767.98px) {
	.list-style-two.two-column li {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.list-style-three {
	position: relative
}

.list-style-three li {
	position: relative;
	padding: 15px 30px;
	padding-left: 55px;
	font-size: var(--body-font-size);
	line-height: 30px;
	font-weight: 700;
	color: var(--theme-color-dark);
	letter-spacing: -.04em;
	background-color: #ebf1f5;
	margin-bottom: 8px
}

.list-style-three li i {
	position: absolute;
	left: 30px;
	top: 15px;
	font-size: 15px;
	line-height: 30px;
	color: var(--theme-color1)
}

.list-style-three.dark li {
	background-color: rgba(0, 0, 0, .5);
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	font-weight: 400
}

.list-style-three.dark li i {
	font-size: 12px
}

.list-style-three.two-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.list-style-three.two-column li {
	max-width: 50%;
	margin-right: 30px
}

@media(max-width:575.98px) {
	.list-style-three.two-column li {
		max-width: 100%;
		margin-right: 0;
		width: 100%
	}
}

.list-style-four {
	position: relative
}

.list-style-four li {
	position: relative;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #2e2d2d;
	padding-left: 45px;
	margin-bottom: 18px
}

.list-style-four li:before {
	position: relative;
	height: 30px;
	width: 30px;
	position: absolute;
	left: 0;
	top: 0;
	content: "\f00c";
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	font-weight: 700;
	font-family: "font awesome 6 pro";
	background: var(--gradient-1);
	border-radius: 50%
}

.list-style-four li a {
	display: inline-block;
	color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.list-style-four li a:hover {
	color: #fff
}

.social-icon-one {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.social-icon-one li {
	position: relative;
	margin-left: 25px
}

.social-icon-one li:first-child {
	margin-left: 0
}

.social-icon-one li a {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.social-icon-one li a:hover {
	color: var(--theme-color2)
}

.social-icon-one.light li {
	color: var(--theme-color-light)
}

.social-icon-one.light li a {
	color: inherit
}

.social-icon-one.light li a:hover {
	color: var(--theme-color1)
}

.social-icon-one.product-share {
	padding: 0 25px
}

.social-icon-one.product-share a {
	color: var(--theme-color1)
}

.social-icon-two {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.social-icon-two li {
	position: relative;
	margin-right: 10px
}

.social-icon-two li:last-child {
	margin-right: 0
}

.social-icon-two li a {
	position: relative;
	display: block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	font-size: var(--body-font-size);
	color: #fff;
	background-color: #333f4d;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.social-icon-two li a i,
.social-icon-two li a span {
	position: relative
}

.social-icon-two li a::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	background-color: var(--theme-color1);
	content: "";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 5px
}

.social-icon-two li a:hover {
	color: #fff
}

.social-icon-two li a:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.social-icon-two.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.social-icon-two.rounded li a {
	border-radius: 50%
}

.social-icon-two.rounded li a:before {
	border-radius: 50%
}

.social-icon-two.light li a {
	background-color: var(--theme-color-gray);
	color: var(--theme-color1)
}

.social-icon-two.light li a:hover {
	background-color: var(--theme-color1);
	color: var(--theme-color-light)
}

.social-icon-two.colored li a {
	background-color: var(--theme-color1);
	color: var(--theme-color-light)
}

.social-icon-two.colored li a:hover {
	background-color: var(--theme-color-light);
	color: var(--theme-color-light)
}

.social-icon-three {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.social-icon-three li {
	position: relative;
	margin-right: 10px
}

.social-icon-three li:last-child {
	margin-right: 0
}

.social-icon-three li a {
	position: relative;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 50px;
	text-align: center;
	font-size: 14px;
	color: var(--theme-color1);
	background-color: #333f4d;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.social-icon-three li a i {
	position: relative
}

.social-icon-three li a::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	background-color: var(--theme-color1);
	content: "";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 50px
}

.social-icon-three li a:hover {
	color: #fff
}

.social-icon-three li a:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.social-icon-three.light li a {
	background-color: rgba(255, 255, 255, .1);
	color: var(--theme-color-light)
}

.social-icon-three.style-two li a {
	border-radius: 5px;
	background-color: var(--theme-color-gray);
	color: #67687a
}

.social-icon-three.style-two li a:before {
	display: none
}

.social-icon-three.style-two li a:hover {
	background-color: var(--theme-color-dark);
	color: var(--theme-color-light)
}

.social-icon-three.style-three li a {
	border-radius: 5px;
	background: rgba(75, 175, 71, .1);
	color: var(--theme-color1)
}

.social-icon-three.style-three li a:before {
	display: none
}

.social-icon-three.style-three li a:hover {
	background-color: var(--theme-color-dark);
	color: var(--theme-color-light)
}

.social-icon-four {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.social-icon-four li {
	position: relative;
	margin-right: 10px
}

.social-icon-four li:last-child {
	margin-right: 0
}

.social-icon-four li a {
	position: relative;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 5px;
	text-align: center;
	font-size: var(--body-font-size);
	color: #fff;
	background-color: rgba(255, 255, 255, .05);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.social-icon-four li a i {
	position: relative
}

.social-icon-four li a::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	background-color: var(--theme-color1);
	content: "";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 5px
}

.social-icon-four li a:hover {
	color: #fff
}

.social-icon-four li a:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.social-icon-four.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.social-icon-four.rounded li a {
	border-radius: 50%
}

.social-icon-four.rounded li a:before {
	border-radius: 50%
}

.social-icon-five {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.social-icon-five li {
	position: relative;
	margin-right: 10px
}

.social-icon-five li:last-child {
	margin-right: 0
}

.social-icon-five li a {
	position: relative;
	display: block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	border-radius: 50px;
	text-align: center;
	font-size: 14px;
	color: var(--theme-color-light);
	background-color: rgba(242, 243, 245, .1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.social-icon-five li a i {
	position: relative
}

.social-icon-five li a::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	background-color: var(--theme-color1);
	content: "";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 50px
}

.social-icon-five li a:hover {
	color: #fff
}

.social-icon-five li a:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.social-icon-five.light li a {
	background-color: rgba(255, 255, 255, .1);
	color: var(--theme-color-light)
}

.social-icon-six {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.social-icon-six li {
	position: relative;
	margin-right: 7px
}

.social-icon-six li:last-child {
	margin-right: 0
}

.social-icon-six li a {
	position: relative;
	display: block;
	height: 42px;
	width: 42px;
	line-height: 40px;
	border-radius: 50px;
	text-align: center;
	font-size: 20px;
	color: #67687a;
	border: 1px solid rgba(22, 36, 62, .1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.social-icon-six li a i {
	position: relative
}

.social-icon-six li a:hover {
	color: #fff;
	background: var(--bg-theme-color1)
}

.tabs-box {
	position: relative
}

.tabs-box .tab {
	display: none
}

.tabs-box .active-tab {
	display: block
}

.play-btn {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.play-btn .icon {
	position: relative;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	color: var(--theme-color1);
	background-color: var(--theme-color-light);
	border: 1px solid var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.play-btn .title {
	font-size: var(--body-font-size);
	font-weight: 600;
	line-height: 24px;
	padding: 10px 25px;
	text-transform: capitalize;
	padding-left: 30px;
	margin-left: -10px;
	color: var(--theme-color2);
	background: var(--theme-color-gray);
	border-radius: 0 22px 22px 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.play-btn:hover .icon {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.play-btn:hover .title {
	background-color: var(--bg-theme-color2);
	color: var(--theme-color-light)
}

.play-now {
	position: relative;
	display: block;
	z-index: 9;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.play-now .icon {
	position: relative;
	display: inline-block;
	height: 85px;
	width: 85px;
	text-align: center;
	line-height: 85px;
	background-color: #fff;
	color: var(--bg-theme-color2);
	z-index: 1;
	font-size: 18px;
	display: block;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
	-webkit-transform-origin: center;
	transform-origin: center
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 70px;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite
}

.play-now .ripple.light,
.play-now .ripple:before.light,
.play-now .ripple:after.light {
	-webkit-box-shadow: 0 0 0 0 #fff;
	box-shadow: 0 0 0 0 #fff
}

.play-now .ripple.light,
.play-now .ripple.light:before,
.play-now .ripple.light:after {
	-webkit-box-shadow: 0 0 0 0 #fff;
	box-shadow: 0 0 0 0 #fff
}

.play-now .ripple:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute
}

.play-now .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 50px transparent;
		box-shadow: 0 0 0 50px transparent
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 transparent;
		box-shadow: 0 0 0 0 transparent
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 50px transparent;
		box-shadow: 0 0 0 50px transparent
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 transparent;
		box-shadow: 0 0 0 0 transparent
	}
}

.play-now-two {
	height: 150px;
	width: 150px;
	background-color: rgba(21, 21, 21, .5);
	border-radius: 50%;
	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;
	font-size: 34px;
	color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-animation: zoom-one 3s infinite linear;
	animation: zoom-one 3s infinite linear
}

.play-now-two:hover {
	color: #ff9205;
	background-color: #fff
}

.select2-dropdown {
	border: 1px solid #eee
}

.select2-results__option {
	padding: 0 10px;
	color: #7c858c;
	border: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #7c858c;
	padding-left: 0
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: var(--bg-theme-color1)
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	height: 30px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	bottom: 1px;
	height: auto;
	width: 40px;
	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;
	font-size: 12px;
	color: #7c858c
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
	position: relative;
	content: "\f107";
	font-family: "font awesome 6 pro"
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none
}

.select2-container--default .select2-selection--single {
	border-radius: 0
}

.default-navs .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.default-navs .owl-next,
.default-navs .owl-prev {
	display: block;
	width: 60px;
	height: 60px;
	font-size: 20px;
	font-weight: 700;
	line-height: 58px;
	color: var(--theme-color-dark);
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 50%;
	margin-left: 20px
}

.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
	border-color: var(--theme-color1)
}

.default-navs .owl-prev {
	margin-left: 0
}

.default-navs-two .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.default-navs-two .owl-next,
.default-navs-two .owl-prev {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight: 700;
	color: var(--theme-color1);
	background: #fff;
	text-align: center;
	margin-right: 15px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.default-navs-two .owl-next:last-child,
.default-navs-two .owl-prev:last-child {
	margin-right: 0
}

.default-navs-two .owl-next::before,
.default-navs-two .owl-prev::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--bg-theme-color1);
	border-radius: 5px;
	opacity: .05;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	content: ""
}

.default-navs-two .owl-next span,
.default-navs-two .owl-prev span {
	position: relative
}

.default-navs-two .owl-next:hover,
.default-navs-two .owl-prev:hover {
	color: var(--theme-color-light)
}

.default-navs-two .owl-next:hover::before,
.default-navs-two .owl-prev:hover::before {
	opacity: 1
}

.default-navs-two .owl-prev {
	margin-left: 0
}

.default-navs-three .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.default-navs-three .owl-next,
.default-navs-three .owl-prev {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	font-size: 20px;
	font-weight: 700;
	line-height: 60px;
	color: var(--theme-color1);
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 50%;
	margin-left: 20px
}

.default-navs-three .owl-next span,
.default-navs-three .owl-prev span {
	position: relative
}

.default-navs-three .owl-next::before,
.default-navs-three .owl-prev::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--bg-theme-color1);
	opacity: .1;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.default-navs-three .owl-next:hover,
.default-navs-three .owl-prev:hover {
	color: var(--theme-color-light)
}

.default-navs-three .owl-next:hover:before,
.default-navs-three .owl-prev:hover:before {
	opacity: 1
}

.default-navs-three .owl-prev {
	margin-left: 0
}

.default-navs-four .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.default-navs-four .owl-next,
.default-navs-four .owl-prev {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	font-size: 20px;
	font-weight: 700;
	line-height: 56px;
	color: var(--theme-color2);
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 2px solid var(--theme-color1);
	border-radius: 10px;
	margin-left: 12px
}

.default-navs-four .owl-next:hover,
.default-navs-four .owl-prev:hover {
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1)
}

.default-navs-four .owl-prev {
	margin-left: 0
}

.default-dots .owl-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	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
}

.default-dots .owl-dots .owl-dot {
	height: 8px;
	width: 8px;
	margin: 0 6px;
	border: 1px solid #fff;
	border-radius: 3px
}

.default-dots .owl-dots .owl-dot.active {
	background-color: var(--theme-color-light)
}

.default-dots-two .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.default-dots-two .owl-dots .owl-dot {
	position: relative;
	height: 24px;
	width: 24px;
	border: 2px solid transparent;
	border-radius: 24px;
	margin: 0 2px;
	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;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.default-dots-two .owl-dots .owl-dot::before {
	height: 10px;
	width: 10px;
	border-radius: 24px;
	background-color: var(--bg-theme-color1);
	content: ""
}

.default-dots-two .owl-dots .owl-dot.active {
	border-color: var(--theme-color1)
}

.disable-navs .owl-nav {
	display: none
}

.disable-dots .owl-dots {
	display: none
}

.nav-style-one {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 9
}

.nav-style-one .next,
.nav-style-one .prev {
	margin-right: 38px;
	padding: 18px 25px;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.nav-style-one .next .icon,
.nav-style-one .prev .icon {
	position: relative;
	display: inline-block
}

.nav-style-one .next .icon:before,
.nav-style-one .prev .icon:before {
	position: absolute;
	top: 0;
	margin-top: -20px;
	right: -25px;
	height: 52px;
	width: 52px;
	border: 1px dotted #fff;
	border-radius: 100px;
	content: "";
	z-index: -1;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.nav-style-one .next:hover .icon:before,
.nav-style-one .prev:hover .icon:before {
	background-color: rgba(255, 255, 255, .15);
	width: 125px
}

.nav-style-one .prev {
	margin-right: 0;
	padding-left: 25px;
	padding-right: 0
}

.nav-style-one .prev .icon:before {
	left: -25px;
	right: auto
}

.nav-style-one .swiper-button-disabled {
	opacity: .5;
	pointer-events: none
}

.nav-style-one.dark .next .icon:before,
.nav-style-one.dark .prev .icon:before {
	border: 1px solid #797979
}

.default-tabs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px
}

.default-tabs .tab-buttons {
	position: relative;
	margin-bottom: 30px
}

.default-tabs .tab-buttons li {
	position: relative;
	float: left;
	font-weight: 600;
	font-size: 18px;
	padding: 15px 35px;
	color: var(--theme-color1);
	line-height: 20px;
	border-radius: 5px;
	background-color: #fff;
	cursor: pointer;
	margin-right: 20px;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.default-tabs .tab-buttons li:last-child {
	margin-right: 0
}

.default-tabs .tab-buttons li.active-btn {
	background: var(--gradient-1);
	color: #fff
}

.default-tabs .tabs-content {
	position: relative;
	width: 100%
}

.blockquote-style-one {
	position: relative;
	font-size: var(--body-font-size);
	line-height: 24px;
	color: var(--theme-color-dark);
	padding: 13px 25px;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: var(--title-font);
	font-weight: 800;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.blockquote-style-one:before {
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 10px;
	width: 4px;
	z-index: 2;
	background-color: var(--theme-color1);
	content: ""
}

.skills {
	position: relative;
	margin-bottom: 50px
}

.skills .skill-item {
	position: relative;
	margin-bottom: 25px
}

.skills .skill-item:last-child {
	margin-bottom: 0
}

.skills .skill-item .skill-header {
	position: relative;
	margin-bottom: 0
}

.skills .skill-item .skill-header .skill-title {
	font-weight: 600;
	color: var(--theme-color-dark);
	letter-spacing: 0;
	margin-bottom: 10px
}

.skills .skill-item .skill-bar {
	position: relative;
	width: 100%;
	height: 14px;
	border-radius: 10px
}

.skills .skill-item .skill-bar .bar-inner {
	position: relative;
	width: 100%;
	height: 14px;
	background: #f2f3f6;
	border-radius: 10px
}

.skills .skill-item .skill-bar .bar-inner .bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 14px;
	width: 0;
	-webkit-transition: all 3000ms ease;
	transition: all 3000ms ease;
	border-radius: 10px;
	background: var(--bg-theme-color1)
}

.skills .skill-item .skill-bar .bar-inner .skill-percentage {
	position: absolute;
	right: 0;
	bottom: 100%;
	font-weight: 400;
	color: #6f7174;
	line-height: 25px;
	margin-bottom: 10px
}

::-moz-selection {
	background: var(--theme-color-dark);
	color: #fff;
	text-shadow: none
}

::selection {
	background: var(--theme-color-dark);
	color: #fff;
	text-shadow: none
}

:active,
:focus {
	outline: none !important
}

::-webkit-input-placeholder {
	color: #7c858c
}

::-moz-input-placeholder {
	color: #7c858c
}

::-ms-input-placeholder {
	color: #7c858c
}

body {
	background-color: #fff;
	background-attachment: fixed;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	counter-reset: my-sec-counter;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	color: var(--text-color);
	font-size: var(--body-font-size);
	font-family: var(--text-font);
	font-weight: var(--body-font-weight);
	line-height: var(--body-line-height)
}

p,
.text {
	color: var(--text-color);
	font-size: var(--body-font-size);
	font-family: var(--text-font);
	font-weight: var(--body-font-weight);
	line-height: var(--body-line-height)
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--headings-color);
	font-family: var(--title-font);
	position: relative;
	line-height: var(--line-height-heading-)
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
	font-weight: 400;
	line-height: 1;
	color: var(--headings-color)
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	font-weight: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1rem
}

h1 {
	font-size: var(--h1-font-size);
	font-weight: var(--h1-font-weight);
	line-height: var(--line-height-heading-h1)
}

h2 {
	font-size: var(--h2-font-size);
	font-weight: var(--h2-font-weight);
	line-height: var(--line-height-heading)
}

h3 {
	font-size: var(--h3-font-size);
	font-weight: var(--h3-font-weight);
	line-height: var(--line-height-heading)
}

h4 {
	font-size: var(--h4-font-size);
	font-weight: var(--h4-font-weight);
	line-height: var(--line-height-heading-small);
	letter-spacing: -.96px
}

h5 {
	font-size: var(--h5-font-size);
	font-weight: var(--h5-font-weight);
	line-height: var(--line-height-heading-small)
}

h6 {
	font-size: var(--h6-font-size);
	font-weight: var(--h6-font-weight);
	line-height: var(--line-height-heading-small);
	letter-spacing: -.8px
}

table p {
	margin-bottom: 0
}

p {
	margin-bottom: 20px
}

p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
	text-decoration: underline
}

a {
	color: var(--link-color);
	text-decoration: none;
	font-weight: var(--body-font-weight);
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	outline: none
}

a b,
a strong {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

a img {
	border: none
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
	margin-bottom: 10px
}

ol,
ul {
	list-style-position: inside;
	margin: 0;
	padding: 0
}

b,
strong {
	color: #333;
	font-weight: var(--body-font-weight-bold)
}

iframe {
	border: none !important
}

.container .container {
	width: 100%
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}

section>.container,
section>.container-fluid {
	padding-top: var(--container-pt);
	padding-bottom: var(--container-pt)
}

@media(min-width:1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: var(--container-width)
	}
}

.form-control,
.input-text {
	height: calc(2.25rem + 27px);
	padding: 14px 30px;
	outline: 0;
	background-color: #f4f5f8;
	border: 1px solid #f4f5f8;
	color: #686a6f;
	font-size: .9rem;
	width: 100%
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
	color: #686a6f;
	opacity: 1
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
	color: #686a6f;
	opacity: 1
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
	color: #686a6f;
	opacity: 1
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
	color: #686a6f;
	opacity: 1
}

.form-control::placeholder,
.input-text::placeholder {
	color: #686a6f;
	opacity: 1
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
	color: #686a6f
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
	color: #686a6f
}

textarea.form-control {
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px
}

.tm-boxed-layout {
	background-color: #444;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px
}

.tm-boxed-layout.layer-overlay:before {
	z-index: -1
}

.tm-boxed-layout .page-wrapper {
	margin: 0 auto;
	overflow: hidden
}

@media(min-width:1200px) {
	.tm-boxed-layout .page-wrapper {
		width: 1170px
	}
}

.tm-boxed-layout .container .container {
	width: 100%
}

@media(min-width:1200px) {
	.tm-boxed-layout .container {
		width: 1140px
	}
}

@media(min-width:1000px) {
	.tm-boxed-layout.tm-container-970px .page-wrapper {
		width: 970px
	}
}

.tm-boxed-layout.tm-container-970px .container,
.tm-boxed-layout.tm-container-970px .container-fluid {
	padding-left: 20px;
	padding-right: 20px
}

.tm-boxed-layout.tm-container-970px .container .container,
.tm-boxed-layout.tm-container-970px .container .container-fluid,
.tm-boxed-layout.tm-container-970px .container-fluid .container,
.tm-boxed-layout.tm-container-970px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}

@media(min-width:1300px) {
	.tm-boxed-layout.tm-container-1230px .page-wrapper {
		width: 1230px
	}
}

.tm-boxed-layout.tm-container-1230px .container,
.tm-boxed-layout.tm-container-1230px .container-fluid {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px
}

.tm-boxed-layout.tm-container-1230px .container .container,
.tm-boxed-layout.tm-container-1230px .container .container-fluid,
.tm-boxed-layout.tm-container-1230px .container-fluid .container,
.tm-boxed-layout.tm-container-1230px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}

@media(min-width:1400px) {
	.tm-boxed-layout.tm-container-1300px .page-wrapper {
		width: 1300px
	}
}

.tm-boxed-layout.tm-container-1300px .container,
.tm-boxed-layout.tm-container-1300px .container-fluid {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px
}

.tm-boxed-layout.tm-container-1300px .container .container,
.tm-boxed-layout.tm-container-1300px .container .container-fluid,
.tm-boxed-layout.tm-container-1300px .container-fluid .container,
.tm-boxed-layout.tm-container-1300px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}

@media(min-width:1400px) {
	.tm-boxed-layout.tm-container-1340px .page-wrapper {
		width: 1340px
	}
}

.tm-boxed-layout.tm-container-1340px .container,
.tm-boxed-layout.tm-container-1340px .container-fluid {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px
}

.tm-boxed-layout.tm-container-1340px .container .container,
.tm-boxed-layout.tm-container-1340px .container .container-fluid,
.tm-boxed-layout.tm-container-1340px .container-fluid .container,
.tm-boxed-layout.tm-container-1340px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}

@media(min-width:1400px) {
	.tm-boxed-layout.tm-container-1440px .page-wrapper {
		width: 1440px
	}
}

.tm-boxed-layout.tm-container-1440px .container,
.tm-boxed-layout.tm-container-1440px .container-fluid {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px
}

.tm-boxed-layout.tm-container-1440px .container .container,
.tm-boxed-layout.tm-container-1440px .container .container-fluid,
.tm-boxed-layout.tm-container-1440px .container-fluid .container,
.tm-boxed-layout.tm-container-1440px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}

@media(min-width:1560px) {
	.tm-boxed-layout.tm-container-1500px .page-wrapper {
		width: 1500px
	}
}

.tm-boxed-layout.tm-container-1500px .container,
.tm-boxed-layout.tm-container-1500px .container-fluid {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px
}

.tm-boxed-layout.tm-container-1500px .container .container,
.tm-boxed-layout.tm-container-1500px .container .container-fluid,
.tm-boxed-layout.tm-container-1500px .container-fluid .container,
.tm-boxed-layout.tm-container-1500px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}

@media(min-width:1660px) {
	.tm-boxed-layout.tm-container-1600px .page-wrapper {
		width: 1600px
	}
}

.tm-boxed-layout.tm-container-1600px .container,
.tm-boxed-layout.tm-container-1600px .container-fluid {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px
}

.tm-boxed-layout.tm-container-1600px .container .container,
.tm-boxed-layout.tm-container-1600px .container .container-fluid,
.tm-boxed-layout.tm-container-1600px .container-fluid .container,
.tm-boxed-layout.tm-container-1600px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}

.tm-boxed-layout.tm-container-100pr .page-wrapper {
	width: 95%
}

.tm-boxed-layout.tm-container-100pr .page-wrapper .container,
.tm-boxed-layout.tm-container-100pr .page-wrapper .container-fluid {
	width: 100%
}

.tm-boxed-layout.container-shadow .page-wrapper {
	-webkit-box-shadow: 0 0 25px 0 #777;
	box-shadow: 0 0 25px 0 #777
}

.tm-boxed-layout .header,
.tm-boxed-layout .footer {
	background-color: #fff
}

.tm-boxed-layout .header .navbar-default {
	background-color: #fff;
	border-color: #fff;
	padding: 0
}

.tm-boxed-layout .header .navbar-default .navbar-nav>li>a {
	padding: 30px 5px
}

.tm-boxed-layout .header .navbar-default .navbar-collapse {
	background-color: #fff;
	border-color: #fff;
	margin-right: 30px
}

.tm-boxed-layout .header #header-logo {
	margin: 0;
	padding-top: 27px
}

.tm-boxed-layout .banner-section .slide-item {
	min-height: 540px
}

.tm-boxed-layout .banner-section .slide-item .content-box {
	padding: 150px 0 220px
}

.tm-boxed-layout .banner-section-two .content-box {
	padding: 250px 0 150px
}

.tm-boxed-layout .banner-section-three .content-box {
	padding: 250px 0 150px
}

.tm-boxed-layout .banner-section-four .content-box {
	padding: 130px 0
}

@media(max-width:1200px) {
	.tm-boxed-layout {
		padding-top: 15px
	}

	.tm-boxed-layout .header .navbar-default .navbar-nav>li>a {
		padding: 10px
	}

	.tm-boxed-layout .header .navbar-default .navbar-collapse {
		margin-right: 15px
	}

	.tm-boxed-layout .navbar-header {
		padding: 15px 0
	}

	.tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
		margin-right: 0
	}
}

.dark-layout {
	background-color: var(--theme-color-dark) !important;
	--sec-title-color: var(--theme-color-light)
}

.dark-layout .sticky-header .main-menu .navigation>li>a,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6 {
	color: var(--theme-color-light)
}

.dark-layout .preloader {
	background-color: var(--theme-color-dark)
}

.dark-layout .preloader:after {
	background-image: url(../images/logo.png)
}

.dark-layout .sticky-header {
	background-color: var(--theme-color-dark)
}

.dark-layout .hidden-bar .upper-box {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.dark-layout .hidden-bar .social-links {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.dark-layout .hidden-bar .social-links li {
	border-right: 1px solid rgba(0, 0, 0, .1)
}

.theme-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-family: var(--title-font)
}

.theme-btn .btn-title {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.btn-style-one {
	position: relative;
	font-size: var(--body-font-size);
	line-height: 26px;
	padding: 15px 30px;
	font-weight: 600;
	overflow: hidden;
	color: var(--theme-color-light);
	background: var(--theme-color1);
	letter-spacing: .8px;
	border-radius: 7px
}

.btn-style-one i {
	position: relative;
	display: block;
	margin-left: 10px
}

.btn-style-one:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--bg-theme-color2);
	border-radius: 7px;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
	transition: transform 500ms cubic-bezier(.86, 0, .07, 1);
	transition: transform 500ms cubic-bezier(.86, 0, .07, 1), -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
	-webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.btn-style-one:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left
}

.btn-style-one:hover {
	color: #fff;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.btn-style-one.dark-bg {
	background-color: var(--theme-color2)
}

.btn-style-one.dark-bg:hover {
	color: var(--theme-color2)
}

.btn-style-one.dark-bg::before {
	background-color: var(--theme-color-light)
}

.btn-style-one.light-bg {
	background-color: var(--theme-color-light);
	color: var(--theme-color2)
}

.btn-style-one.light-bg:hover {
	color: var(--theme-color-light)
}

.btn-style-one.light-bg::before {
	background-color: var(--bg-theme-color1)
}

.btn-style-one.hover-light:hover {
	color: var(--theme-color2)
}

.btn-style-one.hover-light:before {
	background-color: var(--theme-color-light)
}

.btn-style-one.hover-dark:hover {
	color: var(--theme-color-light)
}

.btn-style-one.hover-dark:before {
	background-color: var(--theme-color2)
}

.theme-btn.small {
	padding: 10px 30px;
	line-height: 20px;
	font-size: 10px
}

.theme-btn.large {
	padding: 20px 60px;
	line-height: 25px
}

.anim-icons {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 1290px;
	margin: 0 auto
}

[text-split] {
	opacity: 0
}

.word {
	overflow: hidden;
	padding-bottom: .1em;
	margin-bottom: -.1em;
	-webkit-transform-origin: bottom;
	transform-origin: bottom
}

.anim-icons.full-width {
	max-width: 100%
}

.anim-icons .icon {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%
}

.icon-dots {
	width: 277px;
	height: 241px;
	background-image: url(../images/icons/icon-dots.png)
}

.icon-dots-2 {
	width: 155px;
	height: 144px;
	background-image: url(../images/icons/icon-dots-2.png)
}

.icon-dots-3 {
	width: 278px;
	height: 240px;
	background-image: url(../images/icons/icon-dots-3.png)
}

.icon-dots-4 {
	width: 199px;
	height: 325px;
	background-image: url(../images/icons/icon-dots-4.png)
}

.icon-dots-5 {
	width: 243px;
	height: 212px;
	background-image: url(../images/icons/icon-dots-5.png)
}

.icon-dots-6 {
	width: 163px;
	height: 152px;
	background-image: url(../images/icons/icon-dots-6.png)
}

.icon-dots-7 {
	width: 277px;
	height: 241px;
	background-image: url(../images/icons/icon-dots-7.png)
}

.icon-dots-8 {
	width: 94px;
	height: 82px;
	background-image: url(../images/icons/icon-dots-8.png)
}

.icon-dots-9 {
	width: 289px;
	height: 252px;
	background-image: url(../images/icons/icon-dots-9.png)
}

.icon-lines {
	width: 122px;
	height: 133px;
	background-image: url(../images/icons/icon-lines.png)
}

.icon-chat {
	width: 332px;
	height: 244px;
	background-image: url(../images/icons/icon-chat.png)
}

.icon-flower {
	width: 229px;
	height: 181px;
	background-image: url(../images/icons/icon-flower.png)
}

.icon-arrow-round {
	width: 96px;
	height: 107px;
	background-image: url(../images/icons/icon-arrow-round.png)
}

.icon-arrow-down {
	width: 50px;
	height: 59px;
	background-image: url(../images/icons/icon-arrow-down.png)
}

.icon-arrow-down-2 {
	width: 71px;
	height: 133px;
	background-image: url(../images/icons/icon-arrow-down-2.png)
}

.icon-boxes {
	width: 299px;
	height: 391px;
	background-image: url(../images/icons/icon-boxes.png)
}

.icon-triangle {
	width: 377px;
	height: 372px;
	background-image: url(../images/icons/icon-triangle.png)
}

.icon-circle-lines {
	width: 210px;
	height: 210px;
	background-image: url(../images/icons/icon-circle-lines.png)
}

.bounce-y {
	-webkit-animation: bounce-y 10s infinite linear;
	animation: bounce-y 10s infinite linear
}

.bounce-x {
	-webkit-animation: bounce-x 10s infinite linear;
	animation: bounce-x 10s infinite linear
}

.zoom-one {
	-webkit-animation: zoom-one 10s infinite linear;
	animation: zoom-one 10s infinite linear
}

.zoom-two {
	-webkit-animation: zoom-two 5s infinite linear;
	animation: zoom-two 5s infinite linear
}

@-webkit-keyframes float {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes float {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes bounce-y {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes bounce-y {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes bounce-x {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes bounce-x {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes zoom-one {
	0% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}

	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	100% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}
}

@keyframes zoom-one {
	0% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}

	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	100% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}
}

@-webkit-keyframes zoom-two {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes zoom-two {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.overlay-anim {
	position: relative
}

.overlay-anim:after {
	background: rgba(255, 255, 255, .3);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	opacity: 1;
	z-index: 2;
	pointer-events: none
}

.overlay-anim:hover:after {
	height: 100%;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.circle {
	position: fixed;
	width: 10px;
	height: 10px;
	left: -10px;
	top: -10px;
	border-radius: 100%;
	z-index: 1;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1)
}

@supports(mix-blend-mode:difference) {
	.circle {
		background-color: #fff;
		mix-blend-mode: difference
	}
}

@media only screen and (max-width:1023px) {
	.circle {
		display: none !important
	}
}

.circle-follow {
	position: fixed;
	mix-blend-mode: difference;
	width: 30px;
	height: 30px;
	left: -21px;
	top: -21px;
	border-radius: 100%;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1)
}

@supports(mix-blend-mode:difference) {
	.circle-follow {
		border: 1px solid #fff;
		mix-blend-mode: difference
	}
}

@media only screen and (max-width:1023px) {
	.circle-follow {
		display: none !important
	}
}

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	overflow: hidden;
	-webkit-transform: scale(.95);
	transform: scale(.95)
}

.search-popup .search-back-drop {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--bg-theme-color2);
	opacity: .95
}

.search-popup .close-search {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 26px;
	color: var(--theme-color-light);
	z-index: 3;
	border-radius: 50%;
	background-color: transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.search-popup .search-inner {
	position: relative;
	display: block;
	top: 40%;
	height: auto;
	z-index: 1;
	width: calc(100% - 60px);
	max-width: 800px;
	margin: auto;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.search-popup .form-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
	position: relative;
	display: block;
	line-height: 20px;
	font-size: var(--body-font-size);
	width: 100%;
	height: 50px;
	border: 1px solid #e1e6dc;
	padding: 15px 20px;
	color: #707070;
	background: #fff;
	border-radius: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
	border-color: var(--border-theme-color2)
}

.search-popup .form-group button {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 40px;
	width: 40px;
	display: block;
	font-size: 18px;
	color: var(--theme-color-dark);
	line-height: 40px;
	border-radius: 5px;
	font-weight: 400;
	background: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.search-popup .form-group button:hover {
	color: var(--theme-color-dark)
}

.search-popup textarea::-webkit-input-placeholder,
.search-popup input::-webkit-input-placeholder {
	color: inherit
}

.search-popup textarea::-moz-placeholder,
.search-popup input::-moz-placeholder {
	color: inherit
}

.search-popup textarea:-ms-input-placeholder,
.search-popup input:-ms-input-placeholder {
	color: inherit
}

.search-popup textarea::-ms-input-placeholder,
.search-popup input::-ms-input-placeholder {
	color: inherit
}

.search-popup textarea::placeholder,
.search-popup input::placeholder {
	color: inherit
}

.moblie-search-active .search-popup {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
	border-radius: 0%
}

.moblie-search-active .search-popup .search-inner {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms
}

.header-span {
	position: relative;
	height: 110px;
	display: block;
	width: 100%
}

.header-top {
	position: relative
}

.header-top .inner-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}

.header-top .top-left {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header-top .top-right {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0
}

.header-top .useful-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header-top .useful-links li {
	position: relative;
	font-size: var(--body-font-size);
	color: var(--theme-color-light);
	line-height: var(--body-line-height)
}

.header-top .useful-links li:first-child {
	margin-left: 0
}

.header-top .useful-links li:last-child::after {
	display: none
}

.header-top .useful-links li:after {
	position: relative;
	margin: 0 5px;
	content: "/"
}

.header-top .useful-links li a {
	color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.header-top .useful-links li a:hover {
	color: var(--theme-color1)
}

.header-lower {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.header-lower .logo-box {
	position: relative;
	padding: 20px 0
}

.main-header {
	position: relative;
	width: 100%;
	z-index: 999
}

.main-header .logo {
	position: relative;
	display: block
}

.main-header .logo img {
	max-width: 100%;
	height: auto
}

.main-header .main-box {
	position: relative;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-header .main-box .nav-outer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}

.main-menu {
	position: static
}

@media(max-width:991.98px) {
	.main-menu {
		display: none
	}
}

.main-menu .navbar-header {
	display: none
}

.main-menu .navbar-collapse {
	padding: 0
}

.main-menu .navigation {
	position: static;
	margin: 0
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 25px 0;
	margin-right: 37px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	opacity: 1;
	font-size: 16px;
	color: var(--theme-color2);
	line-height: 30px;
	font-weight: 600;
	padding: 0;
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-menu .navigation>li>a .icon {
	position: relative;
	font-size: 22px;
	line-height: 24px;
	margin-left: 10px
}

.main-menu .navigation>li>a:hover {
	color: var(--theme-color1)
}

.main-menu .navigation>li.current>a {
	color: var(--theme-color1)
}

.main-menu .navigation>li.current>a:before {
	left: 0;
	width: 100%
}

.main-menu .navigation>li.dropdown>a {
	padding-right: 15px
}

.main-menu .navigation>li.dropdown>a:after {
	content: "\f107";
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
	height: 20px;
	display: block;
	line-height: 24px;
	font-size: 12px;
	z-index: 5;
	font-family: "font awesome 6 pro";
	font-weight: 900;
	margin-top: -2px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
	margin-top: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 220px;
	z-index: 100;
	padding: 10px 0;
	background-color: #fff;
	margin-top: 30px;
	opacity: 0;
	display: none;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
	box-shadow: 0 0 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ebf1f5
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 0;
	line-height: 29px;
	font-weight: 400;
	font-size: 16px;
	color: var(--theme-color2);
	text-align: left;
	margin: 0 30px;
	text-transform: capitalize;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease
}

.main-menu .navigation>li>ul>li:hover>a {
	color: var(--theme-color1)
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: "font awesome 6 pro";
	content: "\f105";
	position: absolute;
	right: 0;
	top: 11px;
	display: block;
	line-height: 24px;
	font-size: 14px;
	font-weight: 900;
	z-index: 5
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0;
	margin-top: 20px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 220px;
	z-index: 100;
	display: none;
	background-color: #fff;
	opacity: 0;
	padding: 10px 0;
	margin-top: 10px;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	border-bottom: 1px solid #ebf1f5;
	width: 100%
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 0;
	line-height: 24px;
	font-weight: 400;
	font-size: var(--body-font-size);
	color: var(--theme-color2);
	text-align: left;
	margin: 0 30px;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
	color: var(--theme-color1)
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	cursor: pointer;
	z-index: 5;
	display: none
}

.main-header .outer-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.main-header .outer-box .theme-btn {
	margin-left: 40px;
	font-size: 12px;
	text-transform: uppercase
}

.main-header .ui-btn-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 0;
	border-left: 1px solid rgba(255, 255, 255, .5);
	padding-left: 17px;
	position: relative;
	right: 117px
}

.main-header .ui-btn {
	position: relative;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: 0 0;
	font-size: 20px;
	color: var(--theme-color2);
	margin-left: 15px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-header .ui-btn .count {
	position: absolute;
	right: -10px;
	top: -10px;
	height: 21px;
	width: 21px;
	line-height: 21px;
	background-color: var(--bg-theme-color2);
	font-size: 10px;
	border-radius: 50%;
	color: #fff
}

.main-header .ui-btn:hover {
	color: var(--theme-color1)
}

.main-header .info-btn {
	position: relative;
	color: var(--theme-color1);
	padding-left: 65px;
	text-align: left;
	white-space: nowrap
}

.main-header .info-btn .icon {
	position: absolute;
	left: 0;
	top: 7px;
	height: 50px;
	font-size: 40px;
	line-height: 1em;
	color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-header .info-btn small {
	display: block;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 400;
	color: var(--theme-color2)
}

.main-header .info-btn strong {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: -.8px;
	font-family: var(--title-font)
}

.main-header .info-btn:hover {
	color: var(--theme-color1)
}

.main-header .info-btn:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.main-header .info-btn-two {
	position: relative;
	color: var(--theme-color1);
	padding-left: 65px;
	text-align: left;
	white-space: nowrap
}

.main-header .info-btn-two .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 55px;
	width: 55px;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1);
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-header .info-btn-two small {
	display: block;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 400;
	color: var(--theme-color2);
	margin-bottom: 3px
}

.main-header .info-btn-two strong {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: -.8px;
	font-family: var(--title-font)
}

.main-header .info-btn-two:hover {
	color: var(--theme-color1)
}

.main-header .info-btn-two:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	background-color: var(--bg-theme-color2)
}

.main-header .divider {
	display: block;
	width: 1px;
	height: 46.585px;
	background: #333f4d;
	opacity: .3;
	margin: 0 25px
}

.header-style-one {
	position: relative;
	background-color: #fff
}

.header-style-one .header-top {
	margin-left: 310px;
	margin-right: 310px
}

@media only screen and (max-width:1699px) {
	.header-style-one .header-top {
		margin-right: 0
	}
}

@media(max-width:1199.98px) {
	.header-style-one .header-top {
		margin-left: 260px
	}
}

.header-style-one .header-top .inner-container {
	padding-left: 150px;
	padding-right: 150px
}

@media only screen and (max-width:1699px) {
	.header-style-one .header-top .inner-container {
		padding-left: 20px;
		padding-right: 50px
	}
}

@media(max-width:1199.98px) {
	.header-style-one .header-top .inner-container {
		padding-right: 20px
	}
}

@media(max-width:991.98px) {
	.header-style-one .header-top {
		display: none
	}
}

.header-style-one .header-lower .logo-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 445px;
	margin-top: -50px;
	height: 130px;
	padding-left: 100px;
	padding-right: 100px;
	margin-right: -10px
}

@media only screen and (max-width:1699px) {
	.header-style-one .header-lower .logo-box {
		padding-left: 30px;
		padding-right: 30px;
		min-width: 300px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-right: 30px
	}
}

@media(max-width:1199.98px) {
	.header-style-one .header-lower .logo-box {
		min-width: 250px
	}
}

@media(max-width:991.98px) {
	.header-style-one .header-lower .logo-box {
		margin-top: 0;
		height: auto;
		padding: 10px 20px;
		min-width: 190px
	}

	.header-style-one .header-lower .logo-box::before {
		display: none
	}
}

.header-style-one .header-lower .logo-box:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--theme-color-gray);
	-webkit-clip-path: polygon(0 0, 100% 0%, 78% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 78% 100%, 0% 100%);
	content: ""
}

@media only screen and (max-width:1699px) {
	.header-style-one .header-lower .logo-box:before {
		-webkit-clip-path: none;
		clip-path: none
	}
}

@media only screen and (max-width:1699px) {
	.header-style-one .main-box {
		padding-right: 50px
	}
}

@media(max-width:1199.98px) {
	.header-style-one .main-box {
		padding-right: 20px
	}
}

@media(max-width:991.98px) {
	.header-style-one .main-box .nav-outer {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.header-style-one .main-box .nav-outer .navigation>li {
	padding: 20px 0 30px
}

.header-style-one .main-box .outer-box .search-btn {
	margin-right: 115px
}

@media only screen and (max-width:1699px) {
	.header-style-one .main-box .outer-box .search-btn {
		margin-right: 50px
	}
}

@media(max-width:1399.98px) {
	.header-style-one .main-box .outer-box .search-btn {
		margin-right: 0
	}
}

@media(max-width:1399.98px) {
	.header-style-one .main-box .outer-box .info-btn {
		display: none
	}
}

.header-style-one .main-box .btn-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-width: 445px;
	margin-top: -50px;
	height: 130px;
	padding-right: 135px;
	margin-left: -40px
}

@media only screen and (max-width:1699px) {
	.header-style-one .main-box .btn-box {
		display: none
	}
}

.header-style-one .main-box .btn-box:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--theme-color-gray);
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 22% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 22% 100%);
	content: ""
}

.header-style-two {
	position: relative
}

.header-style-two .header-top {
	padding: 10px 0;
	background-color: var(--bg-theme-color2)
}

@media(max-width:991.98px) {
	.header-style-two .header-top {
		display: none
	}
}

.header-style-two .header-top .list-style-one li {
	margin-right: 50px
}

.header-style-two .header-lower .logo-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 270px;
	margin-right: 60px
}

@media only screen and (max-width:1699px) {
	.header-style-two .header-lower .logo-box {
		min-width: 240px
	}
}

@media(max-width:1399.98px) {
	.header-style-two .header-lower .logo-box {
		min-width: 180px;
		margin-right: 40px
	}
}

@media(max-width:991.98px) {
	.header-style-two .header-lower .logo-box {
		padding: 10px 0;
		padding-right: 15px
	}
}

.header-style-two .header-lower .logo-box:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1000%;
	background-color: var(--bg-theme-color1);
	content: "";
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	-webkit-transform-origin: right top;
	transform-origin: right top
}

@media only screen and (max-width:1699px) {
	.header-style-two .header-lower .logo-box:before {
		-webkit-transform: skewX(0deg);
		transform: skewX(0deg)
	}
}

@media(max-width:991.98px) {
	.header-style-two .header-lower .main-box {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media(max-width:991.98px) {
	.header-style-two .header-lower .nav-outer {
		width: auto
	}
}

@media(max-width:1199.98px) {
	.header-style-two .header-lower .outer-box .info-btn-two {
		display: none
	}
}

.header-style-three {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.header-style-three .main-box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-style-three .main-box .nav-outer {
	width: auto
}

.header-style-three .main-box .nav-outer .main-menu .navigation>li:last-child {
	margin-right: 0
}

.header-style-three .main-box .nav-outer .main-menu .navigation>li>a {
	color: var(--theme-color-light)
}

.header-style-three .main-box .nav-outer .outer-box {
	padding: 30px 0;
	margin-left: 37px
}

@media(max-width:1199.98px) {
	.header-style-three .main-box .nav-outer .outer-box .theme-btn {
		display: none
	}
}

.header-style-four {
	background-color: var(--bg-theme-color2)
}

.header-style-four .header-top {
	background-color: var(--theme-color-gray)
}

.header-style-four .header-top .inner-container {
	padding-left: 444px;
	padding-right: 311px
}

@media only screen and (max-width:1699px) {
	.header-style-four .header-top .inner-container {
		padding-right: 20px;
		padding-left: 20px
	}
}

.header-style-four .header-top .inner-container .list-style-one li {
	color: #757474;
	margin-right: 45px
}

@media(max-width:1199.98px) {
	.header-style-four .header-top .inner-container .list-style-one li {
		margin-right: 15px
	}
}

@media(max-width:991.98px) {
	.header-style-four .header-top {
		display: none
	}
}

.header-style-four .header-lower {
	background-color: rgba(255, 255, 255, .05)
}

.header-style-four .header-lower .logo-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 375px;
	margin-top: -50px;
	height: 130px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 20px;
	background-color: var(--bg-theme-color1);
	margin-right: 30px
}

@media only screen and (max-width:1699px) {
	.header-style-four .header-lower .logo-box {
		height: auto;
		min-width: 200px;
		padding: 10px 20px;
		margin-top: 0
	}
}

@media(max-width:767.98px) {
	.header-style-four .header-lower .logo-box {
		margin-right: 0
	}
}

.header-style-four .main-box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 311px
}

@media only screen and (max-width:1699px) {
	.header-style-four .main-box {
		margin-right: 20px
	}
}

.header-style-four .main-box .nav-outer {
	width: auto
}

.header-style-four .main-box .nav-outer .navigation>li>a {
	color: var(--theme-color-light)
}

.header-style-four .main-box .outer-box .ui-btn {
	color: var(--theme-color-light);
	margin-left: 45px
}

.header-style-four .main-box .outer-box .toggle-hidden-bar {
	width: 54px;
	height: 54px;
	border: 1px solid #fff;
	border-radius: 50%;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 16px
}

@media(max-width:1199.98px) {
	.header-style-four .main-box .outer-box .toggle-hidden-bar {
		display: none
	}
}

.header-style-four .main-box .outer-box .toggle-hidden-bar .line {
	display: block;
	width: 22px;
	height: 2px;
	background-color: var(--theme-color-light);
	margin: 3px 0
}

.header-style-four .main-box .outer-box .toggle-hidden-bar .line:first-child {
	width: 11px
}

.header-style-five {
	position: relative
}

.header-style-five .main-box {
	padding-left: 80px;
	padding-right: 100px;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

@media only screen and (max-width:1699px) {
	.header-style-five .main-box {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media(max-width:991.98px) {
	.header-style-five .main-box {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.header-style-five .main-box .logo {
	min-width: 150px;
	margin-right: 70px
}

@media(max-width:1199.98px) {
	.header-style-five .main-box .logo {
		margin-right: 40px
	}
}

.header-style-five .main-box .navigation>li {
	padding: 35px 0
}

@media(max-width:1199.98px) {
	.header-style-five .main-box .navigation>li {
		margin-right: 25px
	}
}

@media(max-width:991.98px) {
	.header-style-five .main-box .nav-outer {
		width: auto
	}
}

.header-style-five .outer-box {
	padding: 18px 0
}

.header-style-five .outer-box .info-btn-two {
	padding-top: 0
}

@media(max-width:1399.98px) {
	.header-style-five .outer-box .info-btn-two {
		display: none
	}
}

.header-style-five .outer-box .info-btn-two .icon {
	top: 5px;
	background-color: var(--theme-color-gray);
	color: var(--theme-color1)
}

.header-style-five .outer-box .info-btn-two small {
	font-size: var(--body-font-size);
	line-height: 32px;
	color: var(--theme-color-dark);
	margin-bottom: 0
}

.header-style-five .outer-box .theme-btn {
	margin-left: 100px;
	font-size: var(--body-font-size);
	text-transform: unset
}

@media(max-width:1399.98px) {
	.header-style-five .outer-box .theme-btn {
		margin-left: 20px
	}
}

@media(max-width:991.98px) {
	.header-style-five .outer-box .theme-btn {
		display: none
	}
}

.header-style-six {
	position: relative;
	z-index: 9
}

.header-style-six .header-top {
	background-color: var(--bg-theme-color2)
}

@media(max-width:991.98px) {
	.header-style-six .header-top {
		display: none
	}
}

.header-style-six .header-top .inner-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media(max-width:1199.98px) {
	.header-style-six .header-top .inner-container {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.header-style-six .header-lower {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%
}

@media(max-width:991.98px) {
	.header-style-six .header-lower {
		background-color: var(--theme-color-light)
	}
}

.header-style-six .header-lower .logo-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 240px;
	margin-top: -100px;
	height: 180px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 20px;
	background-color: var(--theme-color-light);
	margin-right: 30px;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

@media(max-width:1199.98px) {
	.header-style-six .header-lower .logo-box {
		margin-top: 0;
		height: auto;
		padding: 10px 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		min-width: 180px
	}
}

@media(max-width:991.98px) {
	.header-style-six .header-lower .logo-box {
		min-width: auto
	}
}

.header-style-six .main-box {
	background-color: var(--theme-color-light);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-style-six .main-box .nav-outer {
	width: auto
}

.header-style-six .main-box .outer-box .toggle-hidden-bar {
	position: relative;
	height: 80px;
	width: 80px;
	background-color: var(--bg-theme-color1);
	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;
	font-size: 36px;
	color: var(--theme-color-light)
}

@media(max-width:1199.98px) {
	.header-style-six .main-box .outer-box .toggle-hidden-bar {
		display: none
	}
}

.header-contact-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0 0
}

.header-contact-list .contact-info {
	position: relative;
	padding-left: 60px;
	min-height: 60px;
	padding-right: 28px;
	border-right: 1px solid rgba(255, 255, 255, .2);
	margin-right: 28px;
	margin-bottom: 20px
}

.header-contact-list .contact-info:last-child {
	padding-right: 0;
	border-right: 0;
	margin-right: 0
}

.header-contact-list .contact-info .icon {
	position: absolute;
	left: 0;
	top: 14px;
	font-size: 40px;
	color: var(--theme-color1)
}

.header-contact-list .contact-info .title {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	display: block;
	color: var(--theme-color-light);
	margin-bottom: 7px
}

.header-contact-list .contact-info .text {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: var(--theme-color-light);
	font-family: var(--title-font)
}

.header-contact-list .contact-info .text a {
	color: var(--theme-color-light)
}

.header-contact-list .contact-info .text:hover a {
	color: var(--theme-color1)
}

.header-style-seven {
	position: relative;
	background-color: var(--theme-color-gray)
}

.header-style-seven .header-top {
	background-color: var(--bg-theme-color2)
}

.header-style-seven .header-top .inner-container {
	padding-left: 360px;
	padding-right: 30px
}

@media(max-width:1399.98px) {
	.header-style-seven .header-top .inner-container {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media(max-width:991.98px) {
	.header-style-seven .header-top {
		display: none
	}
}

.header-style-seven .header-top .text {
	color: var(--theme-color-light)
}

@media only screen and (max-width:1699px) {
	.header-style-seven .header-top .text {
		display: none
	}
}

.header-style-seven .header-top .top-right {
	padding: 9px 0
}

@media(max-width:1199.98px) {
	.header-style-seven .header-top .top-right {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.header-style-seven .header-top .top-right .divider {
		display: none
	}
}

.header-style-seven .header-top .list-style-one {
	padding: 0;
	margin-right: 0
}

.header-style-seven .header-top .list-style-one li {
	color: var(--theme-color-light)
}

.header-style-seven .header-top .list-style-one li a {
	color: inherit
}

.header-style-seven .header-top .divider {
	margin-right: 20px;
	margin-left: 5px;
	height: 25px;
	width: 1px;
	background: var(--theme-color-light);
	display: inline-block
}

@media(max-width:991.98px) {
	.header-style-seven .header-lower {
		background-color: var(--theme-color-light)
	}
}

.header-style-seven .header-lower .logo-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 300px;
	margin-top: -50px;
	height: 130px;
	padding-left: 48px;
	padding-right: 100px;
	margin-right: 60px
}

.header-style-seven .header-lower .logo-box:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--bg-theme-color1);
	-webkit-clip-path: polygon(0 0, 100% 0%, 78% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 78% 100%, 0% 100%);
	content: ""
}

@media only screen and (max-width:1699px) {
	.header-style-seven .header-lower .logo-box:before {
		-webkit-clip-path: none;
		clip-path: none
	}
}

@media only screen and (max-width:1699px) {
	.header-style-seven .header-lower .logo-box {
		padding-left: 30px;
		padding-right: 30px;
		min-width: 300px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-right: 30px
	}
}

@media(max-width:1199.98px) {
	.header-style-seven .header-lower .logo-box {
		min-width: 250px;
		margin-top: 0;
		height: auto
	}
}

@media(max-width:991.98px) {
	.header-style-seven .header-lower .logo-box {
		padding: 10px 20px;
		min-width: 180px;
		margin-right: 0
	}
}

@media(max-width:991.98px) {
	.header-style-seven .main-box {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-right: 20px
	}
}

@media(max-width:991.98px) {
	.header-style-seven .main-box .nav-outer {
		width: auto
	}
}

.header-style-seven .main-box .outer-box .theme-btn {
	padding: 25px 40px;
	line-height: 30px;
	font-size: var(--body-font-size);
	text-transform: unset;
	border-radius: 0 0 5px 5px
}

.header-style-seven .main-box .outer-box .theme-btn:before {
	border-radius: 0 0 5px 5px
}

.header-style-seven .main-box .outer-box .theme-btn i {
	margin-left: 0;
	margin-right: 10px
}

@media(max-width:1399.98px) {
	.header-style-seven .main-box .outer-box .theme-btn {
		display: none
	}
}

.header-style-seven .main-box .toggle-hidden-bar {
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	background-color: var(--bg-theme-gray);
	color: var(--theme-color1);
	font-size: 36px;
	margin-left: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.header-style-seven .main-box .toggle-hidden-bar:hover {
	color: var(--theme-color2)
}

@media(max-width:991.98px) {
	.header-style-seven .main-box .toggle-hidden-bar {
		display: none
	}
}

.header-style-eight {
	position: relative
}

.header-style-eight .header-top {
	background-color: var(--theme-color-gray)
}

@media(max-width:991.98px) {
	.header-style-eight .header-top {
		display: none
	}
}

.header-style-eight .header-lower {
	background-color: var(--bg-theme-color1)
}

.header-style-eight .header-lower .logo-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 380px;
	margin-right: 30px
}

.header-style-eight .header-lower .logo-box:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1000%;
	background-color: var(--theme-color-light);
	-webkit-transform: skew(-40deg);
	transform: skew(-40deg);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	content: ""
}

@media(max-width:1399.98px) {
	.header-style-eight .header-lower .logo-box:before {
		-webkit-transform: none;
		transform: none;
		width: 100%
	}
}

@media(max-width:1399.98px) {
	.header-style-eight .header-lower .logo-box {
		min-width: 180px;
		padding: 15px 20px;
		margin-left: -20px
	}
}

@media(max-width:991.98px) {
	.header-style-eight .header-lower .logo-box {
		padding: 10px 20px
	}
}

@media(max-width:991.98px) {
	.header-style-eight .main-box {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media(max-width:991.98px) {
	.header-style-eight .main-box .nav-outer {
		width: auto
	}
}

.header-style-eight .main-box .nav-outer .navigation>li {
	margin-right: 30px
}

.header-style-eight .main-box .nav-outer .navigation>li>a {
	color: var(--theme-color-light)
}

.header-style-eight .main-box .outer-box .theme-btn {
	font-size: var(--body-font-size);
	font-weight: 700;
	text-transform: unset
}

.header-style-eight .main-box .outer-box .theme-btn::before {
	background-color: var(--theme-color2)
}

@media(max-width:1199.98px) {
	.header-style-eight .main-box .outer-box .theme-btn {
		display: none
	}
}

.header-style-eight .main-box .toggle-hidden-bar {
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	background-color: var(--bg-theme-gray);
	color: var(--theme-color1);
	font-size: 36px;
	margin-left: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.header-style-eight .main-box .toggle-hidden-bar:hover {
	color: var(--theme-color2)
}

.header-style-eight .main-box .mobile-nav-toggler {
	color: var(--theme-color-light)
}

.header-style-nine {
	position: relative
}

.header-style-nine .header-top {
	background-color: var(--bg-theme-color1)
}

@media(max-width:991.98px) {
	.header-style-nine .header-top {
		display: none
	}
}

.header-style-nine .header-top .text {
	color: var(--theme-color-light)
}

.header-style-nine .header-top .top-right {
	padding: 9px 0
}

.header-style-nine .header-top .list-style-one {
	padding: 0;
	margin-right: 30px
}

.header-style-nine .header-top .list-style-one li {
	color: var(--theme-color-light)
}

.header-style-nine .header-top .list-style-one li i {
	color: var(--theme-color-light)
}

.header-style-nine .header-top .list-style-one li a {
	color: inherit
}

.header-style-nine .main-box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-style-nine .main-box .logo {
	margin-right: 70px
}

@media(max-width:991.98px) {
	.header-style-nine .main-box .logo {
		margin-right: 15px
	}
}

.header-style-nine .main-box .navigation>li {
	padding: 35px 0
}

.header-style-nine .main-box .navigation>li>.mega-menu {
	right: auto
}

.header-style-nine .main-box .nav-outer {
	width: auto
}

.header-style-nine .outer-box {
	padding: 22px 0
}

@media(max-width:1199.98px) {
	.header-style-nine .outer-box .info-btn-two {
		display: none
	}
}

.header-style-ten {
	background-color: var(--bg-theme-color2)
}

.header-style-ten .header-top {
	background-color: var(--theme-color-gray)
}

.header-style-ten .header-top .inner-container {
	padding-left: 444px;
	padding-right: 311px
}

@media only screen and (max-width:1699px) {
	.header-style-ten .header-top .inner-container {
		padding-right: 20px;
		padding-left: 20px
	}
}

.header-style-ten .header-top .inner-container .list-style-one li {
	color: #757474;
	margin-right: 45px
}

@media(max-width:1199.98px) {
	.header-style-ten .header-top .inner-container .list-style-one li {
		margin-right: 15px
	}
}

@media(max-width:991.98px) {
	.header-style-ten .header-top {
		display: none
	}
}

.header-style-ten .header-lower {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, .05)
}

.header-style-ten .header-lower .logo-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 375px;
	margin-top: -50px;
	height: 150px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 20px;
	background-color: var(--bg-theme-color1);
	margin-right: 30px
}

@media only screen and (max-width:1699px) {
	.header-style-ten .header-lower .logo-box {
		height: auto;
		min-width: 200px;
		padding: 10px 20px;
		margin-top: 0
	}
}

@media(max-width:767.98px) {
	.header-style-ten .header-lower .logo-box {
		margin-right: 0
	}
}

.header-style-ten .main-box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 311px
}

@media only screen and (max-width:1699px) {
	.header-style-ten .main-box {
		margin-right: 20px
	}
}

.header-style-ten .main-box .nav-outer {
	width: auto
}

.header-style-ten .main-box .nav-outer .navigation>li>a {
	color: var(--theme-color-light)
}

.header-style-ten .main-box .outer-box .ui-btn {
	color: var(--theme-color-light);
	margin-left: 45px
}

.header-style-ten .main-box .outer-box .toggle-hidden-bar {
	width: 54px;
	height: 54px;
	border: 1px solid #fff;
	border-radius: 50%;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 16px
}

@media(max-width:1199.98px) {
	.header-style-ten .main-box .outer-box .toggle-hidden-bar {
		display: none
	}
}

.header-style-ten .main-box .outer-box .toggle-hidden-bar .line {
	display: block;
	width: 22px;
	height: 2px;
	background-color: var(--theme-color-light);
	margin: 3px 0
}

.header-style-ten .main-box .outer-box .toggle-hidden-bar .line:first-child {
	width: 11px
}

.header-style-eleven .header-top {
	background-color: var(--bg-theme-color2)
}

.header-style-eleven .header-top .inner-container {
	padding: 0 100px
}

@media only screen and (max-width:1699px) {
	.header-style-eleven .header-top .inner-container {
		padding: 0 30px
	}
}

.header-style-eleven .header-top .inner-container .top-right {
	padding: 0
}

.header-style-eleven .header-top .inner-container .top-right .theme-btn {
	line-height: 30px;
	padding: 20px 30px;
	border-radius: 0
}

@media(max-width:991.98px) {
	.header-style-eleven .header-top {
		display: none
	}
}

.header-style-eleven .header-lower {
	padding: 0 100px
}

@media only screen and (max-width:1699px) {
	.header-style-eleven .header-lower {
		padding: 0 20px
	}
}

.header-style-eleven .header-lower .logo-box {
	position: relative;
	margin-right: 40px;
	min-width: 150px;
	padding: 15px 0
}

@media(max-width:991.98px) {
	.header-style-eleven .header-lower .logo-box {
		padding: 10px 0
	}
}

.header-style-eleven .main-box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media(max-width:991.98px) {
	.header-style-eleven .main-box .nav-outer {
		width: auto
	}
}

.header-style-eleven .main-box .nav-outer .navigation>li {
	padding: 32px 0
}

.header-style-eleven .main-box .outer-box {
	padding: 15px 0
}

.header-style-eleven .main-box .info-btn-two {
	margin-right: 40px
}

@media(max-width:1399.98px) {
	.header-style-eleven .main-box .info-btn-two {
		display: none
	}
}

.header-style-eleven .main-box .info-btn-two .icon {
	top: 7px;
	background-color: transparent;
	color: var(--theme-color1);
	font-size: 24px
}

.header-style-eleven .main-box .info-btn-two .icon:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background-color: var(--bg-theme-color1);
	opacity: .1;
	content: ""
}

.header-style-eleven .main-box .info-btn-two small {
	font-size: var(--body-font-size);
	line-height: var(--body-line-height);
	margin-bottom: 0
}

.header-search {
	position: relative
}

@media(max-width:1199.98px) {
	.header-search {
		display: none
	}
}

.header-search .form-group {
	position: relative;
	padding-right: 60px;
	max-width: 210px
}

.header-search .form-group input:not([type=submit]) {
	position: relative;
	display: block;
	height: 62px;
	width: 100%;
	font-size: var(--body-font-size);
	line-height: 30px;
	padding: 15px 0;
	color: var(--theme-color2);
	background: 0 0;
	border-bottom: 1px solid #e3e3e3;
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.header-search .form-group input:not([type=submit])::-webkit-input-placeholder {
	color: var(--theme-color2)
}

.header-search .form-group input:not([type=submit])::-moz-placeholder {
	color: var(--theme-color2)
}

.header-search .form-group input:not([type=submit]):-ms-input-placeholder {
	color: var(--theme-color2)
}

.header-search .form-group input:not([type=submit])::-ms-input-placeholder {
	color: var(--theme-color2)
}

.header-search .form-group input:not([type=submit])::placeholder {
	color: var(--theme-color2)
}

.header-search .form-group .theme-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	color: var(--theme-color2);
	font-size: 20px;
	background: 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header-search .form-group .theme-btn i {
	position: relative
}

.header-search .form-group .theme-btn::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--bg-theme-color1);
	border-radius: 50%;
	opacity: .1
}

.header-style-twelve {
	position: relative
}

.header-style-twelve .header-top {
	background-color: var(--bg-theme-color2);
	padding-left: 310px
}

@media only screen and (max-width:1699px) {
	.header-style-twelve .header-top {
		padding-left: 20px
	}
}

@media(max-width:991.98px) {
	.header-style-twelve .header-top {
		display: none
	}
}

@media(max-width:1399.98px) {
	.header-style-twelve .header-top .top-left {
		display: none
	}
}

.header-style-twelve .header-top .top-left .text {
	color: var(--theme-color-light)
}

.header-style-twelve .header-top .top-right {
	padding: 0;
	padding-right: 20px
}

@media(max-width:1399.98px) {
	.header-style-twelve .header-top .top-right {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%
	}
}

.header-style-twelve .header-top .top-right .list-style-one li {
	margin-left: 40px;
	margin-right: 0;
	font-weight: 400
}

.header-style-twelve .header-top .top-right .list-style-one li:first-child {
	margin-left: 0
}

.header-style-twelve .header-top .top-right .social-icon-one {
	margin-left: 60px
}

.header-style-twelve .header-lower {
	padding-left: 310px
}

@media only screen and (max-width:1699px) {
	.header-style-twelve .header-lower {
		padding-left: 20px
	}
}

.header-style-twelve .header-lower .logo-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 140px;
	padding: 10px 0;
	min-width: 180px
}

@media(max-width:1199.98px) {
	.header-style-twelve .header-lower .logo-box {
		margin-right: 30px
	}
}

@media(max-width:991.98px) {
	.header-style-twelve .main-box {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-right: 20px
	}
}

@media(max-width:991.98px) {
	.header-style-twelve .main-box .nav-outer {
		width: auto
	}
}

.header-style-twelve .main-box .nav-outer .navigation>li {
	margin-right: 30px
}

.header-style-twelve .main-box .outer-box .theme-btn {
	padding: 25px 40px;
	font-size: var(--body-font-size);
	letter-spacing: .8px;
	line-height: 30px;
	text-transform: unset;
	border-radius: 0
}

.header-style-twelve .main-box .outer-box .theme-btn i {
	margin-left: 0;
	margin-right: 10px
}

.header-style-twelve .main-box .outer-box .theme-btn::before {
	background-color: var(--theme-color2);
	border-radius: 0
}

@media(max-width:1399.98px) {
	.header-style-twelve .main-box .outer-box .theme-btn {
		display: none
	}
}

.header-style-twelve .main-box .toggle-hidden-bar {
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	background-color: var(--bg-theme-gray);
	color: var(--theme-color1);
	font-size: 36px;
	margin-left: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:991.98px) {
	.header-style-twelve .main-box .toggle-hidden-bar {
		display: none
	}
}

.header-style-twelve .main-box .toggle-hidden-bar:hover {
	color: var(--theme-color2)
}

.header-style-thirteen {
	position: relative
}

.header-style-thirteen .header-top {
	padding: 0 70px;
	background-color: var(--bg-theme-color1)
}

@media(max-width:1399.98px) {
	.header-style-thirteen .header-top {
		padding: 0 20px
	}
}

@media(max-width:991.98px) {
	.header-style-thirteen .header-top {
		display: none
	}
}

@media(max-width:1399.98px) {
	.header-style-thirteen .header-top .top-left {
		display: none
	}
}

.header-style-thirteen .header-top .top-left .text {
	color: var(--theme-color-light)
}

.header-style-thirteen .header-top .top-right {
	padding: 0
}

@media(max-width:1399.98px) {
	.header-style-thirteen .header-top .top-right {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.header-style-thirteen .header-top .top-right .list-style-one li {
	margin-left: 40px;
	margin-right: 0;
	font-weight: 400
}

.header-style-thirteen .header-top .top-right .list-style-one li:first-child {
	margin-left: 0
}

.header-style-thirteen .header-top .top-right .list-style-one li i {
	color: var(--theme-color-light)
}

.header-style-thirteen .header-top .top-right .social-icon-one {
	margin-left: 60px
}

.header-style-thirteen .header-lower {
	padding: 0 70px
}

@media(max-width:1399.98px) {
	.header-style-thirteen .header-lower {
		padding: 0 20px
	}
}

.header-style-thirteen .header-lower .logo-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 140px;
	padding: 10px 0;
	min-width: 180px
}

@media(max-width:1199.98px) {
	.header-style-thirteen .header-lower .logo-box {
		margin-right: 30px
	}
}

.header-style-thirteen .main-box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-style-thirteen .main-box .nav-outer {
	width: auto
}

.header-style-thirteen .main-box .nav-outer .navigation>li {
	margin-right: 30px
}

.header-style-thirteen .main-box .outer-box .theme-btn {
	font-size: var(--body-font-size);
	color: var(--theme-color2);
	background-color: var(--theme-color-light);
	border: 1px solid var(--theme-color1);
	text-transform: unset
}

.header-style-thirteen .main-box .outer-box .theme-btn i {
	margin-left: 0;
	margin-right: 10px
}

.header-style-thirteen .main-box .outer-box .theme-btn:before {
	background-color: var(--bg-theme-color1)
}

.header-style-thirteen .main-box .outer-box .theme-btn:hover {
	color: var(--theme-color-light)
}

@media(max-width:1199.98px) {
	.header-style-thirteen .main-box .outer-box .theme-btn {
		display: none
	}
}

.header-style-fourteen {
	position: relative
}

.header-style-fourteen .header-top {
	padding-left: 310px;
	padding-right: 80px;
	background-color: var(--bg-theme-color2)
}

@media only screen and (max-width:1699px) {
	.header-style-fourteen .header-top {
		padding-left: 20px;
		padding-right: 0
	}
}

@media(max-width:991.98px) {
	.header-style-fourteen .header-top {
		display: none
	}
}

.header-style-fourteen .header-top .useful-links {
	margin-right: 25px
}

@media(max-width:1399.98px) {
	.header-style-fourteen .header-top .useful-links {
		display: none
	}
}

.header-style-fourteen .header-top .top-right {
	padding: 0
}

.header-style-fourteen .header-top .top-right .social-icon-one {
	background-color: rgba(255, 255, 255, .1);
	padding: 10px 15px
}

.header-style-fourteen .header-top .top-right .social-icon-one li {
	margin: 0 20px
}

.header-style-fourteen .header-top .top-right .social-icon-one li a:hover {
	color: var(--theme-color1)
}

.header-style-fourteen .header-lower {
	padding-right: 80px
}

@media only screen and (max-width:1699px) {
	.header-style-fourteen .header-lower {
		padding-right: 20px
	}
}

.header-style-fourteen .header-lower .logo-box {
	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;
	min-width: 270px;
	margin-right: 40px;
	min-height: 170px;
	margin-top: -50px;
	margin-bottom: -30px;
	background-color: var(--bg-theme-color1)
}

@media only screen and (max-width:1699px) {
	.header-style-fourteen .header-lower .logo-box {
		min-height: auto;
		margin-top: 0;
		margin-bottom: 0
	}
}

@media(max-width:1399.98px) {
	.header-style-fourteen .header-lower .logo-box {
		min-width: 180px;
		padding: 22px 30px
	}
}

@media(max-width:1199.98px) {
	.header-style-fourteen .header-lower .logo-box {
		padding: 10px 20px;
		margin-right: 20px
	}
}

@media(max-width:991.98px) {
	.header-style-fourteen .header-lower .main-box {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media(max-width:991.98px) {
	.header-style-fourteen .header-lower .nav-outer {
		width: auto
	}
}

.header-style-fourteen .header-lower .nav-outer .navigation>li {
	margin-right: 30px;
	padding: 30px 0
}

.header-style-fourteen .header-lower .outer-box .theme-btn {
	border-radius: 50px;
	font-weight: 400;
	line-height: 27px;
	padding: 10px 30px;
	margin-left: 25px;
	font-size: 14px;
	text-transform: unset
}

@media only screen and (max-width:1699px) {
	.header-style-fourteen .header-lower .outer-box .theme-btn {
		display: none
	}
}

.header-style-fourteen .header-lower .outer-box .search-btn {
	margin: 0
}

@media(max-width:1199.98px) {
	.header-style-fourteen .header-lower .outer-box .info-btn {
		display: none
	}
}

@media(max-width:1199.98px) {
	.header-style-fourteen .header-lower .outer-box .divider {
		display: none
	}
}

.header-style-fifteen .header-top {
	padding-left: 80px;
	padding-right: 80px;
	border-bottom: 1px solid #333f4d;
	background-color: var(--theme-color-dark)
}

@media(max-width:1399.98px) {
	.header-style-fifteen .header-top {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media(max-width:991.98px) {
	.header-style-fifteen .header-top {
		display: none
	}
}

.header-style-fifteen .header-top .useful-links {
	margin-right: 25px
}

.header-style-fifteen .header-top .useful-links li i {
	font-size: 18px;
	margin-right: 10px
}

.header-style-fifteen .header-top .top-right {
	padding: 0
}

.header-style-fifteen .header-lower {
	padding: 0 80px;
	background: #1a2935
}

@media(max-width:1399.98px) {
	.header-style-fifteen .header-lower {
		padding: 0 20px
	}
}

.header-style-fifteen .header-lower .logo-box {
	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;
	min-height: 70px;
	padding: 0 0
}

.header-style-fifteen .header-lower .main-box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-style-fifteen .header-lower .nav-outer {
	width: auto
}

.header-style-fifteen .header-lower .nav-outer .navigation>li {
	margin-right: 30px;
	padding: 20px 0
}

.header-style-fifteen .header-lower .nav-outer .navigation>li>a {
	color: var(--theme-color-light)
}

.header-style-fifteen .header-lower .outer-box .search-btn {
	font-size: var(--body-font-size);
	color: var(--theme-color-light);
	margin-right: 0
}

.header-style-fifteen .header-lower .outer-box .search-btn i {
	font-size: 14px;
	margin-right: 10px
}

.header-style-fifteen .header-lower .outer-box .search-btn:hover {
	color: var(--theme-color1)
}

@media(max-width:575.98px) {
	.header-style-fifteen .header-lower .outer-box .search-btn {
		display: none
	}
}

.header-style-fifteen .header-lower .outer-box .call-btn {
	margin-left: 30px;
	font-size: var(--body-font-size);
	color: var(--theme-color-light)
}

.header-style-fifteen .header-lower .outer-box .call-btn i {
	font-size: 14px;
	margin-right: 10px
}

@media(max-width:1199.98px) {
	.header-style-fifteen .header-lower .outer-box .call-btn {
		display: none
	}
}

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0;
	z-index: 99999;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px rgba(0, 0, 0, .05)
}

.sticky-header.fixed-header {
	opacity: 1;
	z-index: 9999;
	visibility: visible
}

.sticky-header .logo {
	padding: 10px 0
}

.sticky-header .logo img {
	max-height: 50px
}

.sticky-header .nav-outer {
	position: relative;
	background: 0 0
}

.sticky-header .inner-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.sticky-header .main-menu .navigation>li {
	margin: 0;
	margin-left: 50px;
	padding: 20px 0
}

.sticky-header .main-menu .navigation>li>a {
	color: var(--theme-color-dark)
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
	color: var(--theme-color-dark)
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
	display: none
}

.sticky-header .mobile-nav-toggler {
	color: var(--theme-color-dark)
}

@media only screen and (min-width:768px) {

	.main-menu .navigation>li>ul,
	.main-menu .navigation>li>.mega-menu,
	.main-menu .navigation>li>ul>li>ul {
		display: block !important;
		visibility: hidden;
		opacity: 0
	}
}

.main-header .navigation>li.has-mega-menu {
	position: static
}

@media(max-width:991.98px) {
	.main-header .navigation>li.has-mega-menu {
		position: relative !important
	}
}

.main-header .navigation>li>.mega-menu {
	position: absolute;
	left: 0;
	margin: auto;
	width: 100%;
	max-width: var(--small-container-width);
	min-width: 800px;
	background-color: var(--theme-color-light);
	padding: 30px 35px 25px;
	top: 100%;
	z-index: 100;
	margin-top: 20px;
	opacity: 0;
	display: none;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

@media(max-width:991.98px) {
	.main-header .navigation>li>.mega-menu {
		position: relative;
		display: none;
		opacity: 1;
		visibility: visible;
		margin: 0;
		padding: 0;
		width: 100%;
		border-radius: 0;
		-webkit-transition: none !important;
		transition: none !important;
		-webkit-box-shadow: none;
		box-shadow: none;
		position: relative;
		width: 100%;
		padding: 0 !important;
		background: 0 0 !important;
		margin: 0 !important;
		left: 0 !important;
		top: 0 !important
	}
}

.main-header .navigation>li:hover>.mega-menu {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-header .navigation>li>.mega-menu .mega-menu-bar {
	position: relative
}

.main-header .navigation>li>.mega-menu .mega-menu-bar h3 {
	position: relative;
	color: var(--theme-color2)
}

.main-header .navigation>li>.mega-menu .mega-menu-bar ul {
	position: relative;
	margin-bottom: -1px
}

.main-header .navigation>li>.mega-menu .mega-menu-bar ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.main-header .navigation>li>.mega-menu .mega-menu-bar .column {
	position: relative;
	margin-bottom: 10px
}

@media(max-width:991.98px) {
	.main-header .navigation>li>.mega-menu .mega-menu-bar .column {
		margin-bottom: 0
	}
}

.main-header .navigation>li>.mega-menu .mega-menu-bar .column>ul>li:last-child {
	border: none
}

@media(max-width:991.98px) {
	.main-header .navigation>li>.mega-menu .mega-menu-bar .column>ul>li {
		padding-left: 20px;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		background-color: var(--bg-theme-color2)
	}

	.main-header .navigation>li>.mega-menu .mega-menu-bar .column>ul>li:first-child {
		border-top: 1px solid rgba(255, 255, 255, .1)
	}

	.main-header .navigation>li>.mega-menu .mega-menu-bar .column>ul>li:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, .1)
	}
}

.main-header .navigation>li>.mega-menu .mega-menu-bar .column>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 0;
	line-height: 29px;
	font-weight: 400;
	font-size: var(--body-font-size);
	color: var(--theme-color2);
	text-align: left;
	text-transform: capitalize;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease
}

.main-header .navigation>li>.mega-menu .mega-menu-bar .column>ul>li>a:hover {
	color: var(--theme-color1)
}

@media(max-width:991.98px) {
	.main-header .navigation>li>.mega-menu .mega-menu-bar .column>ul>li>a {
		position: relative;
		display: block;
		line-height: 24px;
		padding: 10px 20px;
		font-size: var(--body-font-size);
		color: #fff;
		font-weight: 400;
		text-transform: capitalize
	}
}

.mobile-nav-toggler {
	position: relative;
	font-size: 28px;
	line-height: 20px;
	cursor: pointer;
	color: var(--theme-color1);
	display: none;
	top: -3px;
	margin-left: 20px;
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}

@media(max-width:991.98px) {
	.mobile-nav-toggler {
		display: block
	}
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	visibility: hidden
}

.mobile-menu .upper-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 15px 20px
}

.mobile-menu .close-btn {
	position: relative;
	top: 0;
	right: -5px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-color: rgba(255, 255, 255, .1);
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px)
}

.mobile-menu .close-btn:hover {
	opacity: .5
}

.mobile-menu .nav-logo {
	position: relative;
	text-align: left;
	width: 100%
}

.mobile-menu .nav-logo img {
	max-height: 50px
}

.mobile-menu .menu-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: var(--theme-color2);
	padding: 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	-webkit-transform: translateX(101%);
	transform: translateX(101%)
}

.mobile-menu-visible {
	overflow: hidden
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .4s ease 200ms;
	transition: all .4s ease 200ms;
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: translateY(0px);
	transform: translateY(0px)
}

.mobile-menu-visible .scroll-to-top {
	opacity: 0;
	visibility: hidden
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>ul>li:last-child {
	border-bottom: none
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: var(--body-font-size);
	color: #fff;
	font-weight: 400;
	text-transform: capitalize
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
	color: #fff
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: var(--body-font-size);
	line-height: 44px;
	color: #fff;
	cursor: pointer;
	z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 1px;
	height: 24px;
	border-left: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
	content: "\f106"
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none
}

.mobile-menu .navigation li>ul>li {
	padding-left: 20px
}

.contact-list-one {
	position: relative;
	padding: 30px 20px 20px
}

.contact-list-one li {
	position: relative;
	padding-left: 54px;
	min-height: 50px;
	margin-bottom: 20px
}

.contact-list-one li .icon {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 34px;
	line-height: 50px;
	color: #fff
}

.contact-list-one li .title {
	display: block;
	font-size: 12px;
	color: var(--theme-color1);
	font-weight: 400;
	text-transform: uppercase
}

.contact-list-one li .text {
	font-size: 14px;
	line-height: 24px;
	color: #fff
}

.contact-list-one li .text a {
	color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.mobile-menu .social-links {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: var(--theme-color2);
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .1);
	margin-top: auto
}

.mobile-menu .social-links li {
	position: relative;
	text-align: center;
	width: 100%;
	border-right: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .social-links li a {
	position: relative;
	display: block;
	line-height: 50px;
	height: 50px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.mobile-menu .social-links li a:hover {
	color: var(--theme-color2)
}

.toggle-hidden-bar {
	position: relative
}

.hidden-bar {
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	overflow-y: auto;
	z-index: 99999;
	max-width: 320px;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	visibility: hidden;
	background: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.hidden-bar::-webkit-scrollbar {
	width: 2px
}

.hidden-bar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px #cecece;
	box-shadow: inset 0 0 2px #cecece;
	border-radius: 10px
}

.hidden-bar::-webkit-scrollbar-thumb {
	background: #7a7a7a;
	border-radius: 10px
}

.hidden-bar::-webkit-scrollbar-thumb:hover {
	background: #7a7a7a
}

.hidden-bar .inner-box {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	background-color: var(--bg-theme-color2);
	height: 100%
}

.hidden-bar .upper-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 20px 30px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.hidden-bar .upper-box .close-btn {
	position: relative;
	top: -5px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: var(--theme-color1);
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.hidden-bar .upper-box .close-btn:hover {
	opacity: .5
}

.hidden-bar .upper-box .nav-logo {
	position: relative;
	text-align: left;
	width: 100%
}

.hidden-bar .upper-box .nav-logo img {
	max-height: 40px
}

.hidden-bar .text-box {
	position: relative;
	padding: 25px 30px
}

.hidden-bar .text-box .title {
	color: var(--theme-color-light)
}

.hidden-bar .text-box .text {
	color: var(--theme-color-light)
}

.hidden-bar-back-drop {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.active-hidden-bar .hidden-bar {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible
}

.active-hidden-bar .hidden-bar-back-drop {
	opacity: 1;
	visibility: visible
}

.hidden-bar .social-links {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: var(--bg-theme-color2);
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .2);
	margin-top: auto
}

.hidden-bar .social-links li {
	position: relative;
	text-align: center;
	width: 100%;
	border-right: 1px solid rgba(255, 255, 255, .2)
}

.hidden-bar .social-links li a {
	position: relative;
	display: block;
	line-height: 50px;
	height: 50px;
	font-size: 14px;
	text-align: center;
	color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.hidden-bar .social-links li a:hover {
	color: var(--theme-color1)
}

.sec-title {
	position: relative;
	margin-bottom: 60px
}

.sec-title .sub-title {
	position: relative;
	display: inline-block;
	top: -8px;
	font-size: var(--sec-title-subtitle-font-size);
	line-height: var(--sec-title-subtitle-line-height);
	font-weight: var(--sec-title-subtitle-font-weight);
	font-family: var(--sec-title-subtitle-font-family);
	color: var(--sec-title-subtitle-color);
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-left: 36px;
	margin-bottom: 12px
}

@media(max-width:575.98px) {
	.sec-title .sub-title {
		letter-spacing: 1px
	}
}

.sec-title .sub-title:before {
	position: absolute;
	left: 5px;
	top: 0;
	height: 20px;
	width: 26px;
	content: "\f178";
	color: var(--theme-color1);
	font-family: "font awesome 6 pro"
}

.sec-title h2 {
	position: relative;
	display: block;
	font-size: var(--sec-title-font-size);
	color: var(--sec-title-color);
	font-family: var(--sec-title-font-family);
	font-weight: var(--sec-title-font-weight);
	letter-spacing: -1.92px;
	line-height: 1.18em;
	margin-bottom: 0;
	z-index: 2
}

@media(max-width:575.98px) {
	.sec-title h2 {
		font-size: 36px;
		line-height: 1.1em;
		letter-spacing: -1px
	}

	.sec-title h2 br {
		display: none
	}
}

.sec-title .text {
	margin-top: 20px
}

.sec-title.style-two .sub-title {
	color: var(--theme-color1);
	margin-bottom: 5px
}

.sec-title.light .sub-title,
.sec-title.light .text,
.sec-title.light h2,
.sec-title.light h1 {
	color: #fff
}

.main-slider {
	position: relative;
	text-align: center
}

.main-slider h1 {
	position: relative;
	display: block;
	font-size: 100px;
	line-height: 1em;
	color: #fff;
	letter-spacing: -.04em;
	z-index: 3;
	padding: 30px 0 0
}

@media(max-width:1399.98px) {
	.main-slider h1 {
		font-size: 80px;
		padding-top: 0
	}

	.main-slider h1 .selected::before,
	.main-slider h1 .selected:after {
		display: none
	}
}

@media(max-width:991.98px) {
	.main-slider h1 {
		font-size: 72px
	}
}

@media(max-width:767.98px) {
	.main-slider h1 {
		font-size: 64px
	}
}

@media(max-width:575.98px) {
	.main-slider h1 {
		font-size: 52px
	}
}

@media only screen and (max-width:576px) {
	.main-slider h1 {
		font-size: 46px
	}
}

@media only screen and (max-width:424px) {
	.main-slider h1 {
		font-size: 36px
	}
}

@media(max-width:575.98px) {
	.main-slider .theme-btn {
		line-height: 20px;
		padding: 10px 30px
	}
}

.banner-section {
	position: relative;
	overflow: hidden;
	min-height: 895px
}

@media(max-width:991.98px) {
	.banner-section {
		min-height: auto
	}
}

.banner-section .bg-overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/banner/overlay.png);
	background-position: left top;
	background-size: 56.5% 100%
}

@media(max-width:1199.98px) {
	.banner-section .bg-overlay {
		background-image: none;
		background-color: var(--bg-theme-color2);
		mix-blend-mode: hard-light
	}
}

.banner-section .content-box {
	position: relative;
	padding: 215px 0 120px;
	max-width: 540px
}

@media(max-width:991.98px) {
	.banner-section .content-box {
		text-align: center;
		max-width: 100%;
		padding: 150px 0
	}
}

.banner-section .content-box .sub-title {
	display: block;
	font-size: var(--body-font-size);
	line-height: 22px;
	color: var(--theme-color-light);
	font-weight: 700;
	letter-spacing: .8px;
	font-family: var(--title-font);
	margin-bottom: 33px
}

.banner-section .content-box .title {
	color: var(--theme-color-light);
	line-height: 1.1em;
	letter-spacing: -3px;
	text-transform: capitalize;
	margin-bottom: 28px
}

@media(max-width:767.98px) {
	.banner-section .content-box .title {
		font-size: 54px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section .content-box .title {
		font-size: 42px
	}
}

.banner-section .content-box .text {
	color: var(--theme-color-light);
	margin-bottom: 40px
}

.banner-section .content-box .btn-box .theme-btn {
	line-height: 24px;
	padding: 20px 40px
}

.map,
.h450 {
	height: 450px
}

.banner-section-two {
	position: relative;
	padding: 180px 0;
	background: var(--theme-color-gray)
}

@media(max-width:991.98px) {
	.banner-section-two {
		padding: 120px 0
	}
}

@media(max-width:991.98px) {
	.banner-section-two .content-columnn .content-box {
		text-align: center;
		max-width: 100%;
		padding-bottom: 60px
	}
}

.banner-section-two .content-columnn .content-box .sub-title {
	font-weight: 600;
	line-height: 22px;
	letter-spacing: .8px;
	color: var(--theme-color1);
	margin-bottom: 20px
}

.banner-section-two .content-columnn .content-box .title {
	line-height: 1.146em;
	letter-spacing: -3px;
	text-transform: capitalize;
	color: var(--theme-color2);
	margin-bottom: 26px
}

@media(max-width:767.98px) {
	.banner-section-two .content-columnn .content-box .title {
		font-size: 54px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-two .content-columnn .content-box .title {
		font-size: 42px
	}
}

.banner-section-two .content-columnn .content-box .text {
	color: var(--theme-color2);
	margin-bottom: 60px
}

.banner-section-two .content-columnn .content-box .theme-btn {
	padding: 15px 40px;
	line-height: 32px
}

.banner-section-two .image-column .image-box {
	position: relative;
	padding-left: 60px;
	margin-right: -60px;
	margin-top: -60px
}

@media(max-width:1199.98px) {
	.banner-section-two .image-column .image-box {
		margin-top: 0;
		padding-left: 0
	}
}

@media(max-width:991.98px) {
	.banner-section-two .image-column .image-box {
		text-align: center;
		margin-right: 0
	}
}

.banner-section-two .image-column .icon-dots-3 {
	position: absolute;
	right: -40px;
	bottom: -82px
}

.banner-section-two .image-column .info-box {
	position: absolute;
	left: 67px;
	top: -18px;
	background-color: var(--theme-color-light);
	padding: 10px 20px 25px;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	min-width: 230px;
	-webkit-box-shadow: 0 0 18px 5px rgba(0, 0, 0, .05);
	box-shadow: 0 0 18px 5px rgba(0, 0, 0, .05)
}

@media(max-width:991.98px) {
	.banner-section-two .image-column .info-box {
		top: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-two .image-column .info-box {
		display: none
	}
}

.banner-section-two .image-column .info-box .icon-box {
	position: relative
}

.banner-section-two .image-column .info-box .icon-box .count {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -.4px;
	color: var(--theme-color2)
}

.banner-section-two .image-column .info-box .title {
	margin-bottom: 0
}

.banner-section-three {
	position: relative;
	padding: 195px 0 154px;
	background: var(--bg-theme-color2)
}

@media(max-width:991.98px) {
	.banner-section-three {
		padding: 140px 0 80px
	}
}

.banner-section-three .content-column .content-box {
	position: relative;
	padding-top: 35px
}

@media(max-width:991.98px) {
	.banner-section-three .content-column .content-box {
		text-align: center;
		max-width: 100%;
		padding-bottom: 60px
	}
}

.banner-section-three .content-column .content-box .sub-title {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	color: var(--theme-color-light);
	font-weight: 700;
	font-family: var(--title-font);
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-left: 36px;
	margin-bottom: 26px
}

.banner-section-three .content-column .content-box .sub-title:before {
	position: absolute;
	left: 5px;
	top: 0;
	height: 26px;
	width: 26px;
	content: "\f178";
	color: var(--theme-color1);
	font-family: "font awesome 6 pro"
}

.banner-section-three .content-column .content-box .title {
	line-height: 1.146em;
	letter-spacing: -3px;
	text-transform: capitalize;
	color: var(--theme-color-light);
	margin-bottom: 26px
}

@media(max-width:1199.98px) {
	.banner-section-three .content-column .content-box .title {
		font-size: 58px
	}
}

@media(max-width:767.98px) {
	.banner-section-three .content-column .content-box .title {
		font-size: 54px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-three .content-column .content-box .title {
		font-size: 42px
	}
}

.banner-section-three .content-column .content-box .text {
	color: var(--theme-color-light);
	margin-bottom: 60px
}

.banner-section-three .content-column .content-box .theme-btn {
	padding: 15px 40px;
	line-height: 32px
}

.banner-section-three .image-column {
	position: relative;
	text-align: right
}

@media(max-width:991.98px) {
	.banner-section-three .image-column {
		text-align: center
	}
}

.banner-section-three .image-column .image-box {
	position: relative;
	display: inline-block;
	text-align: right;
	padding-right: 35px
}

@media(max-width:1199.98px) {
	.banner-section-three .image-column .image-box {
		padding-right: 0
	}
}

.banner-section-three .image-column .image-box .info-box {
	position: absolute;
	min-width: 235px;
	left: -95px;
	background-color: var(--theme-color-light);
	border-radius: 10px;
	padding: 25px 30px;
	bottom: 38px;
	text-align: left
}

@media(max-width:1199.98px) {
	.banner-section-three .image-column .image-box .info-box {
		left: -40px
	}
}

@media(max-width:767.98px) {
	.banner-section-three .image-column .image-box .info-box {
		position: relative;
		left: 0;
		border-radius: 0 0 10px 10px;
		margin: 30px auto 0
	}
}

.banner-section-three .image-column .image-box .info-box .inner {
	position: relative;
	padding-left: 75px
}

.banner-section-three .image-column .image-box .info-box .inner .icon {
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 52px;
	line-height: 1em;
	color: var(--theme-color1)
}

.banner-section-three .image-column .image-box .info-box .inner .title {
	font-size: 32px;
	color: var(--theme-color2);
	font-weight: 700;
	margin-bottom: 3px;
	font-family: var(--text-font)
}

.banner-section-three .image-column .image-box .info-box .inner .text {
	color: var(--theme-color2);
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 0
}

.banner-section-three .image-column .icon-triangle {
	position: absolute;
	right: 0;
	bottom: -30px;
	width: 276px;
	height: 285px;
	background-image: url(../images/banner/icon-triangle.png)
}

@media(max-width:991.98px) {
	.banner-section-three .image-column .icon-triangle {
		display: none
	}
}

.banner-section-three .image-column .icon-line {
	position: absolute;
	right: -40px;
	top: -56px;
	width: 153px;
	height: 94px;
	background-image: url(../images/banner/icon-line.png)
}

@media(max-width:991.98px) {
	.banner-section-three .image-column .icon-line {
		display: none
	}
}

.banner-section-four {
	position: relative;
	padding: 124px 0 144px;
	background: var(--bg-theme-color2)
}

.banner-section-four .bg {
	top: 25px
}

@media(max-width:991.98px) {
	.banner-section-four {
		padding: 120px 0 80px
	}
}

.banner-section-four .content-column {
	margin-bottom: 50px
}

.banner-section-four .content-column .content-box {
	position: relative;
	padding-top: 60px
}

@media(max-width:991.98px) {
	.banner-section-four .content-column .content-box {
		padding-top: 0;
		text-align: center;
		max-width: 100%
	}
}

.banner-section-four .content-column .content-box .sub-title {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	color: var(--theme-color-light);
	font-weight: 700;
	font-family: var(--title-font);
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-left: 36px;
	margin-bottom: 15px
}

.banner-section-four .content-column .content-box .sub-title:before {
	position: absolute;
	left: 5px;
	top: 0;
	height: 26px;
	width: 26px;
	content: "\f178";
	color: var(--theme-color1);
	font-family: "font awesome 6 pro"
}

.banner-section-four .content-column .content-box .title {
	line-height: 1.146em;
	letter-spacing: -3px;
	text-transform: capitalize;
	color: var(--theme-color-light);
	margin-bottom: 35px
}

@media(max-width:1199.98px) {
	.banner-section-four .content-column .content-box .title {
		font-size: 58px
	}
}

@media(max-width:767.98px) {
	.banner-section-four .content-column .content-box .title {
		font-size: 54px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-four .content-column .content-box .title {
		font-size: 42px
	}
}

.banner-section-four .content-column .content-box .text {
	color: var(--theme-color-light);
	margin-bottom: 40px
}

.banner-section-four .content-column .content-box .theme-btn {
	line-height: 32px
}

.banner-section-four .image-column {
	position: relative;
	text-align: center
}

.banner-section-four .image-column .image-box {
	position: relative;
	display: inline-block;
	padding: 87px 45px 70px
}

.banner-section-four .image-column .image-box .bg-shape {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	content: "";
	background-image: url(../images/banner/shape-1.png)
}

.banner-section-four .image-column .image-box .image {
	margin: 0
}

.banner-section-five {
	position: relative;
	padding: 90px 0;
	background: var(--theme-color-gray)
}

@media(max-width:991.98px) {
	.banner-section-five .content-columnn .content-box {
		text-align: center;
		max-width: 100%;
		padding-bottom: 60px
	}
}

.banner-section-five .content-columnn .content-box .sub-title {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	color: var(--theme-color1);
	font-weight: 700;
	font-family: var(--title-font);
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-left: 36px;
	margin-bottom: 25px
}

.banner-section-five .content-columnn .content-box .sub-title:before {
	position: absolute;
	left: 5px;
	top: 0;
	height: 26px;
	width: 26px;
	content: "\f178";
	color: var(--theme-color1);
	font-family: "font awesome 6 pro"
}

.banner-section-five .content-columnn .content-box .title {
	line-height: 1.146em;
	letter-spacing: -3px;
	text-transform: capitalize;
	color: var(--theme-color2);
	margin-bottom: 25px
}

@media(max-width:1399.98px) {
	.banner-section-five .content-columnn .content-box .title br {
		display: none
	}
}

@media(max-width:767.98px) {
	.banner-section-five .content-columnn .content-box .title {
		font-size: 54px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-five .content-columnn .content-box .title {
		font-size: 42px
	}
}

.banner-section-five .content-columnn .content-box .text {
	color: var(--theme-color2);
	margin-bottom: 40px
}

@media(max-width:1399.98px) {
	.banner-section-five .content-columnn .content-box .text br {
		display: none
	}
}

@media(max-width:991.98px) {
	.banner-section-five .image-column {
		text-align: center
	}
}

.banner-section-five .image-column .image-box {
	position: relative;
	display: inline-block
}

.banner-section-five .image-column .image-box .image {
	width: 100%;
	height: 100%;
	border-radius: 500px 0 0 500px;
	overflow: hidden;
	border: 10px solid var(--theme-color-light);
	margin-bottom: 0
}

@media(max-width:991.98px) {
	.banner-section-five .image-column .image-box .image {
		border-radius: 500px 500px 0 0
	}
}

.banner-section-six {
	position: relative;
	background: var(--theme-color-gray)
}

.banner-section-six .content-columnn .content-box {
	padding: 232px 0 210px;
	padding-right: 100px
}

@media(max-width:1199.98px) {
	.banner-section-six .content-columnn .content-box {
		padding-right: 0
	}
}

@media(max-width:991.98px) {
	.banner-section-six .content-columnn .content-box {
		text-align: center;
		max-width: 100%;
		padding: 200px 0 120px
	}
}

.banner-section-six .content-columnn .content-box .sub-title {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	color: var(--theme-color1);
	font-weight: 700;
	font-family: var(--title-font);
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 25px
}

.banner-section-six .content-columnn .content-box .title {
	line-height: 1.146em;
	letter-spacing: -3px;
	text-transform: capitalize;
	color: var(--theme-color2);
	margin-bottom: 22px
}

@media(max-width:767.98px) {
	.banner-section-six .content-columnn .content-box .title {
		font-size: 54px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-six .content-columnn .content-box .title {
		font-size: 42px
	}
}

.banner-section-six .content-columnn .content-box .text {
	color: var(--theme-color2);
	margin-bottom: 53px
}

.banner-section-six .content-columnn .content-box .theme-btn {
	padding: 22px 40px;
	line-height: 20px
}

.banner-section-six .image {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 0;
	z-index: 2
}

@media(max-width:991.98px) {
	.banner-section-six .image {
		display: none
	}
}

.banner-section-six .image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.banner-section-seven {
	position: relative;
	background: var(--theme-color-gray)
}

.banner-section-seven .content-columnn .content-box {
	padding: 200px 0 210px;
	padding-right: 150px
}

@media(max-width:991.98px) {
	.banner-section-seven .content-columnn .content-box {
		text-align: center;
		padding-right: 0;
		padding: 100px 0;
		max-width: 100%
	}
}

.banner-section-seven .content-columnn .content-box .sub-title {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	color: var(--theme-color1);
	font-weight: 700;
	font-family: var(--title-font);
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 25px
}

.banner-section-seven .content-columnn .content-box .title {
	line-height: 1.146em;
	letter-spacing: -3px;
	text-transform: capitalize;
	color: var(--theme-color2);
	margin-bottom: 40px
}

@media(max-width:767.98px) {
	.banner-section-seven .content-columnn .content-box .title {
		font-size: 54px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-seven .content-columnn .content-box .title {
		font-size: 42px
	}
}

.banner-section-seven .content-columnn .content-box .text {
	color: var(--theme-color2);
	font-weight: 500;
	margin-bottom: 40px
}

.banner-section-seven .content-columnn .content-box .theme-btn {
	padding: 22px 40px;
	line-height: 20px
}

.banner-section-seven .image-box {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%
}

@media(max-width:1199.98px) {
	.banner-section-seven .image-box {
		width: 40%
	}
}

@media(max-width:991.98px) {
	.banner-section-seven .image-box {
		display: none
	}
}

.banner-section-seven .image-box .image {
	position: absolute;
	top: 0;
	right: 0;
	left: -100px
}

.banner-section-seven .image-box .image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.banner-section-seven .image-box .image-2 {
	position: absolute;
	top: 345px;
	left: -48px
}

.banner-section-seven .image-box .image-2 img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.banner-section-eight {
	position: relative;
	padding: 210px 0 205px
}

@media(max-width:767.98px) {
	.banner-section-eight {
		padding: 120px 0
	}
}

.banner-section-eight .bg-image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.banner-section-eight .bg-image::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: .4;
	background-color: var(--bg-theme-color2);
	content: ""
}

@media(max-width:1199.98px) {
	.banner-section-eight .bg-image::before {
		opacity: .9
	}
}

.banner-section-eight .content-column .content-box {
	position: relative
}

@media(max-width:991.98px) {
	.banner-section-eight .content-column .content-box {
		text-align: center;
		max-width: 100%
	}
}

.banner-section-eight .content-column .content-box .sub-title {
	position: relative;
	display: block;
	font-size: var(--body-font-size);
	line-height: 22px;
	color: var(--theme-color1);
	font-weight: 600;
	letter-spacing: .8px;
	font-family: var(--title-font);
	margin-bottom: 15px
}

.banner-section-eight .content-column .content-box .title {
	line-height: 1.146em;
	letter-spacing: -3px;
	text-transform: capitalize;
	color: var(--theme-color-light);
	margin-bottom: 25px
}

@media(max-width:1199.98px) {
	.banner-section-eight .content-column .content-box .title {
		font-size: 58px
	}
}

@media(max-width:767.98px) {
	.banner-section-eight .content-column .content-box .title {
		font-size: 54px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-eight .content-column .content-box .title {
		font-size: 42px
	}
}

.banner-section-eight .content-column .content-box .text {
	color: var(--theme-color-light);
	margin-bottom: 40px
}

.banner-section-eight .content-column .content-box .theme-btn {
	line-height: 32px
}

.banner-section-eight .video-btn-box {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media(max-width:1199.98px) {
	.banner-section-eight .video-btn-box {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media(max-width:991.98px) {
	.banner-section-eight .video-btn-box .play-btn {
		margin-top: 30px
	}
}

.banner-section-eight .video-btn-box .play-btn .icon {
	border: 0;
	width: 113px;
	height: 113px;
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 32px;
	color: var(--theme-color-dark)
}

@media(max-width:991.98px) {
	.banner-section-eight .video-btn-box .play-btn .icon {
		height: 80px;
		width: 80px;
		font-size: 24px;
		border-radius: 50%
	}
}

.banner-section-eight .video-btn-box .play-btn:hover .icon {
	border-radius: 50%;
	color: var(--theme-color-light)
}

.banner-section-nine {
	position: relative
}

.banner-section-nine .content-column .content-box {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 120px 0
}

@media(max-width:991.98px) {
	.banner-section-nine .content-column .content-box {
		text-align: center;
		max-width: 100%
	}
}

.banner-section-nine .content-column .content-box .sub-title {
	position: relative;
	display: block;
	font-size: var(--body-font-size);
	line-height: 22px;
	color: var(--theme-color1);
	font-weight: 600;
	letter-spacing: .8px;
	font-family: var(--title-font);
	margin-bottom: 15px
}

.banner-section-nine .content-column .content-box .title {
	line-height: 1.146em;
	letter-spacing: -3px;
	text-transform: capitalize;
	margin-bottom: 25px
}

@media(max-width:1199.98px) {
	.banner-section-nine .content-column .content-box .title {
		font-size: 58px
	}
}

@media(max-width:767.98px) {
	.banner-section-nine .content-column .content-box .title {
		font-size: 54px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-nine .content-column .content-box .title {
		font-size: 42px
	}
}

.banner-section-nine .content-column .content-box .text {
	color: var(--theme-color2);
	font-weight: 500;
	margin-bottom: 60px
}

.banner-section-nine .content-column .content-box .theme-btn {
	padding: 15px 40px;
	line-height: 34px
}

.banner-section-nine .image-column {
	position: relative
}

.banner-section-nine .image-box {
	position: relative;
	padding-top: 25px;
	text-align: right
}

@media(max-width:767.98px) {
	.banner-section-nine .image-box {
		padding-top: 0
	}
}

.banner-section-nine .image-box .image {
	position: relative;
	margin-right: -10px
}

.banner-section-nine .image-box .icon-shape {
	position: absolute;
	left: 26px;
	bottom: 0;
	height: 645px;
	width: 384px;
	background-image: url(../images/banner/shape-2.png)
}

@media(max-width:767.98px) {
	.banner-section-nine .image-box .icon-shape {
		display: none
	}
}

.banner-section-nine .image-box .icon-dots {
	position: absolute;
	left: -58px;
	bottom: 93px;
	width: 206px;
	height: 73px;
	background-image: url(../images/banner/icon-dots.png)
}

.banner-section-nine .image-box .icon-flower {
	position: absolute;
	top: 215px;
	right: 0;
	width: 252px;
	height: 252px;
	background-image: url(../images/banner/icon-flower.png);
	-webkit-animation: fa-spin 30s infinite linear;
	animation: fa-spin 30s infinite linear
}

.banner-section-nine .image-box .icon-triangle {
	position: absolute;
	right: -16px;
	bottom: 100px;
	width: 291px;
	height: 139px;
	background-image: url(../images/banner/icon-triangle-2.png)
}

@media(max-width:767.98px) {
	.banner-section-nine .image-box .icon-triangle {
		display: none
	}
}

.banner-section-ten {
	position: relative;
	padding: 225px 0 110px;
	background: var(--bg-theme-color2)
}

.banner-section-ten .bg {
	opacity: .05
}

.banner-section-ten .content-column {
	margin-bottom: 50px
}

.banner-section-ten .content-column .content-box {
	position: relative;
	padding-top: 25px
}

@media(max-width:991.98px) {
	.banner-section-ten .content-column .content-box {
		padding-top: 0;
		text-align: center;
		max-width: 100%
	}
}

.banner-section-ten .content-column .content-box .sub-title {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	color: var(--theme-color-light);
	font-weight: 700;
	font-family: var(--title-font);
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-left: 36px;
	margin-bottom: 15px
}

.banner-section-ten .content-column .content-box .sub-title:before {
	position: absolute;
	left: 5px;
	top: 0;
	height: 26px;
	width: 26px;
	content: "\f178";
	color: var(--theme-color1);
	font-family: "font awesome 6 pro"
}

.banner-section-ten .content-column .content-box .title {
	line-height: 1.146em;
	letter-spacing: -3px;
	text-transform: capitalize;
	color: var(--theme-color-light);
	margin-bottom: 35px
}

@media(max-width:1199.98px) {
	.banner-section-ten .content-column .content-box .title {
		font-size: 58px
	}
}

@media(max-width:767.98px) {
	.banner-section-ten .content-column .content-box .title {
		font-size: 54px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-ten .content-column .content-box .title {
		font-size: 42px
	}
}

.banner-section-ten .content-column .content-box .text {
	color: var(--theme-color-light);
	margin-bottom: 40px
}

.banner-section-ten .image-column {
	position: relative
}

.banner-section-ten .image-column .image-box {
	position: relative;
	text-align: right
}

@media(max-width:991.98px) {
	.banner-section-ten .image-column .image-box {
		text-align: center
	}
}

.banner-section-ten .image-column .image-box .image {
	display: inline-block;
	margin: 0;
	margin-right: -20px
}

.banner-section-eleven {
	position: relative;
	padding: 160px 0 120px;
	background: var(--bg-theme-color2)
}

.banner-section-eleven .content-column {
	margin-bottom: 50px
}

.banner-section-eleven .content-column .content-box {
	position: relative
}

@media(max-width:991.98px) {
	.banner-section-eleven .content-column .content-box {
		padding-top: 0;
		text-align: center;
		max-width: 100%
	}
}

.banner-section-eleven .content-column .content-box .sub-title {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	color: var(--theme-color-light);
	font-weight: 700;
	font-family: var(--title-font);
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-left: 36px;
	margin-bottom: 15px
}

.banner-section-eleven .content-column .content-box .sub-title:before {
	position: absolute;
	left: 5px;
	top: 0;
	height: 26px;
	width: 26px;
	content: "\f178";
	color: var(--theme-color1);
	font-family: "font awesome 6 pro"
}

.banner-section-eleven .content-column .content-box .title {
	line-height: 1.146em;
	letter-spacing: -3px;
	text-transform: capitalize;
	color: var(--theme-color-light);
	margin-bottom: 34px
}

@media(max-width:1199.98px) {
	.banner-section-eleven .content-column .content-box .title {
		font-size: 58px
	}
}

@media(max-width:767.98px) {
	.banner-section-eleven .content-column .content-box .title {
		font-size: 54px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-eleven .content-column .content-box .title {
		font-size: 42px
	}
}

.banner-section-eleven .content-column .content-box .text {
	color: var(--theme-color-light);
	margin-bottom: 30px
}

@media(max-width:575.98px) {
	.banner-section-eleven .content-column .content-box .btn-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.banner-section-eleven .content-column .content-box .btn-box .theme-btn {
		margin: 10px 0 0 !important
	}
}

.banner-section-eleven .content-column .content-box .theme-btn.alt {
	background-color: transparent;
	border: 2px solid var(--theme-color1);
	line-height: 22px;
	padding: 15px 30px;
	margin-left: 25px
}

.banner-section-eleven .content-column .content-box .theme-btn.alt:before {
	background-color: var(--bg-theme-color1)
}

.banner-section-eleven .image {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	z-index: 2
}

@media(max-width:1199.98px) {
	.banner-section-eleven .image {
		background-position: right center
	}
}

@media(max-width:991.98px) {
	.banner-section-eleven .image {
		display: none
	}
}

.banner-section-eleven .bg-shapes {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 359px;
	height: 498px;
	background-repeat: no-repeat;
	z-index: 2;
	background-image: url(../images/banner/shape-3.png)
}

@media(max-width:1399.98px) {
	.banner-section-eleven .bg-shapes {
		display: none
	}
}

.banner-section-twelve {
	position: relative;
	padding: 150px 0 300px;
	background: var(--bg-theme-color2)
}

@media(max-width:991.98px) {
	.banner-section-twelve {
		padding: 120px 0
	}
}

.banner-section-twelve .gradient-overlay:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(90.22deg, var(--bg-theme-color2) 0.19%, rgba(22, 36, 62, 0) 99.81%)
}

@media(max-width:991.98px) {
	.banner-section-twelve .gradient-overlay:before {
		background: var(--bg-theme-color2);
		opacity: .9
	}
}

.banner-section-twelve .content-column {
	margin-bottom: 50px
}

.banner-section-twelve .content-column .content-box {
	position: relative
}

@media(max-width:991.98px) {
	.banner-section-twelve .content-column .content-box {
		text-align: center;
		max-width: 100%
	}
}

.banner-section-twelve .content-column .content-box .sub-title {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	color: var(--theme-color-light);
	font-weight: 700;
	font-family: var(--title-font);
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-left: 36px;
	margin-bottom: 20px
}

.banner-section-twelve .content-column .content-box .sub-title:before {
	position: absolute;
	left: 5px;
	top: 0;
	height: 26px;
	width: 26px;
	content: "\f178";
	color: var(--theme-color1);
	font-family: "font awesome 6 pro"
}

.banner-section-twelve .content-column .content-box .title {
	line-height: 1.146em;
	letter-spacing: -3px;
	text-transform: capitalize;
	color: var(--theme-color-light);
	margin-bottom: 45px
}

@media(max-width:1199.98px) {
	.banner-section-twelve .content-column .content-box .title {
		font-size: 58px
	}
}

@media(max-width:767.98px) {
	.banner-section-twelve .content-column .content-box .title {
		font-size: 54px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-twelve .content-column .content-box .title {
		font-size: 42px
	}
}

@media(max-width:575.98px) {
	.banner-section-twelve .content-column .content-box .btn-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.banner-section-twelve .content-column .content-box .btn-box .theme-btn {
		margin: 10px 0 0 !important
	}
}

.banner-section-twelve .content-column .content-box .theme-btn.alt {
	background-color: transparent;
	border: 2px solid var(--theme-color1);
	line-height: 22px;
	padding: 15px 30px;
	margin-left: 25px
}

.banner-section-twelve .content-column .content-box .theme-btn.alt:before {
	background-color: var(--bg-theme-color1)
}

.banner-section-twelve .image {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	z-index: 2
}

.banner-section-twelve .bg-shapes {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 359px;
	height: 498px;
	background-repeat: no-repeat;
	background-image: url(../images/icons/shape-3.png)
}

.banner-section-thirteen {
	position: relative;
	padding: 100px 0;
	background: var(--theme-color-gray)
}

.banner-section-thirteen .content-columnn .content-box {
	padding-top: 100px;
	padding-right: 20px
}

@media(max-width:1199.98px) {
	.banner-section-thirteen .content-columnn .content-box {
		padding-right: 0;
		padding-top: 0
	}
}

@media(max-width:991.98px) {
	.banner-section-thirteen .content-columnn .content-box {
		text-align: center;
		max-width: 100%
	}
}

.banner-section-thirteen .content-columnn .content-box .title {
	line-height: 1.2em;
	letter-spacing: -3px;
	text-transform: capitalize;
	color: var(--theme-color2);
	margin-bottom: 25px
}

@media(max-width:767.98px) {
	.banner-section-thirteen .content-columnn .content-box .title {
		font-size: 54px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-thirteen .content-columnn .content-box .title {
		font-size: 42px
	}
}

.banner-section-thirteen .content-columnn .content-box .text {
	color: var(--theme-color2);
	margin-bottom: 40px
}

.banner-section-thirteen .content-columnn .content-box .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media(max-width:991.98px) {
	.banner-section-thirteen .content-columnn .content-box .btn-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media(max-width:767.98px) {
	.banner-section-thirteen .content-columnn .content-box .btn-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.banner-section-thirteen .content-columnn .content-box .btn-box .play-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 40px
}

@media(max-width:767.98px) {
	.banner-section-thirteen .content-columnn .content-box .btn-box .play-btn {
		margin-left: 0;
		margin-top: 20px
	}
}

.banner-section-thirteen .content-columnn .content-box .btn-box .play-btn .btn-title {
	margin-bottom: 0;
	letter-spacing: 0;
	text-transform: capitalize;
	font-weight: 700;
	font-family: var(--title-font);
	letter-spacing: -.8px;
	font-size: 20px;
	margin-left: 15px
}

.banner-section-thirteen .content-columnn .content-box .btn-box .play-btn:hover .btn-title {
	color: var(--theme-color2)
}

.banner-section-thirteen .image-column .image-box {
	position: relative;
	padding-left: 75px
}

@media(max-width:1199.98px) {
	.banner-section-thirteen .image-column .image-box {
		padding-left: 0
	}
}

@media(max-width:991.98px) {
	.banner-section-thirteen .image-column .image-box {
		padding-top: 50px;
		text-align: center
	}
}

.banner-section-thirteen .image-column .image-box .image {
	position: relative
}

.banner-section-thirteen .image-column .image-box .image:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	left: -20px;
	top: 20px;
	background-color: var(--bg-theme-color1);
	content: ""
}

@media(max-width:1199.98px) {
	.banner-section-thirteen .image-column .image-box .image:before {
		display: none
	}
}

.banner-section-thirteen .image-column .image-box .image img {
	position: relative
}

.banner-section-thirteen .image-column .image-box .shape {
	position: absolute;
	left: -55px;
	bottom: -60px;
	width: 402px;
	height: 310px;
	background-image: url(../images/banner/shape-4.png);
	background-repeat: no-repeat
}

@media(max-width:1199.98px) {
	.banner-section-thirteen .image-column .image-box .shape {
		display: none
	}
}

.banner-section-fourteen {
	position: relative;
	padding: 220px 0;
	background: #0e1e2a
}

@media(max-width:991.98px) {
	.banner-section-fourteen {
		padding: 180px 0
	}
}

@media(max-width:767.98px) {
	.banner-section-fourteen {
		padding: 120px 0
	}
}

.banner-section-fourteen .bg-image {
	max-width: 50%;
	left: auto;
	right: 0
}

@media(max-width:1199.98px) {
	.banner-section-fourteen .bg-image {
		display: none
	}
}

.banner-section-fourteen .bg-image .bg {
	width: auto;
	left: 100px;
	right: 0
}

@media(max-width:991.98px) {
	.banner-section-fourteen .content-columnn .content-box {
		text-align: center;
		max-width: 100%
	}
}

.banner-section-fourteen .content-columnn .content-box .title {
	line-height: 1.2em;
	letter-spacing: -3px;
	text-transform: capitalize;
	color: var(--theme-color-light);
	margin-bottom: 25px
}

@media(max-width:767.98px) {
	.banner-section-fourteen .content-columnn .content-box .title {
		font-size: 54px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-fourteen .content-columnn .content-box .title {
		font-size: 42px
	}
}

.banner-section-fourteen .content-columnn .content-box .text {
	color: var(--theme-color-light);
	margin-bottom: 40px
}

@media(max-width:767.98px) {
	.banner-section-fourteen .content-columnn .content-box .text br {
		display: none
	}
}

.banner-section-fourteen .content-columnn .content-box .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media(max-width:991.98px) {
	.banner-section-fourteen .content-columnn .content-box .btn-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media(max-width:767.98px) {
	.banner-section-fourteen .content-columnn .content-box .btn-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.banner-section-fourteen .content-columnn .content-box .btn-box .play-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 40px
}

@media(max-width:767.98px) {
	.banner-section-fourteen .content-columnn .content-box .btn-box .play-btn {
		margin-left: 0;
		margin-top: 30px
	}
}

.banner-section-fourteen .content-columnn .content-box .btn-box .play-btn .icon {
	background-color: transparent
}

.banner-section-fourteen .content-columnn .content-box .btn-box .play-btn .icon:before {
	position: relative
}

.banner-section-fourteen .content-columnn .content-box .btn-box .play-btn .icon::after {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background-color: var(--theme-color-light);
	content: "";
	z-index: -1;
	border-radius: 50%
}

.banner-section-fourteen .content-columnn .content-box .btn-box .play-btn .btn-title {
	margin-bottom: 0;
	letter-spacing: 0;
	text-transform: capitalize;
	font-weight: 700;
	font-family: var(--title-font);
	letter-spacing: -.8px;
	font-size: 20px;
	margin-left: 15px;
	color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.banner-section-fourteen .content-columnn .content-box .btn-box .play-btn:hover .icon {
	color: var(--theme-color2);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

.banner-section-fourteen .content-columnn .content-box .btn-box .play-btn:hover .btn-title {
	color: var(--theme-color1)
}

.banner-section-fourteen .image-column .image-box {
	position: relative;
	padding-left: 75px
}

.banner-section-fourteen .image-column .image-box .image {
	position: relative
}

.banner-section-fourteen .image-column .image-box .image:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	left: -20px;
	top: 20px;
	background-color: var(--bg-theme-color1);
	content: ""
}

.banner-section-fourteen .image-column .image-box .image img {
	position: relative
}

.banner-section-fourteen .image-column .image-box .shape {
	position: absolute;
	left: -55px;
	bottom: -60px;
	width: 402px;
	height: 310px;
	background-image: url(../images/banner/shape-4.png);
	background-repeat: no-repeat
}

.banner-section-fifteen {
	position: relative;
	padding: 70px 0;
	background: var(--theme-color-gray)
}

@media(max-width:1199.98px) {
	.banner-section-fifteen {
		padding: 120px 0
	}
}

.banner-section-fifteen .content-columnn .content-box {
	padding-top: 120px
}

@media(max-width:1199.98px) {
	.banner-section-fifteen .content-columnn .content-box {
		padding-top: 0
	}
}

@media(max-width:991.98px) {
	.banner-section-fifteen .content-columnn .content-box {
		text-align: center;
		max-width: 100%
	}
}

.banner-section-fifteen .content-columnn .content-box .title {
	font-size: 75px;
	line-height: 95px;
	letter-spacing: -3px;
	text-transform: capitalize;
	color: var(--theme-color-light);
	margin-bottom: 20px
}

@media(max-width:1199.98px) {
	.banner-section-fifteen .content-columnn .content-box .title {
		font-size: 62px;
		line-height: 1.2em
	}
}

@media(max-width:767.98px) {
	.banner-section-fifteen .content-columnn .content-box .title {
		font-size: 54px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-fifteen .content-columnn .content-box .title {
		font-size: 42px
	}
}

.banner-section-fifteen .content-columnn .content-box .text {
	color: var(--theme-color-light);
	margin-bottom: 38px
}

.banner-section-fifteen .content-columnn .content-box .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media(max-width:991.98px) {
	.banner-section-fifteen .content-columnn .content-box .btn-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media(max-width:575.98px) {
	.banner-section-fifteen .content-columnn .content-box .btn-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.banner-section-fifteen .content-columnn .content-box .btn-box .theme-btn.alt {
	background-color: transparent;
	border: 2px solid var(--theme-color1);
	line-height: 22px;
	padding: 15px 30px;
	margin-left: 25px
}

@media(max-width:575.98px) {
	.banner-section-fifteen .content-columnn .content-box .btn-box .theme-btn.alt {
		margin-left: 0;
		margin-top: 10px
	}
}

.banner-section-fifteen .content-columnn .content-box .btn-box .theme-btn.alt:before {
	background-color: var(--bg-theme-color1)
}

.banner-section-fifteen .image-column .image-box {
	position: relative;
	padding-right: 30px
}

@media(max-width:991.98px) {
	.banner-section-fifteen .image-column .image-box {
		padding-right: 0;
		text-align: center;
		margin-top: 70px
	}
}

.banner-section-fifteen .image-column .image-box .image {
	position: relative
}

.banner-section-fifteen .image-column .image-box .image img {
	position: relative;
	border-radius: 10px
}

.about-section {
	position: relative;
	padding: 120px 0 70px
}

.about-section .content-column {
	position: relative;
	margin-bottom: 50px;
	z-index: 1
}

.about-section .content-column .inner-column {
	position: relative
}

.about-section .content-column .sec-title {
	margin-bottom: 54px
}

.about-section .content-column .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 55px
}

@media(max-width:575.98px) {
	.about-section .content-column .btn-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.about-section .content-column .btn-box .theme-btn {
	margin-right: 80px
}

@media(max-width:1199.98px) {
	.about-section .content-column .btn-box .theme-btn {
		margin-right: 20px
	}
}

@media(max-width:575.98px) {
	.about-section .content-column .btn-box .theme-btn {
		margin-top: 20px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

.about-section .image-column {
	position: relative;
	margin-bottom: 50px
}

@media(max-width:991.98px) {
	.about-section .image-column {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}

.about-section .image-column .inner-column {
	position: relative;
	padding-left: 20px;
	padding-bottom: 82px
}

@media(max-width:1199.98px) {
	.about-section .image-column .inner-column {
		padding-bottom: 0
	}
}

@media(max-width:991.98px) {
	.about-section .image-column .inner-column {
		padding-left: 0
	}
}

.about-section .image-column .inner-column .icon-dots {
	position: absolute;
	left: -120px;
	bottom: -30px
}

.about-section .image-column .image-1 {
	position: relative;
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 0
}

@media(max-width:1199.98px) {
	.about-section .image-column .image-1 {
		width: 100%
	}
}

.about-section .image-column .image-1 img {
	width: 100%
}

.about-section .image-column .image-2 {
	position: absolute;
	right: 5px;
	top: 45px;
	margin-bottom: 0;
	border-radius: 10px;
	border: 5px solid var(--theme-color1);
	overflow: hidden
}

@media(max-width:1199.98px) {
	.about-section .image-column .image-2 {
		display: none
	}
}

.about-section .exp-box {
	position: absolute;
	left: -70px;
	bottom: 0;
	width: 461px;
	padding: 15px 20px;
	-webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, .08);
	box-shadow: 0 15px 60px rgba(68, 67, 67, .08);
	background: var(--bg-theme-color1)
}

@media(max-width:1199.98px) {
	.about-section .exp-box {
		position: relative;
		left: 0;
		width: 100%;
		-webkit-animation: none !important;
		animation: none !important;
		margin-top: 10px
	}
}

.about-section .exp-box .inner {
	position: relative;
	padding: 15px 30px 20px 110px;
	border: 1px dashed var(--theme-color-light)
}

@media(max-width:575.98px) {
	.about-section .exp-box .inner {
		padding: 20px;
		text-align: center
	}
}

.about-section .exp-box .icon-box {
	position: absolute;
	left: 30px;
	top: 20px
}

@media(max-width:575.98px) {
	.about-section .exp-box .icon-box {
		position: relative;
		top: 0;
		left: 0
	}
}

.about-section .exp-box .icon-box .icon {
	font-size: 72px;
	line-height: 1em;
	color: var(--theme-color-light)
}

.about-section .exp-box .title {
	color: var(--theme-color-light);
	margin-bottom: 10px
}

.about-section .exp-box .text {
	position: relative;
	color: #fff;
	margin-bottom: 0
}

.info-block {
	position: relative;
	margin-bottom: 25px
}

.info-block .inner {
	position: relative;
	padding-left: 100px;
	padding-top: 8px;
	min-height: 80px
}

@media(max-width:575.98px) {
	.info-block .inner {
		padding-left: 0;
		padding-top: 0
	}
}

.info-block .inner:hover .icon-box {
	color: var(--theme-color-light)
}

.info-block .inner:hover .icon-box:before {
	opacity: 1
}

.info-block .icon-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 42px;
	color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.info-block .icon-box i {
	position: relative
}

@media(max-width:575.98px) {
	.info-block .icon-box {
		position: relative;
		display: inline-block;
		margin-bottom: 10px
	}
}

.info-block .icon-box::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--bg-theme-color1);
	opacity: .1;
	content: "";
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.about-section-two {
	position: relative;
	padding: 120px 0 70px
}

.about-section-two .content-column {
	position: relative;
	margin-bottom: 50px
}

.about-section-two .content-column .inner-column .sec-title {
	margin-bottom: 25px
}

.about-section-two .content-column .inner-column .list-style-two li {
	font-family: var(--title-font);
	font-weight: 600;
	margin-bottom: 15px
}

.about-section-two .content-column .inner-column .btn-box {
	margin-top: 40px
}

.about-section-two .image-column {
	position: relative;
	margin-bottom: 50px
}

@media(max-width:991.98px) {
	.about-section-two .image-column {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}

.about-section-two .image-column .inner-column {
	position: relative;
	padding-right: 110px;
	padding-bottom: 75px
}

@media(max-width:1199.98px) {
	.about-section-two .image-column .inner-column {
		padding-right: 0
	}
}

.about-section-two .image-column .inner-column .icon-dots-4 {
	position: absolute;
	right: 0;
	bottom: 0
}

.about-section-two .image-column .inner-column .image {
	border-radius: 5px;
	overflow: hidden
}

.about-section-two .image-column .inner-column .image img {
	min-height: 400px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.about-section-two .image-column .inner-column .exp-box {
	position: absolute;
	right: 50px;
	top: 40px;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	padding: 20px 25px 15px;
	text-align: center;
	background-color: var(--bg-theme-color1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media(max-width:767.98px) {
	.about-section-two .image-column .inner-column .exp-box {
		display: none
	}
}

.about-section-two .image-column .inner-column .exp-box .count {
	color: var(--theme-color-light);
	font-size: 48px;
	line-height: 1em;
	letter-spacing: -1.92px;
	font-family: var(--title-font);
	font-weight: 600;
	margin-bottom: 5px
}

.about-section-two .image-column .inner-column .exp-box .text {
	font-size: 20px;
	line-height: 24px;
	color: var(--theme-color-light);
	font-family: var(--title-font)
}

.about-section-three {
	position: relative;
	padding: 120px 0 70px
}

.about-section-three .content-column {
	margin-bottom: 50px
}

.about-section-three .content-column .inner-column .sec-title {
	margin-bottom: 78px
}

.about-section-three .content-column .inner-column .sec-title .text {
	margin-top: 30px
}

.about-section-three .content-column .inner-column .blocks-outer {
	background-color: var(--theme-color-light);
	-webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, .08);
	box-shadow: 0 15px 60px rgba(68, 67, 67, .08)
}

.about-section-three .image-column {
	margin-bottom: 50px
}

@media(max-width:1199.98px) {
	.about-section-three .image-column {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 70px
	}
}

.about-section-three .image-column .inner-column {
	position: relative;
	padding-bottom: 0;
	padding-left: 27px
}

@media(max-width:1199.98px) {
	.about-section-three .image-column .inner-column {
		padding-left: 0
	}
}

.about-section-three .image-column .inner-column .image-box {
	position: relative;
	display: inline-block
}

.about-section-three .image-column .inner-column .image-box:hover .play-btn i {
	background-color: var(--theme-color-light);
	color: var(--theme-color1)
}

@media(max-width:1199.98px) {
	.about-section-three .image-column .inner-column .image-box {
		display: block
	}

	.about-section-three .image-column .inner-column .image-box img {
		width: 100%
	}
}

.about-section-three .image-column .inner-column .image-box:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 286px;
	top: 0;
	left: -27px;
	border-radius: 5px;
	background-color: var(--theme-color1)
}

.about-section-three .image-column .inner-column .image-box .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.about-section-three .image-column .inner-column .image-box .play-btn i {
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: 0 0;
	border: 1px solid #fff;
	font-size: 30px;
	color: #fff
}

.about-section-three .image-column .inner-column .client-info-box {
	position: absolute;
	left: -47px;
	bottom: 50px;
	min-width: 267px;
	background: var(--theme-color-light);
	padding: 30px 35px 20px;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	border-radius: 5px
}

@media(max-width:1399.98px) {
	.about-section-three .image-column .inner-column .client-info-box {
		left: 0
	}
}

@media(max-width:1199.98px) {
	.about-section-three .image-column .inner-column .client-info-box {
		position: relative;
		width: 100%;
		bottom: 0
	}
}

.about-section-three .image-column .inner-column .client-info-box .inner {
	border: 0;
	padding: 0
}

.about-section-three .image-column .inner-column .client-info-box .inner .clients-thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px
}

.about-section-three .image-column .inner-column .client-info-box .inner .clients-thumb li {
	display: block;
	margin-right: -10px
}

.about-section-three .image-column .inner-column .client-info-box .inner .clients-thumb li .icon {
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	background-color: #e3e3e3;
	border: 2px solid #e3e3e3;
	border-radius: 50%
}

.about-section-three .image-column .inner-column .client-info-box .inner .clients-thumb li img {
	width: 40px;
	height: 40px;
	border: 2px solid #e3e3e3;
	border-radius: 50%
}

.about-section-three .image-column .inner-column .client-info-box .inner .title {
	color: var(--theme-color2);
	font-weight: 600;
	margin-bottom: 0
}

.about-section-three .image-column .inner-column .client-info-box .inner .text {
	font-weight: 500;
	color: var(--theme-color2);
	font-size: 14px
}

.info-block-two {
	position: relative
}

.info-block-two:last-child .inner-box:before {
	display: none
}

.info-block-two .inner-box {
	position: relative;
	padding: 54px 30px 30px;
	text-align: center
}

@media(max-width:575.98px) {
	.info-block-two .inner-box {
		padding: 30px 20px 20px
	}
}

.info-block-two .inner-box:hover .icon {
	-webkit-transform: rotate(180deg) scale(-1);
	transform: rotate(180deg) scale(-1)
}

.info-block-two .inner-box:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 2px;
	height: 80px;
	margin-top: -40px;
	background: var(--theme-color1)
}

@media(max-width:767.98px) {
	.info-block-two .inner-box:before {
		display: none
	}
}

.info-block-two .icon {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: var(--bg-theme-color1);
	border-radius: 50%;
	text-align: center;
	font-size: 30px;
	color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.info-block-two .icon {
		position: relative;
		top: 0;
		left: 0;
		margin: 0 0 30px;
		display: inline-block
	}
}

.info-block-two .title {
	margin-bottom: 10px;
	letter-spacing: -.96px
}

.about-section-four {
	padding: 120px 0 70px;
	position: relative
}

.about-section-four .content-column {
	margin-bottom: 50px
}

.about-section-four .content-column .inner-column {
	position: relative;
	padding-top: 70px;
	padding-left: 60px
}

@media(max-width:1199.98px) {
	.about-section-four .content-column .inner-column {
		padding-left: 0;
		padding-top: 0
	}
}

.about-section-four .content-column .inner-column .sec-title {
	margin-bottom: 40px
}

@media(max-width:1199.98px) {
	.about-section-four .content-column .inner-column .sec-title br {
		display: none
	}
}

.about-section-four .content-column .inner-column .btn-box {
	padding-top: 20px
}

.about-section-four .content-column .info-box {
	position: relative;
	margin-bottom: 30px
}

.about-section-four .content-column .info-box .inner {
	position: relative;
	padding-left: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 80px
}

.about-section-four .content-column .info-box .inner:hover .icon {
	background-color: var(--theme-color1);
	color: var(--theme-color-light)
}

.about-section-four .content-column .info-box .title {
	margin-bottom: 0
}

.about-section-four .content-column .info-box .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--theme-color-gray);
	font-size: 42px;
	color: var(--theme-color1);
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.about-section-four .image-column {
	margin-bottom: 50px
}

.about-section-four .image-column .inner-column {
	position: relative;
	padding-left: 40px;
	margin-right: -35px
}

@media(max-width:767.98px) {
	.about-section-four .image-column .inner-column {
		padding-left: 0;
		margin-right: 0
	}
}

.about-section-four .image-column .inner-column .image-box {
	position: relative;
	display: inline-block;
	padding: 35px 40px 35px 35px
}

@media(max-width:767.98px) {
	.about-section-four .image-column .inner-column .image-box {
		padding-right: 0;
		padding-bottom: 0
	}
}

.about-section-four .image-column .inner-column .image-box:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 192.98px;
	height: 228.95px;
	background: var(--theme-color-gray);
	border-radius: 10px;
	content: "";
	-webkit-animation: zoom-one 3s infinite linear;
	animation: zoom-one 3s infinite linear
}

.about-section-four .image-column .inner-column .image-box::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 178.07px;
	height: 211.4px;
	border: 5px solid var(--theme-color-gray);
	border-radius: 10px;
	-webkit-animation: zoom-one 3s infinite linear;
	animation: zoom-one 3s infinite linear;
	content: ""
}

@media(max-width:1199.98px) {
	.about-section-four .image-column .inner-column .image-box::after {
		display: none
	}
}

.about-section-four .image-column .inner-column .image-box .image {
	position: relative;
	border-radius: 10px;
	z-index: 2;
	overflow: hidden
}

.about-section-four .image-column .inner-column .image-box .icon {
	position: absolute;
	left: -50px;
	bottom: -40px
}

.about-section-four .image-column .inner-column .image-box .exp-box {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 3;
	background-color: var(--theme-color1);
	min-width: 168px;
	text-align: center;
	padding: 20px;
	border-radius: 10px
}

.about-section-four .image-column .inner-column .image-box .exp-box .title {
	color: var(--theme-color-light);
	margin-bottom: 0;
	line-height: 50px
}

.about-section-four .image-column .inner-column .image-box .exp-box .text {
	color: var(--theme-color-light);
	margin-bottom: 0
}

.about-section-five {
	position: relative;
	padding: 120px 0 70px
}

.about-section-five .content-column {
	position: relative;
	margin-bottom: 50px
}

.about-section-five .content-column .inner-column .sec-title {
	margin-bottom: 35px
}

.about-section-five .content-column .inner-column .list-style-two li {
	font-family: var(--title-font);
	font-weight: 600;
	margin-bottom: 15px
}

.about-section-five .content-column .inner-column .btn-box {
	margin-top: 30px
}

.about-section-five .image-column {
	position: relative;
	margin-bottom: 50px
}

@media(max-width:991.98px) {
	.about-section-five .image-column {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}

.about-section-five .image-column .inner-column {
	position: relative;
	padding-right: 40px;
	padding-left: 100px;
	padding-bottom: 70px
}

@media(max-width:1199.98px) {
	.about-section-five .image-column .inner-column {
		padding-right: 0;
		padding-left: 0
	}
}

.about-section-five .image-column .inner-column .bg-suqre {
	position: absolute;
	left: 85px;
	top: 20px;
	height: 410px;
	width: 410px;
	border: 60px solid var(--theme-color1);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

@media(max-width:1199.98px) {
	.about-section-five .image-column .inner-column .bg-suqre {
		display: none
	}
}

.about-section-five .image-column .inner-column .icon-dots-6 {
	position: absolute;
	right: 15px;
	bottom: 15px
}

.about-section-five .image-column .inner-column .image {
	border-radius: 5px;
	overflow: hidden
}

.about-section-five .image-column .inner-column .image img {
	width: 100%
}

.about-section-five .image-column .inner-column .exp-box {
	position: absolute;
	left: 60px;
	bottom: 0;
	width: 145px;
	height: 160px;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
	background-color: var(--theme-color-gray);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media(max-width:575.98px) {
	.about-section-five .image-column .inner-column .exp-box {
		left: 20px
	}
}

.about-section-five .image-column .inner-column .exp-box .count {
	color: var(--theme-color1);
	font-size: 48px;
	line-height: 1em;
	letter-spacing: -1.92px;
	font-family: var(--title-font);
	font-weight: 600;
	margin-bottom: 10px
}

.about-section-five .image-column .inner-column .exp-box .text {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -.8px;
	font-weight: 500;
	color: var(--theme-color-dark);
	font-family: var(--title-font)
}

.about-section-six {
	position: relative;
	padding: 120px 0 70px
}

.about-section-six .content-column {
	position: relative;
	margin-bottom: 50px;
	z-index: 1
}

.about-section-six .content-column .inner-column {
	position: relative
}

.about-section-six .content-column .sec-title {
	margin-bottom: 44px
}

.about-section-six .content-column .info-box {
	position: relative;
	border-top: 1px solid #e3e3e3;
	padding-top: 40px;
	padding-left: 170px
}

@media(max-width:575.98px) {
	.about-section-six .content-column .info-box {
		padding-left: 0
	}
}

.about-section-six .content-column .info-box .image {
	position: absolute;
	left: 0;
	top: 40px
}

.about-section-six .content-column .info-box .image img {
	border-radius: 10px
}

@media(max-width:575.98px) {
	.about-section-six .content-column .info-box .image {
		position: relative;
		top: 0
	}
}

.about-section-six .content-column .info-box .text {
	padding-top: 12px;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -.8px;
	font-family: var(--title-font);
	margin-bottom: 0;
	color: var(--theme-color2)
}

@media(max-width:1199.98px) {
	.about-section-six .content-column .info-box .text br {
		display: none
	}
}

.about-section-six .image-column {
	position: relative;
	margin-bottom: 50px
}

.about-section-six .image-column .inner-column {
	position: relative
}

.about-section-six .image-column .inner-column .icon-dots-7 {
	position: absolute;
	right: 0;
	top: 120px
}

.about-section-six .image-column .image-1 {
	position: relative;
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 0;
	margin-top: 119px;
	margin-left: -40px
}

@media(max-width:1199.98px) {
	.about-section-six .image-column .image-1 {
		width: 100%;
		margin-top: 0;
		margin-left: 0
	}
}

.about-section-six .image-column .image-1 img {
	width: 100%;
	min-height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px
}

.about-section-six .image-column .image-2 {
	position: absolute;
	right: 75px;
	top: 0;
	margin-bottom: 0;
	border-radius: 10px;
	overflow: hidden
}

@media(max-width:1199.98px) {
	.about-section-six .image-column .image-2 {
		display: none
	}
}

.about-section-six .image-column .play-btn {
	position: absolute;
	left: 235px;
	top: 257px
}

@media(max-width:1199.98px) {
	.about-section-six .image-column .play-btn {
		left: 50%;
		top: 25%
	}
}

.about-section-six .image-column .play-btn .icon {
	width: 80px;
	height: 80px;
	line-height: 78px;
	background-color: var(--theme-color-light);
	border-radius: 10px;
	text-align: center;
	border: 2px solid var(--theme-color1);
	display: inline-block;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: var(--theme-color1);
	font-size: 24px
}

.about-section-six .image-column .play-btn .icon:hover {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.about-section-six .exp-box {
	position: absolute;
	left: -124px;
	bottom: 15px;
	width: 461px;
	padding: 30px 35px 30px 54px;
	border-radius: 10px;
	-webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, .08);
	box-shadow: 0 15px 60px rgba(68, 67, 67, .08);
	background: var(--theme-color-light)
}

@media(max-width:1199.98px) {
	.about-section-six .exp-box {
		position: relative;
		left: 0;
		width: 100%;
		-webkit-animation: none !important;
		animation: none !important;
		margin-top: 10px;
		padding: 30px 35px
	}
}

.about-section-six .exp-box .inner {
	position: relative;
	padding-left: 62px
}

@media(max-width:991.98px) {
	.about-section-six .exp-box .inner {
		text-align: center;
		padding: 20px 0
	}
}

.about-section-six .exp-box .icon-box {
	position: absolute;
	left: 0;
	top: 30px
}

@media(max-width:991.98px) {
	.about-section-six .exp-box .icon-box {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 10px
	}
}

.about-section-six .exp-box .icon-box .icon {
	font-size: 42px;
	line-height: 1em
}

.about-section-six .exp-box .title {
	color: var(--theme-color2);
	margin-bottom: 10px
}

.about-section-six .exp-box .text {
	position: relative;
	color: var(--text-color);
	margin-bottom: 0
}

.about-block-six {
	position: relative;
	margin-bottom: 40px
}

.about-block-six .inner {
	position: relative;
	padding-left: 100px;
	min-height: 80px
}

@media(max-width:1199.98px) {
	.about-block-six .inner {
		padding-left: 0;
		padding-top: 0
	}
}

.about-block-six .inner:hover .icon-box {
	border-top: 3px solid var(--theme-color2);
	color: var(--theme-color1)
}

.about-block-six .title {
	color: var(--theme-color2);
	margin-bottom: 10px
}

.about-block-six .text {
	color: var(--text-color)
}

.about-block-six .icon-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 36px;
	color: var(--theme-color2);
	background: #f2f3f5;
	border-top: 3px solid var(--theme-color1);
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.about-block-six .icon-box .icon {
	position: relative
}

@media(max-width:1199.98px) {
	.about-block-six .icon-box {
		position: relative;
		display: inline-block;
		margin-bottom: 15px
	}
}

.about-section-seven {
	position: relative;
	padding: 120px 0 70px
}

.about-section-seven .content-column {
	position: relative;
	margin-bottom: 50px
}

.about-section-seven .content-column .inner-column {
	position: relative;
	margin-top: 25px
}

@media(max-width:1199.98px) {
	.about-section-seven .content-column .inner-column {
		margin-top: 0
	}
}

.about-section-seven .content-column .sec-title {
	margin-bottom: 30px
}

.about-section-seven .content-column .title {
	color: var(--theme-color2);
	margin-bottom: 20px
}

.about-section-seven .content-column .list-style-two {
	margin-bottom: 50px
}

.about-section-seven .content-column .list-style-two li {
	font-size: var(--body-font-size);
	color: var(--text-color);
	padding-left: 35px;
	line-height: var(--body-line-height)
}

.about-section-seven .content-column .list-style-two li i {
	top: 3px
}

.about-section-seven .content-column .bottom-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media(max-width:767.98px) {
	.about-section-seven .content-column .bottom-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.about-section-seven .content-column .bottom-box .auther-info {
	margin-left: 60px;
	position: relative;
	padding-right: 142px
}

@media(max-width:767.98px) {
	.about-section-seven .content-column .bottom-box .auther-info {
		padding-right: 0;
		margin-left: 0;
		margin-bottom: 20px
	}
}

.about-section-seven .content-column .bottom-box .auther-info:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 60px;
	background-color: #e3e3e3;
	top: 0;
	right: 105px
}

.about-section-seven .content-column .bottom-box .auther-info .title {
	margin-bottom: 5px;
	color: var(--theme-color2)
}

.about-section-seven .content-column .bottom-box .auther-info .designation {
	color: var(--text-color)
}

.about-section-seven .content-column .bottom-box .auther-info .image {
	position: absolute;
	top: 15px;
	right: 0
}

@media(max-width:767.98px) {
	.about-section-seven .content-column .bottom-box .auther-info .image {
		position: relative;
		top: 0;
		margin-bottom: 10px
	}
}

.about-section-seven .image-column {
	position: relative;
	margin-bottom: 50px
}

.about-section-seven .image-column .inner-column {
	position: relative;
	padding-left: 30px;
	padding-right: 10px;
	text-align: right;
	padding-bottom: 73px
}

@media(max-width:1199.98px) {
	.about-section-seven .image-column .inner-column {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0
	}
}

.about-section-seven .image-column .inner-column:before {
	position: absolute;
	left: 310px;
	bottom: 30px;
	width: 240px;
	height: 356px;
	border: 7px solid var(--theme-color1);
	z-index: 2;
	pointer-events: none;
	content: ""
}

@media(max-width:1199.98px) {
	.about-section-seven .image-column .inner-column:before {
		display: none
	}
}

.about-section-seven .image-column .inner-column .icon-dots {
	position: absolute;
	left: -120px;
	bottom: -30px
}

.about-section-seven .image-column .image-1 {
	position: relative;
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 0
}

@media(max-width:991.98px) {
	.about-section-seven .image-column .image-1 {
		display: block
	}
}

.about-section-seven .image-column .image-1 img {
	width: 100%
}

.about-section-seven .image-column .image-2 {
	position: absolute;
	left: 20px;
	bottom: 0;
	margin-bottom: 0;
	overflow: hidden
}

.about-section-seven .image-column .image-2 img {
	border: 10px solid var(--theme-color-light)
}

@media(max-width:1199.98px) {
	.about-section-seven .image-column .image-2 {
		display: none
	}
}

.about-section-seven .exp-box {
	position: absolute;
	left: 30px;
	top: 173px;
	min-width: 240px;
	padding: 17px 20px 17px 18px;
	border-radius: 15px;
	-webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, .08);
	box-shadow: 0 15px 60px rgba(68, 67, 67, .08);
	background: var(--theme-color2)
}

@media(max-width:1199.98px) {
	.about-section-seven .exp-box {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		-webkit-animation: none !important;
		animation: none !important;
		margin-top: 10px
	}
}

.about-section-seven .exp-box .inner {
	position: relative;
	padding-left: 67px;
	text-align: left
}

.about-section-seven .exp-box .icon {
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 30px;
	line-height: 1em;
	width: 53px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	background-color: var(--theme-color1);
	border-radius: 50%;
	color: var(--theme-color-light)
}

.about-section-seven .exp-box .title {
	color: var(--theme-color-light);
	margin-bottom: 0;
	font-size: 27px;
	font-weight: 700
}

.about-section-seven .exp-box .text {
	position: relative;
	color: var(--theme-color-light);
	margin-bottom: 0
}

.about-section-eight {
	position: relative;
	padding: 120px 0 70px
}

.about-section-eight .content-column {
	position: relative;
	margin-bottom: 50px;
	z-index: 1
}

.about-section-eight .content-column .inner-column {
	position: relative
}

.about-section-eight .content-column .sec-title {
	margin-bottom: 50px
}

.about-section-eight .content-column .title {
	color: var(--theme-color2);
	margin-bottom: 20px
}

.about-section-eight .content-column .list-style-two {
	margin-bottom: 30px
}

.about-section-eight .content-column .list-style-two li {
	font-size: 20px;
	color: var(--theme-color2);
	padding-left: 24px;
	line-height: 28px;
	font-weight: 600;
	font-family: var(--title-font);
	margin-bottom: 20px
}

.about-section-eight .content-column .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media(max-width:767.98px) {
	.about-section-eight .content-column .btn-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.about-section-eight .content-column .btn-box .auther-info {
	position: relative;
	padding-left: 85px;
	margin-right: 77px
}

@media(max-width:767.98px) {
	.about-section-eight .content-column .btn-box .auther-info {
		margin-right: 0;
		margin-bottom: 20px
	}
}

.about-section-eight .content-column .btn-box .auther-info .name {
	margin-bottom: 5px;
	font-weight: 600;
	color: var(--theme-color2)
}

.about-section-eight .content-column .btn-box .auther-info .designation {
	color: var(--text-color)
}

.about-section-eight .content-column .btn-box .auther-info .image {
	position: absolute;
	top: 0;
	left: 0
}

.about-section-eight .content-column .btn-box .auther-info .image img {
	border-radius: 10px
}

.about-section-eight .image-column {
	position: relative;
	margin-bottom: 30px
}

.about-section-eight .image-column .inner-column {
	position: relative;
	margin-left: -130px;
	margin-top: -5px;
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width:1699px) {
	.about-section-eight .image-column .inner-column {
		margin-left: 0;
		margin-top: 0
	}
}

.about-section-eight .image-column .inner-column .icon-arrow-down-2 {
	position: absolute;
	right: 70px;
	top: 130px
}

.about-section-eight .image-column .inner-column .icon-dots-8 {
	position: absolute;
	right: 10px;
	bottom: 0
}

.about-section-eight .image-column .image-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px
}

@media(max-width:1399.98px) {
	.about-section-eight .image-column .image-box {
		width: 100%
	}
}

.about-section-eight .image-column .image-box:hover .play-btn {
	background-color: var(--theme-color-light);
	color: var(--theme-color1)
}

.about-section-eight .image-column .image-box .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	border: 1px solid var(--theme-color-light);
	color: var(--theme-color-light);
	font-size: 22px;
	border-radius: 50%;
	display: block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.about-section-eight .image-column .image-1 {
	position: relative;
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 0
}

@media(max-width:1399.98px) {
	.about-section-eight .image-column .image-1 {
		display: block;
		width: 100%
	}
}

.about-section-eight .image-column .image-1:before {
	content: "";
	position: absolute;
	top: 0;
	right: -25px;
	width: 11px;
	height: 189px;
	border-radius: 10px;
	background-color: var(--theme-color1)
}

@media(max-width:1399.98px) {
	.about-section-eight .image-column .image-1:before {
		display: none
	}
}

.about-section-eight .image-column .image-1 img {
	width: 100%
}

.about-section-eight .image-column .image-2 {
	margin-bottom: 0;
	overflow: hidden
}

@media(max-width:1399.98px) {
	.about-section-eight .image-column .image-2 {
		display: none
	}
}

.about-section-eight .exp-box {
	position: relative;
	width: 291px;
	padding: 12px;
	-webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, .08);
	box-shadow: 0 15px 60px rgba(68, 67, 67, .08);
	background: var(--theme-color1);
	margin-right: 18px;
	margin-bottom: 10px
}

@media(max-width:1399.98px) {
	.about-section-eight .exp-box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0
	}
}

.about-section-eight .exp-box .inner {
	position: relative;
	border: 1px dashed var(--theme-color-light);
	padding: 20px 32px 21px;
	text-align: center
}

.about-section-eight .exp-box .icon {
	display: inline-block;
	font-size: 45px;
	line-height: 1em;
	width: 53px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	background-color: var(--theme-color1);
	border-radius: 50%;
	color: var(--theme-color-light);
	margin-bottom: 10px
}

.about-section-eight .exp-box .title {
	color: var(--theme-color-light);
	font-weight: 700;
	margin-bottom: 0
}

.about-section-eight .exp-box .text {
	position: relative;
	font-size: 20px;
	line-height: 28px;
	color: var(--theme-color-light);
	letter-spacing: -.8px;
	font-weight: 500;
	margin-bottom: 0
}

.about-section-nine {
	position: relative;
	padding: 120px 0 70px
}

.about-section-nine .content-column {
	position: relative;
	margin-bottom: 50px;
	z-index: 1
}

.about-section-nine .content-column .inner-column {
	position: relative
}

.about-section-nine .content-column .sec-title {
	margin-bottom: 50px
}

.about-section-nine .content-column .list-style-two {
	margin-bottom: 40px
}

.about-section-nine .content-column .list-style-two li {
	padding-left: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: var(--title-font);
	letter-spacing: -.8px
}

.about-section-nine .content-column .info-box {
	position: relative;
	padding-left: 84px
}

.about-section-nine .content-column .info-box .thumb {
	position: absolute;
	left: 0
}

.about-section-nine .content-column .info-box .thumb img {
	border-radius: 10px
}

.about-section-nine .content-column .info-box .name {
	margin-bottom: 5px;
	color: var(--theme-color2)
}

.about-section-nine .content-column .info-box .designation {
	color: var(--text-color)
}

.about-section-nine .image-column {
	position: relative;
	margin-bottom: 50px
}

.about-section-nine .image-column .inner-column {
	position: relative;
	padding-right: 43px;
	text-align: right;
	margin-top: 40px;
	padding-bottom: 90px
}

@media(max-width:991.98px) {
	.about-section-nine .image-column .inner-column {
		padding-right: 0;
		padding-bottom: 0
	}
}

.about-section-nine .image-column .image-1 {
	position: relative;
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 0
}

@media(max-width:991.98px) {
	.about-section-nine .image-column .image-1 {
		display: block
	}
}

.about-section-nine .image-column .image-1 img {
	width: 100%
}

.about-section-nine .image-column .image-1:before {
	content: "";
	position: absolute;
	bottom: -53px;
	left: -72px;
	width: 425px;
	height: 236px;
	background-color: var(--theme-color1);
	border-radius: 5px;
	z-index: -1
}

@media(max-width:991.98px) {
	.about-section-nine .image-column .image-1:before {
		display: none
	}
}

.about-section-nine .image-column .image-2 {
	position: absolute;
	right: 10px;
	bottom: 0;
	margin-bottom: 0;
	border: 10px solid var(--theme-color-light);
	border-radius: 5px;
	overflow: hidden
}

@media(max-width:991.98px) {
	.about-section-nine .image-column .image-2 {
		display: none
	}
}

.about-section-ten {
	position: relative;
	padding: 120px 0 70px
}

.about-section-ten .content-column {
	position: relative;
	margin-bottom: 50px;
	z-index: 1
}

.about-section-ten .content-column .inner-column {
	position: relative
}

.about-section-ten .content-column .sec-title {
	margin-bottom: 42px
}

.about-section-ten .content-column .theme-btn {
	line-height: 20px;
	padding: 15px 30px;
	margin-top: 8px
}

.about-section-ten .image-column {
	position: relative;
	margin-bottom: 50px
}

.about-section-ten .image-column .inner-column {
	position: relative;
	padding-left: 15px;
	padding-bottom: 130px
}

@media(max-width:767.98px) {
	.about-section-ten .image-column .inner-column {
		padding-bottom: 30px
	}
}

.about-section-ten .image-column .inner-column .icon-dots {
	position: absolute;
	left: -120px;
	bottom: -30px
}

.about-section-ten .image-column .image-1 {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	z-index: 1
}

.about-section-ten .image-column .image-1 img {
	width: 100%
}

.about-section-ten .image-column .image-2 {
	position: absolute;
	right: 34px;
	bottom: 0;
	border-radius: 10px;
	margin-bottom: 0;
	border: 8px solid var(--theme-color-light);
	overflow: hidden
}

@media(max-width:575.98px) {
	.about-section-ten .image-column .image-2 {
		display: none
	}
}

.about-section-ten .exp-box {
	position: absolute;
	left: 90px;
	bottom: 60px;
	z-index: 9;
	width: 93px;
	padding: 12px 11px 8px 18px;
	-webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, .08);
	box-shadow: 0 15px 60px rgba(68, 67, 67, .08);
	background: var(--theme-color2);
	text-align: center
}

@media(max-width:767.98px) {
	.about-section-ten .exp-box {
		left: 20%;
		bottom: 0
	}
}

.about-section-ten .exp-box .inner {
	position: relative
}

.about-section-ten .exp-box .title {
	color: var(--theme-color-light);
	margin-bottom: 5px;
	font-size: 27px
}

.about-section-ten .exp-box .text {
	position: relative;
	color: var(--theme-color-light);
	margin-bottom: 0
}

.about-section-ten .skill-block {
	position: absolute;
	right: 23px;
	top: 30px;
	min-width: 230px;
	z-index: 3
}

@media(max-width:767.98px) {
	.about-section-ten .skill-block {
		position: relative;
		right: 0;
		top: 0;
		width: 100%
	}
}

.about-block-ten {
	position: relative;
	margin-bottom: 42px
}

.about-block-ten .inner {
	position: relative;
	padding-left: 80px;
	min-height: 60px
}

.about-block-ten .inner:hover .icon {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.about-block-ten .title {
	margin-bottom: 0
}

.about-block-ten .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
	color: var(--theme-color1);
	background: var(--theme-color-light);
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.skill-block {
	position: relative;
	margin-bottom: 30px
}

.skill-block .inner-box {
	position: relative;
	background-color: var(--theme-color-gray);
	padding: 30px 30px 27px;
	text-align: center
}

.skill-block .inner-box:before {
	position: absolute;
	top: 14px;
	right: 14px;
	bottom: 14px;
	left: 14px;
	border: 1.5px dashed var(--theme-color2);
	content: ""
}

.skill-block .graph-outer {
	position: relative;
	display: inline-block;
	margin-bottom: 10px
}

.skill-block .graph-outer>div {
	display: inline-block
}

.skill-block .graph-outer .count-box {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	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;
	font-weight: 700;
	font-size: 27px;
	line-height: 38px;
	letter-spacing: -.54px;
	color: var(--theme-color2);
	font-family: var(--title-font)
}

.about-section-eleven {
	padding: 120px 0 70px;
	position: relative
}

.about-section-eleven .content-column {
	position: relative;
	margin-bottom: 50px
}

.about-section-eleven .content-column .inner-column {
	padding-top: 30px
}

.about-section-eleven .content-column .inner-column .sec-title {
	margin-bottom: 50px
}

.about-section-eleven .content-column .inner-column .btn-box {
	margin-top: 40px
}

.about-section-eleven .image-column {
	margin-bottom: 50px
}

.about-section-eleven .image-column .inner-column {
	position: relative;
	padding-left: 92px
}

@media(max-width:1199.98px) {
	.about-section-eleven .image-column .inner-column {
		padding-left: 0
	}
}

.about-section-eleven .image-column .inner-column .image-box {
	position: relative;
	padding-top: 40px
}

.about-section-eleven .image-column .inner-column .image-box:before {
	position: absolute;
	top: 0;
	right: 30px;
	width: 251px;
	height: 251px;
	background: var(--bg-theme-color1);
	border-radius: 0 10px 0 0;
	content: ""
}

@media(max-width:991.98px) {
	.about-section-eleven .image-column .inner-column .image-box:before {
		display: none
	}
}

.about-section-eleven .image-column .inner-column .image-box .image img {
	border-radius: 10px
}

@media(max-width:991.98px) {
	.about-section-eleven .image-column .inner-column .image-box .image img {
		width: 100%
	}
}

.about-section-eleven .image-column .inner-column .exp-box {
	position: absolute;
	left: 53px;
	z-index: 999;
	bottom: -17px;
	width: 120px;
	padding: 25px 27px 24px 29px;
	border-radius: 50%;
	-webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, .08);
	box-shadow: 0 15px 60px rgba(68, 67, 67, .08);
	background: var(--theme-color2);
	text-align: center
}

.about-section-eleven .image-column .inner-column .exp-box .title {
	color: var(--theme-color-light);
	margin-bottom: 5px;
	font-size: 27px
}

.about-section-eleven .image-column .inner-column .exp-box .text {
	position: relative;
	font-family: var(--title-font);
	font-size: 20px;
	line-height: 28px;
	color: var(--theme-color-light);
	margin-bottom: 0
}

.about-section-eleven .image-column .inner-column .icon-dots-5 {
	position: absolute;
	left: -90px;
	bottom: -64px
}

@media(max-width:1199.98px) {
	.about-section-eleven .image-column .inner-column .icon-dots-5 {
		display: none
	}
}

.about-block-eleven {
	margin-bottom: 20px
}

.about-block-eleven .inner-box .title {
	position: relative;
	padding-left: 35px;
	color: var(--theme-color2);
	margin-bottom: 10px
}

.about-block-eleven .inner-box .title i {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--theme-color1)
}

.about-section-twelve {
	position: relative;
	padding: 120px 0 70px;
	background-color: var(--theme-color-gray)
}

.about-section-twelve .content-column {
	margin-bottom: 50px
}

.about-section-twelve .content-column .sec-title {
	margin-bottom: 50px
}

@media(max-width:1199.98px) {
	.about-section-twelve .content-column .sec-title h2 br {
		display: none
	}
}

.about-section-twelve .content-column .features-list {
	position: relative;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	padding: 20px 30px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px
}

.about-section-twelve .content-column .features-list li {
	position: relative;
	width: 50%;
	padding-left: 31px;
	padding-right: 20px;
	color: #808285;
	margin-bottom: 10px
}

@media(max-width:575.98px) {
	.about-section-twelve .content-column .features-list li {
		width: 100%
	}
}

.about-section-twelve .content-column .features-list li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: var(--body-font-size);
	text-align: center;
	color: var(--theme-color1)
}

.about-section-twelve .content-column .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media(max-width:575.98px) {
	.about-section-twelve .content-column .btn-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.about-section-twelve .content-column .btn-box .info-btn {
	position: relative;
	margin-left: 44px;
	color: var(--theme-color1);
	padding-left: 65px;
	text-align: left;
	white-space: nowrap
}

@media(max-width:575.98px) {
	.about-section-twelve .content-column .btn-box .info-btn {
		margin-left: 0;
		margin-top: 20px
	}
}

.about-section-twelve .content-column .btn-box .info-btn .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	color: var(--theme-color1);
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.about-section-twelve .content-column .btn-box .info-btn .icon:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--bg-theme-color1);
	border-radius: 50%;
	opacity: .1;
	content: ""
}

.about-section-twelve .content-column .btn-box .info-btn small {
	display: block;
	font-size: var(--body-font-size);
	color: var(--text-color);
	line-height: 1em;
	font-weight: 400;
	margin-top: 3px;
	margin-bottom: 0
}

.about-section-twelve .content-column .btn-box .info-btn strong {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: -.8px;
	font-family: var(--title-font)
}

.about-section-twelve .content-column .btn-box .info-btn:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.about-section-twelve .image-column {
	position: relative;
	margin-bottom: 50px
}

.about-section-twelve .image-column .inner-column {
	position: relative;
	text-align: center
}

.about-section-twelve .image-column .inner-column .image-box {
	position: relative;
	display: inline-block
}

.about-section-twelve .image-column .inner-column .exp-box {
	position: absolute;
	min-width: 201px;
	right: 52px;
	bottom: 32px;
	background-color: var(--theme-color1);
	border-radius: 10px;
	padding: 11px 18px;
	text-align: left
}

.about-section-twelve .image-column .inner-column .exp-box .inner {
	position: relative;
	padding-left: 67px
}

.about-section-twelve .image-column .inner-column .exp-box .inner .title {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 48px;
	color: var(--theme-color-light);
	font-weight: 700;
	margin-bottom: 0;
	font-family: var(--text-font)
}

.about-section-twelve .image-column .inner-column .exp-box .inner .text {
	color: var(--theme-color-light);
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 0
}

.about-section-thirteen {
	position: relative;
	padding: 120px 0 70px;
	background-color: var(--theme-color2)
}

.about-section-thirteen .image-column {
	margin-bottom: 20px
}

.about-section-thirteen .image-column .inner-column {
	position: relative
}

.about-section-thirteen .image-column .inner-column .image-box {
	position: relative;
	text-align: center
}

.about-section-thirteen .image-column .inner-column .image-box .icon-dots-9 {
	position: absolute;
	top: 0;
	left: 15px
}

@media(max-width:991.98px) {
	.about-section-thirteen .image-column .inner-column .image-box .icon-dots-9 {
		display: none
	}
}

.about-section-thirteen .image-column .inner-column .image-box .image-1 {
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 0
}

.about-section-thirteen .image-column .inner-column .image-box .image-1:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	left: -20px;
	background-image: url(../images/icons/shape-6.png);
	background-repeat: no-repeat;
	background-position: center;
	content: ""
}

.about-section-thirteen .image-column .inner-column .image-box .image-1 img {
	border-radius: 10px
}

.about-section-thirteen .image-column .inner-column .image-box .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -35px;
	border: 1px solid var(--theme-color2);
	border-radius: 50%;
	padding: 9px 8px
}

.about-section-thirteen .image-column .inner-column .image-box .play-btn .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
	border-radius: 50%;
	font-size: 23px;
	position: static
}

.about-section-thirteen .image-column .inner-column .exp-box {
	position: absolute;
	bottom: 0;
	right: 100px;
	background: var(--theme-color1);
	border-radius: 50%;
	width: 170px;
	height: 170px;
	text-align: center
}

@media(max-width:1199.98px) {
	.about-section-thirteen .image-column .inner-column .exp-box {
		right: 20%
	}
}

@media(max-width:767.98px) {
	.about-section-thirteen .image-column .inner-column .exp-box {
		display: none
	}
}

.about-section-thirteen .image-column .inner-column .exp-box:before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border-radius: 50%;
	border: 1px dashed var(--theme-color-light);
	content: ""
}

.about-section-thirteen .image-column .inner-column .exp-box .inner {
	position: relative;
	padding: 25px 25px 15px
}

.about-section-thirteen .image-column .inner-column .exp-box .inner .icon {
	font-size: 48px;
	color: var(--theme-color1);
	line-height: 48px
}

.about-section-thirteen .image-column .inner-column .exp-box .inner .title {
	color: var(--theme-color-light);
	font-weight: 600;
	margin-bottom: 3px;
	line-height: 56px
}

.about-section-thirteen .image-column .inner-column .exp-box .inner .text {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: 500;
	color: var(--theme-color-light)
}

.about-section-thirteen .content-column {
	margin-bottom: 50px
}

.about-section-thirteen .content-column .inner-column .sec-title {
	margin-bottom: 50px
}

@media(max-width:1199.98px) {
	.about-section-thirteen .content-column .inner-column .sec-title br {
		display: none
	}
}

.about-block-thirteen {
	margin-bottom: 30px
}

.about-block-thirteen .inner {
	position: relative
}

.about-block-thirteen .inner:hover .title-box .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.about-block-thirteen .inner .title-box {
	padding: 10px 0 10px 100px;
	margin-bottom: 30px
}

.about-block-thirteen .inner .title-box .icon {
	position: absolute;
	display: inline-block;
	top: 5px;
	left: 0;
	color: var(--theme-color1);
	font-size: 80px;
	line-height: 80px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.about-block-thirteen .inner .title-box .title {
	margin-bottom: 0;
	color: var(--theme-color-light)
}

.about-block-thirteen .inner .text {
	color: var(--theme-color-light);
	margin-bottom: 0
}

.about-section-fourteen {
	position: relative;
	padding: 120px 0 70px
}

.about-section-fourteen .content-column {
	margin-bottom: 50px
}

.about-section-fourteen .content-column .inner-column .sec-title {
	margin-bottom: 45px
}

@media(max-width:1199.98px) {
	.about-section-fourteen .content-column .inner-column .sec-title br {
		display: none
	}
}

.about-section-fourteen .image-column {
	margin-bottom: 50px
}

@media(max-width:1199.98px) {
	.about-section-fourteen .image-column .inner-column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.about-section-fourteen .image-column .inner-column .image-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 70px
}

@media(max-width:1199.98px) {
	.about-section-fourteen .image-column .inner-column .image-box {
		padding-left: 0;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
	}
}

@media(max-width:575.98px) {
	.about-section-fourteen .image-column .inner-column .image-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.about-section-fourteen .image-column .inner-column .image-box .icon-box-3 {
	position: absolute;
	bottom: -30px;
	left: 5px
}

.about-section-fourteen .image-column .inner-column .image-box .image-1 {
	padding-right: 19px
}

@media(max-width:575.98px) {
	.about-section-fourteen .image-column .inner-column .image-box .image-1 {
		padding-right: 0
	}
}

.about-section-fourteen .image-column .inner-column .image-box .image-1 img {
	border-radius: 100px 0 100px 0;
	width: 100%
}

.about-section-fourteen .image-column .inner-column .image-box .image-2 img {
	border-radius: 0 100px 0 0;
	width: 100%
}

.about-section-fourteen .image-column .inner-column .exp-box {
	position: absolute;
	bottom: 5px;
	right: 30px;
	border: 12px solid var(--theme-color-light);
	background-color: var(--theme-color1);
	-webkit-box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1), 0 4px 13px -2px rgba(19, 16, 34, .06);
	box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1), 0 4px 13px -2px rgba(19, 16, 34, .06);
	border-radius: 50%;
	width: 270px;
	height: 270px;
	text-align: center
}

@media(max-width:575.98px) {
	.about-section-fourteen .image-column .inner-column .exp-box {
		position: relative;
		right: 0;
		bottom: 0
	}
}

.about-section-fourteen .image-column .inner-column .exp-box .inner {
	position: relative;
	padding: 33px 25px 32px
}

.about-section-fourteen .image-column .inner-column .exp-box .inner .icon {
	display: block;
	font-size: 72px;
	color: var(--theme-color-light);
	line-height: 1em;
	margin-bottom: 20px
}

.about-section-fourteen .image-column .inner-column .exp-box .inner .title {
	color: var(--theme-color-light);
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 56px
}

.about-section-fourteen .image-column .inner-column .exp-box .inner .text {
	margin-bottom: 0;
	color: var(--theme-color-light);
	letter-spacing: 0
}

.about-block-fourteen {
	margin-bottom: 40px
}

.about-block-fourteen .inner {
	position: relative
}

.about-block-fourteen .inner .info-box {
	padding: 23px 32px 23px 98px;
	margin-bottom: 20px;
	border: 1px solid #e3e3e3;
	border-radius: 10px
}

.about-block-fourteen .inner .info-box:hover .icon {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg)
}

.about-block-fourteen .inner .info-box .icon {
	position: absolute;
	top: 5px;
	left: 30px;
	color: var(--theme-color1);
	font-size: 40px;
	line-height: 80px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.about-block-fourteen .inner .info-box .title {
	margin-bottom: 0
}

.about-block-fourteen .inner .info-box .text {
	color: var(--text-color);
	margin-bottom: 0
}

.about-section-fifteen {
	padding: 158px 0 70px;
	position: relative
}

@media(max-width:1199.98px) {
	.about-section-fifteen {
		padding: 120px 0 70px
	}
}

.about-section-fifteen .sec-title {
	margin-bottom: 29px
}

@media(max-width:1199.98px) {
	.about-section-fifteen .sec-title br {
		display: none
	}
}

.about-section-fifteen .btn-box {
	margin-top: 40px
}

.about-section-fifteen .image-column {
	margin-bottom: 50px
}

.about-section-fifteen .image-column .inner-column {
	position: relative;
	margin-top: 50px;
	padding-left: 45px
}

@media(max-width:991.98px) {
	.about-section-fifteen .image-column .inner-column {
		padding-left: 0;
		text-align: center
	}
}

.about-section-fifteen .image-column .inner-column .image-box {
	position: relative;
	display: inline-block
}

.about-section-fifteen .image-column .inner-column .image-box:before {
	content: "";
	position: absolute;
	top: -40px;
	left: -15px;
	right: 54px;
	height: 543.35px;
	background-image: url(../images/icons/shape-8.png);
	background-repeat: no-repeat;
	background-size: 100%
}

@media(max-width:575.98px) {
	.about-section-fifteen .image-column .inner-column .image-box:before {
		left: 0
	}
}

.about-section-fifteen .image-column .inner-column .image-box:hover .play-btn .icon {
	background-color: var(--theme-color-light);
	color: var(--theme-color1)
}

.about-section-fifteen .image-column .inner-column .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.about-section-fifteen .image-column .inner-column .play-btn .icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: var(--theme-color1);
	border: 0;
	color: var(--theme-color-light);
	font-size: 24px
}

.about-section-fifteen .image-column .inner-column .exp-box {
	position: absolute;
	left: -45px;
	bottom: -40px;
	z-index: 999;
	min-width: 230px;
	padding: 10px 28px 20px 30px;
	border-radius: 10px;
	-webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, .08);
	box-shadow: 0 15px 60px rgba(68, 67, 67, .08);
	background: var(--theme-color-light)
}

@media(max-width:575.98px) {
	.about-section-fifteen .image-column .inner-column .exp-box {
		left: 10%
	}
}

.about-section-fifteen .image-column .inner-column .exp-box .inner {
	position: relative;
	padding-left: 68px;
	margin-bottom: 7px
}

.about-section-fifteen .image-column .inner-column .exp-box .inner .icon {
	position: absolute;
	left: 0;
	font-size: 28px;
	color: var(--theme-color-light);
	background-color: var(--theme-color1);
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	border-radius: 50%
}

.about-section-fifteen .image-column .inner-column .exp-box .inner .title {
	color: var(--theme-color2);
	margin-bottom: 0
}

.about-section-fifteen .image-column .inner-column .exp-box .text {
	position: relative;
	font-size: 20px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: -.8px;
	color: var(--theme-color2);
	font-family: var(--title-font);
	margin-bottom: 0
}

.about-section-fifteen .content-column {
	margin-bottom: 50px
}

.about-section-fifteen .content-column .inner-column .btn-box {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media(max-width:767.98px) {
	.about-section-fifteen .content-column .inner-column .btn-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.about-section-fifteen .content-column .inner-column .btn-box .theme-btn {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}

.about-section-fifteen .content-column .inner-column .btn-box .auther-info {
	position: relative;
	padding-left: 90px;
	margin-left: 62px
}

@media(max-width:767.98px) {
	.about-section-fifteen .content-column .inner-column .btn-box .auther-info {
		margin-left: 0;
		margin-bottom: 30px
	}
}

.about-section-fifteen .content-column .inner-column .btn-box .auther-info .thumb {
	position: absolute;
	left: 0;
	margin-bottom: 0
}

.about-section-fifteen .content-column .inner-column .btn-box .auther-info .designation {
	color: var(--theme-color1);
	margin-bottom: 10px;
	display: inline-block
}

.about-section-fifteen .content-column .inner-column .btn-box .auther-info .name {
	color: var(--theme-color2);
	margin-bottom: 0
}

.about-block-fifteen {
	margin-bottom: 20px
}

.about-block-fifteen .inner-box {
	position: relative
}

.about-block-fifteen .inner-box:hover .title i {
	color: var(--theme-color2);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.about-block-fifteen .inner-box .title {
	position: relative;
	padding-left: 35px;
	color: var(--theme-color2);
	margin-bottom: 10px
}

.about-block-fifteen .inner-box .title i {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.services-section {
	position: relative;
	padding: 120px 0 90px;
	background: var(--theme-color-gray)
}

.service-block {
	position: relative;
	margin-bottom: 30px
}

.service-block .inner-box {
	position: relative;
	text-align: center;
	margin-top: 40px;
	padding: 70px 40px 35px;
	border-radius: 10px;
	background-color: var(--theme-color-light);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service-block .inner-box:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05)
}

.service-block .inner-box:hover .icon-box {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
	border-color: var(--theme-color1)
}

.service-block .inner-box .icon-box {
	position: absolute;
	left: 50%;
	top: -40px;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 78px;
	border-radius: 50%;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	font-size: 42px;
	color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block .inner-box .title {
	color: var(--theme-color2);
	margin-bottom: 20px
}

.service-block .inner-box .title:hover {
	color: var(--theme-color1)
}

.service-block .inner-box .text {
	margin-bottom: 25px
}

.service-block .inner-box .read-more {
	font-size: var(--body-font-size);
	line-height: 22px;
	color: var(--theme-color2);
	font-weight: 600;
	letter-spacing: .8px;
	-webkit-transform: all 300ms ease;
	transform: all 300ms ease
}

.service-block .inner-box .read-more i {
	margin-left: 10px
}

.service-block .inner-box .read-more:hover {
	color: var(--theme-color1)
}

.services-section-two {
	position: relative;
	padding: 120px 0 90px;
	background: var(--theme-color-gray)
}

.service-block-two {
	position: relative;
	margin-bottom: 30px
}

.service-block-two .inner-box {
	position: relative;
	text-align: center;
	border-radius: 10px;
	background-color: var(--theme-color-light);
	overflow: hidden;
	border-bottom: 2px solid transparent;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service-block-two .inner-box:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	border-bottom: 2px solid var(--theme-color1)
}

.service-block-two .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.service-block-two .inner-box:hover .content-box .icon {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg)
}

.service-block-two .inner-box .image {
	position: relative;
	overflow: hidden
}

.service-block-two .inner-box .image img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-two .inner-box .content-box {
	position: relative;
	padding: 50px 30px 40px
}

.service-block-two .inner-box .content-box .icon {
	position: absolute;
	left: 50%;
	top: -40px;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 70px;
	border-radius: 50%;
	color: var(--theme-color-light);
	border: 5px solid var(--theme-color-light);
	background-color: var(--bg-theme-color1);
	font-size: 36px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-two .inner-box .content-box .title {
	color: var(--theme-color2);
	margin-bottom: 0
}

.service-block-two .inner-box .content-box .title:hover {
	color: var(--theme-color1)
}

.service-block-two .inner-box .content-box .cat {
	display: block;
	margin-bottom: 5px
}

.services-section-three {
	position: relative;
	padding: 120px 0 90px;
	background-color: var(--theme-color-gray)
}

.service-block-three {
	position: relative;
	margin-bottom: 30px
}

.service-block-three .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.service-block-three .inner-box:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.service-block-three .inner-box .image {
	position: relative;
	overflow: hidden
}

.service-block-three .inner-box .image img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-three .inner-box .content-box {
	position: relative;
	padding: 30px;
	max-width: 330px;
	background-color: var(--theme-color-light);
	border-radius: 10px;
	text-align: center;
	margin: -40px auto 0
}

.service-block-three .inner-box .content-box .icon {
	font-size: 60px;
	line-height: 1em;
	color: var(--theme-color1);
	display: block;
	margin-bottom: 20px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-three .inner-box .content-box .title {
	letter-spacing: -.96px;
	margin-bottom: 20px
}

.service-block-three .inner-box .content-box .theme-btn {
	border: 1px solid var(--theme-color1);
	background-color: #fff;
	color: var(--theme-color2)
}

.service-block-three .inner-box .content-box .theme-btn:before {
	background-color: var(--bg-theme-color1)
}

.service-block-three .inner-box .content-box .theme-btn:hover {
	color: var(--theme-color-light)
}

.services-section-four {
	position: relative;
	padding: 120px 0 90px;
	background-color: var(--theme-color-gray)
}

.service-block-four {
	position: relative;
	margin-bottom: 30px
}

.service-block-four .inner-box {
	position: relative;
	background-color: var(--theme-color-light);
	padding: 40px;
	border-radius: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

@media(max-width:575.98px) {
	.service-block-four .inner-box {
		padding: 20px 20px 40px
	}
}

.service-block-four .inner-box:hover {
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

.service-block-four .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service-block-four .inner-box:hover .content-box .icon {
	color: var(--theme-color2);
	border: 1px solid var(--theme-color1);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service-block-four .inner-box .image-box {
	position: relative
}

.service-block-four .inner-box .image-box .image {
	overflow: hidden;
	border-radius: 10px
}

.service-block-four .inner-box .image-box .image img {
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service-block-four .inner-box .content-box {
	position: relative;
	text-align: center
}

.service-block-four .inner-box .content-box .icon {
	position: relative;
	display: inline-block;
	font-size: 50px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 10px;
	background-color: var(--theme-color-light);
	border: 1px solid transparent;
	-webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, .08);
	box-shadow: 0 15px 60px rgba(68, 67, 67, .08);
	color: var(--theme-color1);
	margin-top: -40px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service-block-four .inner-box .content-box .title {
	color: #3c4958;
	margin: 20px 0
}

.service-block-four .inner-box .content-box .title a:hover {
	color: var(--theme-color2)
}

.services-section-five {
	position: relative;
	padding: 120px 0;
	background-color: var(--theme-color-gray)
}

.services-section-five.pull-down {
	padding-bottom: 155px;
	margin-bottom: -65px
}

.services-section-five .title-column {
	margin-bottom: 40px
}

.services-section-five .title-column .sec-title {
	margin-bottom: 0;
	padding-right: 50px
}

@media(max-width:1199.98px) {
	.services-section-five .title-column .sec-title {
		padding-right: 0
	}
}

.services-section-five .title-column .sec-title .text {
	margin-top: 20px
}

.service-block-five {
	position: relative;
	margin-bottom: 30px
}

.service-block-five .inner-box {
	position: relative;
	text-align: center;
	padding: 60px 30px 30px;
	border-radius: 10px;
	background-color: var(--theme-color-light);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin-top: 30px;
	border: 1px solid transparent
}

.service-block-five .inner-box:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	border: 1px solid var(--theme-color1);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service-block-five .inner-box:hover .icon-box {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	border-color: var(--theme-color1)
}

.service-block-five .inner-box .icon-box {
	position: absolute;
	left: 50%;
	top: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 40px;
	color: var(--theme-color-light);
	background-color: var(--theme-color1);
	border-radius: 10px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-five .inner-box .title {
	color: var(--theme-color2);
	margin-bottom: 20px
}

.service-block-five .inner-box .title:hover {
	color: var(--theme-color1)
}

.service-block-five .inner-box .text {
	margin-bottom: 25px
}

.service-block-five .inner-box .read-more {
	font-size: var(--body-font-size);
	line-height: 16px;
	color: var(--theme-color2);
	font-weight: 600;
	letter-spacing: .8px;
	font-family: var(--title-font);
	-webkit-transform: all 300ms ease;
	transform: all 300ms ease
}

.service-block-five .inner-box .read-more i {
	margin-left: 10px;
	color: var(--theme-color1)
}

.service-block-five .inner-box .read-more:hover {
	color: var(--theme-color1)
}

.service-info-block {
	position: relative;
	margin-bottom: 30px
}

.service-info-block .inner {
	position: relative;
	padding: 30px 30px 34px;
	text-align: left;
	border-radius: 10px;
	background-color: var(--theme-color-light);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid transparent
}

.service-info-block .inner:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	border: 1px solid var(--theme-color1);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service-info-block .inner:hover .icon-box {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
	border-color: var(--theme-color1)
}

.service-info-block .inner .title {
	line-height: 28px;
	color: var(--theme-color2);
	margin-bottom: 20px
}

.service-info-block .inner .title:hover {
	color: var(--theme-color1)
}

.service-info-block .inner .text {
	margin-bottom: 30px
}

.services-section-six {
	position: relative;
	padding: 120px 0 90px;
	background: var(--theme-color-gray);
	z-index: 3
}

.service-block-six {
	position: relative;
	margin-bottom: 30px
}

.service-block-six .inner-box {
	position: relative;
	margin-top: 30px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-six .inner-box:hover .image-box .icon {
	background-color: var(--theme-color1);
	color: var(--theme-color-light)
}

.service-block-six .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.service-block-six .inner-box:hover .read-more i {
	color: var(--theme-color1)
}

.service-block-six .image-box {
	position: relative
}

.service-block-six .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px 10px 0 0
}

.service-block-six .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.service-block-six .image-box .icon {
	position: absolute;
	top: -30px;
	left: 30px;
	width: 80px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--theme-color1);
	font-size: 48px;
	background-color: var(--theme-color-light);
	border-radius: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service-block-six .content-box {
	position: relative;
	padding: 20px 30px 30px;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-six .content-box:hover {
	border: 0
}

.service-block-six .content-box .cat {
	margin-bottom: 10px;
	display: inline-block
}

.service-block-six .content-box .title {
	margin-bottom: 20px;
	color: var(--theme-color2)
}

.service-block-six .content-box .title a:hover {
	color: var(--theme-color1)
}

.service-block-six .content-box .text {
	color: var(--text-color);
	margin-bottom: 12px
}

.service-block-six .content-box .read-more {
	font-weight: 600;
	color: var(--theme-color2);
	letter-spacing: .8px
}

.service-block-six .content-box .read-more i {
	margin-left: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-six .content-box .read-more:hover {
	color: var(--theme-color1)
}

.service-section-seven {
	position: relative;
	padding: 120px 0 90px;
	background: #f2f3f5
}

.service-block-seven {
	margin-bottom: 30px
}

.service-block-seven .inner-box {
	position: relative;
	background-color: var(--theme-color-light);
	padding: 46px 23px 40px 40px;
	border-radius: 10px;
	height: 100%;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

@media(max-width:1199.98px) {
	.service-block-seven .inner-box {
		padding: 30px
	}
}

.service-block-seven .inner-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	height: 0;
	background-color: var(--bg-theme-color1);
	content: "";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-seven .inner-box:hover:before {
	height: 100%
}

.service-block-seven .inner-box:hover .content .icon-box {
	border-color: var(--theme-color-light)
}

.service-block-seven .inner-box:hover .content .icon-box .icon {
	color: var(--theme-color1);
	background-color: var(--theme-color-light)
}

.service-block-seven .inner-box:hover .content .text {
	color: var(--theme-color-light)
}

.service-block-seven .inner-box:hover .content .title {
	color: var(--theme-color-light)
}

.service-block-seven .inner-box .content {
	position: relative;
	padding-left: 95px
}

@media(max-width:991.98px) {
	.service-block-seven .inner-box .content {
		padding-left: 0;
		text-align: center
	}
}

.service-block-seven .inner-box .content .icon-box {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid var(--theme-color1);
	padding: 7px;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:991.98px) {
	.service-block-seven .inner-box .content .icon-box {
		display: inline-block;
		position: relative;
		margin-bottom: 10px
	}
}

.service-block-seven .inner-box .content .icon-box .icon {
	display: block;
	height: 65px;
	width: 65px;
	font-size: 36px;
	line-height: 65px;
	background-color: var(--bg-theme-color1);
	text-align: center;
	border-radius: 50%;
	color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-seven .inner-box .content .title {
	color: var(--theme-color2);
	margin-bottom: 5px
}

.service-block-seven .inner-box .content .text {
	color: var(--text-color);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 0
}

.services-section-eight {
	position: relative;
	padding: 120px 0 90px
}

.service-block-eight {
	position: relative;
	margin-bottom: 30px
}

.service-block-eight .inner-box {
	position: relative;
	text-align: center;
	padding: 30px 55px 25px;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

@media(max-width:575.98px) {
	.service-block-eight .inner-box {
		padding: 30px 20px 25px
	}
}

.service-block-eight .inner-box:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	border: 1px solid var(--theme-color1)
}

.service-block-eight .inner-box:hover .icon {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg)
}

.service-block-eight .inner-box .icon {
	display: inline-block;
	font-size: 72px;
	color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	line-height: 1em;
	margin-bottom: 32px
}

.service-block-eight .inner-box .title {
	color: var(--theme-color2);
	margin-bottom: 10px
}

.service-block-eight .inner-box .title a:hover {
	color: var(--theme-color1)
}

.service-block-eight .inner-box .text {
	margin-bottom: 25px
}

.service-block-eight .inner-box .read-more {
	font-size: var(--body-font-size);
	line-height: 22px;
	color: var(--theme-color2);
	font-weight: 600;
	letter-spacing: .8px;
	-webkit-transform: all 300ms ease;
	transform: all 300ms ease
}

.service-block-eight .inner-box .read-more i {
	margin-left: 10px
}

.service-block-eight .inner-box .read-more:hover {
	color: var(--theme-color1)
}

.services-section-nine {
	position: relative;
	padding: 120px 0 90px;
	background-color: var(--theme-color-gray);
	z-index: 3
}

.service-block-nine {
	position: relative;
	margin-bottom: 30px
}

.service-block-nine .inner-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: center;
	border: 1px solid transparent;
	padding: 30px;
	border-radius: 10px;
	background-color: var(--theme-color-light)
}

.service-block-nine .inner-box:hover {
	border-color: var(--theme-color1)
}

.service-block-nine .inner-box:hover .image-box .image a:after {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.service-block-nine .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.service-block-nine .image-box {
	position: relative
}

.service-block-nine .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px
}

.service-block-nine .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.service-block-nine .image-box .image a:after {
	background: rgba(255, 255, 255, .3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.service-block-nine .content-box {
	position: relative;
	padding: 30px 20px 0;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-nine .content-box .title {
	margin-bottom: 10px;
	color: var(--theme-color2)
}

.service-block-nine .content-box .title:hover {
	color: var(--theme-color2)
}

.service-block-nine .content-box .text {
	margin-bottom: 30px;
	color: var(--text-color)
}

.services-section-ten {
	position: relative;
	padding: 120px 0 90px
}

.service-block-ten {
	position: relative;
	margin-bottom: 30px
}

.service-block-ten .inner-box {
	background: #fff;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	border-radius: 10px
}

.service-block-ten .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.service-block-ten .inner-box:hover .content-box .icon {
	background-color: var(--theme-color1);
	color: var(--theme-color-light)
}

.service-block-ten .inner-box .content-box {
	position: relative;
	padding: 30px
}

@media(max-width:991.98px) {
	.service-block-ten .inner-box .content-box {
		padding: 50px
	}
}

@media(max-width:767.98px) {
	.service-block-ten .inner-box .content-box {
		padding: 30px 20px
	}
}

.service-block-ten .inner-box .content-box .icon {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: var(--theme-color1);
	font-size: 30px;
	border: 1px solid var(--theme-color1);
	border-radius: 50%;
	margin-bottom: 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service-block-ten .inner-box .content-box .title {
	line-height: 34px;
	color: var(--theme-color2);
	margin-bottom: 10px
}

.service-block-ten .inner-box .content-box .title a:hover {
	color: var(--theme-color1)
}

.service-block-ten .inner-box .content-box .text {
	margin-bottom: 20px;
	color: var(--text-color)
}

.service-block-ten .inner-box .content-box .read-more {
	border: 1px solid var(--theme-color1);
	line-height: 18px;
	background-color: #fff;
	color: var(--theme-color2)
}

.service-block-ten .inner-box .content-box .read-more:before {
	background-color: var(--bg-theme-color1)
}

.service-block-ten .inner-box .content-box .read-more:hover {
	color: var(--theme-color-light)
}

.service-block-ten .inner-box .image-box .image {
	position: relative;
	overflow: hidden
}

.service-block-ten .inner-box .image-box .image img {
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.services-section-eleven {
	position: relative;
	padding: 120px 0 90px
}

.service-block-eleven {
	position: relative;
	margin-bottom: 30px
}

.service-block-eleven .inner-box {
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	padding: 60px 40px 40px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear
}

.service-block-eleven .inner-box:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 166px;
	height: 161px;
	background-image: url(../images/icons/shape-4.png);
	z-index: 2
}

.service-block-eleven .inner-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--bg-theme-color1);
	height: 0;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	content: ""
}

.service-block-eleven .inner-box:hover::before {
	height: 100%
}

.service-block-eleven .inner-box:hover .icon {
	color: var(--theme-color-light);
	border-color: var(--theme-color-light)
}

.service-block-eleven .inner-box:hover .title {
	color: var(--theme-color-light)
}

.service-block-eleven .inner-box:hover .text {
	color: var(--theme-color-light)
}

.service-block-eleven .inner-box:hover .btn-box .btn-style-one {
	background-color: var(--theme-color-light);
	color: var(--theme-color1)
}

.service-block-eleven .inner-box .icon {
	position: relative;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	border: 1px dashed var(--theme-color1);
	border-radius: 10px;
	font-size: 54px;
	color: var(--theme-color1);
	margin-bottom: 30px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear
}

.service-block-eleven .inner-box .title {
	position: relative;
	color: var(--theme-color-dark);
	margin-bottom: 20px
}

.service-block-eleven .inner-box .title a {
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear
}

.service-block-eleven .inner-box .text {
	position: relative;
	margin-bottom: 40px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear
}

.services-section-twelve {
	position: relative;
	padding: 120px 0 90px;
	background-color: var(--theme-color-gray)
}

.services-section-twelve.pull-up .service-block-twelve {
	margin-top: -225px
}

@media(max-width:991.98px) {
	.services-section-twelve.pull-up .service-block-twelve {
		margin-top: 0
	}
}

.service-block-twelve {
	position: relative;
	margin-bottom: 30px
}

.service-block-twelve .inner-box {
	position: relative;
	text-align: center;
	padding: 30px 40px 35px;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	background-color: var(--theme-color-light);
	height: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service-block-twelve .inner-box:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05)
}

.service-block-twelve .inner-box:hover .icon-box:before {
	left: 25px;
	top: 20px;
	background-color: var(--bg-theme-color1)
}

.service-block-twelve .inner-box:hover .icon-box .icon {
	background-color: var(--bg-theme-color2)
}

.service-block-twelve .inner-box .icon-box {
	position: relative;
	display: inline-block;
	padding: 10px 12px 0
}

.service-block-twelve .inner-box .icon-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 74px;
	height: 75px;
	border-radius: 10px;
	background-color: rgba(235, 236, 237, .7);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-twelve .inner-box .icon-box .icon {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto 29px;
	text-align: center;
	line-height: 80px;
	border-radius: 10px;
	background-color: var(--theme-color1);
	font-size: 54px;
	color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-twelve .inner-box .title {
	color: var(--theme-color2);
	margin-bottom: 20px
}

.service-block-twelve .inner-box .title:hover {
	color: var(--theme-color1)
}

.service-block-twelve .inner-box .text {
	margin-bottom: 20px
}

.service-block-twelve .inner-box .read-more {
	line-height: 22px;
	color: var(--theme-color2);
	font-weight: 600;
	letter-spacing: .8px;
	-webkit-transform: all 300ms ease;
	transform: all 300ms ease
}

.service-block-twelve .inner-box .read-more i {
	margin-left: 10px
}

.service-block-twelve .inner-box .read-more:hover {
	color: var(--theme-color1)
}

.service-section-thirteen {
	position: relative;
	padding: 120px 0 90px;
	z-index: 3
}

.service-block-thirteen {
	position: relative;
	margin-bottom: 30px
}

.service-block-thirteen .inner-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: var(--theme-color-gray);
	border-radius: 0 0 10px 10px
}

.service-block-thirteen .inner-box:hover .content-box {
	background-color: var(--theme-color-light);
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

.service-block-thirteen .inner-box:hover .image-box .image a:after {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.service-block-thirteen .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.service-block-thirteen .image-box {
	position: relative
}

.service-block-thirteen .image-box .icon-box {
	position: absolute;
	bottom: -47px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 99
}

.service-block-thirteen .image-box .icon-box .icon {
	display: block;
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	background-color: var(--theme-color-light);
	border-radius: 10px;
	color: var(--theme-color1);
	font-size: 60px
}

.service-block-thirteen .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px 10px 0 0
}

.service-block-thirteen .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.service-block-thirteen .image-box .image a:after {
	background: rgba(255, 255, 255, .3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.service-block-thirteen .content-box {
	position: relative;
	padding: 57px 30px 40px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: center
}

.service-block-thirteen .content-box .title {
	margin-bottom: 20px;
	color: var(--theme-color2)
}

.service-block-thirteen .content-box .title:hover {
	color: var(--theme-color1)
}

.service-block-thirteen .content-box .text {
	margin-bottom: 30px;
	color: var(--text-color)
}

.service-block-thirteen .content-box .btn-box .btn-style-one {
	border-radius: 10px
}

.services-section-fourteen {
	position: relative;
	padding: 120px 0 90px
}

.service-block-fourteen {
	margin-top: 40px;
	margin-bottom: 30px
}

.service-block-fourteen .inner-box {
	border: 1px solid #e3e3e3;
	border-radius: 10px
}

.service-block-fourteen .inner-box:hover .content-box .icon {
	background-color: var(--theme-color1);
	color: var(--theme-color-light)
}

.service-block-fourteen .inner-box:hover .image-box .image img {
	opacity: .8
}

.service-block-fourteen .inner-box .content-box {
	padding: 70px 40px 25px;
	position: relative
}

.service-block-fourteen .inner-box .content-box .icon {
	position: absolute;
	top: -40px;
	left: 40px;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	color: var(--theme-color1);
	font-size: 54px;
	background-color: var(--theme-color-gray);
	border-radius: 10px;
	margin-bottom: 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service-block-fourteen .inner-box .content-box .title {
	line-height: 34px;
	color: var(--theme-color2);
	margin-bottom: 10px
}

.service-block-fourteen .inner-box .content-box .text {
	margin-bottom: 25px;
	color: var(--text-color)
}

.service-block-fourteen .inner-box .content-box .read-more {
	font-size: var(--body-font-size);
	line-height: 22px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color2);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service-block-fourteen .inner-box .content-box .read-more:hover i {
	color: var(--theme-color1)
}

.service-block-fourteen .inner-box .content-box .read-more i {
	position: relative;
	top: 0;
	margin-left: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service-block-fourteen .inner-box .image-box .image {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	background-color: var(--bg-theme-color2)
}

.service-block-fourteen .inner-box .image-box .image img {
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.services-section-fifteen {
	position: relative;
	padding: 120px 0 90px;
	z-index: 3
}

.services-section-fifteen .owl-carousel .owl-dots {
	margin-top: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.service-block-fifteen {
	position: relative;
	margin-bottom: 30px
}

.service-block-fifteen .inner-box {
	position: relative
}

.service-block-fifteen .inner-box:hover .content-box .icon-box .icon {
	background-color: var(--theme-color1);
	color: var(--theme-color-light)
}

.service-block-fifteen .inner-box:hover .image-box .image a:after {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.service-block-fifteen .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.service-block-fifteen .image-box {
	position: relative
}

.service-block-fifteen .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px
}

.service-block-fifteen .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.service-block-fifteen .image-box .image a:after {
	background: rgba(255, 255, 255, .3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.service-block-fifteen .content-box {
	position: relative;
	padding: 57px 40px 35px;
	border-radius: 10px;
	background-color: var(--theme-color-light);
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	width: 369px;
	margin: -115px auto 0
}

.service-block-fifteen .content-box .icon-box {
	position: absolute;
	top: -43px;
	left: 40px
}

.service-block-fifteen .content-box .icon-box .icon {
	display: block;
	font-size: 50px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 10px;
	background-color: var(--theme-color2);
	color: var(--theme-color-light);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service-block-fifteen .content-box .title {
	margin-bottom: 10px;
	color: var(--theme-color2);
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
	width: 249px
}

.service-block-fifteen .content-box .title:hover {
	color: var(--theme-color2)
}

.service-block-fifteen .content-box .text {
	margin-bottom: 20px;
	color: var(--text-color)
}

.service-block-fifteen .content-box .read-more {
	font-size: var(--body-font-size);
	line-height: 22px;
	color: var(--theme-color2);
	font-weight: 700;
	letter-spacing: .8px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service-block-fifteen .content-box .read-more:hover .icon {
	color: var(--theme-color1)
}

.service-block-fifteen .content-box .read-more .icon {
	margin-left: 10px
}

.projects-section {
	position: relative;
	padding: 120px 0 90px
}

.projects-section .mixitup-gallery .filter-btns {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 100px
}

@media(max-width:1199.98px) {
	.projects-section .mixitup-gallery .filter-btns {
		margin-top: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.mixitup-gallery .mix {
	display: none
}

.mixitup-gallery .filter-btns {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px
}

.mixitup-gallery .filter-btns .filter {
	position: relative;
	font-size: var(--body-font-size);
	line-height: 32px;
	padding: 10px 20px;
	color: #67687a;
	background-color: var(--theme-color-gray);
	font-weight: 400;
	margin-left: 10px;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 10px
}

.mixitup-gallery .filter-btns .filter:first-child {
	margin-left: 0
}

@media(max-width:575.98px) {
	.mixitup-gallery .filter-btns .filter {
		width: 100%;
		text-align: center;
		margin-left: 0
	}
}

.mixitup-gallery .filter-btns .filter:hover,
.mixitup-gallery .filter-btns .filter.active {
	background-color: var(--bg-theme-color1);
	color: #fff
}

.project-block {
	position: relative;
	margin-bottom: 30px
}

.project-block.mix {
	display: none
}

.project-block .inner-box {
	position: relative
}

.project-block .inner-box:hover .info-box {
	bottom: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms
}

.project-block .inner-box:hover .image-box::before {
	height: 100%
}

.project-block .inner-box:hover .image-box .image {
	border-radius: 10px
}

.project-block .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-block .inner-box .image-box {
	position: relative
}

.project-block .inner-box .image-box::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--theme-color1-rgb), 0)), color-stop(30.98%, rgba(var(--theme-color1-rgb), 0)), to(var(--theme-color1)));
	background: linear-gradient(180deg, rgba(var(--theme-color1-rgb), 0) 0%, rgba(var(--theme-color1-rgb), 0) 30.98%, var(--theme-color1) 100%);
	border-radius: 10px;
	z-index: 2;
	pointer-events: none;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	content: ""
}

.project-block .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 0
}

.project-block .inner-box .image-box .image img {
	position: relative;
	width: 100%;
	min-height: 320px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.project-block .inner-box .info-box {
	position: absolute;
	left: 0;
	bottom: -30px;
	padding: 38px 32px 10px;
	border-radius: 20px;
	width: 100%;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.project-block .inner-box .info-box .title {
	color: var(--theme-color-light);
	margin-bottom: 10px
}

.project-block .inner-box .info-box .title a:hover {
	color: #fff
}

.project-block .inner-box .info-box .text {
	position: relative;
	display: block;
	color: var(--theme-color-light)
}

.projects-section-two {
	position: relative;
	padding: 120px 0 90px
}

.project-block-two {
	position: relative;
	margin-bottom: 30px
}

.project-block-two .inner-box {
	position: relative
}

.project-block-two .inner-box:hover .image-box .image {
	border-radius: 10px
}

.project-block-two .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-block-two .inner-box .image-box {
	position: relative
}

.project-block-two .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 0
}

.project-block-two .inner-box .image-box .image img {
	position: relative;
	width: 100%;
	min-height: 320px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.project-block-two .inner-box .caption-box {
	position: absolute;
	left: 0;
	bottom: 30px;
	right: 30px;
	background-color: var(--theme-color-light);
	border-radius: 0 10px 10px 0;
	padding: 17px 80px 17px 30px
}

.project-block-two .inner-box .caption-box .title {
	margin-bottom: 0;
	color: var(--theme-color2)
}

.project-block-two .inner-box .caption-box .icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 74px;
	height: 69px;
	line-height: 69px;
	text-align: center;
	background: rgba(34, 211, 107, .1);
	border-radius: 0 10px 10px 0;
	display: inline-block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.project-block-two .inner-box .caption-box .icon:hover {
	background-color: var(--theme-color1);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.project-block-two .inner-box .caption-box .icon:hover i {
	color: var(--theme-color-light)
}

.project-block-two .inner-box .caption-box .icon i {
	color: var(--theme-color1);
	font-size: 32px
}

.projects-section-three {
	position: relative;
	padding: 120px 0 90px
}

.projects-section-three .carousel-outer {
	margin: 0 -440px
}

@media(max-width:1199.98px) {
	.projects-section-three .carousel-outer {
		margin: 0 -100px
	}
}

@media(max-width:991.98px) {
	.projects-section-three .carousel-outer {
		margin: 0
	}
}

.project-block-three {
	position: relative;
	margin-bottom: 30px
}

.project-block-three .inner-box {
	position: relative
}

.project-block-three .inner-box:hover .image-box .image {
	border-radius: 10px
}

.project-block-three .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-block-three .inner-box .image-box {
	position: relative
}

.project-block-three .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 0
}

.project-block-three .inner-box .image-box .image img {
	position: relative;
	width: 100%;
	min-height: 320px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.project-block-three .inner-box .image-box .icon {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 67px;
	height: 67px;
	line-height: 67px;
	text-align: center;
	background: var(--bg-theme-color1);
	color: var(--theme-color-light);
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 36px;
	display: inline-block
}

@media(max-width:767.98px) {
	.project-block-three .inner-box .image-box .icon {
		height: 54px;
		width: 54px;
		line-height: 54px;
		font-size: 24px
	}
}

.project-block-three .inner-box .image-box .icon:hover {
	background-color: var(--theme-color-light);
	color: var(--theme-color1);
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .01);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .01)
}

.projects-section-four {
	position: relative;
	padding: 120px 0 90px
}

.projects-section-four .carousel-outer {
	position: relative;
	margin: 0 -170px;
	z-index: 2
}

@media(max-width:1199.98px) {
	.projects-section-four .carousel-outer {
		margin: 0
	}
}

.projects-section-four .carousel-outer .owl-nav {
	position: absolute;
	right: 150px;
	top: -120px;
	z-index: 9
}

@media(max-width:991.98px) {
	.projects-section-four .carousel-outer .owl-nav {
		display: none
	}
}

.project-block-four {
	position: relative;
	margin-bottom: 30px
}

.project-block-four .inner-box {
	position: relative
}

.project-block-four .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.project-block-four .inner-box:hover .info-box::before {
	width: 100%
}

.project-block-four .inner-box:hover .info-box .title {
	left: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms
}

.project-block-four .image {
	overflow: hidden;
	border-radius: 10px
}

.project-block-four .image img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.project-block-four .info-box {
	position: absolute;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 30px;
	width: 100%
}

.project-block-four .info-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--bg-theme-color2);
	opacity: .8;
	border-radius: 0 0 10px 10px;
	width: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	content: ""
}

.project-block-four .info-box .icon {
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	background-color: #fff;
	color: var(--theme-color1);
	margin-right: 20px
}

.project-block-four .info-box .title {
	position: relative;
	left: 30px;
	color: var(--theme-color-light);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
	margin-bottom: 0
}

.projects-section-five {
	position: relative;
	padding: 120px 0 90px
}

.project-block-five {
	position: relative;
	margin-bottom: 30px
}

.project-block-five .inner-box {
	position: relative
}

.project-block-five .inner-box:hover .image-box .image {
	border-radius: 10px
}

.project-block-five .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.project-block-five .inner-box:hover .caption-box {
	border-bottom: 2px solid var(--theme-color1)
}

.project-block-five .inner-box .image-box {
	position: relative
}

.project-block-five .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 0
}

.project-block-five .inner-box .image-box .image img {
	position: relative;
	width: 100%;
	min-height: 320px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.project-block-five .inner-box .caption-box {
	position: relative;
	background-color: var(--theme-color-light);
	padding: 30px;
	background: #fff;
	border-bottom: 2px solid transparent;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	border-radius: 10px;
	text-align: center;
	max-width: 350px;
	margin: -50px auto 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-block-five .inner-box .caption-box .title {
	margin-bottom: 0;
	color: var(--theme-color2)
}

.project-block-five .inner-box .caption-box .read-more {
	color: var(--theme-color2);
	font-weight: 700;
	font-family: var(--title-font);
	-webkit-transform: all 300ms ease;
	transform: all 300ms ease
}

.project-block-five .inner-box .caption-box .read-more i {
	margin-left: 10px;
	color: var(--theme-color1)
}

.project-block-five .inner-box .caption-box .read-more:hover {
	color: var(--theme-color1)
}

.projects-section-six {
	position: relative;
	padding: 120px 0 90px
}

.projects-section-six .sec-title {
	padding-right: 200px
}

@media(max-width:1199.98px) {
	.projects-section-six .sec-title {
		padding-right: 0
	}
}

.projects-section-six .sec-title .theme-btn {
	position: absolute;
	right: 0;
	top: 97px
}

@media(max-width:1199.98px) {
	.projects-section-six .sec-title .theme-btn {
		position: relative;
		top: 0;
		margin-top: 30px
	}
}

.projects-section-six .project-block .image-box .image img {
	min-height: 250px
}

.projects-section-seven {
	position: relative;
	padding: 120px 0 30px;
	overflow: hidden
}

.projects-section-seven .owl-carousel {
	padding-bottom: 50px
}

.projects-section-seven .owl-carousel .owl-nav {
	display: none
}

.projects-section-seven .owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	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
}

.projects-section-seven .owl-carousel .owl-dots .owl-dot {
	height: 10px;
	width: 70px;
	background-color: var(--theme-color-gray);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.projects-section-seven .owl-carousel .owl-dots .owl-dot:first-child {
	border-radius: 5px 0 0 5px
}

.projects-section-seven .owl-carousel .owl-dots .owl-dot:last-child {
	border-radius: 0 5px 5px 0
}

@media(max-width:575.98px) {
	.projects-section-seven .owl-carousel .owl-dots .owl-dot {
		width: 30px
	}
}

.projects-section-seven .owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--bg-theme-color1)
}

.project-block-seven {
	position: relative;
	margin-bottom: 30px
}

.project-block-seven .inner-box {
	position: relative
}

.project-block-seven .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.project-block-seven .inner-box:hover .social-links {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible
}

.project-block-seven .image-box {
	position: relative
}

.project-block-seven .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px;
	z-index: 1
}

.project-block-seven .image-box .image img {
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.project-block-seven .info-box {
	position: relative;
	padding: 30px;
	padding-right: 20px;
	background: #f2f3f5;
	border-right: 3px solid var(--theme-color1);
	border-radius: 0 10px 10px 0;
	max-width: 318px;
	min-height: 150px;
	margin-top: -92px;
	z-index: 2
}

.project-block-seven .info-box .read-more {
	color: var(--theme-color1);
	font-size: 15px;
	position: absolute;
	bottom: 30px;
	right: 25px;
	line-height: 15px
}

.projects-section-eight {
	position: relative;
	padding: 120px 0 80px;
	overflow: hidden
}

.projects-section-eight .sec-title {
	padding-right: 200px
}

@media(max-width:991.98px) {
	.projects-section-eight .sec-title {
		padding-right: 0
	}
}

.projects-section-eight .sec-title .btn-box {
	position: absolute;
	right: 0;
	top: 100px
}

@media(max-width:991.98px) {
	.projects-section-eight .sec-title .btn-box {
		position: relative;
		top: 0;
		margin-top: 20px
	}
}

.projects-section-eight .sec-title .btn-box .theme-btn {
	border: 1px solid var(--theme-color1);
	line-height: 23px
}

.project-block-eight {
	position: relative;
	margin-bottom: 40px
}

.project-block-eight .inner-box {
	position: relative
}

.project-block-eight .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.project-block-eight .inner-box:hover .social-links {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible
}

.project-block-eight .image-box {
	position: relative
}

.project-block-eight .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px;
	z-index: 1
}

.project-block-eight .image-box .image img {
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.project-block-eight .info-box {
	position: relative;
	display: block;
	padding: 30px;
	background: var(--theme-color-gray);
	border-right: 5px solid var(--theme-color1);
	border-radius: 0 10px 10px 0;
	max-width: 285px;
	margin-top: -64px;
	z-index: 2
}

.project-block-eight .info-box .title {
	color: var(--theme-color2);
	margin-bottom: 0
}

.project-block-eight .info-box .title a:hover {
	color: var(--theme-color1)
}

.project-block-eight .info-box .read-more {
	position: absolute;
	right: 25px;
	top: 50%;
	font-size: 18px;
	line-height: 20px;
	margin-top: -10px;
	color: var(--theme-color2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-block-eight .info-box .read-more:hover {
	color: var(--theme-color1)
}

.projects-section-nine {
	position: relative;
	padding: 120px 0 80px;
	overflow: hidden
}

.projects-section-nine .owl-carousel {
	position: relative;
	z-index: 9
}

.projects-section-nine .owl-carousel .owl-nav {
	position: absolute;
	right: 0;
	top: -120px
}

@media(max-width:991.98px) {
	.projects-section-nine .owl-carousel .owl-nav {
		position: relative;
		top: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px
	}
}

.project-block-nine {
	position: relative;
	margin-bottom: 40px
}

.project-block-nine .inner-box {
	position: relative
}

.project-block-nine .inner-box:hover .info-box .read-more {
	background-color: var(--theme-color1);
	color: var(--theme-color-light)
}

.project-block-nine .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.project-block-nine .inner-box:hover .social-links {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible
}

.project-block-nine .image-box {
	position: relative
}

.project-block-nine .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px 10px 0 0;
	z-index: 1
}

.project-block-nine .image-box .image img {
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.project-block-nine .info-box {
	position: relative;
	padding: 30px;
	background: #f2f3f5;
	border-radius: 0 0 10px 10px;
	width: 100%;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.project-block-nine .info-box .title {
	color: var(--theme-color2);
	margin-bottom: 0
}

.project-block-nine .info-box .read-more {
	position: relative;
	display: block;
	text-align: center;
	color: var(--theme-color2);
	font-size: 15px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background-color: var(--theme-color-light);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.projects-section-ten {
	position: relative;
	padding: 120px 0 90px
}

.projects-section-ten .carousel-outer {
	margin: 0 -440px
}

@media(max-width:1199.98px) {
	.projects-section-ten .carousel-outer {
		margin: 0 -100px
	}
}

@media(max-width:991.98px) {
	.projects-section-ten .carousel-outer {
		margin: 0
	}
}

.projects-section-ten .owl-carousel {
	position: relative;
	z-index: 8
}

.projects-section-ten .owl-carousel .owl-nav {
	position: absolute;
	max-width: 1280px;
	margin: 0 auto;
	top: -115px;
	left: 0;
	right: 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media(max-width:991.98px) {
	.projects-section-ten .owl-carousel .owl-nav {
		position: relative;
		top: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px
	}
}

.project-block-ten {
	position: relative;
	margin-bottom: 30px
}

.project-block-ten .inner-box {
	position: relative
}

.project-block-ten .inner-box:hover .image-box .image {
	border-radius: 10px
}

.project-block-ten .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-block-ten .inner-box .image-box {
	position: relative
}

.project-block-ten .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 0
}

.project-block-ten .inner-box .image-box .image img {
	position: relative;
	width: 100%;
	min-height: 320px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.project-block-ten .inner-box .image-box .icon {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: var(--bg-theme-color1);
	color: var(--theme-color-light);
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 20px;
	display: inline-block
}

@media(max-width:767.98px) {
	.project-block-ten .inner-box .image-box .icon {
		height: 54px;
		width: 54px;
		line-height: 54px;
		font-size: 24px
	}
}

.project-block-ten .inner-box .image-box .icon:hover {
	background-color: var(--theme-color-light);
	color: var(--theme-color1);
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .01);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .01)
}

.projects-section-eleven {
	position: relative;
	padding: 120px 0 80px;
	overflow: hidden
}

.projects-section-eleven .sec-title {
	margin-bottom: 60px
}

.projects-section-eleven .carousel-outer {
	margin: 0 -164px
}

@media(max-width:1199.98px) {
	.projects-section-eleven .carousel-outer {
		margin: 0
	}
}

.projects-section-eleven .owl-carousel {
	position: relative;
	z-index: 8
}

.projects-section-eleven .owl-carousel .owl-nav {
	position: absolute;
	max-width: 1280px;
	margin: 0 auto;
	top: -120px;
	left: 0;
	right: 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media(max-width:991.98px) {
	.projects-section-eleven .owl-carousel .owl-nav {
		position: relative;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		top: 0;
		margin-bottom: 30px
	}
}

.project-block-eleven {
	position: relative;
	margin-bottom: 40px
}

.project-block-eleven .inner-box {
	position: relative
}

.project-block-eleven .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.project-block-eleven .inner-box:hover .social-links {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible
}

.project-block-eleven .image-box {
	position: relative
}

.project-block-eleven .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px;
	z-index: 1
}

.project-block-eleven .image-box .image img {
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.project-block-eleven .info-box {
	position: relative;
	padding: 20px;
	padding-right: 70px;
	background: var(--theme-color-light);
	-webkit-box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1), 0 4px 13px -2px rgba(19, 16, 34, .06);
	box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1), 0 4px 13px -2px rgba(19, 16, 34, .06);
	border-radius: 10px;
	max-width: 370px;
	margin: 0 auto;
	margin-top: -80px;
	z-index: 2
}

.project-block-eleven .info-box .title {
	margin-bottom: 5px
}

.project-block-eleven .info-box .title a:hover {
	color: var(--theme-color1)
}

.project-block-eleven .info-box .designation {
	color: var(--theme-color2)
}

.project-block-eleven .info-box .icon {
	position: absolute;
	bottom: 30px;
	right: 20px;
	background-color: var(--theme-color1);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 10px;
	color: var(--theme-color-light)
}

.projects-section-twelve {
	position: relative;
	padding: 120px 0 80px;
	overflow: hidden
}

.projects-section-twelve .carousel-outer {
	position: relative
}

@media(max-width:1199.98px) {
	.projects-section-twelve .carousel-outer {
		padding: 0 20px
	}
}

.project-block-twelve {
	position: relative;
	margin-bottom: 40px
}

.project-block-twelve .inner-box {
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.project-block-twelve .inner-box:hover {
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	border-radius: 10px
}

.project-block-twelve .inner-box:hover .info-box {
	background: #fff
}

.project-block-twelve .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.project-block-twelve .inner-box:hover .social-links {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible
}

.project-block-twelve .image-box {
	position: relative
}

.project-block-twelve .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 5px 5px 0 0;
	z-index: 1
}

.project-block-twelve .image-box .image img {
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	min-height: 374px;
	-o-object-fit: cover;
	object-fit: cover
}

.project-block-twelve .info-box {
	border-radius: 0 0 10px 10px;
	position: relative;
	padding: 20px 30px 30px;
	padding-right: 60px;
	background: #f2f3f5;
	width: 100%;
	z-index: 2
}

.project-block-twelve .info-box .title {
	color: var(--theme-color2);
	margin-bottom: 10px
}

.project-block-twelve .info-box .designation {
	color: var(--theme-color2)
}

.project-block-twelve .info-box a {
	position: absolute;
	bottom: 58px;
	right: 25px;
	line-height: 20px
}

.project-block-twelve .info-box a i {
	color: var(--theme-color1);
	font-size: 20px
}

.projects-section-thirteen {
	position: relative;
	padding: 120px 0 90px
}

.projects-section-thirteen .owl-carousel {
	z-index: 3
}

.projects-section-thirteen .owl-carousel .owl-nav {
	position: absolute;
	right: 0;
	top: -110px
}

@media(max-width:991.98px) {
	.projects-section-thirteen .owl-carousel .owl-nav {
		position: relative;
		top: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px
	}
}

.project-block-thirteen {
	margin-bottom: 30px
}

.project-block-thirteen .inner-box {
	position: relativee;
	text-align: center
}

.project-block-thirteen .inner-box:hover .content-box {
	background-color: var(--theme-color1)
}

.project-block-thirteen .inner-box:hover .content-box .title {
	color: var(--theme-color-light)
}

.project-block-thirteen .inner-box:hover .image-box .image {
	border-radius: 10px
}

.project-block-thirteen .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.project-block-thirteen .inner-box .image-box {
	position: relative;
	margin-bottom: -38px
}

.project-block-thirteen .inner-box .image-box .image {
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 0
}

.project-block-thirteen .inner-box .image-box .image img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.project-block-thirteen .inner-box .content-box {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	z-index: 99;
	background-color: var(--theme-color-gray);
	padding: 20px 30px;
	border-radius: 10px;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.project-block-thirteen .inner-box .content-box .title {
	color: var(--theme-color2);
	margin-bottom: 0
}

.projects-section-fourteen {
	position: relative;
	padding: 120px 0 80px;
	overflow: hidden
}

.project-block-fourteen {
	position: relative;
	margin-bottom: 40px
}

.project-block-fourteen .inner-box {
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.project-block-fourteen .inner-box:hover {
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	border-radius: 10px
}

.project-block-fourteen .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.project-block-fourteen .inner-box:hover .social-links {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible
}

.project-block-fourteen .image-box {
	position: relative
}

.project-block-fourteen .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px;
	z-index: 1
}

.project-block-fourteen .image-box .image img {
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.project-block-fourteen .info-box {
	position: absolute;
	bottom: 30px;
	border-radius: 10px;
	padding: 15px 15px 15px 85px;
	padding-right: 20px;
	background: #f2f3f5;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.project-block-fourteen .info-box:hover {
	background: var(--theme-color1)
}

.project-block-fourteen .info-box:hover .title {
	color: var(--theme-color-light)
}

.project-block-fourteen .info-box:hover .read-more {
	background-color: var(--theme-color-light);
	color: var(--theme-color1)
}

.project-block-fourteen .info-box .title {
	color: var(--theme-color2);
	background: unset;
	margin-bottom: 0
}

.project-block-fourteen .info-box .read-more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 67px;
	height: 64px;
	text-align: center;
	line-height: 67px;
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light);
	font-size: 21px
}

.process-section {
	position: relative;
	padding: 120px 0 60px
}

.process-section.pull-up .bg {
	top: -80px
}

.process-section.pull-down .bg {
	bottom: -200px;
	height: auto
}

.process-block {
	position: relative;
	margin-bottom: 60px
}

.process-block .inner-box {
	text-align: center;
	max-width: 240px;
	margin: 0 auto
}

.process-block .inner-box:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.process-block .inner-box .icon-box {
	position: relative;
	text-align: center;
	border-radius: 10px;
	padding: 30px 20px 50px;
	background: var(--theme-color-gray);
	min-height: 170px;
	margin-bottom: 50px
}

.process-block .inner-box .icon-box .icon {
	position: relative;
	display: inline-block;
	font-size: 84px;
	line-height: 1em;
	color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.process-block .inner-box .icon-box .count {
	position: absolute;
	left: 50%;
	bottom: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 27px;
	background-color: var(--theme-color-light);
	border: 1px solid #ccc;
	border-radius: 50%;
	font-weight: 700;
	display: inline-block;
	color: var(--theme-color1);
	opacity: .5
}

.process-block .inner-box .title {
	margin-bottom: 10px;
	color: var(--theme-color2)
}

.process-block .inner-box .text {
	color: var(--theme-color2)
}

.process-section-two {
	position: relative;
	padding: 120px 0 90px
}

.process-block-two {
	position: relative;
	margin-bottom: 30px
}

.process-block-two .inner-box {
	position: relative;
	border: 1px solid #e3e3e3;
	padding: 40px;
	border-radius: 10px;
	background-color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.process-block-two .inner-box {
		padding: 20px
	}
}

.process-block-two .inner-box:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.process-block-two .inner-box:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.process-block-two .inner-box .icon-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}

.process-block-two .inner-box .icon-box .icon {
	position: relative;
	height: 80px;
	width: 80px;
	background-color: var(--theme-color-gray);
	color: var(--theme-color1);
	font-size: 32px;
	line-height: 1em;
	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;
	border-radius: 15px;
	border-bottom: 3px solid var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.process-block-two .inner-box .icon-box .count {
	position: relative;
	line-height: 60px;
	text-align: center;
	font-weight: 700;
	font-size: 48px;
	display: inline-block;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--theme-color-dark);
	font-family: var(--title-font);
	opacity: .2
}

.process-block-two .inner-box .title {
	margin-bottom: 20px;
	color: var(--theme-color2)
}

.process-block-two .inner-box .text {
	color: var(--theme-color2)
}

.process-section-three {
	position: relative;
	padding: 120px 0 90px
}

.process-block-three {
	position: relative;
	margin-bottom: 30px
}

.process-block-three .inner-box {
	position: relative;
	padding: 40px 30px;
	border-radius: 10px;
	border: 1px solid #e3e3e3;
	background-color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1199.98px) {
	.process-block-three .inner-box {
		padding: 30px
	}
}

.process-block-three .inner-box:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.process-block-three .inner-box:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.process-block-three .inner-box .count {
	position: absolute;
	right: 50px;
	top: 20px;
	line-height: 60px;
	text-align: center;
	font-weight: 700;
	font-size: 48px;
	display: inline-block;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--theme-color1)
}

@media(max-width:1199.98px) {
	.process-block-three .inner-box .count {
		position: relative;
		right: 0;
		top: 0;
		margin-bottom: 10px
	}
}

.process-block-three .inner-box .title {
	margin-bottom: 25px
}

.process-section-four {
	position: relative;
	padding: 120px 0 90px
}

.process-block-four {
	position: relative;
	margin-bottom: 30px
}

.process-block-four .inner-box {
	border-radius: 10px;
	padding: 20px 40px 30px;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	background-color: var(--theme-color-light);
	position: relative;
	text-align: center;
	margin-top: 36px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.process-block-four .inner-box:hover .icon {
	background-color: var(--bg-theme-color2)
}

.process-block-four .inner-box:hover .count {
	color: var(--theme-color1)
}

.process-block-four .inner-box .icon {
	position: absolute;
	right: 38px;
	top: -36px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: var(--theme-color1);
	border-radius: 13.33px;
	margin-bottom: 30px;
	font-size: 36px;
	color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.process-block-four .inner-box .title {
	color: var(--theme-color-dark);
	margin-bottom: 15px
}

.process-block-four .inner-box .count {
	font-size: 48px;
	color: #e3e3e3;
	font-weight: 600;
	line-height: 58px;
	margin-bottom: 20px;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.process-section-five {
	position: relative;
	padding: 120px 0 90px
}

.process-section-five .sec-title {
	margin-bottom: 75px
}

.process-block-five {
	margin-bottom: 30px
}

.process-block-five .inner-box {
	position: relative
}

.process-block-five .inner-box .content-box {
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	border-radius: 5px;
	padding: 30px;
	margin-bottom: 80px
}

.process-block-five .inner-box .content-box:hover .icon {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg)
}

.process-block-five .inner-box .content-box:hover .count {
	background-color: var(--bg-theme-color2);
	color: var(--theme-color-light)
}

.process-block-five .inner-box .content-box .icon {
	display: inline-block;
	font-size: 60px;
	color: var(--theme-color1);
	line-height: 1em;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 30px
}

.process-block-five .inner-box .content-box .title {
	color: var(--theme-color2);
	margin-bottom: 20px
}

.process-block-five .inner-box .content-box .text {
	color: var(--text-color);
	margin-bottom: 0
}

.process-block-five .inner-box .content-box .count {
	position: absolute;
	display: inline-block;
	bottom: -80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
	border-radius: 50px;
	font-size: 24px;
	font-weight: 600;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.process-section-six {
	position: relative;
	padding: 120px 0 90px
}

.process-section-six .sec-title {
	margin-bottom: 100px
}

.process-block-six {
	position: relative;
	margin-bottom: 30px
}

.process-block-six .inner-box {
	position: relative;
	max-width: 300px;
	margin: 0 auto
}

.process-block-six .inner-box .content-box {
	text-align: center;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	padding: 40px 20px 36px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.process-block-six .inner-box .content-box:hover {
	-webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 40px rgba(0, 0, 0, .07)
}

.process-block-six .inner-box .content-box:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.process-block-six .inner-box .content-box:hover .count {
	background-color: var(--bg-theme-color2);
	color: var(--theme-color-light)
}

.process-block-six .inner-box .content-box .icon {
	font-size: 60px;
	display: block;
	color: var(--theme-color1);
	line-height: 60px;
	margin-bottom: 25px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.process-block-six .inner-box .content-box .title {
	color: var(--theme-color2);
	margin-bottom: 8px
}

.process-block-six .inner-box .content-box .text {
	color: var(--text-color);
	margin-bottom: 0
}

.process-block-six .inner-box .content-box .count {
	width: 60px;
	position: absolute;
	top: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: var(--theme-color-gray);
	color: var(--theme-color2);
	border-radius: 50px;
	font-size: 24px;
	font-weight: 600;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.process-section-seven {
	position: relative;
	padding: 120px 0 70px
}

.process-section-seven .content-column {
	margin-bottom: 50px
}

.process-section-seven .content-column .inner-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding-right: 100px
}

@media(max-width:1199.98px) {
	.process-section-seven .content-column .inner-column {
		padding-right: 0
	}
}

.process-section-seven .content-column .sec-title {
	margin-bottom: 40px
}

.process-section-seven .blocks-column {
	margin-bottom: 20px
}

.process-block-seven {
	position: relative;
	margin-bottom: 30px
}

.process-block-seven .inner-box {
	position: relative;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	text-align: center;
	padding: 40px 30px 60px;
	margin-top: 30px;
	margin-bottom: 25px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.process-block-seven .inner-box:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .07)
}

.process-block-seven .inner-box:hover .icon {
	background-color: var(--bg-theme-color2);
	color: var(--theme-color-light)
}

.process-block-seven .inner-box:hover .count {
	color: var(--theme-color1)
}

.process-block-seven .inner-box .icon {
	position: absolute;
	top: -30px;
	right: 40px;
	display: block;
	font-size: 30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.process-block-seven .inner-box .count {
	font-size: 48px;
	font-weight: 600;
	line-height: 58px;
	color: #e3e3e3;
	margin-bottom: 20px;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.process-block-seven .inner-box .title {
	margin-bottom: 20px
}

.process-block-seven .inner-box .read-more {
	position: absolute;
	bottom: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 65px;
	height: 65px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--theme-color-gray);
	display: inline-block;
	line-height: 65px;
	font-size: 20px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.process-block-seven .inner-box .read-more:hover {
	background-color: var(--theme-color1);
	color: var(--theme-color-light)
}

.fun-fact-section {
	position: relative;
	padding: 120px 0 70px;
	background-color: var(--bg-theme-color2)
}

.fun-fact-section.pull-down {
	padding-bottom: 270px;
	margin-bottom: -200px
}

@media(max-width:991.98px) {
	.fun-fact-section.pull-down .bg {
		display: none
	}
}

.counter-block {
	position: relative;
	margin-bottom: 50px
}

.counter-block .inner {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.counter-block .inner:hover .icon {
	background-color: #fff;
	color: var(--bg-theme-color1);
	border-radius: 50%
}

.counter-block .content {
	padding-left: 100px;
	position: relative
}

@media(max-width:575.98px) {
	.counter-block .content {
		padding-left: 0;
		text-align: center
	}
}

.counter-block .icon {
	position: absolute;
	left: 0;
	top: 0;
	top: 5px;
	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;
	height: 80px;
	width: 80px;
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1);
	font-size: 48px;
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.counter-block .icon {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-bottom: 20px
	}
}

.counter-block .count-box {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color-light);
	margin-bottom: 10px
}

.counter-block .count-box .count-text {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color-light)
}

.counter-block .counter-title {
	font-size: var(--body-font-size);
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	font-family: var(--text-font)
}

.fun-fact-section-two {
	position: relative
}

.fun-fact-section-two .fact-counter {
	position: relative;
	padding: 80px 10px 10px;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	border-radius: 10px;
	background-color: var(--theme-color-light);
	z-index: 2
}

.counter-block-two {
	position: relative;
	margin-bottom: 50px
}

.counter-block-two .inner {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.counter-block-two .inner:hover .icon {
	background-color: #fff;
	color: var(--bg-theme-color1);
	border-radius: 50%
}

.counter-block-two .content {
	padding-left: 100px;
	position: relative
}

@media(max-width:575.98px) {
	.counter-block-two .content {
		padding-left: 0;
		text-align: center
	}
}

.counter-block-two .icon {
	position: absolute;
	left: 35px;
	top: 5px;
	color: var(--theme-color1);
	font-size: 48px;
	line-height: 1em;
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.counter-block-two .icon {
		position: relative;
		left: 0;
		top: 0;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-bottom: 10px
	}
}

.counter-block-two .count-box {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color2);
	letter-spacing: -1.92px;
	margin-bottom: 10px
}

.counter-block-two .count-box .count-text {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color2)
}

.counter-block-two .counter-title {
	font-size: var(--body-font-size);
	line-height: 22px;
	font-weight: 400;
	padding-top: 15px;
	font-family: var(--text-font)
}

@media(max-width:767.98px) {
	.counter-block-two .counter-title {
		padding-top: 0
	}
}

.counter-block-two .counter-title:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	border-top: 1px solid #e3e3e3;
	content: ""
}

@media(max-width:767.98px) {
	.counter-block-two .counter-title:before {
		display: none
	}
}

.fun-fact-section-three {
	position: relative;
	padding: 80px 0 30px;
	background-color: var(--bg-theme-color2)
}

.fun-fact-section-three.pull-down {
	padding-bottom: 150px;
	margin-bottom: -70px
}

.fun-fact-section-three .bg-shape {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 248px;
	background-image: url(../images/icons/shape-1.png);
	background-position: left center;
	background-repeat: no-repeat
}

@media(max-width:1199.98px) {
	.fun-fact-section-three .bg-shape {
		display: none
	}
}

.counter-block-three {
	position: relative;
	margin-bottom: 50px
}

.counter-block-three .inner {
	position: relative;
	border: 1px solid #333f4d;
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: center;
	padding: 30px;
	max-width: 240px;
	margin: 0 auto;
	height: 100%
}

@media(max-width:1199.98px) {
	.counter-block-three .inner {
		max-width: 100%
	}
}

.counter-block-three .icon {
	display: inline-block;
	color: var(--theme-color-light);
	font-size: 60px;
	line-height: 1em;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 18px
}

.counter-block-three .count-box {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color1);
	letter-spacing: -1.92px;
	margin-bottom: 5px
}

.counter-block-three .count-box .count-text {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color1)
}

.counter-block-three .counter-title {
	font-size: var(--body-font-size);
	line-height: 22px;
	font-weight: 400;
	color: var(--theme-color-light);
	font-family: var(--text-font)
}

.fun-fact-section-four {
	position: relative;
	z-index: 9
}

.fun-fact-section-four .fact-counter {
	position: relative
}

.counter-block-four {
	position: relative;
	margin-bottom: 50px
}

.counter-block-four:nth-child(even) .icon {
	color: var(--theme-color2)
}

.counter-block-four .inner {
	position: relative;
	padding-top: 40px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.counter-block-four .inner:hover .icon {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg)
}

.counter-block-four .content {
	position: relative;
	padding: 60px 30px 30px;
	text-align: center;
	background-color: var(--theme-color-light);
	max-width: 210px;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	margin: 0 auto;
	border-radius: 10px
}

.counter-block-four .icon {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -40px;
	height: 80px;
	width: 80px;
	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;
	font-size: 48px;
	line-height: 1em;
	color: var(--theme-color1);
	background-color: var(--theme-color-light);
	border-radius: 50%;
	border: 2px solid var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.counter-block-four .count-box {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color2);
	letter-spacing: -1.92px;
	margin-bottom: 0
}

.counter-block-four .count-box .count-text {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color2)
}

.counter-block-four .counter-title {
	font-size: var(--body-font-size);
	line-height: 32px;
	font-weight: 400;
	font-family: var(--text-font);
	letter-spacing: 1px;
	color: var(--text-color);
	margin-bottom: 0
}

.fun-fact-section-five {
	position: relative;
	padding: 120px 0 70px
}

.counter-block-five {
	position: relative;
	margin-bottom: 50px;
	z-index: 3
}

.counter-block-five:nth-child(even) .inner .content .icon {
	background-color: var(--bg-theme-color2)
}

.counter-block-five .inner {
	position: relative;
	padding-left: 32px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.counter-block-five .inner {
		padding-left: 0
	}
}

.counter-block-five .inner:hover .icon {
	background-color: var(--theme-color-light) !important;
	color: var(--bg-theme-color1);
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

.counter-block-five .content {
	position: relative;
	padding: 20px 30px;
	padding-left: 65px;
	background-color: var(--theme-color-light);
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	border-radius: 10px
}

@media(max-width:575.98px) {
	.counter-block-five .content {
		padding-left: 30px;
		padding-top: 50px;
		margin-top: 32px;
		text-align: center
	}
}

.counter-block-five .icon {
	position: absolute;
	left: -32px;
	top: 30px;
	height: 64px;
	width: 64px;
	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;
	font-size: 42px;
	line-height: 1em;
	border-radius: 50px;
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.counter-block-five .icon {
		left: 0;
		right: 0;
		margin: 0 auto;
		top: -32px
	}
}

.counter-block-five .count-box {
	font-size: 48px;
	line-height: 1em;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color2);
	letter-spacing: -1.92px;
	margin-bottom: 15px
}

.counter-block-five .count-box .count-text {
	font-size: 48px;
	line-height: 1em;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color2)
}

.counter-block-five .counter-title {
	font-size: var(--body-font-size);
	font-weight: 400;
	margin-bottom: 0;
	font-family: var(--text-font)
}

.fun-fact-section-six {
	position: relative
}

.fun-fact-section-six:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 50%;
	width: 100%;
	background-color: var(--theme-color-gray);
	content: ""
}

.fun-fact-section-six .icon-circle-lines {
	position: absolute;
	left: -290px;
	top: 82px;
	z-index: 2
}

.fun-fact-section-six .fact-counter {
	position: relative;
	padding: 60px 0 30px
}

.fun-fact-section-six .fact-counter::before {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -60px;
	height: 100%;
	width: 1000%;
	background-color: var(--bg-theme-color1);
	border-radius: 0 10px 10px 0;
	content: ""
}

.counter-block-six {
	position: relative;
	margin-bottom: 30px
}

.counter-block-six .inner {
	position: relative;
	border-radius: 10px;
	text-align: center;
	padding: 30px;
	height: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.counter-block-six .inner::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: var(--bg-theme-color2);
	opacity: .05;
	border-radius: 10px;
	content: "";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.counter-block-six .inner:hover::before {
	opacity: 1
}

.counter-block-six .inner:hover .icon {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg)
}

.counter-block-six .icon {
	display: inline-block;
	color: var(--theme-color-light);
	font-size: 60px;
	line-height: 1em;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 18px
}

.counter-block-six .count-box {
	position: relative;
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color-light);
	letter-spacing: -1.92px;
	margin-bottom: 5px
}

.counter-block-six .count-box .count-text {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color-light)
}

.counter-block-six .counter-title {
	font-size: var(--body-font-size);
	line-height: 22px;
	font-weight: 400;
	color: var(--theme-color-light);
	font-family: var(--text-font)
}

.fun-fact-section-seven {
	position: relative;
	background-color: var(--theme-color-gray)
}

.fun-fact-section-seven .fact-counter {
	position: relative
}

.counter-block-seven {
	position: relative
}

.counter-block-seven .inner {
	position: relative;
	padding: 62px 30px 88px;
	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;
	border-top: 2px solid rgba(22, 36, 62, .1);
	border-right: 2px solid rgba(22, 36, 62, .1)
}

.counter-block-seven .inner:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.counter-block-seven .content {
	padding-left: 105px;
	position: relative
}

@media(max-width:575.98px) {
	.counter-block-seven .content {
		padding-left: 0;
		text-align: center
	}
}

.counter-block-seven .icon {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--theme-color2);
	font-size: 84px;
	line-height: 1.2em;
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.counter-block-seven .icon {
		position: relative;
		left: 0;
		top: 0;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-bottom: 10px
	}
}

.counter-block-seven .count-box {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color2);
	letter-spacing: -1.92px;
	margin-bottom: 10px
}

.counter-block-seven .count-box .count-text {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color2)
}

.counter-block-seven .counter-title {
	font-size: var(--body-font-size);
	line-height: 32px;
	font-weight: 400;
	letter-spacing: 0;
	font-family: var(--text-font);
	margin-bottom: 0
}

.fun-fact-section-eight {
	position: relative
}

.fun-fact-section-eight:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 100%;
	background-color: var(--theme-color-gray);
	content: ""
}

.fun-fact-section-eight .fact-counter {
	position: relative;
	padding: 80px 0 30px;
	background-color: var(--bg-theme-color1);
	border-radius: 10px
}

.counter-block-eight {
	position: relative;
	margin-bottom: 50px
}

.counter-block-eight .inner {
	position: relative;
	border-radius: 10px;
	padding-left: 100px;
	height: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1199.98px) {
	.counter-block-eight .inner {
		text-align: center;
		padding-left: 0
	}
}

.counter-block-eight .inner:hover .icon {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg)
}

.counter-block-eight .icon {
	display: inline-block;
	color: var(--theme-color-light);
	font-size: 60px;
	line-height: 1em;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 30px
}

.counter-block-eight .count-box {
	position: relative;
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color-light);
	letter-spacing: -1.92px;
	margin-bottom: 15px
}

.counter-block-eight .count-box .count-text {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color-light)
}

.counter-block-eight .counter-title {
	font-size: var(--body-font-size);
	line-height: 22px;
	font-weight: 400;
	color: var(--theme-color-light);
	letter-spacing: 0;
	font-family: var(--text-font)
}

.fun-fact-section-nine {
	position: relative;
	background-color: var(--theme-color-gray);
	padding: 120px 0 70px
}

.counter-block-nine {
	position: relative;
	margin-bottom: 50px
}

.counter-block-nine .inner {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: var(--theme-color-light);
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	border-radius: 10px;
	padding: 50px 34px 20px;
	max-width: 230px;
	margin: 30px auto 0
}

.counter-block-nine .inner:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	color: var(--theme-color-light);
	background-color: var(--theme-color2)
}

.counter-block-nine .icon {
	position: absolute;
	top: -30px;
	left: 30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
	font-size: 36px;
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.counter-block-nine .count-box {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color2);
	letter-spacing: -1.92px;
	margin-bottom: 10px
}

.counter-block-nine .count-box .count-text {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color2)
}

.counter-block-nine .counter-title {
	font-size: var(--body-font-size);
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0;
	color: var(--text-color);
	margin-bottom: 0;
	font-family: var(--text-font)
}

.fun-fact-section-ten {
	position: relative;
	background-color: var(--theme-color-gray);
	padding: 120px 0 70px
}

.fun-fact-section-ten .content-column {
	position: relative;
	margin-bottom: 50px
}

.fun-fact-section-ten .content-column .inner-column {
	padding-top: 125px;
	padding-right: 40px
}

@media(max-width:991.98px) {
	.fun-fact-section-ten .content-column .inner-column {
		padding-right: 0;
		padding-top: 0
	}
}

.fun-fact-section-ten .content-column .sec-title {
	margin-bottom: 50px
}

.counter-block-ten {
	position: relative;
	margin-bottom: 30px
}

.counter-block-ten .inner {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: var(--theme-color-light);
	padding: 54px 34px 34px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #e3e3e3
}

.counter-block-ten .inner:before {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px dashed #e3e3e3;
	content: ""
}

.counter-block-ten .inner:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	color: var(--theme-color-light);
	background-color: var(--theme-color2)
}

@media(max-width:575.98px) {
	.counter-block-ten .content {
		padding-left: 0;
		text-align: center
	}
}

.counter-block-ten .icon {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
	font-size: 48px;
	border-radius: 100px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 20px
}

.counter-block-ten .count-box {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color2);
	letter-spacing: -1.92px;
	margin-bottom: 10px
}

.counter-block-ten .count-box .count-text {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color2)
}

.counter-block-ten .counter-title {
	font-size: var(--body-font-size);
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0;
	color: var(--text-color);
	margin-bottom: 0;
	font-family: var(--text-font)
}

@media(max-width:767.98px) {
	.counter-block-ten .counter-title {
		padding-top: 0
	}
}

.fun-fact-section-eleven {
	position: relative;
	padding: 120px 0 90px
}

.counter-block-eleven {
	position: relative;
	margin-bottom: 30px
}

.counter-block-eleven .inner {
	position: relative;
	padding: 54px 34px 34px;
	text-align: center;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	border: 1px solid #e3e3e3;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1199.98px) {
	.counter-block-eleven .inner {
		width: auto;
		border-radius: 20px
	}
}

.counter-block-eleven .inner:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	color: var(--theme-color2)
}

.counter-block-eleven .icon {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: var(--theme-color1);
	font-size: 72px;
	border-radius: 100px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 20px
}

.counter-block-eleven .count-box {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color2);
	letter-spacing: -1.92px;
	margin-bottom: 10px
}

.counter-block-eleven .count-box .count-text {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color2)
}

.counter-block-eleven .counter-title {
	font-size: var(--body-font-size);
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0;
	color: var(--text-color);
	margin-bottom: 0;
	font-family: var(--text-font)
}

@media(max-width:767.98px) {
	.counter-block-eleven .counter-title {
		padding-top: 0
	}
}

.fun-fact-section-twelve {
	position: relative;
	padding: 120px 0 70px
}

.counter-block-twelve {
	position: relative;
	margin-bottom: 50px
}

.counter-block-twelve .inner {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.counter-block-twelve .inner:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	color: var(--theme-color2)
}

.counter-block-twelve .content {
	padding-left: 100px;
	position: relative
}

@media(max-width:575.98px) {
	.counter-block-twelve .content {
		padding-left: 0;
		text-align: center
	}
}

.counter-block-twelve .icon {
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 5px;
	height: 80px;
	width: 80px;
	color: var(--theme-color1);
	font-size: 68px;
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.counter-block-twelve .icon {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-bottom: 20px
	}
}

.counter-block-twelve .count-box {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color2);
	margin-bottom: 15px
}

.counter-block-twelve .count-box .count-text {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color2)
}

.counter-block-twelve .counter-title {
	font-size: var(--body-font-size);
	line-height: 22px;
	font-weight: 400;
	color: var(--text-color);
	letter-spacing: 0;
	margin-bottom: 0;
	font-family: var(--text-font)
}

.contact-section {
	position: relative;
	padding: 120px 0;
	z-index: 2
}

.contact-section .form-column {
	position: relative;
	z-index: 3
}

.contact-section .form-column .inner-column {
	position: relative;
	padding: 80px 0;
	margin-left: -30px
}

@media(max-width:991.98px) {
	.contact-section .form-column .inner-column {
		margin-left: 0;
		padding-top: 0
	}
}

.contact-section .form-column .contact-form {
	position: relative;
	padding: 80px 60px
}

@media(max-width:575.98px) {
	.contact-section .form-column .contact-form {
		padding: 50px 20px
	}
}

@media(max-width:991.98px) {
	.contact-section .image-column {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}

.contact-section .image-column .inner-column {
	margin-right: -75px
}

@media(max-width:991.98px) {
	.contact-section .image-column .inner-column {
		margin-right: 0
	}
}

.contact-section .image-column .image {
	margin-bottom: 0;
	overflow: hidden
}

@media(max-width:991.98px) {
	.contact-section .image-column .image img {
		width: 100%
	}
}

.contact-form {
	position: relative;
	background-color: var(--theme-color-gray);
	border-radius: 10px
}

.contact-form .sec-title {
	margin-bottom: 50px
}

.contact-form .input-outer {
	position: relative
}

.contact-form .input-outer .icon {
	position: absolute;
	right: 30px;
	top: 23px;
	font-size: var(--body-font-size);
	line-height: 1em;
	color: var(--theme-color1)
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 20px
}

.contact-form .form-group:last-child {
	margin-bottom: 0
}

.contact-form .select2-container--default .select2-selection--single,
.contact-form input:not([type=submit]),
.contact-form textarea,
.contact-form select {
	position: relative;
	display: block;
	height: 60px;
	width: 100%;
	padding: 15px 20px;
	font-size: var(--body-font-size);
	color: #67687a;
	line-height: 32px;
	font-weight: 400;
	background-color: var(--theme-color-light);
	border: 1px solid transparent;
	border-radius: 10px;
	margin-bottom: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.contact-form ::-webkit-input-placeholder {
	color: #67687a
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: var(--theme-color2)
}

.contact-form textarea {
	height: 148px;
	resize: none
}

.contact-form input[type=submit],
.contact-form button {
	width: 100%;
	font-weight: 600;
	line-height: 32px;
	padding: 15px 30px
}

.contact-form.style-two .select2-container--default .select2-selection--single,
.contact-form.style-two input:not([type=submit]),
.contact-form.style-two textarea,
.contact-form.style-two select {
	height: 65px;
	padding: 20px 30px;
	line-height: 25px
}

.contact-form.style-two .input-outer .icon {
	top: 20px;
	line-height: 25px
}

.contact-form.style-two textarea {
	height: 157px;
	resize: none
}

.contact-section-two {
	position: relative;
	z-index: 2
}

.contact-section-two .outer-box {
	position: relative
}

.contact-section-two .outer-box::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--theme-color-gray);
	width: 1000%;
	content: ""
}

@media(max-width:991.98px) {
	.contact-section-two .outer-box::before {
		width: auto;
		left: -20px;
		right: -20px
	}
}

.contact-section-two .form-column {
	position: relative;
	z-index: 3
}

.contact-section-two .form-column .inner-column {
	position: relative;
	padding: 120px 0;
	padding-left: 60px;
	margin-left: -60px
}

@media(max-width:1199.98px) {
	.contact-section-two .form-column .inner-column {
		margin-left: 0;
		padding-left: 0
	}
}

.contact-section-two .form-column .sec-title {
	margin-bottom: 50px
}

.contact-section-two .image-column .inner-column {
	padding-right: 30px;
	height: 100%
}

@media(max-width:1199.98px) {
	.contact-section-two .image-column .inner-column {
		padding-right: 0
	}
}

.contact-section-two .image-column .image-box {
	position: relative;
	height: 100%
}

.contact-section-two .image-column .image-box .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.contact-section-two .image-column .image-box .play-btn .icon {
	height: 93px;
	width: 93px;
	line-height: 91px;
	border-color: var(--theme-color-light);
	font-size: 28px
}

.contact-section-two .image-column .image {
	margin-bottom: 0;
	overflow: hidden;
	height: 100%
}

.contact-section-two .image-column .image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media(max-width:991.98px) {
	.contact-section-two .image-column .image img {
		width: 100%
	}
}

.contact-form-two {
	position: relative;
	background-color: var(--theme-color-gray);
	border-radius: 10px
}

.contact-form-two .sec-title {
	margin-bottom: 50px
}

.contact-form-two .form-group {
	position: relative;
	margin-bottom: 30px
}

.contact-form-two .form-group:last-child {
	margin-bottom: 0
}

.contact-form-two .select2-container--default .select2-selection--single,
.contact-form-two input:not([type=submit]),
.contact-form-two textarea,
.contact-form-two select {
	position: relative;
	display: block;
	height: 72px;
	width: 100%;
	padding: 20px;
	font-size: var(--body-font-size);
	color: var(--theme-colro2);
	line-height: 32px;
	font-weight: 400;
	background-color: var(--theme-color-light);
	border: 1px solid transparent;
	border-radius: 10px;
	margin-bottom: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.contact-form-two ::-webkit-input-placeholder {
	color: #67687a
}

.contact-form-two input:focus,
.contact-form-two select:focus,
.contact-form-two textarea:focus {
	border-color: var(--theme-color2)
}

.contact-form-two textarea {
	height: 118px;
	resize: none
}

.contact-form-two input[type=submit],
.contact-form-two button {
	width: 100%;
	font-weight: 600;
	line-height: 35px;
	padding: 20px 30px
}

.contact-section-three {
	position: relative;
	z-index: 2
}

.contact-section-three .outer-box {
	position: relative;
	background-color: var(--theme-color-gray)
}

.contact-section-three .form-column {
	position: relative;
	z-index: 3
}

.contact-section-three .form-column .inner-column {
	position: relative;
	padding: 100px 0;
	padding-right: 60px
}

@media(max-width:991.98px) {
	.contact-section-three .form-column .inner-column {
		padding: 70px 20px
	}
}

.contact-section-three .form-column .sec-title {
	margin-bottom: 50px
}

@media(max-width:991.98px) {
	.contact-section-three .image-column {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}

.contact-section-three .image-column .inner-column {
	padding: 100px 0;
	padding-right: 20px;
	padding-left: 60px;
	height: 100%
}

@media(max-width:991.98px) {
	.contact-section-three .image-column .inner-column {
		padding: 70px 0
	}
}

.contact-section-three .image-column .image-box {
	position: relative;
	display: inline-block;
	height: 100%
}

@media(max-width:991.98px) {
	.contact-section-three .image-column .image-box {
		display: block;
		height: auto
	}
}

.contact-section-three .image-column .image-box .image {
	margin-bottom: 0;
	border-radius: 5px;
	overflow: hidden;
	height: 100%
}

@media(max-width:1199.98px) {
	.contact-section-three .image-column .image-box .image img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.contact-section-three .skill-box {
	position: absolute;
	left: 20px;
	bottom: 20px;
	height: 246px;
	width: 246px;
	text-align: center;
	background-color: var(--theme-color-light);
	padding: 30px 30px 20px;
	border-radius: 5px
}

@media(max-width:991.98px) {
	.contact-section-three .skill-box {
		position: relative;
		left: 0;
		width: 100%;
		bottom: 0;
		margin-bottom: 50px
	}
}

.contact-section-three .skill-box .pie-graph {
	position: relative;
	height: 140px;
	width: 140px;
	margin: 0 auto 20px
}

.contact-section-three .skill-box .pie-graph .graph-outer {
	position: relative
}

.contact-section-three .skill-box .pie-graph .graph-outer .count-box {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -54%);
	transform: translate(-50%, -54%);
	font-weight: 700;
	font-size: 27px;
	line-height: 38px;
	letter-spacing: -.54px;
	color: var(--theme-color2);
	font-family: var(--title-font)
}

.contact-section-four {
	position: relative;
	padding: 120px 0 70px;
	background-color: var(--theme-color-gray);
	z-index: 2
}

.contact-section-four.pull-up {
	padding-top: 270px;
	margin-top: -160px
}

.contact-section-four .form-column {
	position: relative;
	margin-bottom: 50px;
	z-index: 3
}

.contact-section-four .form-column .sec-title {
	margin-bottom: 40px
}

.contact-section-four .image-column {
	margin-bottom: 50px
}

.contact-section-four .image-column .inner-column {
	padding-right: 55px
}

@media(max-width:991.98px) {
	.contact-section-four .image-column .inner-column {
		padding-right: 0
	}
}

.contact-section-four .image-column .image-box {
	position: relative;
	padding-bottom: 150px;
	padding-top: 70px
}

@media(max-width:575.98px) {
	.contact-section-four .image-column .image-box {
		padding-top: 0;
		padding-bottom: 0
	}
}

.contact-section-four .image-column .image-box .icon-lines {
	position: absolute;
	left: 70px;
	top: -10px
}

@media(max-width:991.98px) {
	.contact-section-four .image-column .image-box .icon-lines {
		display: none
	}
}

.contact-section-four .image-column .image-1 {
	position: relative;
	text-align: right;
	margin-bottom: 0
}

.contact-section-four .image-column .image-1 img {
	display: inline-block;
	border-radius: 10px
}

@media(max-width:575.98px) {
	.contact-section-four .image-column .image-1 img {
		width: 100%
	}
}

.contact-section-four .image-column .image-2 {
	position: absolute;
	left: 20px;
	bottom: 45px
}

@media(max-width:575.98px) {
	.contact-section-four .image-column .image-2 {
		display: none
	}
}

.contact-section-four .image-column .image-2 img {
	border-radius: 10px;
	border: 5px solid var(--theme-color-light)
}

.contact-section-four .image-column .info-box {
	position: absolute;
	right: -20px;
	bottom: 0;
	padding: 5px 20px 25px;
	background-color: var(--theme-color-light);
	border-radius: 10px;
	background: #fff;
	text-align: center;
	min-width: 245px;
	-webkit-box-shadow: 0 0 18px 5px rgba(0, 0, 0, .05);
	box-shadow: 0 0 18px 5px rgba(0, 0, 0, .05)
}

@media(max-width:991.98px) {
	.contact-section-four .image-column .info-box {
		right: 0
	}
}

@media(max-width:575.98px) {
	.contact-section-four .image-column .info-box {
		position: relative;
		width: 100%
	}
}

.contact-section-four .image-column .info-box .icon-box {
	position: relative;
	margin-bottom: -5px
}

.contact-section-four .image-column .info-box .icon-box .count {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -.4px;
	color: var(--theme-color2)
}

.contact-section-four .image-column .info-box .title {
	margin-bottom: 0
}

.contact-section-four .image-column .play-btn {
	position: absolute;
	left: -10px;
	bottom: 180px
}

.contact-section-four .image-column .play-btn:hover .icon {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.contact-section-four .image-column .play-btn .icon {
	height: 80px;
	width: 80px;
	border-radius: 0;
	background-color: var(--theme-color-gray);
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 28px
}

.contact-section-five {
	position: relative;
	padding: 120px 0
}

.contact-section-five.pull-up .bg {
	top: -307px;
	bottom: 0;
	height: auto;
	background-color: var(--theme-color-gray)
}

.contact-section-five .outer-box {
	position: relative;
	background-color: var(--theme-color-light)
}

.contact-section-five .form-column .inner-column {
	position: relative;
	padding: 60px 60px 60px 0
}

@media(max-width:991.98px) {
	.contact-section-five .form-column .inner-column {
		padding: 0 20px 50px
	}
}

.contact-section-five .form-column .inner-column .contact-form {
	background-color: transparent
}

.contact-section-five .form-column .inner-column .contact-form .select2-container--default .select2-selection--single,
.contact-section-five .form-column .inner-column .contact-form input:not([type=submit]),
.contact-section-five .form-column .inner-column .contact-form textarea,
.contact-section-five .form-column .inner-column .contact-form select {
	border: 1px solid #e3e3e3
}

.contact-section-five .form-column .inner-column .contact-form textarea {
	height: 100px
}

.contact-section-five .content-column .inner-column {
	padding: 67px 40px 80px 60px
}

@media(max-width:991.98px) {
	.contact-section-five .content-column .inner-column {
		padding: 50px 20px
	}
}

.contact-section-five .content-column .inner-column .sec-title {
	margin-bottom: 30px
}

.contact-section-five .content-column .inner-column .info-link {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -.8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: var(--title-font)
}

.contact-section-five .content-column .inner-column .info-link i {
	color: var(--theme-color1);
	margin-right: 10px;
	font-size: var(--body-font-size)
}

.contact-section-six {
	position: relative;
	padding: 120px 0 70px
}

.contact-section-six .content-column {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 3;
	margin-bottom: 50px
}

.contact-section-six .content-column .inner-column {
	position: relative;
	border-radius: 10px;
	padding: 60px;
	background-color: var(--bg-theme-color1);
	margin-left: -20px
}

@media(max-width:1199.98px) {
	.contact-section-six .content-column .inner-column {
		margin-left: 0;
		padding: 40px
	}
}

@media(max-width:575.98px) {
	.contact-section-six .content-column .inner-column {
		margin-left: 0;
		padding: 30px 20px
	}
}

@media(max-width:991.98px) {
	.contact-section-six .content-column .inner-column .sec-title br {
		display: none
	}
}

.contact-section-six .content-column .inner-column .sec-title .sub-title::before {
	color: var(--theme-color-light)
}

.contact-section-six .content-column .inner-column .sec-title .text {
	margin-top: 30px
}

.contact-section-six .content-column .inner-column .sec-title .theme-btn {
	margin-top: 30px;
	padding: 15px 40px;
	line-height: 30px
}

.contact-section-six .image-column {
	margin-bottom: 50px
}

.contact-section-six .image-column .inner-column {
	margin-right: -70px
}

@media(max-width:991.98px) {
	.contact-section-six .image-column .inner-column {
		margin-right: 0
	}
}

.contact-section-six .image-column .image img {
	width: 100%
}

.contact-section-seven {
	position: relative;
	padding: 120px 0;
	z-index: 2
}

.contact-section-seven .form-column {
	position: relative;
	z-index: 3
}

.contact-section-seven .form-column .inner-column {
	position: relative;
	padding: 80px 0;
	margin-left: -30px
}

@media(max-width:991.98px) {
	.contact-section-seven .form-column .inner-column {
		margin-left: 0;
		padding-top: 0
	}
}

.contact-section-seven .form-column .contact-form {
	position: relative;
	padding: 80px 60px 50px;
	background-color: var(--theme-color-light);
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

@media(max-width:1199.98px) {
	.contact-section-seven .form-column .contact-form {
		padding: 70px 20px 20px
	}
}

.contact-section-seven .form-column .contact-form .form-group {
	margin-bottom: 30px
}

.contact-section-seven .form-column .contact-form .select2-container--default .select2-selection--single,
.contact-section-seven .form-column .contact-form input:not([type=submit]),
.contact-section-seven .form-column .contact-form textarea,
.contact-section-seven .form-column .contact-form select {
	border: 1px solid #e3e3e3;
	border-radius: 5px
}

.contact-section-seven .form-column .contact-form textarea {
	height: 134px
}

.contact-section-seven .image-column .inner-column {
	margin-right: -145px
}

@media(max-width:991.98px) {
	.contact-section-seven .image-column .inner-column {
		margin-right: 0
	}
}

.contact-section-seven .image-column .image {
	margin-bottom: 0;
	overflow: hidden
}

@media(max-width:991.98px) {
	.contact-section-seven .image-column .image img {
		width: 100%
	}
}

.contact-section-eight {
	position: relative;
	padding: 120px 0 70px;
	z-index: 2
}

.contact-section-eight .form-column {
	position: relative;
	margin-bottom: 50px;
	z-index: 3
}

.contact-section-eight .form-column .inner-column {
	position: relative;
	padding-right: 60px
}

@media(max-width:1199.98px) {
	.contact-section-eight .form-column .inner-column {
		padding-right: 0
	}
}

.contact-section-eight .form-column .contact-form {
	position: relative;
	background-color: var(--theme-color-light)
}

.contact-section-eight .form-column .contact-form .select2-container--default .select2-selection--single,
.contact-section-eight .form-column .contact-form input:not([type=submit]),
.contact-section-eight .form-column .contact-form textarea,
.contact-section-eight .form-column .contact-form select {
	height: 72px;
	line-height: 30px;
	padding: 20px 30px;
	background-color: var(--theme-color-gray);
	border-radius: 5px
}

.contact-section-eight .form-column .contact-form textarea {
	height: 145px
}

.contact-section-eight .form-column .contact-form .theme-btn {
	line-height: 30px;
	padding: 20px 30px
}

.contact-section-eight .form-column .contact-form .input-outer .icon {
	right: 6px;
	top: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--theme-color-gray);
	height: 68px;
	width: 68px;
	text-align: center;
	border-radius: 10px;
	pointer-events: none
}

.contact-section-eight .image-column {
	margin-bottom: 50px
}

@media(max-width:1199.98px) {
	.contact-section-eight .image-column {
		display: none
	}
}

.contact-section-eight .image-column .inner-column {
	margin-left: -320px
}

@media(max-width:1199.98px) {
	.contact-section-eight .image-column .inner-column {
		margin-left: 0
	}
}

.contact-section-eight .image-column .image {
	margin-bottom: 0;
	overflow: hidden
}

@media(max-width:991.98px) {
	.contact-section-eight .image-column .image img {
		width: 100%
	}
}

.subscribe-section {
	position: relative;
	background-color: var(--theme-color1);
	padding: 85px 0 45px
}

.subscribe-section.alternate {
	background: 0 0;
	padding: 0
}

.subscribe-section .title-column {
	position: relative;
	margin-bottom: 40px
}

@media(max-width:767.98px) {
	.subscribe-section .title-column {
		margin-bottom: 20px
	}
}

.subscribe-section .title-column .title {
	color: var(--theme-color-light);
	letter-spacing: -1.92px
}

@media(max-width:1199.98px) {
	.subscribe-section .title-column .title {
		text-align: center
	}
}

@media(max-width:767.98px) {
	.subscribe-section .title-column .title {
		font-size: 36px
	}
}

.subscribe-section .form-column {
	position: relative;
	margin-bottom: 40px
}

.subscribe-section .form-column .newsletter-form {
	padding-top: 35px;
	padding-left: 60px
}

@media(max-width:1199.98px) {
	.subscribe-section .form-column .newsletter-form {
		padding-top: 0;
		padding-left: 0
	}
}

.subscribe-section .outer-box {
	position: relative;
	z-index: 3;
	background-color: var(--theme-color1);
	padding: 60px 80px 5px;
	border-radius: 10px
}

@media(max-width:767.98px) {
	.subscribe-section .outer-box {
		padding: 40px 20px 10px
	}
}

.newsletter-form {
	position: relative
}

.newsletter-form .form-group {
	position: relative;
	padding-right: 170px
}

@media(max-width:575.98px) {
	.newsletter-form .form-group {
		padding-right: 0
	}
}

.newsletter-form .form-group input[type=text],
.newsletter-form .form-group input[type=email] {
	position: relative;
	display: block;
	height: 60px;
	width: 100%;
	font-size: var(--body-font-size);
	line-height: 32px;
	color: var(--theme-color-dark);
	padding: 14px 27px;
	background: #fff;
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.newsletter-form .form-group input[type=text]::-webkit-input-placeholder,
.newsletter-form .form-group input[type=email]::-webkit-input-placeholder {
	color: #82828a
}

.newsletter-form .form-group input[type=text]::-moz-placeholder,
.newsletter-form .form-group input[type=email]::-moz-placeholder {
	color: #82828a
}

.newsletter-form .form-group input[type=text]:-ms-input-placeholder,
.newsletter-form .form-group input[type=email]:-ms-input-placeholder {
	color: #82828a
}

.newsletter-form .form-group input[type=text]::-ms-input-placeholder,
.newsletter-form .form-group input[type=email]::-ms-input-placeholder {
	color: #82828a
}

.newsletter-form .form-group input[type=text]::placeholder,
.newsletter-form .form-group input[type=email]::placeholder {
	color: #82828a
}

.newsletter-form .form-group .theme-btn {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 30px;
	padding: 15px 10px;
	min-width: 150px
}

@media(max-width:575.98px) {
	.newsletter-form .form-group .theme-btn {
		position: relative;
		width: 100%;
		margin-top: 10px
	}
}

.subscribe-section-two {
	position: relative;
	z-index: 2
}

.subscribe-section-two .outer-box {
	position: relative;
	padding: 85px 0 45px
}

.subscribe-section-two .outer-box:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -320px;
	right: -120px;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	content: "";
	background-image: url(../images/icons/shape-2.png);
	background-color: var(--theme-color-light);
	background-repeat: no-repeat;
	background-position: center right
}

.subscribe-section-two .title-column {
	position: relative;
	margin-bottom: 40px
}

.subscribe-section-two .title-column .title {
	letter-spacing: -1.92px
}

@media(max-width:575.98px) {
	.subscribe-section-two .title-column .title {
		font-size: 36px
	}
}

.subscribe-section-two .form-column {
	position: relative;
	margin-bottom: 40px
}

.subscribe-section-two .form-column .newsletter-form-two {
	padding-right: 35px
}

@media(max-width:991.98px) {
	.subscribe-section-two .form-column .newsletter-form-two {
		padding-right: 0
	}
}

.newsletter-form-two {
	position: relative
}

.newsletter-form-two .form-group {
	position: relative;
	margin-bottom: 30px
}

.newsletter-form-two .form-group input[type=text],
.newsletter-form-two .form-group input[type=email] {
	position: relative;
	display: block;
	height: 60px;
	width: 100%;
	font-size: var(--body-font-size);
	line-height: 32px;
	color: var(--theme-color-dark);
	padding: 14px 27px;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.newsletter-form-two .form-group input[type=text]::-webkit-input-placeholder,
.newsletter-form-two .form-group input[type=email]::-webkit-input-placeholder {
	color: #82828a
}

.newsletter-form-two .form-group input[type=text]::-moz-placeholder,
.newsletter-form-two .form-group input[type=email]::-moz-placeholder {
	color: #82828a
}

.newsletter-form-two .form-group input[type=text]:-ms-input-placeholder,
.newsletter-form-two .form-group input[type=email]:-ms-input-placeholder {
	color: #82828a
}

.newsletter-form-two .form-group input[type=text]::-ms-input-placeholder,
.newsletter-form-two .form-group input[type=email]::-ms-input-placeholder {
	color: #82828a
}

.newsletter-form-two .form-group input[type=text]::placeholder,
.newsletter-form-two .form-group input[type=email]::placeholder {
	color: #82828a
}

.newsletter-form-two .form-group .theme-btn {
	width: 100%
}

.subscribe-section-three {
	position: relative;
	background-color: var(--theme-color-gray);
	padding: 120px 0
}

.subscribe-section-three .outer-box {
	max-width: 870px;
	margin: 0 auto;
	text-align: center
}

.subscribe-section-three .sec-title {
	margin-bottom: 30px
}

.subscribe-section-three .sec-title .text {
	margin-top: 10px
}

.newsletter-form-three {
	position: relative
}

.newsletter-form-three .form-group {
	position: relative
}

.newsletter-form-three .form-group input[type=text],
.newsletter-form-three .form-group input[type=email] {
	position: relative;
	display: block;
	height: 72px;
	width: 100%;
	font-size: var(--body-font-size);
	line-height: 32px;
	color: var(--theme-color-dark);
	padding: 20px 27px;
	background: rgba(22, 36, 62, .1);
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.newsletter-form-three .form-group input[type=text]::-webkit-input-placeholder,
.newsletter-form-three .form-group input[type=email]::-webkit-input-placeholder {
	color: #82828a
}

.newsletter-form-three .form-group input[type=text]::-moz-placeholder,
.newsletter-form-three .form-group input[type=email]::-moz-placeholder {
	color: #82828a
}

.newsletter-form-three .form-group input[type=text]:-ms-input-placeholder,
.newsletter-form-three .form-group input[type=email]:-ms-input-placeholder {
	color: #82828a
}

.newsletter-form-three .form-group input[type=text]::-ms-input-placeholder,
.newsletter-form-three .form-group input[type=email]::-ms-input-placeholder {
	color: #82828a
}

.newsletter-form-three .form-group input[type=text]::placeholder,
.newsletter-form-three .form-group input[type=email]::placeholder {
	color: #82828a
}

.newsletter-form-three .form-group .theme-btn {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 32px;
	padding: 20px 30px;
	background-color: transparent;
	color: var(--theme-color2)
}

.newsletter-form-three .form-group .theme-btn i {
	color: var(--theme-color1)
}

@media(max-width:575.98px) {
	.newsletter-form-three .form-group .theme-btn {
		position: relative;
		margin-top: 20px;
		width: 100%;
		line-height: 20px;
		background-color: var(--theme-color-light)
	}
}

.subscribe-section-four {
	position: relative
}

.subscribe-section-four:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	height: 170px;
	top: auto;
	bottom: 0;
	background-color: var(--theme-color-gray);
	content: ""
}

.subscribe-section-four .outer-box {
	position: relative;
	background-color: var(--bg-theme-color1);
	padding-top: 65px
}

@media(max-width:991.98px) {
	.subscribe-section-four .outer-box {
		padding-top: 0
	}
}

.subscribe-section-four .outer-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	height: 60px;
	background-color: var(--theme-color-light);
	content: ""
}

@media(max-width:991.98px) {
	.subscribe-section-four .outer-box:before {
		display: none
	}
}

.subscribe-section-four .form-column .inner-column {
	position: relative;
	padding: 50px 0;
	margin-left: -50px;
	max-width: 630px;
	padding-right: 25px
}

@media(max-width:1199.98px) {
	.subscribe-section-four .form-column .inner-column {
		margin-left: 0
	}
}

@media(max-width:991.98px) {
	.subscribe-section-four .form-column .inner-column {
		text-align: center;
		padding: 50px 30px;
		margin: 0 auto 50px
	}
}

.subscribe-section-four .form-column .sec-title {
	margin-bottom: 30px
}

.subscribe-section-four .form-column .sec-title .text {
	margin-top: 10px
}

.subscribe-section-four .image-column {
	position: relative
}

.subscribe-section-four .image-column .inner-column {
	position: relative;
	text-align: center;
	margin-top: -60px;
	overflow: hidden
}

.subscribe-section-four .image-column .image {
	position: relative;
	display: block;
	margin: 0 auto
}

.subscribe-section-four .image-column .bg-shpae {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -80px;
	width: 383px;
	height: 318px;
	background-image: url(../images/icons/shape-3.png)
}

.newsletter-form-four {
	position: relative
}

.newsletter-form-four .form-group {
	position: relative;
	padding-right: 200px
}

@media(max-width:767.98px) {
	.newsletter-form-four .form-group {
		padding-right: 0
	}
}

.newsletter-form-four .form-group input[type=text],
.newsletter-form-four .form-group input[type=email] {
	position: relative;
	display: block;
	height: 52px;
	width: 100%;
	font-size: var(--body-font-size);
	line-height: 30px;
	color: var(--theme-color-dark);
	padding: 10px 27px;
	background: #fff;
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.newsletter-form-four .form-group input[type=text]::-webkit-input-placeholder,
.newsletter-form-four .form-group input[type=email]::-webkit-input-placeholder {
	color: #82828a
}

.newsletter-form-four .form-group input[type=text]::-moz-placeholder,
.newsletter-form-four .form-group input[type=email]::-moz-placeholder {
	color: #82828a
}

.newsletter-form-four .form-group input[type=text]:-ms-input-placeholder,
.newsletter-form-four .form-group input[type=email]:-ms-input-placeholder {
	color: #82828a
}

.newsletter-form-four .form-group input[type=text]::-ms-input-placeholder,
.newsletter-form-four .form-group input[type=email]::-ms-input-placeholder {
	color: #82828a
}

.newsletter-form-four .form-group input[type=text]::placeholder,
.newsletter-form-four .form-group input[type=email]::placeholder {
	color: #82828a
}

.newsletter-form-four .form-group .theme-btn {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 30px;
	padding: 10px;
	min-width: 170px;
	border: 1px solid var(--theme-color-light)
}

@media(max-width:767.98px) {
	.newsletter-form-four .form-group .theme-btn {
		position: relative;
		margin-top: 20px
	}
}

.subscribe-section-five {
	position: relative;
	background-color: var(--theme-color-gray);
	padding: 110px 0
}

.subscribe-section-five .outer-box {
	max-width: 630px;
	margin: 0 auto
}

@media(max-width:1199.98px) {
	.subscribe-section-five .outer-box {
		text-align: center
	}
}

.subscribe-section-five .sec-title {
	margin-bottom: 45px
}

.newsletter-form-five {
	position: relative
}

.newsletter-form-five .form-group {
	position: relative;
	max-width: 540px
}

@media(max-width:1199.98px) {
	.newsletter-form-five .form-group {
		margin: 0 auto
	}
}

.newsletter-form-five .form-group input[type=text],
.newsletter-form-five .form-group input[type=email] {
	position: relative;
	display: block;
	height: 60px;
	width: 100%;
	font-size: var(--body-font-size);
	line-height: 30px;
	color: var(--theme-color-dark);
	padding: 15px 20px;
	background-color: var(--theme-color-light);
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:767.98px) {

	.newsletter-form-five .form-group input[type=text],
	.newsletter-form-five .form-group input[type=email] {
		text-align: center
	}
}

.newsletter-form-five .form-group input[type=text]::-webkit-input-placeholder,
.newsletter-form-five .form-group input[type=email]::-webkit-input-placeholder {
	color: #82828a
}

.newsletter-form-five .form-group input[type=text]::-moz-placeholder,
.newsletter-form-five .form-group input[type=email]::-moz-placeholder {
	color: #82828a
}

.newsletter-form-five .form-group input[type=text]:-ms-input-placeholder,
.newsletter-form-five .form-group input[type=email]:-ms-input-placeholder {
	color: #82828a
}

.newsletter-form-five .form-group input[type=text]::-ms-input-placeholder,
.newsletter-form-five .form-group input[type=email]::-ms-input-placeholder {
	color: #82828a
}

.newsletter-form-five .form-group input[type=text]::placeholder,
.newsletter-form-five .form-group input[type=email]::placeholder {
	color: #82828a
}

.newsletter-form-five .form-group .theme-btn {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 30px;
	padding: 15px 40px
}

@media(max-width:767.98px) {
	.newsletter-form-five .form-group .theme-btn {
		position: relative;
		width: 100%;
		text-align: center;
		margin-top: 20px
	}
}

.subscribe-section-six {
	position: relative
}

.subscribe-section-six:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	height: 50%;
	background-color: var(--theme-color-gray);
	content: ""
}

.subscribe-section-six .outer-box {
	position: relative;
	background-color: var(--bg-theme-color2);
	border-radius: 20px;
	overflow: hidden
}

.subscribe-section-six .outer-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/icons/shape-5.png);
	background-position: right top;
	background-repeat: no-repeat;
	content: ""
}

@media(max-width:991.98px) {
	.subscribe-section-six .outer-box:before {
		display: none
	}
}

.subscribe-section-six .form-column .inner-column {
	position: relative;
	padding: 90px 0 100px
}

@media(max-width:991.98px) {
	.subscribe-section-six .form-column .inner-column {
		text-align: center;
		padding: 70px 30px
	}
}

.subscribe-section-six .form-column .sec-title {
	margin-bottom: 40px
}

.subscribe-section-six .form-column .sec-title .text {
	margin-top: 20px
}

.subscribe-section-six .form-column .newsletter-form-six {
	max-width: 520px
}

@media(max-width:991.98px) {
	.subscribe-section-six .form-column .newsletter-form-six {
		margin: 0 auto
	}
}

.subscribe-section-six .image-column {
	position: relative
}

.subscribe-section-six .image-column .inner-column {
	position: relative;
	text-align: center;
	padding-top: 35px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media(max-width:991.98px) {
	.subscribe-section-six .image-column .inner-column {
		padding-top: 0
	}
}

.subscribe-section-six .image-column .image {
	position: relative;
	display: block;
	margin: 0 auto
}

.newsletter-form-six {
	position: relative
}

.newsletter-form-six .form-group {
	position: relative
}

.newsletter-form-six .form-group input[type=text],
.newsletter-form-six .form-group input[type=email] {
	position: relative;
	display: block;
	height: 52px;
	width: 100%;
	font-size: var(--body-font-size);
	line-height: 30px;
	color: var(--theme-color-dark);
	padding: 10px 27px;
	background: #fff;
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.newsletter-form-six .form-group input[type=text]::-webkit-input-placeholder,
.newsletter-form-six .form-group input[type=email]::-webkit-input-placeholder {
	color: #82828a
}

.newsletter-form-six .form-group input[type=text]::-moz-placeholder,
.newsletter-form-six .form-group input[type=email]::-moz-placeholder {
	color: #82828a
}

.newsletter-form-six .form-group input[type=text]:-ms-input-placeholder,
.newsletter-form-six .form-group input[type=email]:-ms-input-placeholder {
	color: #82828a
}

.newsletter-form-six .form-group input[type=text]::-ms-input-placeholder,
.newsletter-form-six .form-group input[type=email]::-ms-input-placeholder {
	color: #82828a
}

.newsletter-form-six .form-group input[type=text]::placeholder,
.newsletter-form-six .form-group input[type=email]::placeholder {
	color: #82828a
}

.newsletter-form-six .form-group .theme-btn {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 30px;
	padding: 10px;
	min-width: 170px;
	border: 1px solid transparent
}

@media(max-width:575.98px) {
	.newsletter-form-six .form-group .theme-btn {
		position: relative;
		width: 100%;
		margin-top: 10px
	}
}

.subscribe-section-seven {
	position: relative;
	padding: 80px 0 40px;
	background-color: var(--theme-color-gray)
}

.subscribe-section-seven .image-column {
	margin-bottom: 50px
}

.subscribe-section-seven .image-column .inner-column .image-box {
	padding-left: 45px
}

@media(max-width:991.98px) {
	.subscribe-section-seven .image-column .inner-column .image-box {
		text-align: center;
		padding-left: 0
	}
}

.subscribe-section-seven .content-column {
	margin-bottom: 50px
}

.subscribe-section-seven .content-column .inner-column {
	padding-top: 15px
}

.subscribe-section-seven .content-column .inner-column .sec-title {
	margin-bottom: 25px
}

@media(max-width:991.98px) {
	.subscribe-section-seven .content-column .inner-column .sec-title {
		text-align: center
	}
}

@media(max-width:767.98px) {
	.subscribe-section-seven .content-column .inner-column .sec-title br {
		display: none
	}
}

.subscribe-section-seven .content-column .inner-column .sec-title .sub-title {
	padding-left: 0;
	color: var(--theme-color1)
}

.subscribe-section-seven .content-column .inner-column .sec-title .sub-title:before {
	display: none
}

.subscribe-section-seven .content-column .inner-column .sec-title .text {
	margin-top: 9px
}

.subscribe-section-seven .content-column .inner-column .newsletter-form-six {
	max-width: 410px
}

@media(max-width:991.98px) {
	.subscribe-section-seven .content-column .inner-column .newsletter-form-six {
		margin: 0 auto
	}
}

.subscribe-section-seven .content-column .inner-column .newsletter-form-six .theme-btn {
	padding: 10px 30px;
	min-width: auto
}

.subscribe-section-eight {
	position: relative;
	background-color: var(--theme-color-gray);
	padding: 120px 0 70px
}

.subscribe-section-eight .title-column {
	position: relative;
	margin-bottom: 50px
}

.subscribe-section-eight .title-column .title {
	letter-spacing: -1.92px;
	margin-bottom: 0
}

@media(max-width:991.98px) {
	.subscribe-section-eight .title-column .title {
		text-align: center
	}

	.subscribe-section-eight .title-column .title br {
		display: none
	}
}

.subscribe-section-eight .form-column {
	position: relative;
	margin-bottom: 40px
}

.subscribe-section-eight .form-column .newsletter-form-three {
	padding-top: 25px;
	padding-left: 60px
}

@media(max-width:991.98px) {
	.subscribe-section-eight .form-column .newsletter-form-three {
		padding-left: 0;
		padding-top: 0
	}
}

.subscribe-section-eight .form-column .newsletter-form-three .form-group input:not([type=submit]) {
	background-color: var(--theme-color-light)
}

.subscribe-section-eight .form-column .newsletter-form-three .form-group .theme-btn {
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
	font-weight: 400;
	border-radius: 0 10px 10px 0;
	padding-left: 40px;
	padding-right: 40px
}

.subscribe-section-nine {
	position: relative;
	z-index: 3
}

@media(max-width:1199.98px) {
	.subscribe-section-nine .bg-icon {
		display: none
	}
}

.subscribe-section-nine .bg-icon .icon-left {
	position: absolute;
	top: 0;
	left: 79px
}

.subscribe-section-nine .bg-icon .icon-right {
	position: absolute;
	bottom: 95px;
	right: 0
}

.subscribe-section-nine .outer-box {
	position: relative;
	border-radius: 10px;
	padding: 80px 30px 70px;
	background-color: var(--theme-color-light)
}

.subscribe-section-nine .outer-box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 739px;
	height: 100%;
	background: linear-gradient(255.88deg, #D0F4DE 2.63%, rgba(208, 244, 222, 0) 90.75%)
}

@media(max-width:991.98px) {
	.subscribe-section-nine .outer-box:before {
		width: 100%
	}
}

.subscribe-section-nine .outer-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 739px;
	height: 100%;
	background: linear-gradient(91.77deg, rgba(34, 211, 107, 0.11) 3.46%, rgba(34, 211, 107, 0) 95.75%)
}

@media(max-width:991.98px) {
	.subscribe-section-nine .outer-box:after {
		width: 100%
	}
}

.subscribe-section-nine .outer-box .sec-title {
	margin-bottom: 23px
}

.subscribe-section-nine .outer-box .sec-title .sub-title {
	padding-left: 0;
	color: var(--theme-color1)
}

.subscribe-section-nine .outer-box .sec-title .sub-title:before {
	display: none
}

.subscribe-section-nine .outer-box .newsletter-form-five {
	max-width: 500px;
	margin: 0 auto;
	z-index: 2
}

.subscribe-section-nine .outer-box .newsletter-form-five .form-group input:not([type=submit]) {
	background-color: var(--theme-color-light);
	border-radius: 10px;
	height: 65px;
	border: 1px solid var(--gray-200, #E3E3E3);
	padding: 20px 25px;
	line-height: 23px
}

.subscribe-section-nine .outer-box .newsletter-form-five .form-group .theme-btn {
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
	font-weight: 400;
	border-radius: 0 10px 10px 0;
	padding: 20px 23px;
	line-height: 25px;
	min-width: auto
}

.call-to-action {
	position: relative;
	z-index: 2
}

.call-to-action .outer-box {
	position: relative;
	background-color: var(--theme-color-gray);
	padding: 70px 0;
	border-radius: 10px 10px 0 0
}

.call-to-action .title-column {
	position: relative
}

.call-to-action .title-column .inner-column {
	padding-left: 100px
}

@media(max-width:1199.98px) {
	.call-to-action .title-column .inner-column {
		padding-left: 0;
		text-align: center;
		margin-bottom: 40px
	}
}

.call-to-action .btn-column .inner-column {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media(max-width:1199.98px) {
	.call-to-action .btn-column .inner-column {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.call-to-action-two {
	position: relative;
	z-index: 2
}

.call-to-action-two .outer-box {
	position: relative;
	background-color: var(--theme-color-gray)
}

@media(max-width:991.98px) {

	.call-to-action-two .outer-box .bg,
	.call-to-action-two .outer-box br {
		display: none
	}
}

.call-to-action-two .title-column .inner-column {
	padding: 40px 60px
}

@media(max-width:991.98px) {
	.call-to-action-two .title-column .inner-column {
		padding: 40px
	}
}

.call-to-action-two .title-column .inner-column .sec-title .text {
	margin-top: 10px
}

.call-to-action-two .title-column .info-btn {
	position: relative;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: -.8px;
	font-family: var(--title-font)
}

.call-to-action-two .title-column .info-btn .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;
	height: 40px;
	width: 40px;
	margin-right: 10px;
	border-radius: 5px;
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.call-to-action-two .image-column .inner-column {
	position: relative;
	margin-right: -70px;
	height: 100%
}

@media(max-width:991.98px) {
	.call-to-action-two .image-column .inner-column {
		margin-right: 0
	}
}

.call-to-action-two .image-column .inner-column .image {
	margin-bottom: 0;
	height: 100%
}

.call-to-action-two .image-column .inner-column .image:before {
	position: absolute;
	right: -1px;
	top: -1px;
	width: 190px;
	bottom: -1px;
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	content: "";
	background-color: var(--theme-color-gray);
	background-image: url(../images/icons/pattern-10.jpg);
	background-position: -520px 10px
}

@media(max-width:991.98px) {
	.call-to-action-two .image-column .inner-column .image:before {
		display: none
	}
}

.call-to-action-two .image-column .inner-column .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.call-to-action-three {
	position: relative;
	padding: 100px 0
}

.call-to-action-three:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--bg-theme-color1);
	mix-blend-mode: multiply;
	z-index: 2
}

.call-to-action-three .bg {
	opacity: .2
}

.call-to-action-three .outer-box {
	position: relative;
	z-index: 9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media(max-width:991.98px) {
	.call-to-action-three .outer-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
}

.call-to-action-three .outer-box .title {
	margin-bottom: 0;
	color: var(--theme-color-light);
	letter-spacing: -1.92px;
	padding-right: 30px
}

@media(max-width:991.98px) {
	.call-to-action-three .outer-box .title {
		padding-right: 0;
		margin-bottom: 20px
	}
}

.call-to-action-three .outer-box .btn-style-one {
	background-color: var(--theme-color-light);
	color: var(--theme-color2);
	line-height: 30px;
	padding: 10px 30px
}

.call-to-action-three .outer-box .btn-style-one:hover {
	color: var(--theme-color-light)
}

.call-to-action-four {
	position: relative;
	padding: 120px 0
}

.call-to-action-four:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--theme-color-gray);
	top: auto;
	bottom: 0;
	max-height: 50%;
	content: ""
}

.call-to-action-four .outer-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--theme-color1);
	padding: 80px 220px 80px 300px;
	border-radius: 5px
}

@media(max-width:1199.98px) {
	.call-to-action-four .outer-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		padding: 70px
	}

	.call-to-action-four .outer-box br {
		display: none
	}
}

@media(max-width:767.98px) {
	.call-to-action-four .outer-box {
		padding: 70px 20px
	}
}

@media(max-width:1199.98px) {
	.call-to-action-four .outer-box .anim-icons {
		display: none
	}
}

.call-to-action-four .outer-box .anim-icons .left-icon {
	position: absolute;
	left: 89px;
	top: 86px
}

.call-to-action-four .outer-box .anim-icons .right-icon {
	position: absolute;
	bottom: 10px;
	right: 51px
}

.call-to-action-four .outer-box .sec-title {
	margin-bottom: 0
}

.call-to-action-four .outer-box .sec-title .sub-title {
	padding-left: 0
}

.call-to-action-four .outer-box .sec-title .sub-title:before {
	display: none
}

.call-to-action-four .outer-box .btn-style-one {
	background-color: var(--theme-color-light);
	color: var(--theme-color2);
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content
}

.call-to-action-four .outer-box .btn-style-one:hover {
	color: var(--theme-color-light)
}

@media(max-width:1199.98px) {
	.call-to-action-four .outer-box .btn-style-one {
		margin-top: 30px
	}
}

.call-to-action-five {
	position: relative;
	background-color: var(--bg-theme-color1);
	min-height: 250px
}

.call-to-action-five .outer-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--theme-color1);
	padding: 66px 0
}

@media(max-width:1199.98px) {
	.call-to-action-five .outer-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
}

.call-to-action-five .outer-box .image {
	position: absolute;
	left: -320px;
	top: 0
}

@media(max-width:1199.98px) {
	.call-to-action-five .outer-box .image {
		display: none
	}
}

.call-to-action-five .outer-box .sec-title {
	margin-bottom: 0;
	padding-left: 395px
}

@media(max-width:1199.98px) {
	.call-to-action-five .outer-box .sec-title {
		padding-left: 0;
		margin-bottom: 20px
	}
}

.call-to-action-five .outer-box .sec-title .icon {
	position: absolute;
	left: 255px;
	top: 50%;
	width: 89px;
	height: 89px;
	font-size: 32px;
	border-radius: 89px;
	background: #f2f3f5;
	margin-top: -44px;
	color: var(--theme-color2);
	line-height: 89px;
	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
}

@media(max-width:1199.98px) {
	.call-to-action-five .outer-box .sec-title .icon {
		position: relative;
		left: 0;
		top: 0;
		margin-top: 0;
		display: inline-block;
		margin-bottom: 10px
	}
}

.call-to-action-five .outer-box .sec-title .title {
	color: var(--theme-color-light);
	margin-bottom: 0
}

.call-to-action-five .outer-box .btn-style-one {
	background-color: var(--theme-color-light);
	color: var(--theme-color2);
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content
}

.call-to-action-five .outer-box .btn-style-one:hover {
	color: var(--theme-color-light)
}

.faqs-section {
	position: relative;
	padding: 120px 0 70px;
	background-color: var(--theme-color-gray)
}

.faqs-section .icon-flower {
	top: 277px;
	left: -260px
}

.faqs-section .icon-chat {
	left: -266px;
	top: 484px
}

.faqs-section .sec-title {
	margin-bottom: 50px
}

.faqs-section .faq-column {
	margin-bottom: 50px
}

.faqs-section .faq-column .inner-column {
	position: relative;
	padding: 80px 60px;
	border-radius: 10px;
	background-color: var(--theme-color-light)
}

@media(max-width:767.98px) {
	.faqs-section .faq-column .inner-column {
		padding: 50px 20px
	}
}

.faqs-section .image-column .inner-column {
	position: relative;
	padding-left: 55px;
	padding-top: 45px;
	padding-bottom: 70px
}

@media(max-width:1199.98px) {
	.faqs-section .image-column .inner-column {
		padding-left: 0
	}
}

.faqs-section .image-column .inner-column .icon-dots-2 {
	position: absolute;
	left: 0;
	top: 0
}

@media(max-width:767.98px) {
	.faqs-section .image-column .inner-column .icon-dots-2 {
		display: none
	}
}

.faqs-section .image-column .inner-column .icon-arrow-round {
	position: absolute;
	left: 220px;
	bottom: 40px;
	z-index: 2
}

.faqs-section .image-column .image-1 {
	display: inline-block;
	border: 5px solid var(--theme-color1);
	border-radius: 120px 0 0;
	overflow: hidden;
	margin-bottom: 0
}

@media(max-width:575.98px) {
	.faqs-section .image-column .image-1 {
		border-radius: 0
	}
}

.faqs-section .image-column .image-2 {
	position: absolute;
	right: 0;
	bottom: 0;
	border: 5px solid var(--theme-color1);
	border-radius: 100px 0 0;
	overflow: hidden;
	margin-bottom: 0
}

@media(max-width:767.98px) {
	.faqs-section .image-column .image-2 {
		display: none
	}
}

.faqs-section .image-column .image-box {
	position: relative
}

.faqs-section .info-box {
	position: absolute;
	right: 50px;
	top: 170px;
	height: 174px;
	width: 174px;
	background-color: var(--bg-theme-color2);
	padding: 40px 20px 20px;
	border-radius: 7px;
	text-align: center
}

@media(max-width:767.98px) {
	.faqs-section .info-box {
		right: auto;
		top: auto;
		left: 30px;
		bottom: 0
	}
}

.faqs-section .info-box .icon {
	position: absolute;
	top: -70px;
	right: 30px
}

.faqs-section .info-box .count-box {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color-light);
	margin-bottom: 5px
}

.faqs-section .info-box .count-box .count-text {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color-light)
}

.faqs-section .info-box .title {
	font-size: var(--body-font-size);
	line-height: 22px;
	font-weight: 400;
	color: #fff
}

.accordion-box {
	position: relative
}

.accordion-box .block {
	position: relative;
	margin-bottom: 20px
}

.accordion-box .block:last-child {
	margin-bottom: 0
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: var(--theme-color2);
	cursor: pointer;
	font-family: var(--title-font);
	background-color: var(--theme-color-gray);
	letter-spacing: -.8px;
	padding: 15px 20px;
	padding-right: 70px;
	border-radius: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.accordion-box .block .acc-btn .icon {
	position: absolute;
	right: 0;
	top: 0;
	height: 58px;
	width: 58px;
	font-size: var(--body-font-size);
	line-height: 58px;
	color: var(--theme-color2);
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.accordion-box .block .acc-btn.active .icon {
	color: var(--theme-color1)
}

.accordion-box .block .acc-btn.active .icon:before {
	content: "\f068"
}

.accordion-box .block .acc-content {
	position: relative;
	display: none
}

.accordion-box .block .acc-content .content {
	padding: 22px 20px 0
}

.accordion-box .block .acc-content .content .text {
	margin-bottom: 0
}

.accordion-box .block .acc-content.current {
	display: block
}

.accordion-box.style-two .block .acc-btn {
	background-color: var(--theme-color-light);
	padding: 20px;
	padding-right: 60px;
	line-height: 30px
}

.accordion-box.style-two .block .acc-btn .icon {
	right: 20px;
	top: 20px;
	height: 30px;
	width: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	color: var(--theme-color-light);
	background-color: var(--theme-color1)
}

.accordion-box.style-two .block .acc-btn.active {
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1)
}

.accordion-box.style-two .block .acc-btn.active .icon {
	background-color: var(--theme-color-light);
	color: var(--theme-color1)
}

.accordion-box.style-two .block .acc-content .content {
	padding: 22px 0 0
}

.accordion-box.style-three .block {
	background-color: var(--theme-color-light);
	border-radius: 10px;
	margin-bottom: 30px
}

.accordion-box.style-three .block:last-child {
	margin-bottom: 0
}

.accordion-box.style-three .block .acc-btn {
	background-color: var(--theme-color-light);
	padding: 20px 30px;
	font-size: 20px;
	line-height: 30px
}

.accordion-box.style-three .block .acc-btn .icon {
	right: 20px;
	top: 20px;
	height: 30px;
	width: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	color: var(--theme-color-light);
	background-color: var(--theme-color1)
}

.accordion-box.style-three .block .acc-btn.active {
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1);
	border-radius: 10px 10px 0 0
}

.accordion-box.style-three .block .acc-btn.active .icon {
	background-color: var(--theme-color-light);
	color: var(--theme-color1)
}

.accordion-box.style-three .block .acc-content .content {
	padding: 20px 30px
}

.accordion-box.style-four .block {
	background-color: var(--theme-color-light);
	border-bottom: 1px solid var(--theme-color-gray);
	margin-bottom: 0
}

.accordion-box.style-four .block .acc-btn {
	background-color: transparent;
	padding: 20px 0;
	padding-right: 20px;
	letter-spacing: -.8px
}

.accordion-box.style-four .block .acc-btn .icon {
	right: 0;
	top: 20px;
	height: 30px;
	line-height: 30px;
	width: auto;
	color: var(--theme-color1);
	background-color: transparent
}

.accordion-box.style-four .block .acc-btn.active {
	color: var(--theme-color2);
	background-color: var(--theme-color-light);
	border-radius: 10px 10px 0 0
}

.accordion-box.style-four .block .acc-btn.active .icon {
	background-color: var(--theme-color-light);
	color: var(--theme-color1);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.accordion-box.style-four .block .acc-btn.active .icon:before {
	content: "\f101"
}

.accordion-box.style-four .block .acc-content .content {
	padding: 0 0 20px
}

.accordion-box.style-five .block {
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	margin-bottom: 30px
}

.accordion-box.style-five .block .acc-btn {
	padding: 20px 30px;
	padding-right: 50px;
	background: #fff;
	margin-bottom: 0
}

.accordion-box.style-five .block .acc-btn .icon {
	right: 10px;
	top: 5px
}

.accordion-box.style-five .block .acc-content .content {
	margin-top: -10px;
	padding: 0 30px 20px
}

.accordion-box.style-five .block.active-block {
	border-color: transparent;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

.accordion-box.style-six .block {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px
}

.accordion-box.style-six .block:last-child {
	margin-bottom: 0
}

.accordion-box.style-six .block .acc-btn {
	padding: 20px 30px;
	padding-right: 60px;
	background: #fff;
	margin-bottom: 0
}

.accordion-box.style-six .block .acc-btn .icon {
	right: 10px;
	top: 5px;
	color: var(--theme-color1)
}

.accordion-box.style-six .block .acc-btn.active .icon::before {
	content: "\f102"
}

.accordion-box.style-six .block .acc-content .content {
	padding: 0 30px 30px
}

.accordion-box.style-six .block.active-block {
	border-color: transparent;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

.accordion-box.style-seven .block {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px
}

.accordion-box.style-seven .block:last-child {
	margin-bottom: 0
}

.accordion-box.style-seven .block .acc-btn {
	padding: 20px 30px;
	padding-right: 55px;
	background: 0 0;
	margin-bottom: 0;
	-webkit-transition: none;
	transition: none
}

.accordion-box.style-seven .block .acc-btn .icon {
	right: 10px;
	top: 5px;
	color: var(--theme-color1)
}

.accordion-box.style-seven .block .acc-btn.active {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.accordion-box.style-seven .block .acc-btn.active .icon::before {
	content: "\f102";
	color: var(--theme-color-light)
}

.accordion-box.style-seven .block .acc-content .content {
	padding: 0 30px 30px
}

.accordion-box.style-seven .block.active-block {
	background-color: var(--bg-theme-color1);
	border-color: transparent
}

.accordion-box.style-seven .block.active-block .acc-content .content .text {
	color: var(--theme-color-light)
}

.faqs-section-two {
	position: relative;
	z-index: 2
}

.faqs-section-two .faq-column {
	z-index: 2
}

.faqs-section-two .faq-column .inner-column {
	position: relative;
	padding: 80px 60px;
	border-radius: 10px;
	background-color: var(--theme-color-gray);
	border-radius: 10px;
	margin-top: 80px
}

@media(max-width:1199.98px) {
	.faqs-section-two .faq-column .inner-column {
		margin-top: 0
	}
}

@media(max-width:767.98px) {
	.faqs-section-two .faq-column .inner-column {
		padding: 50px 20px
	}
}

.faqs-section-two .faq-column .inner-column .sec-title {
	margin-bottom: 50px
}

@media(max-width:1199.98px) {
	.faqs-section-two .image-column {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-top: 50px
	}
}

.faqs-section-two .image-column .inner-column {
	position: relative;
	margin-right: -220px;
	margin-left: -320px
}

@media(max-width:1199.98px) {
	.faqs-section-two .image-column .inner-column {
		margin-left: 0;
		margin-right: 0
	}
}

.faqs-section-two .image-column .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.faqs-section-two .image-column .image img {
	width: 100%
}

.faqs-section-two .info-box {
	position: absolute;
	left: 30px;
	bottom: 30px;
	height: 220px;
	width: 300px;
	background-color: var(--bg-theme-color1);
	padding: 20px 30px;
	border-radius: 10px
}

@media only screen and (max-width:1699px) {
	.faqs-section-two .info-box {
		left: 30%
	}
}

@media(max-width:1199.98px) {
	.faqs-section-two .info-box {
		display: none
	}
}

.faqs-section-two .info-box .title {
	position: relative;
	color: var(--theme-color-light)
}

.faqs-section-two .info-box .count-box {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color-light);
	margin-bottom: 12px
}

.faqs-section-two .info-box .count-box .count-text {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color-light)
}

.faqs-section-two .info-box .sub-title {
	color: var(--theme-color-light)
}

.faqs-section-three {
	position: relative
}

.faqs-section-three .faq-column {
	z-index: 2
}

.faqs-section-three .faq-column .inner-column {
	position: relative;
	padding: 80px 60px;
	background-color: var(--theme-color-gray);
	border-radius: 10px;
	margin-top: 80px
}

@media(max-width:991.98px) {
	.faqs-section-three .faq-column .inner-column {
		padding: 50px 20px;
		margin-top: 0
	}
}

.faqs-section-three .faq-column .inner-column .sec-title {
	margin-bottom: 50px
}

.faqs-section-three .image-column .inner-column {
	position: relative;
	margin-right: -200px;
	margin-left: -320px
}

@media(max-width:991.98px) {
	.faqs-section-three .image-column .inner-column {
		margin: 0
	}
}

.faqs-section-three .image-column .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.faqs-section-three .image-column .image img {
	width: 100%
}

.faqs-section-four {
	position: relative;
	padding: 120px 0 70px
}

.faqs-section-four .faq-column {
	margin-bottom: 50px;
	z-index: 2
}

.faqs-section-four .faq-column .inner-column {
	position: relative;
	padding: 70px 60px;
	background-color: var(--theme-color-light);
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	border-radius: 10px
}

@media(max-width:767.98px) {
	.faqs-section-four .faq-column .inner-column {
		padding: 50px 20px
	}
}

.faqs-section-four .faq-column .inner-column .sec-title {
	margin-bottom: 10px
}

.faqs-section-four .image-column {
	margin-bottom: 50px
}

.faqs-section-four .image-column .inner-column {
	position: relative;
	padding-top: 53px;
	margin-left: -55px
}

@media(max-width:1199.98px) {
	.faqs-section-four .image-column .inner-column {
		margin-left: 0
	}
}

.faqs-section-four .image-column .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.faqs-section-four .image-column .image img {
	width: 100%
}

.faq-section-five {
	position: relative
}

.faq-section-five:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 300px;
	width: 100%;
	background-color: var(--theme-color-gray);
	content: ""
}

.faq-section-five .outer-box {
	position: relative;
	padding: 120px 0 70px;
	border: 1px solid #e3e3e3;
	z-index: 3;
	background-color: var(--theme-color-light)
}

@media(max-width:1199.98px) {
	.faq-section-five .outer-box {
		padding: 70px 0
	}
}

@media(max-width:991.98px) {
	.faq-section-five .outer-box {
		border-bottom: 0;
		border-left: 0;
		border-right: 0
	}
}

.faq-section-five .sec-title {
	margin-bottom: 40px
}

.faq-section-five .image-column {
	margin-bottom: 50px
}

.faq-section-five .image-column .inner-column {
	padding-left: 60px;
	margin-right: -50px;
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media(max-width:1199.98px) {
	.faq-section-five .image-column .inner-column {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 0;
		margin-right: 0
	}
}

@media(max-width:767.98px) {
	.faq-section-five .image-column .inner-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.faq-section-five .image-column .inner-column .image-box {
	margin-right: 17px;
	min-width: 260px
}

@media(max-width:767.98px) {
	.faq-section-five .image-column .inner-column .image-box {
		margin-right: 0;
		max-width: 100%
	}
}

.faq-section-five .image-column .inner-column .image-box .image {
	margin-bottom: 21px
}

.faq-section-five .image-column .inner-column .image-box .image img {
	border-radius: 10px 10px 92px 10px;
	width: 100%
}

.faq-section-five .image-column .inner-column .image-box .image-2 img {
	border-radius: 10px
}

@media(max-width:767.98px) {
	.faq-section-five .image-column .inner-column .image-box .image-2 {
		display: none
	}
}

.faq-section-five .image-column .inner-column .exp-box {
	background: #333f4d;
	border-radius: 10px 77.5px 10px 10px;
	padding: 42px 10px 35px 110px;
	position: relative;
	border-right: 10px solid var(--theme-color1)
}

.faq-section-five .image-column .inner-column .exp-box .icon-box {
	position: absolute;
	left: 17px
}

.faq-section-five .image-column .inner-column .exp-box .icon-box .icon {
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: rgba(48, 85, 82, .8);
	color: var(--theme-color-light);
	border-radius: 5px;
	font-size: 48px
}

.faq-section-five .image-column .inner-column .exp-box .title {
	font-size: 27px;
	font-weight: 700;
	color: var(--theme-color-light);
	margin-bottom: 10px
}

.faq-section-five .image-column .inner-column .exp-box .text {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -.8px;
	color: var(--theme-color-light);
	font-family: var(--title-font);
	margin-bottom: 0
}

.faq-section-five .content-column {
	margin-bottom: 50px
}

.faq-section-five .content-column .inner-column {
	padding-left: 60px;
	padding-right: 50px
}

@media(max-width:991.98px) {
	.faq-section-five .content-column .inner-column {
		padding: 0
	}
}

.faqs-section-six {
	position: relative;
	z-index: 2
}

.faqs-section-six .faq-column {
	z-index: 2
}

.faqs-section-six .faq-column .inner-column {
	position: relative;
	padding: 60px;
	border-radius: 10px;
	background-color: var(--theme-color-gray);
	border-radius: 10px
}

@media(max-width:767.98px) {
	.faqs-section-six .faq-column .inner-column {
		padding: 50px 20px
	}
}

@media(max-width:1199.98px) {
	.faqs-section-six .image-column {
		display: none
	}
}

.faqs-section-six .image-column .inner-column {
	position: relative;
	padding: 0 80px 40px
}

@media(max-width:1199.98px) {
	.faqs-section-six .image-column .inner-column {
		padding: 0
	}
}

.faqs-section-six .image-column .inner-column::before {
	position: absolute;
	left: 40px;
	bottom: 0;
	width: 222px;
	height: 240px;
	border-bottom: 240px solid var(--theme-color1);
	border-right: 222px solid transparent;
	content: ""
}

.faqs-section-six .image-column .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.faqs-section-six .image-column .image img {
	width: 100%
}

.faqs-section-six .info-box {
	position: absolute;
	right: 45px;
	bottom: 0;
	width: 162px;
	height: 162px;
	border-radius: 50%;
	background-color: var(--bg-theme-color1);
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center
}

.faqs-section-six .info-box:before {
	position: absolute;
	left: 11px;
	right: 11px;
	top: 11px;
	bottom: 11px;
	border: 1px dashed var(--theme-color-light);
	border-radius: 50%;
	content: ""
}

@media(max-width:1199.98px) {
	.faqs-section-six .info-box {
		display: none
	}
}

.faqs-section-six .info-box .count {
	position: relative;
	color: var(--theme-color-light);
	margin-bottom: 0
}

.faqs-section-six .info-box .text {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -.8px;
	color: var(--theme-color-light)
}

.faqs-section-seven {
	position: relative;
	z-index: 2
}

.faqs-section-seven .outer-box {
	position: relative;
	padding: 120px 0 70px;
	background-color: var(--theme-color-gray)
}

.faqs-section-seven .faq-column {
	margin-bottom: 50px
}

.faqs-section-seven .faq-column .inner-column {
	position: relative;
	padding: 0 60px
}

@media(max-width:767.98px) {
	.faqs-section-seven .faq-column .inner-column {
		padding: 0 20px
	}
}

.faqs-section-seven .image-column {
	margin-bottom: 50px
}

@media(max-width:1199.98px) {
	.faqs-section-seven .image-column {
		display: none
	}
}

.faqs-section-seven .image-column .inner-column {
	position: relative;
	padding: 140px 60px 0 0
}

.faqs-section-seven .image-column .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.faqs-section-seven .image-column .image img {
	width: 100%
}

.faqs-section-seven .info-box {
	position: absolute;
	right: 45px;
	bottom: 0;
	width: 162px;
	height: 162px;
	border-radius: 50%;
	background-color: var(--bg-theme-color1);
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center
}

.faqs-section-seven .info-box:before {
	position: absolute;
	left: 11px;
	right: 11px;
	top: 11px;
	bottom: 11px;
	border: 1px dashed var(--theme-color-light);
	border-radius: 50%;
	content: ""
}

@media(max-width:1199.98px) {
	.faqs-section-seven .info-box {
		display: none
	}
}

.faqs-section-seven .info-box .count {
	position: relative;
	color: var(--theme-color-light);
	margin-bottom: 0
}

.faqs-section-seven .info-box .text {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -.8px;
	color: var(--theme-color-light)
}

.testimonial-section {
	position: relative;
	padding: 120px 0
}

.testimonial-section:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-image: url(../images/icons/dotted-map.png)
}

.testimonial-section .owl-carousel {
	padding-bottom: 50px
}

.testimonial-section .owl-carousel .owl-nav {
	display: none
}

.testimonial-section .owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	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
}

.testimonial-section .owl-carousel .owl-dots .owl-dot {
	height: 10px;
	width: 70px;
	background-color: var(--theme-color-gray);
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.testimonial-section .owl-carousel .owl-dots .owl-dot {
		width: 30px
	}
}

.testimonial-section .owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--bg-theme-color1)
}

.testimonial-block {
	position: relative;
	margin-bottom: 30px
}

.testimonial-block .inner-box {
	position: relative;
	padding: 60px;
	background-color: var(--theme-color-light);
	border: 1px solid #e3e3e3;
	border-radius: 10px
}

@media(max-width:575.98px) {
	.testimonial-block .inner-box {
		padding: 40px 30px;
		text-align: center
	}
}

.testimonial-block .inner-box:hover {
	border: 1px solid var(--theme-color1)
}

.testimonial-block .info-box {
	position: relative;
	padding-right: 100px;
	z-index: 2
}

@media(max-width:575.98px) {
	.testimonial-block .info-box {
		padding-right: 0
	}
}

.testimonial-block .info-box .name {
	margin-bottom: 4px
}

.testimonial-block .info-box .designation {
	display: block;
	margin-bottom: 8px
}

.testimonial-block .info-box .rating {
	position: relative;
	font-size: var(--body-font-size);
	z-index: 2;
	line-height: 20px;
	color: #ffba08;
	margin-bottom: 30px
}

.testimonial-block .info-box .rating i {
	margin-right: 4px
}

.testimonial-block .info-box .quote-icon {
	position: absolute;
	right: 0;
	top: 10px;
	height: 56px;
	width: 56px;
	border: 1px solid var(--theme-color2);
	background-color: var(--theme-color-light);
	border: 1px solid var(--theme-color1);
	border-radius: 50%;
	padding: 2px
}

@media(max-width:575.98px) {
	.testimonial-block .info-box .quote-icon {
		position: relative;
		display: inline-block;
		margin-bottom: 20px
	}
}

.testimonial-block .info-box .quote-icon .icon {
	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;
	height: 50px;
	width: 50px;
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1);
	font-size: 24px;
	border-radius: 50%
}

.testimonial-block .content-box {
	position: relative;
	background-color: var(--theme-color-light);
	padding: 30px 50px 50px 160px;
	min-height: 264px
}

.testimonial-block .content-box .reason {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: var(--theme-color-dark);
	font-family: var(--title-font)
}

.testimonial-block .content-box .text {
	position: relative;
	font-size: var(--body-font-size);
	line-height: 30px
}

.testimonial-section-two {
	position: relative;
	padding: 120px 0 90px
}

.testimonial-section-two .owl-carousel {
	position: relative;
	z-index: 3
}

.testimonial-section-two .owl-carousel .owl-nav {
	position: absolute;
	right: 0;
	top: -120px
}

@media(max-width:767.98px) {
	.testimonial-section-two .owl-carousel .owl-nav {
		position: relative;
		top: 0;
		margin-top: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.testimonial-block-two {
	position: relative;
	margin-bottom: 30px
}

.testimonial-block-two .inner-box {
	position: relative;
	margin-top: 30px
}

.testimonial-block-two .inner-box:hover .icon {
	background-color: var(--bg-theme-color2)
}

.testimonial-block-two .inner-box:hover .thumb img {
	-webkit-transform: scale(1.168);
	transform: scale(1.168)
}

.testimonial-block-two .content-box {
	position: relative;
	padding: 60px 30px 35px;
	background-color: var(--theme-color-gray);
	border-radius: 10px;
	text-align: center
}

.testimonial-block-two .content-box .icon {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	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;
	height: 60px;
	width: 60px;
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1);
	border: 2px solid #e3e3e3;
	font-size: 24px;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-block-two .content-box .rating {
	position: relative;
	font-size: var(--body-font-size);
	z-index: 2;
	line-height: 20px;
	color: #ffba08;
	margin-bottom: 20px
}

.testimonial-block-two .content-box .rating i {
	margin-right: 4px
}

.testimonial-block-two .content-box .text {
	position: relative;
	margin-bottom: 30px
}

.testimonial-block-two .info-box {
	position: relative;
	display: inline-block;
	text-align: left;
	padding-left: 100px;
	padding-top: 5px;
	z-index: 2
}

.testimonial-block-two .info-box .thumb {
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	overflow: hidden
}

.testimonial-block-two .info-box .thumb img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-block-two .info-box .name {
	margin-bottom: 4px
}

.testimonial-block-two .info-box .designation {
	display: block;
	margin-bottom: 8px
}

.testimonial-section-three {
	position: relative;
	padding: 120px 0 90px
}

.testimonial-section-three .owl-carousel {
	position: relative;
	z-index: 2
}

.testimonial-section-three .owl-carousel .owl-nav {
	position: absolute;
	right: 0;
	top: -120px
}

.testimonial-section-three .owl-carousel .owl-nav .owl-next,
.testimonial-section-three .owl-carousel .owl-nav .owl-prev {
	position: relative;
	color: var(--theme-color1);
	border-color: transparent
}

.testimonial-section-three .owl-carousel .owl-nav .owl-next span,
.testimonial-section-three .owl-carousel .owl-nav .owl-prev span {
	position: relative
}

.testimonial-section-three .owl-carousel .owl-nav .owl-next::before,
.testimonial-section-three .owl-carousel .owl-nav .owl-prev::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--bg-theme-color1);
	opacity: .1;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-section-three .owl-carousel .owl-nav .owl-next:hover,
.testimonial-section-three .owl-carousel .owl-nav .owl-prev:hover {
	color: var(--theme-color-light)
}

.testimonial-section-three .owl-carousel .owl-nav .owl-next:hover:before,
.testimonial-section-three .owl-carousel .owl-nav .owl-prev:hover:before {
	opacity: 1
}

.testimonial-block-three {
	position: relative;
	margin-bottom: 30px
}

.testimonial-block-three .inner-box {
	position: relative;
	padding: 38px 30px 30px;
	background-color: var(--theme-color-gray);
	border-radius: 10px
}

.testimonial-block-three .info-box {
	position: relative;
	text-align: left;
	padding-left: 95px;
	z-index: 2;
	margin-bottom: 20px
}

.testimonial-block-three .info-box .thumb {
	position: absolute;
	left: 0;
	top: 2px;
	height: 80px;
	width: 80px
}

.testimonial-block-three .info-box .thumb img {
	border-radius: 10px
}

.testimonial-block-three .info-box .name {
	margin-bottom: 0
}

.testimonial-block-three .info-box .designation {
	display: block;
	margin-bottom: 8px
}

.testimonial-block-three .info-box .icon {
	position: absolute;
	top: -10px;
	right: -2px;
	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;
	height: 21px;
	width: 21px;
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1);
	font-size: 10px;
	border-radius: 50%
}

.testimonial-block-three .info-box .icon::after {
	position: absolute;
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	border: 1px solid var(--theme-color1);
	content: "";
	border-radius: 50%
}

.testimonial-block-three .info-box .rating {
	position: relative;
	font-size: var(--body-font-size);
	z-index: 2;
	line-height: 20px;
	color: #ffba08;
	margin-bottom: 10px
}

.testimonial-block-three .info-box .rating i {
	margin-right: 4px
}

.testimonial-section-four {
	position: relative;
	padding: 120px 0 90px
}

.testimonial-section-four .sec-title {
	margin-bottom: 45px
}

.testimonial-section-four .carousel-outer {
	margin-left: -15px;
	margin-right: -15px
}

.testimonial-section-four .carousel-outer .owl-item {
	padding: 0 15px
}

.testimonial-block-four {
	position: relative;
	margin-bottom: 30px
}

.testimonial-block-four .inner-box {
	position: relative;
	background-color: var(--theme-color-light);
	padding: 85px 41px 38px;
	border-radius: 5px;
	border-bottom: 2px solid var(--theme-color1);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	margin-top: 45px
}

.testimonial-block-four .inner-box:hover .image img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.testimonial-block-four .inner-box .image {
	margin-bottom: 20px;
	position: absolute;
	left: 40px;
	top: -45px;
	height: 110px;
	width: 110px;
	border: 5px solid var(--theme-color-light);
	border-radius: 50%;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

.testimonial-block-four .inner-box .image img {
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-block-four .inner-box .rating {
	position: relative;
	color: #ffba25;
	font-size: 14px;
	letter-spacing: .2em;
	margin-bottom: 12px
}

.testimonial-block-four .inner-box .info-box .name {
	font-weight: 500;
	color: #151718;
	margin-bottom: 3px
}

.testimonial-block-four .inner-box .info-box .designation {
	color: var(--text-color);
	margin-bottom: 15px;
	display: inline-block
}

.testimonial-block-four .inner-box .info-box .icon {
	font-size: 150px;
	color: #f3f4f5;
	position: absolute;
	top: 20px;
	right: 60px;
	line-height: 150px
}

@media(max-width:320px) {
	.testimonial-block-four .inner-box .info-box .icon {
		top: 10px;
		right: 20px
	}
}

.testimonial-block-four .inner-box .text {
	color: var(--text-color);
	line-height: 32px
}

.testimonial-section-five {
	position: relative;
	padding: 120px 0 70px;
	background-color: var(--theme-color-gray)
}

.testimonial-section-five.pull-up {
	padding-top: 265px;
	margin-top: -145px
}

.testimonial-section-five .testimonial-column {
	margin-bottom: 50px
}

.testimonial-section-five .testimonial-column .sec-title {
	margin-bottom: 30px
}

.testimonial-section-five .testimonial-column .carousel-outer {
	margin: 0 -30px
}

.testimonial-section-five .testimonial-column .carousel-outer .testimonial-block-five {
	padding: 30px
}

.testimonial-section-five .testimonial-column .carousel-outer .owl-dots {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.testimonial-section-five .image-column {
	margin-bottom: 50px
}

.testimonial-section-five .image-column .image-box {
	text-align: center
}

.testimonial-section-five .image-column .image-box .image {
	margin-bottom: 0
}

.testimonial-block-five {
	margin-bottom: 30px
}

.testimonial-block-five .inner-box {
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .07);
	box-shadow: 0 0 30px rgba(0, 0, 0, .07);
	border-radius: 10px;
	padding: 40px
}

@media(max-width:575.98px) {
	.testimonial-block-five .inner-box {
		text-align: center
	}
}

.testimonial-block-five .inner-box .text {
	margin-bottom: 16px
}

.testimonial-block-five .inner-box .info-box {
	position: relative;
	padding-left: 80px;
	padding-top: 7px
}

@media(max-width:575.98px) {
	.testimonial-block-five .inner-box .info-box {
		padding-left: 0
	}
}

.testimonial-block-five .inner-box .info-box .image {
	position: absolute;
	left: 0;
	top: 0;
	height: 62px;
	width: 62px;
	border-radius: 50%;
	overflow: hidden
}

@media(max-width:575.98px) {
	.testimonial-block-five .inner-box .info-box .image {
		position: relative;
		margin-bottom: 10px;
		display: inline-block
	}
}

.testimonial-block-five .inner-box .info-box .rating {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px
}

.testimonial-block-five .inner-box .info-box .rating i {
	color: #ffdf00
}

.testimonial-block-five .inner-box .info-box .name-box {
	position: relative;
	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
}

@media(max-width:575.98px) {
	.testimonial-block-five .inner-box .info-box .name-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.testimonial-block-five .inner-box .info-box .name-box .name {
	margin-bottom: 0;
	margin-right: 10px
}

@media(max-width:575.98px) {
	.testimonial-block-five .inner-box .info-box .name-box .name {
		margin-right: 0
	}
}

.testimonial-section-six {
	position: relative;
	padding: 120px 0 90px
}

.testimonial-section-six .sec-title {
	padding-right: 200px
}

@media(max-width:767.98px) {
	.testimonial-section-six .sec-title {
		padding-right: 0
	}
}

.testimonial-section-six .sec-title .btn-box {
	position: absolute;
	right: 0;
	top: 100px
}

@media(max-width:767.98px) {
	.testimonial-section-six .sec-title .btn-box {
		position: relative;
		top: 0;
		margin-top: 20px
	}
}

.testimonial-block-six {
	position: relative;
	margin-bottom: 30px
}

.testimonial-block-six .inner-box {
	position: relative
}

.testimonial-block-six .inner-box:hover .info-box .thumb {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.testimonial-block-six .content-box {
	position: relative;
	padding: 52px 40px 40px;
	background-color: var(--theme-color-gray);
	border-radius: 10px 10px 0 0
}

.testimonial-block-six .content-box .icon {
	position: absolute;
	top: 40px;
	right: 40px;
	color: var(--theme-color1);
	font-size: 40px;
	line-height: 40px
}

.testimonial-block-six .content-box .rating {
	position: relative;
	font-size: var(--body-font-size);
	z-index: 2;
	line-height: 20px;
	color: #ffba08;
	margin-bottom: 22px
}

.testimonial-block-six .content-box .rating i {
	margin-right: 4px
}

.testimonial-block-six .content-box .text {
	position: relative;
	color: var(--text-color);
	margin-bottom: 0
}

.testimonial-block-six .info-box {
	position: relative;
	display: block;
	text-align: left;
	z-index: 2;
	border: 1px solid #e3e3e3;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	min-height: 140px;
	width: 100%;
	padding: 30px 30px 30px 130px
}

@media(max-width:575.98px) {
	.testimonial-block-six .info-box {
		padding: 30px;
		text-align: center
	}
}

.testimonial-block-six .info-box .thumb {
	position: absolute;
	left: 30px;
	top: 30px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.testimonial-block-six .info-box .thumb {
		position: relative;
		left: 0;
		top: 0;
		display: inline-block;
		margin-bottom: 0
	}
}

.testimonial-block-six .info-box .name {
	margin-top: 12px;
	margin-bottom: 4px
}

.testimonial-block-six .info-box .designation {
	display: block;
	margin-bottom: 0
}

.testimonial-section-seven {
	position: relative;
	padding: 120px 0
}

.testimonial-section-seven .owl-carousel {
	position: relative
}

.testimonial-section-seven .owl-carousel .owl-dots {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px
}

.testimonial-block-seven {
	position: relative;
	margin-bottom: 30px
}

.testimonial-block-seven .inner-box {
	position: relative;
	border: 1px solid #e3e3e3;
	border-radius: 10px
}

.testimonial-block-seven .inner-box:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 10px;
	border-bottom: 2px solid var(--theme-color1);
	width: 0%;
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	content: ""
}

.testimonial-block-seven .inner-box:hover::before {
	left: 0;
	width: 100%
}

.testimonial-block-seven .content-box {
	position: relative;
	padding: 30px
}

@media(max-width:575.98px) {
	.testimonial-block-seven .content-box {
		text-align: center
	}
}

.testimonial-block-seven .content-box .text {
	position: relative;
	color: var(--text-color);
	margin-bottom: 0
}

.testimonial-block-seven .info-box {
	position: relative;
	display: inline-block;
	text-align: right;
	padding-left: 100px;
	padding-top: 5px;
	z-index: 2;
	background-color: var(--theme-color-gray);
	width: 100%;
	padding: 24px 30px 30px;
	margin-top: -1px
}

@media(max-width:575.98px) {
	.testimonial-block-seven .info-box {
		text-align: center
	}
}

.testimonial-block-seven .info-box .thumb {
	position: absolute;
	left: 30px;
	top: 20px;
	height: 80px;
	width: 80px
}

@media(max-width:575.98px) {
	.testimonial-block-seven .info-box .thumb {
		position: relative;
		left: 0;
		top: 0;
		display: inline-block;
		margin-bottom: 0
	}
}

.testimonial-block-seven .info-box .thumb img {
	border-radius: 50%
}

.testimonial-block-seven .info-box .thumb .icon {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	color: var(--theme-color1)
}

.testimonial-block-seven .info-box .name {
	margin-bottom: 4px
}

.testimonial-block-seven .info-box .designation {
	display: block;
	margin-bottom: 0
}

.testimonial-section-eight {
	position: relative;
	padding: 120px 0
}

.testimonial-section-eight .sec-title {
	margin-bottom: 40px
}

.testimonial-section-eight .carousel-outer {
	margin: 0 -20px
}

.testimonial-section-eight .carousel-outer .owl-item {
	padding: 20px
}

.testimonial-section-eight .carousel-outer .owl-dots {
	margin-top: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.testimonial-block-eight {
	position: relative;
	margin-bottom: 30px
}

.testimonial-block-eight .inner-box {
	position: relative;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .07);
	box-shadow: 0 0 20px rgba(0, 0, 0, .07);
	border-radius: 10px
}

.testimonial-block-eight .inner-box:hover .info-box .thumb {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.testimonial-block-eight .content-box {
	position: relative;
	padding: 0 40px 40px
}

@media(max-width:575.98px) {
	.testimonial-block-eight .content-box {
		text-align: center
	}
}

.testimonial-block-eight .content-box .icon {
	position: absolute;
	top: 40px;
	right: 40px;
	color: var(--theme-color1);
	font-size: 40px;
	line-height: 40px
}

.testimonial-block-eight .content-box .rating {
	position: relative;
	font-size: var(--body-font-size);
	z-index: 2;
	line-height: 20px;
	color: #ffba08
}

.testimonial-block-eight .content-box .rating i {
	margin-right: 4px
}

.testimonial-block-eight .content-box .text {
	position: relative;
	color: var(--text-color);
	margin-bottom: 0;
	border-top: 1px solid #e3e3e3;
	padding-top: 20px;
	margin-bottom: 30px
}

.testimonial-block-eight .info-box {
	position: relative;
	display: inline-block;
	text-align: left;
	padding-left: 100px;
	padding-top: 5px;
	z-index: 2;
	padding: 40px 0 22px 139px;
	border-radius: 0 0 10px 10px;
	width: 100%;
	margin-top: -1px;
	z-index: -1
}

@media(max-width:575.98px) {
	.testimonial-block-eight .info-box {
		padding: 30px 20px;
		text-align: center
	}
}

.testimonial-block-eight .info-box .thumb {
	position: absolute;
	left: 40px;
	top: 40px;
	height: 80px;
	width: 80px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease
}

@media(max-width:575.98px) {
	.testimonial-block-eight .info-box .thumb {
		position: relative;
		display: inline-block;
		left: 0;
		top: 0
	}
}

.testimonial-block-eight .info-box .name {
	margin-bottom: 10px
}

@media(max-width:575.98px) {
	.testimonial-block-eight .info-box .name {
		margin-bottom: 0
	}
}

.testimonial-block-eight .info-box .designation {
	display: block;
	margin-bottom: 0
}

.testimonial-section-nine {
	position: relative;
	padding: 120px 0 90px;
	background-color: var(--theme-color-gray)
}

.testimonial-section-nine .testimonial-carousel-two {
	position: relative;
	z-index: 2
}

.testimonial-section-nine .testimonial-carousel-two .owl-nav {
	position: absolute;
	right: 0;
	top: -120px
}

@media(max-width:767.98px) {
	.testimonial-section-nine .testimonial-carousel-two .owl-nav {
		position: relative;
		top: 0;
		margin-top: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.testimonial-block-nine {
	position: relative;
	margin-bottom: 30px;
	margin-top: 40px
}

.testimonial-block-nine .inner-box {
	position: relative;
	border: 1px solid #e3e3e3;
	background-color: var(--theme-color-light);
	border-radius: 10px;
	padding: 40px
}

.testimonial-block-nine .inner-box:hover .icon,
.testimonial-block-nine .inner-box:hover .thumb {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.testimonial-block-nine .inner-box .thumb {
	position: absolute;
	right: 40px;
	top: -40px;
	height: 80px;
	width: 80px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-block-nine .inner-box .icon {
	color: var(--theme-color1);
	font-size: 84px;
	line-height: 1em;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 5px
}

.testimonial-block-nine .inner-box .text {
	position: relative;
	color: var(--text-color);
	margin-bottom: 0;
	margin-bottom: 30px;
	margin-top: 4px
}

.testimonial-block-nine .inner-box .name {
	margin-bottom: 5px;
	color: var(--theme-color2)
}

.testimonial-block-nine .inner-box .designation {
	display: block;
	margin-bottom: 20px
}

.testimonial-block-nine .inner-box .rating {
	position: relative;
	font-size: var(--body-font-size);
	z-index: 2;
	line-height: 20px;
	color: #ffba08
}

.testimonial-block-nine .inner-box .rating i {
	margin-right: 4px
}

.testimonial-section-ten {
	position: relative;
	padding: 120px 0 90px
}

.testimonial-section-ten:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-image: url(../images/icons/dotted-map-2.png);
	background-repeat: no-repeat
}

.testimonial-block-ten {
	position: relative;
	margin-bottom: 30px
}

.testimonial-block-ten .inner-box {
	position: relative;
	border: 1px solid #e3e3e3;
	background-color: var(--theme-color-light);
	border-radius: 10px
}

.testimonial-block-ten .inner-box:hover .info-box .thumb::before {
	opacity: 1
}

.testimonial-block-ten .inner-box .text {
	padding: 28px 60px 40px
}

@media(max-width:575.98px) {
	.testimonial-block-ten .inner-box .text {
		padding: 0 30px 30px;
		text-align: center
	}
}

.testimonial-block-ten .info-box {
	position: relative;
	padding: 30px 20px 23px 190px;
	z-index: 2
}

@media(max-width:575.98px) {
	.testimonial-block-ten .info-box {
		padding: 40px 20px 20px;
		text-align: center
	}
}

.testimonial-block-ten .info-box .thumb {
	position: absolute;
	left: 13px;
	top: 12px
}

@media(max-width:575.98px) {
	.testimonial-block-ten .info-box .thumb {
		position: relative;
		display: inline-block;
		left: 0;
		top: 0
	}
}

.testimonial-block-ten .info-box .thumb:before {
	position: absolute;
	right: -18px;
	bottom: -18px;
	left: -18px;
	top: -18px;
	background-color: var(--bg-theme-color1);
	content: "";
	border-radius: 0 200px 200px 200px;
	opacity: .1;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.testimonial-block-ten .info-box .thumb:before {
		border-radius: 50%
	}
}

.testimonial-block-ten .info-box .thumb img {
	width: unset
}

.testimonial-block-ten .info-box .name {
	margin-bottom: 4px
}

.testimonial-block-ten .info-box .designation {
	display: block;
	margin-bottom: 8px
}

.testimonial-block-ten .info-box .rating {
	position: relative;
	font-size: var(--body-font-size);
	z-index: 2;
	line-height: 20px;
	color: #ffba08
}

.testimonial-block-ten .info-box .rating i {
	margin-right: 4px
}

.testimonial-block-ten .info-box .icon {
	position: absolute;
	right: 48px;
	top: 44px;
	padding: 2px;
	font-size: 84px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	color: var(--theme-color1)
}

@media(max-width:575.98px) {
	.testimonial-block-ten .info-box .icon {
		display: none
	}
}

.testimonial-section-eleven {
	position: relative;
	padding: 120px 0 90px;
	background-color: var(--theme-color2)
}

.testimonial-section-eleven .bg {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center
}

.testimonial-block-eleven {
	position: relative;
	margin-bottom: 30px
}

.testimonial-block-eleven .inner-box {
	position: relative;
	margin-top: 60px
}

.testimonial-block-eleven .inner-box:hover .thumb {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.testimonial-block-eleven .inner-box:hover .content-box .icon {
	color: var(--theme-color2)
}

.testimonial-block-eleven .inner-box .thumb {
	position: absolute;
	left: 50%;
	top: -60px;
	margin-left: -60px;
	height: 120px;
	width: 120px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 3;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-block-eleven .content-box {
	position: relative;
	background-color: var(--theme-color-light);
	padding: 90px 60px 30px;
	text-align: center;
	overflow: hidden;
	border-radius: 10px 10px 0 0
}

@media(max-width:575.98px) {
	.testimonial-block-eleven .content-box {
		padding: 90px 30px 30px
	}
}

.testimonial-block-eleven .content-box:before {
	content: "";
	position: absolute;
	top: -50px;
	left: -50px;
	width: 193px;
	height: 187px;
	background-color: var(--theme-color-gray);
	border-radius: 50%
}

@media(max-width:575.98px) {
	.testimonial-block-eleven .content-box:before {
		display: none
	}
}

.testimonial-block-eleven .content-box .icon {
	position: absolute;
	top: 43px;
	left: 52px;
	color: var(--theme-color1);
	font-size: 45px;
	line-height: 40px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.testimonial-block-eleven .content-box .icon {
		display: none
	}
}

.testimonial-block-eleven .content-box .rating {
	position: relative;
	font-size: var(--body-font-size);
	z-index: 2;
	line-height: 20px;
	color: #ffba08;
	margin-bottom: 41px
}

.testimonial-block-eleven .content-box .rating i {
	margin: 0 1.5px
}

.testimonial-block-eleven .content-box .text {
	position: relative;
	color: var(--text-color);
	margin-bottom: 30px
}

.testimonial-block-eleven .info-box {
	display: inline-block
}

.testimonial-block-eleven .info-box .name {
	margin-bottom: 10px
}

.testimonial-block-eleven .info-box .designation {
	display: block;
	margin-bottom: 0
}

.testimonial-section-twelve {
	position: relative;
	padding: 120px 0
}

.testimonial-section-twelve .owl-carousel .owl-dots {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px
}

.testimonial-block-twelve {
	position: relative;
	margin-bottom: 30px
}

.testimonial-block-twelve .inner-box {
	position: relative;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	padding: 43px 40px 40px
}

@media(max-width:575.98px) {
	.testimonial-block-twelve .inner-box {
		padding: 30px
	}
}

.testimonial-block-twelve .info-box {
	position: relative;
	display: inline-block;
	text-align: left;
	z-index: 2;
	border-radius: 0 0 10px 10px;
	width: 100%;
	padding: 0 0 5px 85px;
	margin-bottom: 28px
}

@media(max-width:575.98px) {
	.testimonial-block-twelve .info-box {
		padding-left: 0
	}
}

.testimonial-block-twelve .info-box .thumb {
	position: absolute;
	left: 0;
	top: 3px;
	height: 65px;
	width: 65px;
	border-radius: 10px;
	overflow: hidden
}

@media(max-width:575.98px) {
	.testimonial-block-twelve .info-box .thumb {
		position: relative;
		top: 0
	}
}

.testimonial-block-twelve .info-box .name {
	margin-bottom: 4px
}

.testimonial-block-twelve .info-box .designation {
	display: block;
	margin-bottom: 0
}

.testimonial-block-twelve .content-box {
	position: relative;
	border-radius: 10px 10px 0 0
}

.testimonial-block-twelve .content-box .icon {
	position: absolute;
	bottom: -20px;
	right: 8px;
	color: var(--theme-color1);
	opacity: .1;
	font-size: 120px;
	line-height: 1em
}

.testimonial-block-twelve .content-box .rating {
	position: relative;
	font-size: 14px;
	z-index: 2;
	line-height: 20px;
	color: var(--theme-color1);
	background-color: var(--theme-color-gray);
	padding-left: 13px;
	width: 189px;
	border-radius: 10px
}

.testimonial-block-twelve .content-box .rating i {
	margin-right: 3px;
	position: relative;
	top: -3px
}

.testimonial-block-twelve .content-box .rating span {
	border-radius: 0 10px 10px 0;
	background-color: var(--theme-color2);
	padding: 6px 10px 5px;
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	line-height: 28px;
	margin-left: 6px;
	color: var(--theme-color-light)
}

.testimonial-block-twelve .content-box .text {
	position: relative;
	color: var(--text-color);
	margin-bottom: 40px
}

.testimonial-section-thirteen {
	position: relative;
	padding: 120px 0 90px;
	background-color: var(--theme-color-gray)
}

.testimonial-section-thirteen .sec-title {
	padding-right: 200px
}

@media(max-width:991.98px) {
	.testimonial-section-thirteen .sec-title {
		padding-right: 0
	}
}

.testimonial-section-thirteen .sec-title .btn-box {
	position: absolute;
	right: 0;
	top: 100px
}

@media(max-width:991.98px) {
	.testimonial-section-thirteen .sec-title .btn-box {
		position: relative;
		top: 0;
		margin-top: 20px
	}
}

.testimonial-block-thirteen {
	position: relative;
	margin-bottom: 30px
}

.testimonial-block-thirteen .inner-box {
	position: relative;
	background-color: var(--theme-color-light);
	padding: 60px 60px 40px;
	overflow: hidden;
	border-radius: 10px
}

@media(max-width:575.98px) {
	.testimonial-block-thirteen .inner-box {
		padding: 30px
	}
}

.testimonial-block-thirteen .inner-box:hover .content-box .icon {
	color: var(--theme-color2)
}

.testimonial-block-thirteen .inner-box:hover .content-box .thumb img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.testimonial-block-thirteen .content-box .thumb {
	overflow: hidden;
	margin-bottom: 30px
}

.testimonial-block-thirteen .content-box .thumb img {
	width: 85px;
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-block-thirteen .content-box .icon {
	position: absolute;
	top: 50px;
	right: 60px;
	color: var(--theme-color1);
	font-size: 92px;
	line-height: 1em;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.testimonial-block-thirteen .content-box .icon {
		top: 30px
	}
}

.testimonial-block-thirteen .content-box .text {
	position: relative;
	color: var(--text-color);
	margin-bottom: 20px
}

.testimonial-block-thirteen .info-box {
	display: inline-block;
	border-top: 1px solid #e3e3e3;
	padding-top: 25px;
	max-width: 377px;
	width: 100%
}

.testimonial-block-thirteen .info-box .rating {
	position: relative;
	font-size: 14px;
	z-index: 2;
	line-height: 20px;
	color: var(--theme-color1);
	margin-bottom: 10px
}

.testimonial-block-thirteen .info-box .rating i {
	margin-right: 4px
}

.testimonial-block-thirteen .info-box .name {
	margin-bottom: 10px
}

.testimonial-block-thirteen .info-box .designation {
	display: block;
	margin-bottom: 0
}

.pricing-section {
	position: relative;
	padding: 120px 0 90px
}

.pricing-section .sec-title {
	padding-right: 480px
}

@media(max-width:1199.98px) {
	.pricing-section .sec-title {
		padding-right: 0
	}

	.pricing-section .sec-title br {
		display: none
	}
}

.pricing-section .sec-title .text {
	margin-top: 0;
	position: absolute;
	right: 0;
	top: 85px
}

@media(max-width:1199.98px) {
	.pricing-section .sec-title .text {
		position: relative;
		top: 0;
		margin-top: 10px
	}
}

.pricing-block {
	margin-bottom: 30px
}

.pricing-block .inner-box {
	position: relative;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	padding: 40px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.pricing-block .inner-box:hover {
	border: 1px solid var(--theme-color1);
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.pricing-block .inner-box:before {
	content: "";
	position: absolute;
	bottom: 10px;
	right: 16px;
	width: 170.44px;
	height: 128.77px;
	background-image: url(../images/icons/dotted-map-3.png)
}

.pricing-block .inner-box .title-box {
	position: relative
}

.pricing-block .inner-box .title-box .title {
	position: relative;
	font-size: 27px;
	line-height: 37.8px;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 20px
}

.pricing-block .inner-box .title-box .title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 16px;
	height: 4px;
	border-radius: 5px;
	opacity: .2;
	background: var(--theme-color1);
	content: ""
}

.pricing-block .inner-box .title-box .title::after {
	position: absolute;
	left: 26px;
	bottom: 0;
	width: 32px;
	height: 4px;
	border-radius: 5px;
	background: var(--theme-color1);
	content: ""
}

.pricing-block .inner-box .title-box .text {
	color: var(--text-color);
	margin-bottom: 30px
}

.pricing-block .inner-box .price-box {
	position: relative
}

.pricing-block .inner-box .price-box .price {
	color: var(--theme-color2);
	text-align: center;
	margin-bottom: 30px;
	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
}

.pricing-block .inner-box .price-box .price sub {
	top: 13px;
	font-size: var(--body-font-size);
	font-weight: 400;
	margin-left: 5px;
	color: var(--text-color)
}

.pricing-block .inner-box .features {
	margin-bottom: 35px
}

.pricing-block .inner-box .features li {
	position: relative;
	padding-left: 25px;
	color: #808285;
	margin-bottom: 10px
}

.pricing-block .inner-box .features li:last-child {
	margin-bottom: 0
}

.pricing-block .inner-box .features li i {
	font-size: var(--body-font-size);
	text-align: center;
	width: 14px;
	height: 16px;
	line-height: 16px;
	color: var(--theme-color1);
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 10px
}

.pricing-block .inner-box .btn-style-one {
	height: 60px;
	line-height: 60px
}

.pricing-block .inner-box .btn-style-one i {
	top: 1px
}

.pricing-block .inner-box .read-more {
	border: 1px solid #e3e3e3;
	background-color: #fff;
	color: var(--theme-color2)
}

.pricing-block .inner-box .read-more:before {
	background-color: var(--bg-theme-color1)
}

.pricing-block .inner-box .read-more:hover {
	color: var(--theme-color-light)
}

.team-section {
	position: relative;
	padding: 120px 0 80px;
	overflow: hidden
}

.team-section .sec-title {
	margin-bottom: 40px
}

.team-block {
	position: relative;
	margin-bottom: 40px
}

.team-block .inner-box {
	position: relative
}

.team-block .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.team-block .inner-box:hover .social-links {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible
}

.team-block .image-box {
	position: relative
}

.team-block .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px;
	z-index: 1
}

.team-block .image-box .image img {
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block .info-box {
	position: relative;
	padding: 30px;
	padding-right: 100px;
	background-color: var(--theme-color-light);
	max-width: 350px;
	margin: 0 auto;
	margin-top: -75px;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	border-radius: 10px 10px 0 0;
	z-index: 2
}

.team-block .info-box .name {
	margin-bottom: 5px
}

.team-block .info-box .name:hover {
	color: var(--theme-color1)
}

.team-block .info-box .designation {
	position: relative;
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block .share-icon {
	position: absolute;
	top: 40px;
	right: 30px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: var(--body-font-size);
	color: #fff;
	background-color: var(--bg-theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 10px;
	z-index: 3
}

.team-block .social-links {
	position: absolute;
	right: 30px;
	bottom: 100%;
	margin-bottom: -30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block .social-links a {
	position: relative;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: var(--body-font-size);
	color: #fff;
	background-color: var(--bg-theme-color1);
	margin-top: 10px;
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block .social-links a:hover {
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color2)
}

.team-section-two {
	position: relative;
	padding: 120px 0 80px;
	background-color: var(--theme-color-gray)
}

.team-section-two.pull-up {
	margin-top: -75px;
	padding-top: 200px
}

.team-section-two .sec-title {
	margin-bottom: 40px
}

.team-block-two {
	position: relative;
	margin-bottom: 40px
}

.team-block-two .inner-box {
	position: relative;
	overflow: hidden;
	border-radius: 10px
}

.team-block-two .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.team-block-two .inner-box:hover .social-links {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible
}

.team-block-two .inner-box:hover .info-box {
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

.team-block-two .inner-box:hover .social-links a {
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1)
}

.team-block-two .image-box {
	position: relative
}

.team-block-two .image-box .image {
	position: relative;
	margin-bottom: 0;
	z-index: 1
}

.team-block-two .image-box .image img {
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-two .info-box {
	position: relative;
	padding: 20px 30px 30px;
	background-color: var(--theme-color-light);
	border-radius: 10px 10px 0 0;
	text-align: center;
	z-index: 2;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-two .info-box .name {
	margin-bottom: 5px
}

.team-block-two .info-box .name a:hover {
	color: var(--theme-color1)
}

.team-block-two .info-box .designation {
	position: relative;
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	margin-bottom: 10px
}

.team-block-two .social-links {
	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;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-two .social-links a {
	position: relative;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	background: #e3e3e3;
	color: var(--theme-color1);
	border-radius: 5px;
	margin: 0 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-two .social-links a:hover {
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color2)
}

.team-section-three {
	position: relative;
	padding: 120px 0 80px
}

.team-section-three .sec-title {
	margin-bottom: 40px
}

.team-block-three {
	position: relative;
	margin-bottom: 40px
}

.team-block-three .inner-box {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	padding: 30px;
	background-color: var(--theme-color-gray);
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-three .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.team-block-three .inner-box:hover .social-links {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible
}

.team-block-three .inner-box:hover .info-box {
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

.team-block-three .inner-box:hover .social-links a {
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1)
}

.team-block-three .image {
	position: relative;
	display: block;
	height: 120px;
	width: 120px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 30px;
	z-index: 1
}

.team-block-three .image img {
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-three .name {
	margin-bottom: 10px
}

.team-block-three .name a:hover {
	color: var(--theme-color1)
}

.team-block-three .designation {
	position: relative;
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	margin-bottom: 20px
}

.team-block-three .social-links {
	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;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-three .social-links a {
	position: relative;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: var(--body-font-size);
	background: var(--theme-color-light);
	color: var(--theme-color2);
	border-radius: 50px;
	margin: 0 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-three .social-links a:hover {
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color2)
}

.team-section-four {
	position: relative;
	padding: 120px 0 80px
}

.team-block-four {
	position: relative;
	margin-bottom: 40px
}

.team-block-four .inner-box {
	position: relative;
	border-radius: 10px;
	padding: 0 30px 30px
}

.team-block-four .inner-box:before {
	position: absolute;
	top: 180px;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: var(--theme-color-light);
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	border-radius: 0 0 10px 10px;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	content: ""
}

.team-block-four .inner-box:hover:before {
	border-bottom: 2px solid var(--theme-color1)
}

.team-block-four .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.team-block-four .inner-box:hover .social-links {
	opacity: 1;
	visibility: visible;
	bottom: 20px
}

.team-block-four .image-box {
	position: relative
}

.team-block-four .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	z-index: 1
}

.team-block-four .image-box .image img {
	width: 100%;
	position: relative;
	z-index: 99;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-four .info-box {
	text-align: center;
	padding: 30px 30px 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-four .info-box .name {
	margin-bottom: 10px
}

.team-block-four .info-box .name a:hover {
	color: var(--theme-color1)
}

.team-block-four .info-box .designation {
	position: relative;
	display: block
}

.team-block-four .social-links {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99;
	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;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-four .social-links a {
	position: relative;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: var(--theme-color1);
	background: var(--theme-color-light);
	border-radius: 5px;
	margin: 0 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-four .social-links a:hover {
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1)
}

.team-section-five {
	position: relative;
	padding: 120px 0 80px;
	z-index: 3
}

.team-block-five {
	position: relative;
	margin-bottom: 40px
}

.team-block-five .inner-box {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	border-bottom: 2px solid #e3e3e3
}

.team-block-five .inner-box:hover {
	border-bottom: 2px solid var(--theme-color1)
}

.team-block-five .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.team-block-five .inner-box:hover .social-links {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible
}

.team-block-five .inner-box:hover .info-box {
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

.team-block-five .image-box {
	position: relative
}

.team-block-five .image-box .image {
	position: relative;
	margin-bottom: 0;
	z-index: 1
}

.team-block-five .image-box .image img {
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-five .info-box {
	position: relative;
	padding: 20px 30px 40px;
	background-color: var(--theme-color-light);
	text-align: center;
	z-index: 2;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-five .info-box .name {
	margin-bottom: 10px
}

.team-block-five .info-box .name a:hover {
	color: var(--theme-color2)
}

.team-block-five .info-box .designation {
	position: relative;
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	margin-bottom: 20px
}

.team-block-five .social-links {
	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;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-five .social-links a {
	position: relative;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	background: var(--theme-color1);
	color: var(--theme-color-light);
	border-radius: 5px;
	margin: 0 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-five .social-links a:hover {
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color2)
}

.team-section-six {
	position: relative;
	padding: 120px 0 80px;
	background-color: var(--theme-color-gray)
}

.team-block-six {
	position: relative;
	margin-bottom: 40px
}

.team-block-six .inner-box {
	position: relative
}

.team-block-six .inner-box:hover .info-box::before {
	height: 100%
}

.team-block-six .inner-box:hover .info-box .name,
.team-block-six .inner-box:hover .info-box .designation {
	color: var(--theme-color-light)
}

.team-block-six .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.team-block-six .inner-box:hover .share-icon {
	background-color: var(--theme-color1);
	color: var(--theme-color-light)
}

.team-block-six .inner-box:hover .social-links {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible
}

.team-block-six .image-box {
	position: relative
}

.team-block-six .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px 10px 0 0;
	z-index: 1
}

.team-block-six .image-box .image img {
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-six .info-box {
	position: relative;
	padding: 30px;
	text-align: center;
	background-color: var(--theme-color-light);
	-webkit-box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1), 0 4px 13px -2px rgba(19, 16, 34, .06);
	box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1), 0 4px 13px -2px rgba(19, 16, 34, .06);
	border-radius: 0 0 10px 10px;
	z-index: 2;
	overflow: hidden
}

.team-block-six .info-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	height: 0;
	background-color: var(--bg-theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-six .info-box .name {
	margin-bottom: 5px
}

.team-block-six .info-box .designation {
	position: relative;
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-six .share-icon {
	position: absolute;
	top: 30px;
	left: 30px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: var(--body-font-size);
	color: var(--theme-color1);
	background-color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 50px;
	z-index: 3
}

.team-block-six .social-links {
	position: absolute;
	left: 30px;
	top: 45px;
	padding-top: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	background-color: var(--theme-color-light);
	border-radius: 50px;
	z-index: 3;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-six .social-links a {
	position: relative;
	line-height: 16px;
	font-size: var(--body-font-size);
	display: block;
	color: var(--text-color);
	background-color: var(--theme-color-light);
	border-radius: 50px;
	opacity: .3;
	padding: 0 12px 20px;
	border-radius: 0 0 50px 50px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-six .social-links a:hover {
	color: var(--theme-color1);
	opacity: 1
}

.team-section-seven {
	position: relative;
	padding: 120px 0 80px;
	overflow: hidden;
	background-color: var(--theme-color-gray)
}

.team-section-seven.pull-up {
	margin-top: -310px;
	padding-top: 430px
}

.team-section-seven .sec-title {
	margin-bottom: 40px
}

.team-section-seven .owl-carousel .owl-dots {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(22, 36, 62, .2);
	height: 2px;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px
}

.team-section-seven .owl-carousel .owl-dots .owl-dot {
	width: 100%;
	height: 2px
}

.team-section-seven .owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--theme-color1)
}

.team-block-seven {
	position: relative;
	margin-bottom: 30px
}

.team-block-seven .inner-box {
	position: relative
}

.team-block-seven .inner-box:hover .info-box:before {
	height: 100%
}

.team-block-seven .inner-box:hover .info-box .name,
.team-block-seven .inner-box:hover .info-box .designation {
	color: var(--theme-color-light)
}

.team-block-seven .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.team-block-seven .inner-box:hover .social-links {
	bottom: 30px;
	opacity: 1;
	visibility: visible
}

.team-block-seven .image-box {
	position: relative
}

.team-block-seven .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px 10px 0 0;
	z-index: 1
}

.team-block-seven .image-box .image img {
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-seven .info-box {
	position: relative;
	padding: 20px 30px;
	text-align: center;
	background-color: var(--theme-color-light);
	-webkit-box-shadow: 0 4.4px 12px -1px rgba(19, 16, 34, .06), 0 2px 6.4px -1px rgba(19, 16, 34, .03);
	box-shadow: 0 4.4px 12px -1px rgba(19, 16, 34, .06), 0 2px 6.4px -1px rgba(19, 16, 34, .03);
	border-radius: 0 0 10px 10px;
	z-index: 2;
	border-radius: 0 0 10px 10px;
	overflow: hidden
}

.team-block-seven .info-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	height: 0;
	background-color: var(--bg-theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-seven .info-box .name {
	margin-bottom: 5px
}

.team-block-seven .info-box .name:hover {
	color: var(--theme-color1)
}

.team-block-seven .info-box .designation {
	position: relative;
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-seven .social-links {
	position: absolute;
	left: 50%;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-seven .social-links a {
	position: relative;
	line-height: 16px;
	font-size: var(--body-font-size);
	color: #333f4d;
	background-color: var(--theme-color-light);
	border-radius: 50px;
	width: 44px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	border-radius: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-right: 1px solid #f2f3f5
}

.team-block-seven .social-links a:hover {
	color: var(--theme-color-light);
	background-color: var(--theme-color1)
}

.team-block-seven .social-links a:last-child {
	border-radius: 0 10px 10px 0;
	border-right: 0
}

.team-block-seven .social-links a:first-child {
	border-radius: 10px 0 0 10px
}

.team-section-eight {
	position: relative;
	padding: 120px 0 80px;
	overflow: hidden;
	background-color: var(--theme-color-gray)
}

.team-section-eight .owl-carousel {
	position: relative;
	z-index: 2
}

.team-section-eight .owl-carousel .owl-nav {
	position: absolute;
	right: 0;
	top: -120px
}

@media(max-width:991.98px) {
	.team-section-eight .owl-carousel .owl-nav {
		position: relative;
		left: 0;
		top: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.team-block-eight {
	position: relative;
	margin-bottom: 40px
}

.team-block-eight .inner-box {
	position: relative;
	border: 2px solid #e3e3e3;
	border-radius: 10px;
	overflow: hidden
}

.team-block-eight .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.team-block-eight .inner-box:hover .social-links {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible
}

.team-block-eight .image-box {
	position: relative
}

.team-block-eight .image-box .image {
	position: relative;
	margin-bottom: 0;
	z-index: 1
}

.team-block-eight .image-box .image img {
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-eight .info-box {
	position: relative;
	text-align: center;
	padding: 20px 30px 30px;
	background-color: var(--theme-color-light);
	z-index: 2
}

.team-block-eight .info-box .name {
	margin-bottom: 5px
}

.team-block-eight .info-box .name a:hover {
	color: var(--theme-color1)
}

.team-block-eight .info-box .designation {
	position: relative;
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-eight .share-icon {
	position: absolute;
	top: 30px;
	right: 30px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: var(--theme-color-light);
	background-color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 50px;
	z-index: 3
}

.team-block-eight .social-links {
	position: absolute;
	right: 30px;
	top: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	background-color: var(--bg-theme-color1);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	border-radius: 50px;
	z-index: 3;
	padding: 17px 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-eight .social-links a {
	position: relative;
	font-size: 20px;
	line-height: 20px;
	color: var(--theme-color-light);
	margin-bottom: 25px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-eight .social-links a:last-child {
	margin-bottom: 0
}

.team-section-nine {
	position: relative;
	padding: 120px 0 180px;
	overflow: hidden;
	background-color: var(--theme-color-gray)
}

@media(max-width:1199.98px) {
	.team-section-nine {
		padding-bottom: 120px
	}
}

.team-block-nine {
	position: relative;
	margin-bottom: 40px
}

.team-block-nine .inner-box {
	position: relative;
	background-color: var(--theme-color-light);
	padding: 30px 30px 31px;
	border-radius: 10px
}

@media(max-width:575.98px) {
	.team-block-nine .inner-box {
		padding: 20px 20px 30px
	}
}

.team-block-nine .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.team-block-nine .inner-box:hover .social-links {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible
}

.team-block-nine .inner-box:hover .share-icon {
	background-color: var(--theme-color1);
	color: var(--theme-color-light)
}

.team-block-nine .image-box {
	position: relative
}

.team-block-nine .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px 10px 0 0;
	z-index: 1
}

.team-block-nine .image-box .image img {
	width: 100%;
	min-height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-nine .info-box {
	padding: 40px 20px 0
}

@media(max-width:575.98px) {
	.team-block-nine .info-box {
		padding-top: 30px
	}
}

.team-block-nine .info-box .name {
	margin-bottom: 5px
}

.team-block-nine .info-box .name:hover {
	color: var(--theme-color1)
}

.team-block-nine .info-box .designation {
	position: relative;
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-nine .share-icon {
	position: absolute;
	bottom: 21px;
	right: 16px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: var(--theme-color1);
	background-color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 10px;
	z-index: 3
}

.team-block-nine .social-links {
	position: absolute;
	right: 16px;
	bottom: 71px;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	background-color: var(--theme-color1);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	border-radius: 10px;
	z-index: 3;
	padding: 17px 10px 16px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-nine .social-links a {
	position: relative;
	line-height: 16px;
	font-size: 20px;
	margin-top: 26px;
	color: var(--theme-color-light);
	border-radius: 50px;
	border-radius: 0 0 50px 50px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-nine .social-links a:before {
	content: "";
	position: absolute;
	top: -15px;
	left: -6px;
	width: 26px;
	height: 1px;
	background-color: var(--theme-color-light)
}

.team-block-nine .social-links a:first-child {
	margin-top: 0
}

.team-block-nine .social-links a:first-child:before {
	display: none
}

.team-block-nine .social-links a:nth-child(2):before {
	left: -3px
}

.team-section-ten {
	position: relative;
	padding: 120px 0 80px;
	overflow: hidden;
	background-color: var(--theme-color-gray)
}

.team-section-ten .sec-title {
	margin-bottom: 60px
}

.team-block-ten {
	position: relative;
	margin-bottom: 40px
}

.team-block-ten .inner-box {
	position: relative
}

.team-block-ten .inner-box:hover .image img {
	-webkit-transform: translateY(80px);
	transform: translateY(80px)
}

.team-block-ten .image-box {
	position: relative
}

.team-block-ten .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px 10px 0 0
}

.team-block-ten .image-box .image img {
	position: relative;
	z-index: 2;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-ten .info-box {
	padding: 20px 30px;
	text-align: center;
	background-color: var(--theme-color-light);
	margin: 0 auto;
	border-radius: 0 0 10px 10px;
	z-index: 2
}

.team-block-ten .info-box .name {
	margin-bottom: 5px
}

.team-block-ten .info-box .name:hover {
	color: var(--theme-color1)
}

.team-block-ten .info-box .designation {
	position: relative;
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-ten .social-links {
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--theme-color1);
	border-radius: 10px 10px 0 0;
	padding: 20px 10px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-ten .social-links a {
	position: relative;
	font-size: var(--body-font-size);
	color: var(--theme-color1);
	border-radius: 50px;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--theme-color-light)
}

.team-block-ten .social-links a:first-child {
	margin-top: 0;
	margin-left: 0
}

.team-section-eleven {
	position: relative;
	padding: 120px 0;
	overflow: hidden;
	background-color: var(--theme-color2)
}

.team-section-eleven .sec-title {
	margin-bottom: 40px
}

.team-section-eleven .owl-carousel .owl-dots {
	margin-top: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.team-block-eleven {
	position: relative;
	margin-bottom: 40px
}

.team-block-eleven .inner-box {
	position: relative;
	background-color: var(--theme-color-light);
	padding: 20px 20px 40px;
	border-radius: 10px
}

@media(max-width:575.98px) {
	.team-block-eleven .inner-box {
		padding-bottom: 20px
	}
}

.team-block-eleven .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.team-block-eleven .inner-box:hover .social-links {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible
}

.team-block-eleven .image-box {
	position: relative
}

.team-block-eleven .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px;
	z-index: 1
}

.team-block-eleven .image-box .image img {
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-eleven .info-box {
	padding: 30px 20px 0
}

@media(max-width:575.98px) {
	.team-block-eleven .info-box {
		padding: 30px 0 0
	}
}

.team-block-eleven .info-box .name {
	margin-bottom: 10px
}

@media(max-width:575.98px) {
	.team-block-eleven .info-box .name {
		margin-bottom: 0
	}
}

.team-block-eleven .info-box .name:hover {
	color: var(--theme-color2)
}

.team-block-eleven .info-box .designation {
	position: relative;
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-eleven .share-icon {
	position: absolute;
	bottom: 48px;
	right: 40px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: var(--body-font-size);
	color: var(--theme-color-light);
	background-color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 10px;
	z-index: 3
}

@media(max-width:575.98px) {
	.team-block-eleven .share-icon {
		right: 20px;
		bottom: 28px
	}
}

.team-block-eleven .social-links {
	position: absolute;
	right: 40px;
	bottom: 90px;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	background-color: var(--theme-color1);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	border-radius: 10px 10px 0 0;
	z-index: 3;
	padding: 17px 15px 11px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

@media(max-width:575.98px) {
	.team-block-eleven .social-links {
		right: 20px;
		bottom: 70px
	}
}

.team-block-eleven .social-links a {
	position: relative;
	line-height: 20px;
	font-size: 20px;
	margin-top: 20px;
	color: var(--theme-color-light);
	border-radius: 50px;
	border-radius: 0 0 50px 50px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-eleven .social-links a:first-child {
	margin-top: 0
}

.team-section-twelve {
	position: relative;
	padding: 120px 0 80px;
	overflow: hidden
}

.team-section-twelve .sec-title {
	margin-bottom: 60px
}

.team-section-twelve .carousel-outer {
	position: relative;
	z-index: 3;
	margin-left: -15px;
	margin-right: -15px
}

.team-section-twelve .carousel-outer .owl-item {
	padding: 0 15px
}

.team-section-twelve .carousel-outer .owl-nav {
	position: absolute;
	right: 15px;
	top: -120px
}

@media(max-width:991.98px) {
	.team-section-twelve .carousel-outer .owl-nav {
		position: relative;
		right: 0;
		top: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px
	}
}

.team-block-twelve {
	position: relative;
	margin-bottom: 40px
}

.team-block-twelve .inner-box {
	position: relative;
	padding: 0 27px 40px
}

.team-block-twelve .inner-box:before {
	content: "";
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--theme-color-gray);
	border-radius: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.team-block-twelve .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.team-block-twelve .inner-box:hover:before {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .07);
	background-color: var(--theme-color-light)
}

.team-block-twelve .image-box {
	position: relative
}

.team-block-twelve .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px;
	z-index: 99;
	z-index: 1
}

.team-block-twelve .image-box .image img {
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-twelve .info-box {
	position: relative;
	text-align: center;
	margin: 0 auto;
	border-radius: 10px;
	padding-top: 20px;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.team-block-twelve .info-box .name {
	margin-bottom: 0
}

.team-block-twelve .info-box .name:hover {
	color: var(--theme-color1)
}

.team-block-twelve .info-box .designation {
	position: relative;
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	letter-spacing: -.01em;
	margin-bottom: 5px
}

.team-section-thirteen {
	position: relative;
	padding: 120px 0 80px;
	overflow: hidden
}

.team-block-thirteen {
	position: relative;
	margin-bottom: 40px
}

.team-block-thirteen .inner-box {
	position: relative
}

.team-block-thirteen .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.team-block-thirteen .inner-box:hover .social-links {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible
}

.team-block-thirteen .inner-box:hover .info-box {
	border-bottom-color: var(--theme-color1);
	background-color: var(--theme-color-gray)
}

.team-block-thirteen .image-box {
	position: relative
}

.team-block-thirteen .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px;
	z-index: 1
}

.team-block-thirteen .image-box .image img {
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-thirteen .info-box {
	position: relative;
	padding: 30px 20px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	text-align: center;
	margin: -74px 0 0;
	margin-left: 18px;
	margin-right: 18px;
	z-index: 99;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-bottom: 3px solid transparent
}

.team-block-thirteen .info-box .name {
	margin-bottom: 11px
}

.team-block-thirteen .info-box .name a:hover {
	color: var(--theme-color1)
}

.team-block-thirteen .info-box .designation {
	position: relative;
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-thirteen .share-icon {
	position: absolute;
	top: -20px;
	left: 40px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: var(--body-font-size);
	color: var(--theme-color-light);
	background-color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 10px;
	z-index: 3
}

.team-block-thirteen .social-links {
	position: absolute;
	left: 40px;
	bottom: 168px;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	border-radius: 10px 10px 0 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-thirteen .social-links a {
	position: relative;
	line-height: 20px;
	font-size: 20px;
	margin-top: 10px;
	color: var(--theme-color1);
	border-radius: 50px;
	border-radius: 0 0 50px 50px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	width: 40px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	border-radius: 10px;
	background-color: var(--theme-color-light)
}

.team-block-thirteen .social-links a:first-child {
	margin-top: 0
}

.team-section-fourteen {
	position: relative;
	padding: 120px 0 80px;
	overflow: hidden
}

.team-section-fourteen .owl-carousel {
	position: relative;
	padding: 1px;
	z-index: 3
}

.team-section-fourteen .owl-carousel .owl-nav {
	position: absolute;
	right: 0;
	top: -120px
}

@media(max-width:991.98px) {
	.team-section-fourteen .owl-carousel .owl-nav {
		position: relative;
		top: 0;
		margin-bottom: 40px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.team-block-fourteen {
	position: relative;
	margin-bottom: 40px
}

.team-block-fourteen .inner-box {
	position: relative;
	border: 1px solid #e3e3e3;
	padding: 40px 50px;
	border-radius: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

@media(max-width:575.98px) {
	.team-block-fourteen .inner-box {
		padding: 30px 20px
	}
}

.team-block-fourteen .inner-box:hover {
	border-color: var(--theme-color1)
}

.team-block-fourteen .inner-box:hover .social-links a {
	background-color: var(--theme-color1);
	color: var(--theme-color-light)
}

.team-block-fourteen .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.team-block-fourteen .image-box {
	position: relative
}

.team-block-fourteen .image-box .image {
	position: relative;
	border-radius: 50%;
	height: 240px;
	width: 240px;
	overflow: hidden;
	margin: 0 auto 30px;
	z-index: 1
}

.team-block-fourteen .image-box .image img {
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-fourteen .info-box {
	text-align: center
}

.team-block-fourteen .info-box .name {
	margin-bottom: 10px
}

.team-block-fourteen .info-box .name:hover {
	color: var(--theme-color2)
}

.team-block-fourteen .info-box .designation {
	position: relative;
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	margin-bottom: 20px
}

.team-block-fourteen .info-box .text {
	margin-bottom: 30px
}

.team-block-fourteen .social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.team-block-fourteen .social-links a {
	position: relative;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: var(--theme-color-gray);
	font-size: 20px;
	color: var(--theme-color1);
	border-radius: 10px;
	margin-right: 10px
}

.team-block-fourteen .social-links a:last-child {
	margin-right: 0
}

.video-section {
	position: relative;
	z-index: 2
}

.video-section .image {
	border-radius: 10px;
	overflow: hidden
}

.video-section .image img {
	width: 100%;
	min-height: 300px;
	-o-object-fit: cover;
	object-fit: cover
}

.video-section .content-box {
	position: relative
}

.video-section .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.video-section .play-btn .icon {
	height: 80px;
	width: 80px;
	border: 0;
	line-height: 82px;
	font-size: 28px
}

.why-choose-us {
	position: relative;
	z-index: 3
}

.why-choose-us .outer-box {
	position: relative;
	padding: 80px 0 30px;
	background-color: var(--theme-color-light);
	border: 1px solid #e3e3e3
}

.why-choose-us .content-column {
	margin-bottom: 30px
}

.why-choose-us .content-column .inner-column {
	position: relative;
	padding-right: 40px
}

@media(max-width:991.98px) {
	.why-choose-us .content-column .inner-column {
		padding-right: 0
	}
}

.why-choose-us .content-column .sec-title {
	margin-bottom: 30px
}

.why-choose-us .image-column {
	margin-bottom: 50px
}

.why-choose-us .image-column .inner-column {
	position: relative;
	padding-right: 15px;
	padding-top: 10px;
	padding-left: 40px
}

@media(max-width:991.98px) {
	.why-choose-us .image-column .inner-column {
		padding-left: 0;
		padding-right: 0
	}
}

.why-choose-us .image-column .inner-column .image-box {
	text-align: right
}

.why-choose-us .image-column .inner-column .image-box .icon {
	position: absolute;
	top: 25px;
	left: 102px
}

@media(max-width:767.98px) {
	.why-choose-us .image-column .inner-column .image-box .icon {
		display: none
	}
}

.why-choose-us .image-column .inner-column .image-box .icon i {
	font-size: 131px;
	color: #111f2b;
	opacity: .2;
	line-height: 131px;
	-webkit-animation: fa-spin 30s infinite linear;
	animation: fa-spin 30s infinite linear
}

.why-choose-us .image-column .inner-column .info-box {
	position: absolute;
	left: 60px;
	bottom: -40px;
	width: 308px;
	padding: 32px 10px 29px 30px;
	border-radius: 5px;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	background: var(--theme-color-light)
}

@media(max-width:991.98px) {
	.why-choose-us .image-column .inner-column .info-box {
		left: 0;
		bottom: 0
	}
}

@media(max-width:767.98px) {
	.why-choose-us .image-column .inner-column .info-box {
		position: relative;
		display: inline-block;
		width: 100%
	}
}

.why-choose-us .image-column .inner-column .info-box .inner {
	position: relative;
	padding-left: 97px;
	text-align: left
}

.why-choose-us .image-column .inner-column .info-box .icon {
	position: absolute;
	left: 0;
	top: 20px;
	font-size: 60px;
	color: var(--theme-color1)
}

.why-choose-us .image-column .inner-column .info-box .title {
	color: var(--theme-color2);
	margin-bottom: 10px;
	font-size: 27px;
	font-weight: 700;
	line-height: 37px
}

.why-choose-us .image-column .inner-column .info-box .text {
	position: relative;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -.8px;
	font-weight: 500;
	font-family: var(--title-font);
	margin-bottom: 0
}

.feature-block {
	margin-bottom: 20px
}

.feature-block .inner-box {
	position: relative;
	padding-left: 30px
}

.feature-block .inner-box .title {
	position: relative;
	margin-bottom: 10px
}

.feature-block .inner-box .title:before {
	content: "";
	position: absolute;
	top: 9px;
	left: -30px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: var(--theme-color1);
	border-radius: 50%
}

.why-choose-us-two {
	position: relative;
	padding: 120px 0 70px;
	background-color: var(--theme-color-gray)
}

.why-choose-us-two .image-column {
	position: relative;
	margin-bottom: 50px
}

.why-choose-us-two .image-column .inner-column {
	max-width: 594px;
	background-color: var(--theme-color-light);
	padding: 50px 60px 130px;
	border-radius: 10px;
	margin-bottom: 65px
}

@media(max-width:1199.98px) {
	.why-choose-us-two .image-column .inner-column {
		padding: 40px;
		margin-bottom: 0;
		max-width: 100%
	}
}

@media(max-width:991.98px) {
	.why-choose-us-two .image-column .inner-column {
		padding: 0;
		background-color: none
	}
}

.why-choose-us-two .image-column .inner-column .image-box {
	position: relative;
	text-align: left
}

.why-choose-us-two .image-column .inner-column .image-box .image img {
	border-radius: 10px
}

@media(max-width:991.98px) {
	.why-choose-us-two .image-column .inner-column .image-box .image img {
		width: 100%
	}
}

.why-choose-us-two .image-column .inner-column .image-box .icon-triangle {
	position: absolute;
	bottom: -45px;
	right: 0
}

@media(max-width:1199.98px) {
	.why-choose-us-two .image-column .inner-column .image-box .icon-triangle {
		display: none
	}
}

.why-choose-us-two .image-column .inner-column .image-box .play-btn {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	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
}

.why-choose-us-two .image-column .inner-column .image-box .play-btn:hover .icon {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.why-choose-us-two .image-column .inner-column .image-box .play-btn .icon {
	width: 104.11px;
	height: 104.11px;
	line-height: 104px;
	background-color: var(--theme-color-light);
	color: var(--theme-color1);
	font-size: 29px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.why-choose-us-two .image-column .inner-column .exp-box {
	position: absolute;
	left: 84px;
	bottom: 0;
	background: #fff;
	border-radius: 10px;
	max-width: 425px;
	width: 100%;
	-webkit-filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.071));
	filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.071))
}

@media(max-width:1199.98px) {
	.why-choose-us-two .image-column .inner-column .exp-box {
		position: relative;
		left: 0;
		width: 100%
	}
}

.why-choose-us-two .image-column .inner-column .exp-box .inner {
	position: relative;
	padding: 30px 42px 30px 123px
}

@media(max-width:575.98px) {
	.why-choose-us-two .image-column .inner-column .exp-box .inner {
		padding: 30px;
		text-align: center
	}
}

.why-choose-us-two .image-column .inner-column .exp-box .inner .icon {
	position: absolute;
	left: 50px;
	top: 34px;
	font-size: 64px;
	color: var(--theme-color1);
	line-height: 1em
}

@media(max-width:575.98px) {
	.why-choose-us-two .image-column .inner-column .exp-box .inner .icon {
		display: inline-block;
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 10px
	}
}

.why-choose-us-two .image-column .inner-column .exp-box .inner .title {
	margin-bottom: 0;
	font-size: 27px;
	line-height: 38px;
	font-weight: 700;
	color: var(--theme-color2)
}

.why-choose-us-two .content-column {
	margin-bottom: 50px
}

.why-choose-us-two .content-column .inner-column {
	margin-top: 74px
}

@media(max-width:1199.98px) {
	.why-choose-us-two .content-column .inner-column {
		margin-top: 0
	}
}

.why-choose-us-two .content-column .inner-column .sec-title {
	margin-bottom: 50px
}

.why-choose-us-two .content-column .inner-column .text {
	margin-bottom: 50px
}

.feature-block-two {
	margin-bottom: 30px
}

.feature-block-two .inner {
	position: relative;
	padding: 16px 0 15px 79px
}

.feature-block-two .inner:hover .icon-box {
	background-color: var(--theme-color-light);
	color: var(--theme-color1)
}

.feature-block-two .inner .icon-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: var(--theme-color1);
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	color: var(--theme-color-light);
	font-size: 30px
}

.feature-block-two .inner .title {
	margin-bottom: 0
}

.why-choose-us-three {
	position: relative;
	background-color: var(--theme-color2);
	padding: 120px 0 70px
}

.why-choose-us-three .content-column {
	margin-bottom: 50px
}

.why-choose-us-three .content-column .inner-column {
	padding-right: 90px;
	padding-top: 20px
}

@media(max-width:1199.98px) {
	.why-choose-us-three .content-column .inner-column {
		padding-right: 0;
		padding-top: 0
	}
}

.why-choose-us-three .content-column .inner-column .sec-title {
	margin-bottom: 20px
}

.why-choose-us-three .content-column .inner-column .list-style-two li {
	font-size: var(--body-font-size);
	line-height: var(--body-line-height);
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: 10px
}

.why-choose-us-three .content-column .inner-column .list-style-two li i {
	line-height: var(--body-line-height)
}

.why-choose-us-three .image-column {
	margin-bottom: 20px
}

.why-choose-us-three .image-column .icon-dots-9 {
	position: absolute;
	right: 0;
	bottom: 0
}

@media(max-width:767.98px) {
	.why-choose-us-three .image-column .icon-dots-9 {
		display: none
	}
}

.why-choose-us-three .image-column .inner-column .image-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media(max-width:767.98px) {
	.why-choose-us-three .image-column .inner-column .image-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.why-choose-us-three .image-column .inner-column .image-box .image-1 {
	position: relative;
	margin-right: 21px;
	margin-bottom: 30px
}

@media(max-width:767.98px) {
	.why-choose-us-three .image-column .inner-column .image-box .image-1 {
		margin-right: 0
	}
}

.why-choose-us-three .image-column .inner-column .image-box .image-1 img {
	border-radius: 10px
}

@media(max-width:767.98px) {
	.why-choose-us-three .image-column .inner-column .image-box .image-1 img {
		width: 100%
	}
}

.why-choose-us-three .image-column .inner-column .image-box .image-2 {
	position: relative;
	margin-bottom: 30px
}

.why-choose-us-three .image-column .inner-column .image-box .image-2 img {
	border-radius: 10px
}

@media(max-width:767.98px) {
	.why-choose-us-three .image-column .inner-column .image-box .image-2 img {
		width: 100%
	}
}

.why-choose-us-three .image-column .inner-column .exp-box {
	position: absolute;
	left: 185px;
	bottom: 60px;
	background-color: var(--theme-color-light);
	width: 268px;
	border-radius: 50px;
	padding: 11px 0 11px 90px
}

@media(max-width:767.98px) {
	.why-choose-us-three .image-column .inner-column .exp-box {
		position: relative;
		left: 0;
		bottom: 0;
		width: 100%
	}
}

.why-choose-us-three .image-column .inner-column .exp-box .icon {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 63px;
	height: 63px;
	line-height: 63px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--theme-color-gray);
	font-size: 40px;
	color: var(--theme-color1)
}

@media(max-width:767.98px) {
	.why-choose-us-three .image-column .inner-column .exp-box .icon {
		display: none
	}
}

.why-choose-us-three .image-column .inner-column .exp-box .title {
	margin-bottom: 5px
}

.why-choose-us-three .image-column .inner-column .exp-box .text {
	margin-bottom: 0
}

.why-choose-us-four {
	position: relative;
	padding: 120px 0 90px
}

.feature-block-four {
	margin-bottom: 30px
}

.feature-block-four .inner-box {
	position: relative;
	padding-left: 66px
}

@media(max-width:575.98px) {
	.feature-block-four .inner-box {
		padding-left: 0;
		padding-top: 66px
	}
}

.feature-block-four .inner-box:hover .icon-box .icon {
	border-color: var(--theme-color1)
}

.feature-block-four .inner-box:hover .content-box:before {
	opacity: 1
}

.feature-block-four .inner-box:hover .content-box::after {
	opacity: 0
}

.feature-block-four .inner-box:hover .read-more i {
	color: var(--theme-color1)
}

.feature-block-four .inner-box .icon-box {
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 3
}

@media(max-width:575.98px) {
	.feature-block-four .inner-box .icon-box {
		left: 50%;
		top: 8px;
		margin-left: -64px
	}
}

.feature-block-four .inner-box .icon-box .icon {
	display: block;
	background: #fff;
	border: 3px solid #e3e3e3;
	border-radius: 10px;
	font-size: 60px;
	width: 128px;
	height: 128px;
	line-height: 128px;
	text-align: center;
	background-color: var(--theme-color-light);
	color: var(--theme-color1);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.feature-block-four .inner-box .content-box {
	position: relative;
	padding: 30px 28px 25px 87px;
	border-radius: 10px;
	border: 1px solid #e3e3e3
}

@media(max-width:575.98px) {
	.feature-block-four .inner-box .content-box {
		padding-left: 28px;
		padding-top: 87px;
		text-align: center
	}
}

.feature-block-four .inner-box .content-box:after,
.feature-block-four .inner-box .content-box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 93px;
	height: 75px;
	background-image: url(../images/icons/shape-7-2.png);
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.feature-block-four .inner-box .content-box:after {
	background-image: url(../images/icons/shape-7.png);
	opacity: 1
}

.feature-block-four .inner-box .title {
	color: var(--theme-color2);
	margin-bottom: 10px
}

.feature-block-four .inner-box .text {
	color: var(--text-color);
	margin-bottom: 15px
}

.feature-block-four .inner-box .read-more {
	font-size: var(--body-font-size);
	line-height: 22px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color2);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.feature-block-four .inner-box .read-more i {
	position: relative;
	top: 0;
	margin-left: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.why-choose-us-five {
	position: relative;
	padding: 120px 0 70px
}

.why-choose-us-five .content-column {
	margin-bottom: 50px
}

.why-choose-us-five .content-column .list-style-two {
	margin-bottom: 40px
}

.why-choose-us-five .content-column .list-style-two li {
	color: var(--text-color);
	font-size: var(--body-font-size);
	line-height: var(--body-line-height);
	margin-bottom: 10px
}

.why-choose-us-five .content-column .list-style-two li i {
	font-size: var(--body-font-size);
	color: var(--theme-color2)
}

.why-choose-us-five .content-column .read-more {
	border: 1px solid var(--theme-color2);
	background-color: #fff;
	color: var(--theme-color2)
}

.why-choose-us-five .content-column .read-more:before {
	background-color: var(--bg-theme-color1)
}

.why-choose-us-five .content-column .read-more:hover {
	color: var(--theme-color-light);
	border-color: transparent
}

.why-choose-us-five .image-column {
	margin-bottom: 25px
}

.why-choose-us-five .image-column .inner-column {
	position: relative
}

.why-choose-us-five .image-column .inner-column .image-box {
	position: relative
}

.why-choose-us-five .image-column .inner-column .image-box .image {
	margin-bottom: 25px
}

.why-choose-us-five .image-column .inner-column .image-box .image img {
	border-radius: 10px 10px 0 0;
	width: 100%
}

.why-choose-us-five .image-column .inner-column .image-box .image-2 {
	margin-bottom: 25px
}

@media(max-width:991.98px) {
	.why-choose-us-five .image-column .inner-column .image-box .image-2 {
		display: none
	}
}

.why-choose-us-five .image-column .inner-column .image-box .image-2 img {
	border-radius: 0 0 0 10px
}

.why-choose-us-five .image-column .inner-column .image-box .image-3 {
	margin-bottom: 25px
}

@media(max-width:991.98px) {
	.why-choose-us-five .image-column .inner-column .image-box .image-3 {
		display: none
	}
}

.why-choose-us-five .image-column .inner-column .image-box .image-3 img {
	border-radius: 0 0 10px 0
}

.why-choose-us-five .image-column .inner-column .exp-box {
	position: absolute;
	left: 50%;
	top: 50%;
	background: var(--theme-color1);
	border-radius: 10px;
	text-align: center;
	min-width: 249px;
	border: 5px solid var(--theme-color-light);
	margin-top: -10px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media(max-width:991.98px) {
	.why-choose-us-five .image-column .inner-column .exp-box {
		position: relative;
		bottom: 0;
		left: 0;
		margin-top: 0;
		width: 100%;
		border: 0;
		-webkit-transform: none;
		transform: none
	}
}

.why-choose-us-five .image-column .inner-column .exp-box .inner {
	position: relative;
	padding: 23px 23px 24px
}

.why-choose-us-five .image-column .inner-column .exp-box .inner .icon {
	font-size: 48px;
	color: var(--theme-color-light);
	line-height: 48px;
	margin-bottom: 10px
}

.why-choose-us-five .image-column .inner-column .exp-box .inner .title {
	margin-bottom: 5px;
	font-weight: 700;
	color: var(--theme-color-light);
	font-size: 27px
}

.why-choose-us-five .image-column .inner-column .exp-box .inner .text {
	color: var(--theme-color-light)
}

.feature-block-five {
	margin-bottom: 42px
}

.feature-block-five .inner {
	position: relative;
	padding-left: 79px
}

.feature-block-five .inner:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	color: var(--theme-color2)
}

.feature-block-five .inner .icon {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--theme-color1);
	font-size: 58px;
	line-height: 1em;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.feature-block-five .inner .title {
	margin-bottom: 0;
	font-weight: 600
}

.news-section {
	position: relative;
	padding: 120px 0 90px;
	z-index: 3
}

.news-section .sec-title {
	padding-right: 200px
}

@media(max-width:767.98px) {
	.news-section .sec-title {
		padding-right: 0
	}
}

.news-section .sec-title .btn-box {
	position: absolute;
	right: 0;
	top: 100px
}

@media(max-width:767.98px) {
	.news-section .sec-title .btn-box {
		position: relative;
		top: 0;
		margin-top: 20px
	}
}

.news-block {
	position: relative;
	margin-bottom: 30px
}

.news-block .inner-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block .inner-box:hover .content-box {
	border-color: var(--theme-color1)
}

.news-block .inner-box:hover .image-box .image a:after {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.news-block .image-box {
	position: relative
}

.news-block .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px 10px 0 0
}

.news-block .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block .image-box .image a:after {
	background: rgba(255, 255, 255, .3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block .image-box .cat {
	position: absolute;
	left: 30px;
	bottom: 30px;
	padding: 10px 15px;
	background-color: var(--bg-theme-color1);
	font-weight: 400;
	font-size: var(--body-font-size);
	line-height: 32px;
	color: var(--theme-color-light);
	border-radius: 10px
}

@media(max-width:575.98px) {
	.news-block .image-box .cat {
		line-height: 22px
	}
}

.news-block .content-box {
	position: relative;
	padding: 25px 30px 40px;
	border: 1px solid #e3e3e3;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block .content-box .post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.news-block .content-box .post-info li {
	font-size: var(--body-font-size);
	line-height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	color: #67687a;
	margin-right: 15px;
	margin-bottom: 12px
}

.news-block .content-box .post-info li i {
	font-size: var(--body-font-size);
	font-weight: 400;
	margin-right: 10px;
	color: var(--theme-color1)
}

.news-block .content-box .post-info li a {
	color: #777;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block .content-box .post-info li a:hover {
	color: var(--theme-color1)
}

.news-block .content-box .title {
	margin-bottom: 12px
}

.news-block .content-box .title:hover {
	color: var(--theme-color2)
}

.news-block .content-box .text {
	margin-bottom: 30px
}

.news-block .content-box .read-more {
	border: 1px solid var(--theme-color1);
	background-color: #fff;
	color: var(--theme-color2)
}

.news-block .content-box .read-more:before {
	background-color: var(--bg-theme-color1)
}

.news-block .content-box .read-more:hover {
	color: var(--theme-color-light)
}

.news-section-two {
	position: relative;
	padding: 120px 0 90px
}

.news-block-two {
	position: relative;
	margin-bottom: 30px
}

.news-block-two .inner-box {
	position: relative;
	padding: 30px;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	border-radius: 10px;
	background-color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.news-block-two .inner-box {
		padding: 20px
	}
}

.news-block-two .inner-box:hover {
	border-color: var(--theme-color1)
}

.news-block-two .inner-box:hover .image-box .image a:after {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-two .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.news-block-two .image-box {
	position: relative
}

.news-block-two .image-box .image {
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px;
	margin-bottom: 0
}

.news-block-two .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-two .image-box .image a:after {
	background: rgba(255, 255, 255, .3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-two .image-box .cat {
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding: 10px 20px;
	background-color: var(--theme-color-light);
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: var(--theme-color2);
	font-family: var(--title-font);
	border-radius: 10px
}

@media(max-width:575.98px) {
	.news-block-two .image-box .cat {
		line-height: 18px;
		font-size: var(--body-font-size)
	}
}

.news-block-two .content-box {
	position: relative;
	padding: 20px 0 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-two .content-box .title {
	margin-bottom: 12px
}

.news-block-two .content-box .title:hover {
	color: var(--theme-color1)
}

.news-block-two .content-box .text {
	margin-bottom: 30px
}

.news-block-two .bottom-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media(max-width:1199.98px) {
	.news-block-two .bottom-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.news-block-two .author-info {
	position: relative;
	padding-left: 60px;
	margin-right: 15px
}

@media(max-width:1199.98px) {
	.news-block-two .author-info {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 20px
	}
}

.news-block-two .author-info .thumb {
	position: absolute;
	left: 0;
	top: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid var(--theme-color-gray)
}

.news-block-two .author-info .name {
	letter-spacing: -.8px;
	margin-bottom: 0
}

.news-block-two .comments {
	font-size: var(--body-font-size);
	line-height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	color: #67687a
}

.news-block-two .comments i {
	font-size: var(--body-font-size);
	font-weight: 400;
	margin-right: 10px;
	color: var(--theme-color1)
}

.news-block-two .comments a {
	color: #777;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-two .comments a:hover {
	color: var(--theme-color1)
}

.news-section-three {
	position: relative;
	padding: 120px 0 90px
}

.news-block-three {
	position: relative;
	margin-bottom: 30px
}

.news-block-three .inner-box {
	position: relative
}

.news-block-three .inner-box:hover .image-box .image {
	border-radius: 10px
}

.news-block-three .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.news-block-three .inner-box .image-box {
	padding: 0 30px
}

.news-block-three .inner-box .image-box .image {
	overflow: hidden;
	border-radius: 10px
}

.news-block-three .inner-box .image-box .image img {
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.news-block-three .inner-box .content-box {
	background-color: #f2f3f5;
	padding: 145px 30px 35px;
	margin-top: -122px;
	border-radius: 10px
}

.news-block-three .inner-box .content-box .post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px
}

.news-block-three .inner-box .content-box .post-info li {
	position: relative;
	font-size: var(--body-font-size);
	color: var(--theme-color2);
	font-weight: 500;
	margin-right: 35px
}

.news-block-three .inner-box .content-box .post-info li:last-child {
	margin-right: 0
}

.news-block-three .inner-box .content-box .post-info li i {
	color: var(--theme-color1);
	margin-right: 10px
}

.news-block-three .inner-box .content-box .title {
	color: var(--theme-color2);
	margin-bottom: 20px
}

.news-block-three .inner-box .content-box .title:hover a {
	color: var(--theme-color1)
}

.news-block-three .inner-box .content-box .read-more {
	font-size: var(--body-font-size);
	line-height: 22px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color2);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.news-block-three .inner-box .content-box .read-more i {
	position: relative;
	top: 0;
	margin-left: 10px
}

.news-block-three .inner-box .content-box .read-more:hover i {
	color: var(--theme-color1);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.news-section-four {
	position: relative;
	padding: 120px 0 70px
}

.news-block-four {
	margin-bottom: 50px
}

.news-block-four .inner-box {
	position: relative
}

.news-block-four .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.news-block-four .inner-box .image-box {
	position: relative
}

.news-block-four .inner-box .image-box .image {
	overflow: hidden
}

.news-block-four .inner-box .image-box .image img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.news-block-four .inner-box .image-box .date {
	height: 50px;
	line-height: 50px;
	background-color: var(--theme-color1);
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	color: var(--theme-color-light);
	padding: 0 35px;
	position: absolute;
	right: 0;
	bottom: -25px;
	font-family: var(--title-font)
}

.news-block-four .inner-box .content-box {
	padding: 34px 0 0
}

.news-block-four .inner-box .content-box .post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 13px
}

.news-block-four .inner-box .content-box .post-info li {
	font-size: 12px;
	font-weight: 400;
	color: var(--text-color);
	margin-right: 25px
}

.news-block-four .inner-box .content-box .post-info li i {
	color: var(--theme-color1);
	margin-right: 5px
}

.news-block-four .inner-box .content-box .post-info li:last-child {
	margin-right: 0
}

.news-block-four .inner-box .content-box .title {
	line-height: 34px;
	color: var(--theme-color2);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin-bottom: 34px
}

.news-block-four .inner-box .content-box .title:hover {
	color: var(--theme-color1)
}

.news-block-four .inner-box .content-box .theme-btn {
	padding: 14px 30px;
	border: 1px solid var(--theme-color2)
}

.news-block-four .inner-box .content-box .theme-btn:hover {
	color: var(--theme-color-light);
	border: 1px solid transparent
}

.news-section-five {
	position: relative;
	padding: 120px 0 90px;
	z-index: 3
}

.news-block-five {
	position: relative;
	margin-bottom: 30px
}

.news-block-five .inner-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-five .inner-box:hover .content-box {
	border-color: var(--theme-color1)
}

.news-block-five .inner-box:hover .image-box .image a:after {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-five .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.news-block-five .image-box {
	position: relative
}

.news-block-five .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px 10px 0 0
}

.news-block-five .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-five .image-box .image a:after {
	background: rgba(255, 255, 255, .3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-five .image-box .date {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 11px 20px;
	background-color: var(--bg-theme-color1);
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	color: var(--theme-color-light);
	border-radius: 0 10px 0 0
}

@media(max-width:575.98px) {
	.news-block-five .image-box .date {
		line-height: 22px
	}
}

.news-block-five .image-box .date small {
	font-size: var(--body-font-size);
	font-weight: 400
}

.news-block-five .content-box {
	position: relative;
	padding: 30px 30px 20px;
	border: 1px solid #e3e3e3;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-five .content-box .post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #e3e3e3;
	padding-top: 20px
}

.news-block-five .content-box .post-info li {
	font-size: var(--body-font-size);
	line-height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	color: #67687a;
	margin-right: 15px
}

.news-block-five .content-box .post-info li:last-child {
	margin-right: 0
}

.news-block-five .content-box .post-info li i {
	font-size: var(--body-font-size);
	font-weight: 400;
	margin-right: 10px;
	color: var(--theme-color1)
}

.news-block-five .content-box .post-info li a {
	color: #777;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-five .content-box .post-info li a:hover {
	color: var(--theme-color1)
}

.news-block-five .content-box .title {
	margin-bottom: 20px
}

.news-block-five .content-box .title:hover {
	color: var(--theme-color1)
}

.news-block-five .content-box .text {
	margin-bottom: 30px;
	color: var(--text-color)
}

.news-section-six {
	position: relative;
	padding: 120px 0 90px;
	z-index: 3
}

.news-section-six .sec-title {
	padding-right: 200px
}

@media(max-width:767.98px) {
	.news-section-six .sec-title {
		padding-right: 0
	}
}

.news-section-six .sec-title .btn-box {
	position: absolute;
	right: 0;
	top: 100px
}

@media(max-width:767.98px) {
	.news-section-six .sec-title .btn-box {
		position: relative;
		top: 0;
		margin-top: 20px
	}
}

.news-block-six {
	position: relative;
	margin-bottom: 30px
}

.news-block-six .inner-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-six .inner-box::before {
	position: absolute;
	left: 50%;
	width: 0;
	bottom: 0;
	height: 10px;
	border-bottom: 3px solid var(--theme-color1);
	border-radius: 0 0 10px 10px;
	content: "";
	z-index: 3;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-six .inner-box:hover:before {
	left: 0;
	width: 100%
}

.news-block-six .inner-box:hover .image-box .image a:after {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-six .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.news-block-six .image-box {
	position: relative
}

.news-block-six .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px 10px 0 0
}

.news-block-six .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-six .image-box .image a:after {
	background: rgba(255, 255, 255, .3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-six .content-box {
	position: relative;
	padding: 20px 30px 40px;
	border: 1px solid #e3e3e3;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-six .content-box .post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.news-block-six .content-box .post-info li {
	font-size: var(--body-font-size);
	line-height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	color: #67687a;
	margin-right: 30px;
	margin-bottom: 20px
}

.news-block-six .content-box .post-info li i {
	font-size: var(--body-font-size);
	font-weight: 400;
	margin-right: 10px;
	color: var(--theme-color1)
}

.news-block-six .content-box .post-info li a {
	color: #777;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-six .content-box .post-info li a:hover {
	color: var(--theme-color1)
}

.news-block-six .content-box .title {
	margin-bottom: 30px;
	color: var(--theme-color2)
}

.news-block-six .content-box .title a:hover {
	color: var(--theme-color1)
}

.news-block-six .content-box .read-more {
	border: 1px solid var(--theme-color1);
	background-color: #fff;
	color: var(--theme-color2)
}

.news-block-six .content-box .read-more:before {
	background-color: var(--bg-theme-color1)
}

.news-block-six .content-box .read-more:hover {
	color: var(--theme-color-light)
}

.news-section-seven {
	position: relative;
	padding: 120px 0 90px;
	z-index: 3
}

@media(max-width:767.98px) {
	.news-section-seven .sec-title {
		padding-right: 0
	}
}

.news-block-seven {
	position: relative;
	margin-bottom: 30px
}

.news-block-seven .inner-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-seven .inner-box:hover .content-box {
	border-color: var(--theme-color1)
}

.news-block-seven .inner-box:hover .image-box .image a:after {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-seven .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.news-block-seven .image-box {
	position: relative
}

.news-block-seven .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px 10px 0 0
}

.news-block-seven .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-seven .image-box .image a:after {
	background: rgba(255, 255, 255, .3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-seven .image-box .date {
	position: absolute;
	bottom: -25px;
	right: 30px;
	width: 78px;
	height: 78px;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	padding-top: 5px;
	background-color: var(--theme-color1);
	border-radius: 50%;
	font-size: 24px;
	line-height: 30px;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 23px 49px rgba(26, 9, 63, .1);
	box-shadow: 0 23px 49px rgba(26, 9, 63, .1);
	color: var(--theme-color-light);
	z-index: 99
}

.news-block-seven .image-box .date small {
	display: block;
	font-size: var(--body-font-size);
	line-height: 20px;
	font-weight: 400
}

.news-block-seven .content-box {
	position: relative;
	padding: 20px 30px 35px;
	border: 1px solid #e3e3e3;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-seven .content-box .auther-info {
	position: relative;
	padding: 19px 0 11px 70px;
	margin-bottom: 20px
}

.news-block-seven .content-box .auther-info .thumb {
	position: absolute;
	left: 0;
	top: 0;
	margin-bottom: 0
}

.news-block-seven .content-box .auther-info .auther-name {
	font-weight: 600;
	margin-bottom: 0
}

.news-block-seven .content-box .title {
	color: var(--theme-color2);
	margin-bottom: 20px
}

.news-block-seven .content-box .title:hover {
	color: var(--theme-color1)
}

.news-block-seven .content-box .read-more {
	line-height: 22px;
	color: var(--theme-color2);
	font-weight: 600;
	letter-spacing: .8px;
	font-family: var(--title-font)
}

.news-block-seven .content-box .read-more i {
	margin-left: 10px;
	color: var(--theme-color1)
}

.news-block-seven .content-box .read-more:hover {
	color: var(--theme-color1)
}

.news-section-eight {
	position: relative;
	padding: 120px 0 90px;
	z-index: 3
}

.news-block-eight {
	position: relative;
	margin-bottom: 30px
}

.news-block-eight .inner-box {
	position: relative;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-eight .inner-box:hover .content-box {
	border-color: var(--theme-color1)
}

.news-block-eight .inner-box:hover .image-box .image a:after {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-eight .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.news-block-eight .image-box {
	position: relative
}

.news-block-eight .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px 10px 0 0
}

.news-block-eight .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-eight .image-box .image a:after {
	background: rgba(255, 255, 255, .3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-eight .content-box {
	position: relative;
	padding: 20px 30px 30px;
	background-color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-eight .content-box .post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.news-block-eight .content-box .post-info li {
	font-size: var(--body-font-size);
	line-height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	color: #67687a;
	margin-right: 15px;
	margin-bottom: 20px
}

.news-block-eight .content-box .post-info li:last-child {
	margin-right: 0
}

.news-block-eight .content-box .post-info li i {
	font-size: var(--body-font-size);
	font-weight: 400;
	margin-right: 10px;
	color: var(--theme-color1)
}

.news-block-eight .content-box .post-info li a {
	color: #777;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-eight .content-box .post-info li a:hover {
	color: var(--theme-color1)
}

.news-block-eight .content-box .title {
	margin-bottom: 10px
}

.news-block-eight .content-box .title a:hover {
	color: var(--theme-color1)
}

.news-block-eight .content-box .text {
	margin-bottom: 28px;
	color: var(--text-color)
}

.news-block-eight .content-box .btn-box .btn-style-one {
	border-radius: 10px
}

.news-section-nine {
	position: relative;
	padding: 120px 0 90px;
	z-index: 3
}

.news-block-nine {
	position: relative;
	margin-bottom: 30px
}

.news-block-nine .inner-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-nine .inner-box:hover .content-box {
	border-color: var(--theme-color1)
}

.news-block-nine .inner-box:hover .image-box .image a:after {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-nine .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.news-block-nine .image-box {
	position: relative
}

.news-block-nine .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px 10px 0 0
}

.news-block-nine .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-nine .image-box .image a:after {
	background: rgba(255, 255, 255, .3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-nine .content-box {
	position: relative;
	padding: 20px 30px 30px;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-nine .content-box .post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.news-block-nine .content-box .post-info li {
	font-size: var(--body-font-size);
	line-height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	color: #67687a;
	margin-right: 15px;
	margin-bottom: 20px
}

.news-block-nine .content-box .post-info li:last-child {
	margin-right: 0
}

.news-block-nine .content-box .post-info li i {
	font-size: var(--body-font-size);
	font-weight: 400;
	margin-right: 10px;
	color: var(--theme-color1)
}

.news-block-nine .content-box .post-info li a {
	color: #777;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-nine .content-box .post-info li a:hover {
	color: var(--theme-color1)
}

.news-block-nine .content-box .title {
	margin-bottom: 10px;
	color: var(--theme-color2)
}

.news-block-nine .content-box .title:hover {
	color: var(--theme-color1)
}

.news-block-nine .content-box .text {
	margin-bottom: 25px;
	color: var(--text-color)
}

.news-block-nine .content-box .read-more {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color2);
	letter-spacing: .8px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.news-block-nine .content-box .read-more:hover i {
	color: var(--theme-color1)
}

.news-block-nine .content-box .read-more i {
	margin-left: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.news-section-ten {
	position: relative;
	padding: 120px 0 90px;
	z-index: 3
}

.news-section-ten .sec-title {
	padding-right: 200px
}

@media(max-width:767.98px) {
	.news-section-ten .sec-title {
		padding-right: 0
	}
}

.news-section-ten .sec-title .btn-box {
	position: absolute;
	right: 0;
	top: 100px
}

@media(max-width:767.98px) {
	.news-section-ten .sec-title .btn-box {
		position: relative;
		top: 0;
		margin-top: 20px
	}
}

.news-block-ten {
	position: relative;
	margin-bottom: 30px
}

.news-block-ten .inner-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-ten .inner-box:hover .image-box .image a:after {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-ten .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.news-block-ten .image-box {
	position: relative
}

.news-block-ten .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px
}

.news-block-ten .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-ten .image-box .image a:after {
	background: rgba(255, 255, 255, .3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-ten .content-box {
	position: relative;
	padding: 20px 30px 37px;
	border-bottom: 3px solid var(--theme-color1);
	border-radius: 10px 0 10px 10px;
	background-color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-left: 50px;
	margin-top: -65px
}

@media(max-width:575.98px) {
	.news-block-ten .content-box {
		margin-top: -10px;
		margin-left: 0;
		border-radius: 0
	}
}

.news-block-ten .content-box .post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px
}

.news-block-ten .content-box .post-info li {
	font-size: var(--body-font-size);
	line-height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	color: var(--theme-color2);
	margin-right: 30px
}

.news-block-ten .content-box .post-info li:last-child {
	margin-right: 0
}

.news-block-ten .content-box .post-info li i {
	font-size: var(--body-font-size);
	font-weight: 400;
	margin-right: 10px;
	color: var(--theme-color1)
}

.news-block-ten .content-box .post-info li a {
	color: #777;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-ten .content-box .post-info li a:hover {
	color: var(--theme-color1)
}

.news-block-ten .content-box .title {
	margin-bottom: 30px
}

.news-block-ten .content-box .title:hover {
	color: var(--theme-color1)
}

.news-block-ten .content-box .read-more {
	border: 1px solid var(--theme-color1);
	background-color: #fff;
	color: var(--theme-color2)
}

.news-block-ten .content-box .read-more:before {
	background-color: var(--bg-theme-color1)
}

.news-block-ten .content-box .read-more:hover {
	color: var(--theme-color-light)
}

.news-section-eleven {
	position: relative;
	padding: 120px 0 70px;
	z-index: 3
}

.news-section-eleven .sec-title {
	padding-right: 200px;
	margin-bottom: 70px
}

@media(max-width:767.98px) {
	.news-section-eleven .sec-title {
		padding-right: 0
	}
}

.news-section-eleven .sec-title .btn-box {
	position: absolute;
	right: 0;
	top: 90px
}

@media(max-width:767.98px) {
	.news-section-eleven .sec-title .btn-box {
		position: relative;
		top: 0;
		margin-top: 20px
	}
}

.news-block-eleven {
	position: relative;
	margin-bottom: 50px
}

.news-block-eleven .inner-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-eleven .inner-box:hover .content-box {
	border-color: var(--theme-color1)
}

.news-block-eleven .inner-box:hover .image-box .image a:after {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-eleven .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.news-block-eleven .image-box {
	position: relative
}

.news-block-eleven .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.news-block-eleven .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-eleven .image-box .image a:after {
	background: rgba(255, 255, 255, .3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-eleven .image-box .date {
	font-size: 20px;
	color: var(--theme-color-light);
	font-weight: 500;
	width: 102px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background-color: var(--theme-color1);
	border-radius: 10px;
	display: inline-block;
	position: absolute;
	top: -22px;
	right: 30px
}

.news-block-eleven .content-box {
	position: relative;
	padding: 44px 30px 30px;
	background-color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: center
}

.news-block-eleven .content-box .post-info {
	width: 334px;
	z-index: 99;
	position: absolute;
	top: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #f2f3f5;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	border-radius: 5px;
	padding: 10px 30px
}

.news-block-eleven .content-box .post-info li {
	font-size: var(--body-font-size);
	line-height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	color: #67687a;
	margin-right: 37px
}

.news-block-eleven .content-box .post-info li:last-child {
	margin-right: 0
}

.news-block-eleven .content-box .post-info li i {
	font-size: var(--body-font-size);
	font-weight: 900;
	margin-right: 10px;
	color: var(--theme-color1)
}

.news-block-eleven .content-box .post-info li a {
	color: #777;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-eleven .content-box .post-info li a:hover {
	color: var(--theme-color1)
}

.news-block-eleven .content-box .title {
	margin-bottom: 20px;
	color: var(--theme-color2)
}

.news-block-eleven .content-box .title:hover {
	color: var(--theme-color2)
}

.news-block-eleven .content-box .text {
	margin-bottom: 30px;
	color: var(--text-color)
}

.news-block-eleven .content-box .read-more {
	border: 1px solid var(--theme-color2);
	background-color: #fff;
	color: var(--theme-color2)
}

.news-block-eleven .content-box .read-more:before {
	background-color: var(--bg-theme-color1)
}

.news-block-eleven .content-box .read-more:hover {
	color: var(--theme-color-light);
	border-color: transparent
}

.news-section-twelve {
	position: relative;
	padding: 120px 0 90px;
	z-index: 3
}

.news-section-twelve .sec-title {
	padding-right: 200px
}

@media(max-width:991.98px) {
	.news-section-twelve .sec-title {
		padding-right: 0
	}
}

.news-section-twelve .sec-title .btn-box {
	position: absolute;
	right: 0;
	top: 100px
}

@media(max-width:991.98px) {
	.news-section-twelve .sec-title .btn-box {
		position: relative;
		top: 0;
		margin-top: 20px
	}
}

.news-block-twelve {
	position: relative;
	margin-bottom: 30px
}

.news-block-twelve .inner-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: var(--theme-color-gray);
	padding: 34px 40px 40px;
	border-radius: 10px
}

.news-block-twelve .inner-box .date {
	width: 81px;
	height: 80px;
	text-align: center;
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
	font-size: 24px;
	font-weight: 600;
	border-radius: 10px;
	display: inline-block;
	padding: 7px 0 12px;
	margin-bottom: 20px
}

.news-block-twelve .inner-box .date small {
	font-weight: 400;
	font-size: var(--body-font-size);
	line-height: var(--body-line-height)
}

.news-block-twelve .inner-box .title {
	margin-bottom: 10px
}

.news-block-twelve .inner-box .title a:hover {
	color: var(--theme-color1)
}

.news-block-twelve .inner-box .text {
	margin-bottom: 20px
}

.news-block-twelve .inner-box .post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px
}

.news-block-twelve .inner-box .post-info li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px
}

.news-block-twelve .inner-box .post-info li i {
	font-weight: 700;
	margin-right: 10px;
	color: var(--theme-color1)
}

.news-block-twelve .inner-box .post-info li a {
	color: #777;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-twelve .inner-box .post-info li a:hover {
	color: var(--theme-color1)
}

.news-block-twelve .inner-box .read-more {
	border: 1px solid var(--theme-color2);
	background-color: var(--theme-color-gray);
	color: var(--theme-color2)
}

.news-block-twelve .inner-box .read-more:hover {
	color: var(--theme-color-light)
}

.news-section-thirteen {
	position: relative;
	padding: 120px 0 90px;
	z-index: 3
}

.news-section-thirteen .sec-title {
	padding-right: 200px
}

@media(max-width:991.98px) {
	.news-section-thirteen .sec-title {
		padding-right: 0
	}
}

.news-section-thirteen .sec-title .btn-box {
	position: absolute;
	right: 0;
	top: 100px
}

@media(max-width:991.98px) {
	.news-section-thirteen .sec-title .btn-box {
		position: relative;
		top: 0;
		margin-top: 20px
	}
}

.news-block-thirteen {
	position: relative;
	margin-bottom: 30px
}

.news-block-thirteen .inner-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	background: #fff;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

.news-block-thirteen .inner-box:hover .image-box .image a:after {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-thirteen .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.news-block-thirteen .image-box {
	position: relative
}

.news-block-thirteen .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.news-block-thirteen .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-thirteen .image-box .image a:after {
	background: rgba(255, 255, 255, .3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-thirteen .image-box .date {
	position: absolute;
	top: 30px;
	right: 30px;
	min-width: 100px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	padding: 0 20px;
	border-radius: 10px
}

.news-block-thirteen .content-box {
	position: relative;
	padding: 20px 30px 40px;
	background-color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-thirteen .content-box .post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px
}

.news-block-thirteen .content-box .post-info li {
	font-size: var(--body-font-size);
	line-height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	color: #67687a;
	margin-right: 40px
}

.news-block-thirteen .content-box .post-info li:last-child {
	margin-right: 0
}

.news-block-thirteen .content-box .post-info li i {
	font-size: var(--body-font-size);
	font-weight: 400;
	margin-right: 10px;
	color: var(--theme-color1)
}

.news-block-thirteen .content-box .post-info li a {
	color: #777;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-thirteen .content-box .post-info li a:hover {
	color: var(--theme-color1)
}

.news-block-thirteen .content-box .title {
	color: var(--theme-color2);
	margin-bottom: 30px
}

.news-block-thirteen .content-box .title:hover {
	color: var(--theme-color1)
}

.news-block-thirteen .content-box .text-box {
	border-top: 1px solid #e3e3e3;
	padding-top: 20px
}

.news-block-thirteen .content-box .text-box .text {
	margin-bottom: 30px;
	color: var(--text-color)
}

.news-block-thirteen .content-box .text-box .read-more {
	border: 1px solid var(--theme-color1);
	background-color: transparent;
	border-radius: 5px;
	color: var(--theme-color2)
}

.news-block-thirteen .content-box .text-box .read-more:before {
	background-color: var(--bg-theme-color1)
}

.news-block-thirteen .content-box .text-box .read-more:hover {
	color: var(--theme-color-light)
}

.news-section-fourteen {
	position: relative;
	padding: 120px 0 70px;
	z-index: 3
}

.news-block-fourteen {
	position: relative;
	margin-bottom: 50px
}

.news-block-fourteen .inner-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-fourteen .inner-box:hover .image-box .image a:after {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-fourteen .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.news-block-fourteen .image-box {
	position: relative
}

.news-block-fourteen .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px
}

.news-block-fourteen .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-fourteen .image-box .image a:after {
	background: rgba(255, 255, 255, .3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-fourteen .content-box {
	position: relative;
	padding: 30px 27px 40px;
	background-color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	border-radius: 10px;
	margin: -35px 0 0;
	margin-left: 20px;
	margin-right: 20px
}

.news-block-fourteen .content-box .post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
	margin-bottom: 30px
}

.news-block-fourteen .content-box .post-info li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	margin-right: 40px
}

.news-block-fourteen .content-box .post-info li:last-child {
	margin-right: 0
}

.news-block-fourteen .content-box .post-info li i {
	font-size: var(--body-font-size);
	font-weight: 400;
	margin-right: 10px;
	color: var(--theme-color1)
}

.news-block-fourteen .content-box .post-info li a {
	color: #777;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-fourteen .content-box .post-info li a:hover {
	color: var(--theme-color1)
}

.news-block-fourteen .content-box .title {
	margin-bottom: 14px;
	color: var(--theme-color2)
}

.news-block-fourteen .content-box .title:hover {
	color: var(--theme-color1)
}

.news-block-fourteen .content-box .text {
	margin-bottom: 30px;
	color: var(--text-color)
}

.news-block-fourteen .content-box .btn-box .btn-style-one {
	border-radius: 10px
}

.clients-section {
	position: relative;
	background-color: var(--bg-theme-color1)
}

.clients-section.pull-down {
	padding-bottom: 195px;
	margin-bottom: -195px
}

.clients-section .icon-boxes {
	position: absolute;
	left: 0;
	top: 0
}

.clients-section .sponsors-outer {
	padding: 60px 0
}

.client-block {
	position: relative;
	overflow: hidden;
	text-align: center
}

.client-block a {
	position: relative;
	padding: 20px 30px;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: center;
	border-radius: 10px
}

.client-block a:hover {
	background-color: rgba(255, 255, 255, .2)
}

.client-block a:hover img {
	opacity: 1
}

.client-block img {
	display: inline-block !important;
	width: auto !important;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.clients-section-two {
	position: relative;
	background-color: var(--theme-color-gray)
}

.clients-section-two.pull-up {
	padding-top: 170px;
	margin-top: -170px
}

.clients-section-two .icon-boxes {
	position: absolute;
	left: 0;
	top: 0
}

.clients-section-two .sponsors-outer {
	padding: 100px 0
}

.clients-section-three {
	position: relative;
	padding: 120px 0;
	background-color: var(--theme-color-gray)
}

.clients-section-three .sponsors-outer {
	padding: 60px 30px;
	background-color: var(--bg-theme-color1);
	border-radius: 10px
}

.clients-section-three .client-block a {
	min-height: 112px;
	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
}

.clients-section-three .client-block a img {
	opacity: .8
}

.clients-section-four {
	position: relative;
	padding: 120px 0 90px
}

.clients-section-four .client-block a {
	min-height: 100px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.clients-section-four .client-block a:hover img {
	opacity: .8
}

.main-footer {
	position: relative;
	background-color: var(--bg-theme-color2)
}

.main-footer .bg {
	background-size: auto
}

@media(max-width:767.98px) {
	.main-footer .bg {
		opacity: .1
	}
}

.main-footer .footer-bg-1 {
	background-image: url(../images/icons/footer-bg-1.png);
	background-color: #101a29;
	background-position: left bottom
}

.main-footer .footer-bg-2 {
	background-image: url(../images/icons/footer-bg-2.png);
	background-position: right bottom
}

.main-footer .footer-bg-3 {
	background-image: url(../images/icons/footer-bg-3.png);
	background-position: right bottom
}

.main-footer .footer-bg-4 {
	background-image: url(../images/icons/footer-bg-4.png);
	background-position: right bottom;
	opacity: .1
}

.main-footer .footer-bg-5 {
	background-image: url(../images/icons/footer-bg-5.png);
	background-position: center;
	background-size: cover
}

.main-footer .footer-bg-6 {
	background-image: url(../images/icons/footer-bg-6.png);
	background-position: right bottom
}

.main-footer .footer-bg-7 {
	background-image: url(../images/icons/footer-bg-7.png)
}

.main-footer .footer-bg-8 {
	background-image: url(../images/icons/footer-bg-8.png)
}

.main-footer .footer-bg-9 {
	background-image: url(../images/icons/footer-bg-9.png);
	background-position: right bottom
}

.main-footer .footer-bg-10 {
	background-image: url(../images/icons/footer-bg-10.png);
	background-position: right bottom
}

.main-footer .footer-bg-11 {
	background-image: url(../images/icons/footer-bg-11.png)
}

.main-footer .footer-bg-12 {
	background-image: url(../images/icons/footer-bg-12.png);
	background-position: right bottom
}

.main-footer .footer-bg-13 {
	background-image: url(../images/icons/footer-bg-13.png)
}

.main-footer .footer-bg-14 {
	background-image: url(../images/icons/footer-bg-14.jpg)
}

.main-footer .footer-bg-15 {
	background-image: url(../images/icons/footer-bg-15.png)
}

.main-footer .widgets-section {
	position: relative;
	padding: 100px 0 10px
}

.main-footer .footer-column {
	position: relative;
	margin-bottom: 50px
}

.main-footer .footer-widget {
	position: relative
}

.main-footer .widget-title {
	position: relative;
	color: var(--theme-color-light);
	margin-bottom: 30px
}

.main-footer .widget-content {
	position: relative
}

.main-footer .widget-content .text {
	color: var(--theme-color-light)
}

.user-links {
	position: relative
}

.user-links li {
	position: relative;
	padding-left: 30px;
	font-size: var(--body-font-size);
	line-height: 32px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 10px
}

.user-links li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	content: "\f061";
	color: #333f4d;
	font-family: "font awesome 6 pro"
}

.user-links li:last-child {
	margin-bottom: 0
}

.user-links li a {
	position: relative;
	display: inline-block;
	color: inherit;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.user-links li a:hover {
	color: #fff
}

.user-links li a:before {
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 0;
	height: 1px;
	background-color: var(--bg-theme-color1);
	content: "";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.user-links li a:hover:before {
	width: 100%
}

.user-links.style-two li {
	padding-left: 0
}

.user-links.style-two li:before {
	display: none
}

.user-links.style-three li {
	padding-left: 25px
}

.user-links.style-three li:before {
	color: var(--theme-color1);
	content: "\f00c"
}

.user-links.style-four li {
	padding-left: 20px
}

.user-links.style-four li:before {
	content: "\f105"
}

.user-links.two-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.user-links.two-column li {
	width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}

.recent-post {
	position: relative;
	margin-bottom: 30px
}

.recent-post:last-child {
	margin-bottom: 0
}

.recent-post .inner {
	position: relative;
	padding-left: 100px;
	min-height: 80px
}

.recent-post .inner:hover .post-thumb img {
	opacity: .7
}

.recent-post .inner .post-thumb {
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 80px;
	border-radius: 5px;
	overflow: hidden
}

.recent-post .inner .post-thumb img {
	width: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.recent-post .inner .post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--theme-color-light);
	line-height: 30px;
	margin-bottom: 5px
}

.recent-post .inner .post-info i {
	font-size: 12px;
	margin-right: 10px;
	color: var(--theme-color1)
}

.recent-post .inner .post-title {
	color: var(--theme-color-light);
	letter-spacing: -.8px;
	margin-bottom: 0
}

.subscribe-form {
	position: relative
}

.subscribe-form .form-group {
	position: relative
}

.subscribe-form .form-group input[type=text],
.subscribe-form .form-group input[type=email] {
	position: relative;
	display: block;
	height: 72px;
	width: 100%;
	font-size: var(--body-font-size);
	line-height: 32px;
	color: var(--theme-color-light);
	padding: 20px 30px;
	background: 0 0;
	border: 1px solid #333f4d;
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.subscribe-form .form-group input[type=text]::-webkit-input-placeholder,
.subscribe-form .form-group input[type=email]::-webkit-input-placeholder {
	color: #fff
}

.subscribe-form .form-group input[type=text]::-moz-placeholder,
.subscribe-form .form-group input[type=email]::-moz-placeholder {
	color: #fff
}

.subscribe-form .form-group input[type=text]:-ms-input-placeholder,
.subscribe-form .form-group input[type=email]:-ms-input-placeholder {
	color: #fff
}

.subscribe-form .form-group input[type=text]::-ms-input-placeholder,
.subscribe-form .form-group input[type=email]::-ms-input-placeholder {
	color: #fff
}

.subscribe-form .form-group input[type=text]::placeholder,
.subscribe-form .form-group input[type=email]::placeholder {
	color: #fff
}

.subscribe-form .form-group .theme-btn {
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px 30px;
	line-height: 32px;
	border-radius: 0 10px 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media(max-width:767.98px) {
	.subscribe-form .form-group .theme-btn {
		position: relative;
		width: 100%;
		border-radius: 10px;
		line-height: 20px;
		margin-top: 20px
	}
}

.footer-bottom {
	position: relative;
	z-index: 3;
	border-top: 1px solid #333f4d;
	padding: 30px 0
}

.footer-bottom .inner-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media(max-width:991.98px) {
	.footer-bottom .inner-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.footer-bottom .copyright-text {
	position: relative;
	margin-bottom: 0;
	color: rgba(255, 255, 255, .7)
}

@media(max-width:991.98px) {
	.footer-bottom .copyright-text {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		text-align: center;
		margin-top: 30px
	}
}

.footer-bottom .copyright-text a {
	color: inherit
}

.footer-bottom .copyright-text a:hover {
	color: #fff
}

.footer-bottom .footer-nav {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media(max-width:575.98px) {
	.footer-bottom .footer-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.footer-bottom .footer-nav li {
	font-size: var(--body-font-size);
	line-height: 32px;
	color: rgba(255, 255, 255, .7);
	margin-left: 30px
}

.footer-bottom .footer-nav li:first-child {
	margin-left: 0
}

@media(max-width:575.98px) {
	.footer-bottom .footer-nav li {
		margin: 0 30px !important;
		text-align: center
	}
}

.footer-bottom .footer-nav li a {
	color: inherit
}

.footer-bottom .footer-nav li a:hover {
	color: var(--theme-color-light)
}

@media(max-width:1199.98px) {
	.footer-style-one .bg {
		background-image: none
	}
}

.footer-style-one .about-widget .logo {
	position: relative;
	top: -20px;
	margin-bottom: 10px
}

@media(max-width:767.98px) {
	.footer-style-one .about-widget .logo {
		top: 0
	}
}

.footer-style-one .about-widget .text {
	margin-bottom: 20px
}

.footer-style-one .links-widget {
	padding-left: 50px;
	margin-bottom: 50px
}

@media(max-width:1199.98px) {
	.footer-style-one .links-widget {
		padding-left: 0
	}
}

@media(max-width:575.98px) {
	.footer-style-two .bg {
		display: none
	}
}

.footer-style-two .newsletter-widget .widget-title {
	margin-bottom: 45px
}

.footer-style-two .contact-info-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer-style-two .contact-info-outer .contact-info-box {
	margin-right: 80px;
	margin-top: 50px
}

.footer-style-two .contact-info-outer .contact-info-box .widget-title {
	padding-left: 40px;
	margin-bottom: 10px
}

.footer-style-two .contact-info-outer .contact-info-box .widget-title .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--bg-theme-color1);
	font-size: 14px
}

.footer-style-two .contact-info-outer .contact-info-box .user-links {
	padding-left: 40px
}

.footer-style-two .contact-info-outer .contact-info-box .user-links li {
	margin-bottom: 5px
}

.footer-style-two .links-widget {
	padding-left: 80px
}

@media(max-width:1199.98px) {
	.footer-style-two .links-widget {
		padding-left: 0
	}
}

.footer-style-two .blog-widget .recent-post {
	padding-bottom: 20px;
	border-bottom: 1px solid #333f4d;
	margin-bottom: 20px
}

.footer-style-two .blog-widget .recent-post:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0
}

.footer-style-two .footer-bottom {
	border-top: 0;
	padding: 0
}

.footer-style-two .footer-bottom .inner-container {
	padding: 30px 0;
	border-top: 1px solid #333f4d
}

.footer-style-three .widgets-section {
	padding-top: 80px
}

.footer-style-three .about-widget-two {
	position: relative;
	background-color: var(--theme-color-light);
	border-top: 3px solid var(--theme-color1);
	border-radius: 10px;
	padding: 30px 40px 40px;
	text-align: center
}

.footer-style-three .about-widget-two .logo {
	display: inline-block;
	margin-bottom: 10px
}

.footer-style-three .about-widget-two .text {
	position: relative;
	color: var(--theme-color2);
	margin-bottom: 40px
}

.footer-style-three .links-widget {
	padding-left: 40px
}

@media(max-width:991.98px) {
	.footer-style-three .links-widget {
		padding-left: 0
	}
}

.footer-style-three .newsletter-widget {
	padding-right: 30px;
	margin-left: -30px
}

@media(max-width:991.98px) {
	.footer-style-three .newsletter-widget {
		padding-right: 0;
		margin-left: 0
	}
}

.footer-style-three .footer-bottom {
	border-top: 0;
	padding: 0
}

.footer-style-three .footer-bottom .inner-container {
	padding: 30px 0;
	border-top: 1px solid #333f4d
}

.contact-list-two {
	position: relative
}

.contact-list-two .contact-info {
	position: relative;
	padding-left: 42px;
	min-height: 30px;
	margin-bottom: 30px
}

.contact-list-two .contact-info:last-child {
	margin-bottom: 0
}

.contact-list-two .contact-info .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	color: var(--theme-color-light)
}

.contact-list-two .contact-info .icon:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--theme-color1);
	content: "";
	opacity: .1
}

.contact-list-two .contact-info .title {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -.8px;
	font-family: var(--title-font);
	color: var(--theme-color-light)
}

.contact-list-two .contact-info .text {
	color: var(--theme-color-light)
}

.contact-list-two .contact-info .text a {
	color: var(--theme-color-light)
}

.subscribe-form-two {
	position: relative
}

.subscribe-form-two .text {
	color: var(--theme-color-light);
	margin-bottom: 20px
}

.subscribe-form-two .form-group {
	position: relative
}

.subscribe-form-two .form-group input[type=text],
.subscribe-form-two .form-group input[type=email] {
	position: relative;
	display: block;
	height: 72px;
	width: 100%;
	font-size: var(--body-font-size);
	line-height: 22px;
	color: var(--theme-color-light);
	padding: 20px;
	background: rgba(255, 255, 255, .1);
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.subscribe-form-two .form-group input[type=text]::-webkit-input-placeholder,
.subscribe-form-two .form-group input[type=email]::-webkit-input-placeholder {
	color: #fff
}

.subscribe-form-two .form-group input[type=text]::-moz-placeholder,
.subscribe-form-two .form-group input[type=email]::-moz-placeholder {
	color: #fff
}

.subscribe-form-two .form-group input[type=text]:-ms-input-placeholder,
.subscribe-form-two .form-group input[type=email]:-ms-input-placeholder {
	color: #fff
}

.subscribe-form-two .form-group input[type=text]::-ms-input-placeholder,
.subscribe-form-two .form-group input[type=email]::-ms-input-placeholder {
	color: #fff
}

.subscribe-form-two .form-group input[type=text]::placeholder,
.subscribe-form-two .form-group input[type=email]::placeholder {
	color: #fff
}

.subscribe-form-two .form-group .theme-btn {
	margin-top: 10px;
	width: 100%
}

.footer-style-four.pull-up .widgets-section {
	padding-top: 210px;
	margin-top: -120px
}

.footer-style-four .widgets-section {
	padding-bottom: 20px
}

.footer-style-four .about-widget .logo {
	margin-top: -10px;
	margin-bottom: 18px
}

.footer-style-four .about-widget .text {
	color: var(--theme-color-light);
	margin-bottom: 30px
}

.footer-style-four .about-widget .subscribe-form-three {
	margin-bottom: 40px;
	max-width: 350px
}

.footer-style-four .contact-widget {
	padding-left: 60px
}

@media(max-width:1199.98px) {
	.footer-style-four .contact-widget {
		padding-left: 0
	}
}

.footer-style-four .links-widget {
	padding-left: 60px
}

@media(max-width:1199.98px) {
	.footer-style-four .links-widget {
		padding-left: 0
	}
}

.footer-style-four .newsletter-widget {
	padding-right: 30px;
	margin-left: -30px
}

@media(max-width:1199.98px) {
	.footer-style-four .newsletter-widget {
		margin-left: 0;
		padding-right: 0
	}
}

.footer-style-four .recent-post .inner .post-info {
	font-size: 14px
}

.contact-list-three {
	position: relative
}

.contact-list-three .contact-info {
	position: relative;
	padding-left: 80px;
	min-height: 60px;
	margin-bottom: 20px
}

.contact-list-three .contact-info:last-child {
	margin-bottom: 0
}

.contact-list-three .contact-info .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	border-radius: 5px;
	background: rgba(255, 255, 255, .05);
	overflow: hidden;
	color: var(--theme-color-light)
}

.contact-list-three .contact-info .title {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -.8px;
	font-family: var(--title-font);
	color: var(--theme-color-light)
}

.contact-list-three .contact-info .text {
	color: var(--theme-color-light);
	line-height: 24px
}

.contact-list-three .contact-info .text a {
	color: var(--theme-color-light)
}

.contact-list-three .contact-info .text:hover a {
	color: var(--theme-color1)
}

.subscribe-form-three {
	position: relative
}

.subscribe-form-three .form-group {
	position: relative
}

.subscribe-form-three .form-group input[type=text],
.subscribe-form-three .form-group input[type=email] {
	position: relative;
	display: block;
	height: 60px;
	width: 100%;
	font-size: var(--body-font-size);
	line-height: 30px;
	color: var(--theme-color2);
	padding: 20px 30px;
	background: var(--theme-color-light);
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.subscribe-form-three .form-group input[type=text]::-webkit-input-placeholder,
.subscribe-form-three .form-group input[type=email]::-webkit-input-placeholder {
	color: var(--theme-color2)
}

.subscribe-form-three .form-group input[type=text]::-moz-placeholder,
.subscribe-form-three .form-group input[type=email]::-moz-placeholder {
	color: var(--theme-color2)
}

.subscribe-form-three .form-group input[type=text]:-ms-input-placeholder,
.subscribe-form-three .form-group input[type=email]:-ms-input-placeholder {
	color: var(--theme-color2)
}

.subscribe-form-three .form-group input[type=text]::-ms-input-placeholder,
.subscribe-form-three .form-group input[type=email]::-ms-input-placeholder {
	color: var(--theme-color2)
}

.subscribe-form-three .form-group input[type=text]::placeholder,
.subscribe-form-three .form-group input[type=email]::placeholder {
	color: var(--theme-color2)
}

.subscribe-form-three .form-group .theme-btn {
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 5px;
	width: 60px;
	height: 60px;
	line-height: 30px;
	text-align: center;
	border-radius: 0 5px 5px 0
}

.subscribe-form-three .form-group .theme-btn:before {
	border-radius: 0 5px 5px 0
}

.subscribe-form-three .form-group .theme-btn i {
	margin-left: 0
}

.footer-style-five .widgets-section {
	padding-bottom: 20px
}

.footer-style-five .about-widget .logo {
	margin-top: -25px;
	margin-bottom: 30px
}

.footer-style-five .about-widget .text {
	color: #e3e3e3;
	margin-bottom: 40px
}

.footer-style-five .blog-widget {
	padding-left: 50px
}

@media(max-width:1199.98px) {
	.footer-style-five .blog-widget {
		padding-left: 0
	}
}

.footer-style-five .recent-post .inner .post-info {
	font-size: 14px
}

.footer-style-five .footer-bottom .footer-nav li a {
	color: rgba(255, 255, 255, .5)
}

.footer-style-five .footer-bottom .footer-nav li a:hover {
	color: var(--theme-color-light)
}

.footer-style-five .footer-bottom .copyright-text {
	color: rgba(255, 255, 255, .5)
}

.footer-style-five .footer-bottom .copyright-text a:hover {
	color: var(--theme-color-light)
}

.contact-list-four {
	position: relative
}

.contact-list-four .contact-info {
	position: relative;
	padding-left: 80px;
	min-height: 60px;
	margin-bottom: 25px
}

.contact-list-four .contact-info:last-child {
	margin-bottom: 0
}

.contact-list-four .contact-info .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	border-radius: 10px;
	background: var(--bg-theme-color1);
	overflow: hidden;
	color: var(--theme-color-light)
}

.contact-list-four .contact-info .title {
	position: relative;
	top: -5px;
	display: block;
	color: var(--theme-color-light);
	margin-bottom: 5px
}

.contact-list-four .contact-info .text {
	color: var(--theme-color-light);
	line-height: 22px
}

.contact-list-four .contact-info .text a {
	color: var(--theme-color-light)
}

.contact-list-four .contact-info .text:hover a {
	color: var(--theme-color1)
}

.contact-list-four.style-two .contact-info {
	margin-bottom: 20px
}

.contact-list-four.style-two .icon {
	border-radius: 5px;
	overflow: hidden;
	background-color: transparent
}

.contact-list-four.style-two .icon::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: .1;
	background-color: var(--bg-theme-color1);
	content: ""
}

.contact-list-four.style-two .title {
	top: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: -.8px;
	font-family: var(--title-font)
}

.subscribe-form-three {
	position: relative
}

.subscribe-form-three .form-group {
	position: relative
}

.subscribe-form-three .form-group input[type=text],
.subscribe-form-three .form-group input[type=email] {
	position: relative;
	display: block;
	height: 60px;
	width: 100%;
	font-size: var(--body-font-size);
	line-height: 30px;
	color: var(--theme-color2);
	padding: 20px 30px;
	background: var(--theme-color-light);
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.subscribe-form-three .form-group input[type=text]::-webkit-input-placeholder,
.subscribe-form-three .form-group input[type=email]::-webkit-input-placeholder {
	color: var(--theme-color2)
}

.subscribe-form-three .form-group input[type=text]::-moz-placeholder,
.subscribe-form-three .form-group input[type=email]::-moz-placeholder {
	color: var(--theme-color2)
}

.subscribe-form-three .form-group input[type=text]:-ms-input-placeholder,
.subscribe-form-three .form-group input[type=email]:-ms-input-placeholder {
	color: var(--theme-color2)
}

.subscribe-form-three .form-group input[type=text]::-ms-input-placeholder,
.subscribe-form-three .form-group input[type=email]::-ms-input-placeholder {
	color: var(--theme-color2)
}

.subscribe-form-three .form-group input[type=text]::placeholder,
.subscribe-form-three .form-group input[type=email]::placeholder {
	color: var(--theme-color2)
}

.subscribe-form-three .form-group .theme-btn {
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 5px;
	width: 60px;
	height: 60px;
	line-height: 30px;
	text-align: center;
	border-radius: 0 5px 5px 0
}

.subscribe-form-three .form-group .theme-btn:before {
	border-radius: 0 5px 5px 0
}

.subscribe-form-three .form-group .theme-btn i {
	margin-left: 0
}

.footer-style-six .widgets-section {
	padding-bottom: 10px
}

.footer-style-six .about-widget .logo {
	margin-top: -25px;
	margin-bottom: 30px
}

.footer-style-six .about-widget .text {
	color: #e3e3e3;
	margin-bottom: 30px
}

.footer-style-six .about-widget .widget-title {
	margin-bottom: 10px
}

.footer-style-six .links-widget {
	padding-left: 40px
}

@media(max-width:1199.98px) {
	.footer-style-six .links-widget {
		padding-left: 0
	}
}

.footer-style-six .location-widget .map-image {
	margin-bottom: 30px
}

.contact-list-five {
	position: relative
}

.contact-list-five li {
	position: relative;
	color: #f2f3f5;
	margin-bottom: 5px
}

.contact-list-five li:last-child {
	margin-bottom: 0
}

.contact-list-five li a {
	color: inherit
}

.contact-list-five li a:hover {
	color: var(--theme-color-light)
}

.footer-style-seven .widgets-section {
	padding-top: 80px;
	padding-bottom: 40px
}

.footer-style-seven .subscribe-form-four {
	max-width: 765px;
	margin: 0 auto 77px
}

.footer-style-seven .about-widget .logo {
	margin-top: -15px;
	margin-bottom: 30px
}

.footer-style-seven .about-widget .text {
	color: #e3e3e3;
	margin-bottom: 40px
}

.footer-style-seven .about-widget .social-icon-two li a {
	background-color: rgba(227, 227, 227, .1)
}

.footer-style-seven .links-widget {
	padding-left: 40px;
	padding-right: 30px
}

@media(max-width:1199.98px) {
	.footer-style-seven .links-widget {
		padding-left: 0;
		padding-right: 0
	}
}

.footer-style-seven .contact-widget {
	margin-left: -50px;
	padding-right: 50px
}

@media(max-width:1199.98px) {
	.footer-style-seven .contact-widget {
		margin-left: 0;
		padding-right: 0
	}
}

.footer-style-seven .recent-post .inner {
	padding-left: 110px
}

.footer-style-seven .recent-post .post-info i {
	font-size: 14px
}

.subscribe-form-four {
	position: relative
}

.subscribe-form-four .form-group {
	position: relative;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 10px;
	padding: 10px
}

.subscribe-form-four .form-group input[type=text],
.subscribe-form-four .form-group input[type=email] {
	position: relative;
	display: block;
	height: 70px;
	width: 100%;
	font-size: var(--body-font-size);
	line-height: 30px;
	color: var(--theme-color-light);
	padding: 20px 30px;
	background: 0 0;
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {

	.subscribe-form-four .form-group input[type=text],
	.subscribe-form-four .form-group input[type=email] {
		background-color: rgba(255, 255, 255, .1)
	}
}

.subscribe-form-four .form-group input[type=text]::-webkit-input-placeholder,
.subscribe-form-four .form-group input[type=email]::-webkit-input-placeholder {
	color: var(--theme-color-light)
}

.subscribe-form-four .form-group input[type=text]::-moz-placeholder,
.subscribe-form-four .form-group input[type=email]::-moz-placeholder {
	color: var(--theme-color-light)
}

.subscribe-form-four .form-group input[type=text]:-ms-input-placeholder,
.subscribe-form-four .form-group input[type=email]:-ms-input-placeholder {
	color: var(--theme-color-light)
}

.subscribe-form-four .form-group input[type=text]::-ms-input-placeholder,
.subscribe-form-four .form-group input[type=email]::-ms-input-placeholder {
	color: var(--theme-color-light)
}

.subscribe-form-four .form-group input[type=text]::placeholder,
.subscribe-form-four .form-group input[type=email]::placeholder {
	color: var(--theme-color-light)
}

.subscribe-form-four .form-group .theme-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 20px 30px;
	line-height: 30px;
	text-align: center;
	min-width: 200px
}

@media(max-width:575.98px) {
	.subscribe-form-four .form-group .theme-btn {
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
		margin-top: 10px
	}
}

.contact-list-six {
	position: relative
}

.contact-list-six li {
	position: relative;
	color: #f2f3f5;
	border: 1px solid rgba(255, 255, 255, .2);
	padding: 10px 26px 10px 46px;
	border-radius: 10px;
	margin-bottom: 20px
}

.contact-list-six li:last-child {
	margin-bottom: 0
}

.contact-list-six li a {
	color: inherit
}

.contact-list-six li a:hover {
	color: var(--theme-color1)
}

.contact-list-six li i {
	position: absolute;
	left: 0;
	top: 10px;
	width: 46px;
	text-align: center
}

.footer-style-eight .widgets-section {
	padding-top: 80px;
	padding-bottom: 0
}

.footer-style-eight .widget-title {
	margin-bottom: 40px
}

.footer-style-eight .widget-title:before {
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 40px;
	border-bottom: 2px solid var(--theme-color1);
	content: ""
}

.footer-style-eight .about-widget .logo {
	margin-top: -15px;
	margin-bottom: 30px
}

.footer-style-eight .about-widget .text {
	color: #e3e3e3;
	margin-bottom: 30px
}

.footer-style-eight .subscribe-widget {
	margin-right: -20px;
	padding-left: 20px
}

@media(max-width:1199.98px) {
	.footer-style-eight .subscribe-widget {
		margin-right: 0;
		padding-left: 0
	}
}

.footer-style-eight .subscribe-widget .text {
	margin-bottom: 20px
}

.footer-style-eight .contact-widget {
	padding-left: 35px
}

@media(max-width:1199.98px) {
	.footer-style-eight .contact-widget {
		padding-left: 0
	}
}

.footer-style-eight .insta-gallery {
	max-width: 400px
}

.subscribe-form-five {
	position: relative
}

.subscribe-form-five .form-group {
	position: relative
}

.subscribe-form-five .form-group input[type=text],
.subscribe-form-five .form-group input[type=email] {
	position: relative;
	display: block;
	height: 50px;
	width: 100%;
	font-size: var(--body-font-size);
	line-height: 30px;
	color: var(--theme-color2);
	padding: 10px 30px;
	background: var(--theme-color-light);
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.subscribe-form-five .form-group input[type=text]::-webkit-input-placeholder,
.subscribe-form-five .form-group input[type=email]::-webkit-input-placeholder {
	color: var(--theme-color2)
}

.subscribe-form-five .form-group input[type=text]::-moz-placeholder,
.subscribe-form-five .form-group input[type=email]::-moz-placeholder {
	color: var(--theme-color2)
}

.subscribe-form-five .form-group input[type=text]:-ms-input-placeholder,
.subscribe-form-five .form-group input[type=email]:-ms-input-placeholder {
	color: var(--theme-color2)
}

.subscribe-form-five .form-group input[type=text]::-ms-input-placeholder,
.subscribe-form-five .form-group input[type=email]::-ms-input-placeholder {
	color: var(--theme-color2)
}

.subscribe-form-five .form-group input[type=text]::placeholder,
.subscribe-form-five .form-group input[type=email]::placeholder {
	color: var(--theme-color2)
}

.subscribe-form-five .form-group .theme-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	padding: 10px;
	line-height: 30px;
	border-radius: 10px;
	text-align: center;
	background-color: var(--theme-color-light);
	color: var(--theme-color1)
}

.subscribe-form-five .form-group .theme-btn:hover {
	color: var(--theme-color2)
}

.contact-list-seven {
	position: relative
}

.contact-list-seven li {
	position: relative;
	padding-left: 35px;
	color: var(--theme-color-light);
	margin-bottom: 20px
}

.contact-list-seven li a {
	color: var(--theme-color-light)
}

.contact-list-seven li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: var(--theme-color1)
}

.insta-gallery {
	position: relative;
	margin: 0 -7px 0
}

.insta-gallery .image {
	position: relative;
	float: left;
	width: 33.3333%;
	padding: 0 7px;
	margin-bottom: 14px
}

.insta-gallery img {
	display: block;
	width: 100%;
	border-radius: 5px
}

.insta-gallery a {
	position: relative;
	display: block
}

.insta-gallery a:hover:after {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.insta-gallery a:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.insta-gallery a:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: var(--bg-theme-color1);
	opacity: .8;
	content: "";
	border-radius: 5px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.insta-gallery a:after {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
	content: "\f0b2";
	text-align: center;
	line-height: 20px;
	font-size: 20px;
	color: var(--theme-color-light);
	font-family: "font awesome 6 pro";
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.insta-gallery.style-two {
	margin: 0 -15px
}

.insta-gallery.style-two .image {
	padding: 0 15px;
	margin-bottom: 30px
}

.insta-gallery.style-two .image a {
	border-radius: 10px;
	overflow: hidden
}

.footer-style-nine .widgets-section {
	padding-bottom: 10px
}

.footer-style-nine .about-widget .logo {
	margin-bottom: 30px
}

.footer-style-nine .about-widget .text {
	color: #e3e3e3;
	margin-bottom: 33px
}

.footer-style-nine .links-widget {
	padding-left: 90px
}

@media(max-width:1199.98px) {
	.footer-style-nine .links-widget {
		padding-left: 0
	}
}

.footer-style-nine .contact-widget .list-style-one {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer-style-nine .contact-widget .list-style-one li {
	margin-bottom: 10px
}

.footer-style-ten .widgets-section {
	padding-bottom: 30px
}

.footer-style-ten .about-widget .logo {
	margin-top: -25px;
	margin-bottom: 20px
}

.footer-style-ten .about-widget .text {
	color: #e3e3e3;
	margin-bottom: 40px
}

.footer-style-ten .about-widget .subscribe-form-two {
	max-width: 360px
}

.footer-style-ten .about-widget .subscribe-form-two .form-group {
	position: relative
}

.footer-style-ten .about-widget .subscribe-form-two .form-group input[type=text],
.footer-style-ten .about-widget .subscribe-form-two .form-group input[type=email] {
	background-color: transparent;
	border: 1px solid #333f4d;
	border-radius: 10px;
	padding-left: 30px
}

.footer-style-ten .about-widget .subscribe-form-two .theme-btn {
	line-height: 32px;
	padding: 20px 30px;
	margin-top: 20px
}

.footer-style-ten .links-widget {
	padding-left: 90px
}

@media(max-width:1199.98px) {
	.footer-style-ten .links-widget {
		padding-left: 0
	}
}

.footer-style-ten .contact-widget .list-style-one {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer-style-ten .contact-widget .list-style-one li {
	margin-bottom: 10px
}

.footer-style-eleven .widgets-section {
	padding-bottom: 10px
}

.footer-style-eleven .about-widget .logo {
	margin-bottom: 20px
}

.footer-style-eleven .about-widget .text {
	color: #e3e3e3;
	margin-bottom: 25px
}

.footer-style-eleven .about-widget .list-style-one {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer-style-eleven .about-widget .list-style-one li {
	margin-bottom: 10px
}

.footer-style-eleven .links-widget {
	padding-left: 50px
}

@media(max-width:1199.98px) {
	.footer-style-eleven .links-widget {
		padding-left: 0
	}
}

.footer-style-eleven .blog-widget .widget-title {
	margin-bottom: 35px
}

.footer-style-eleven .recent-post .inner .post-info {
	line-height: 1em;
	margin-bottom: 10px
}

.footer-style-eleven .footer-bottom {
	border-top: 0;
	background-color: rgba(255, 255, 255, .05)
}

.footer-style-twelve .widgets-section {
	padding-top: 70px;
	padding-bottom: 30px
}

.footer-style-twelve .about-widget {
	padding-right: 20px
}

.footer-style-twelve .about-widget .logo {
	margin-bottom: 20px
}

.footer-style-twelve .about-widget .text {
	color: #e3e3e3;
	margin-bottom: 30px
}

.footer-style-twelve .about-widget .info-btn {
	position: relative;
	display: block;
	padding-left: 52px
}

.footer-style-twelve .about-widget .info-btn .icon {
	position: absolute;
	left: 0;
	top: 15px;
	font-size: 32px;
	line-height: 1em;
	text-align: center;
	color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.footer-style-twelve .about-widget .info-btn small {
	display: block;
	font-size: 100%;
	color: var(--theme-color-light);
	margin-bottom: 10px
}

.footer-style-twelve .about-widget .info-btn strong {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: -.8px;
	color: var(--theme-color-light);
	font-family: var(--title-font)
}

.footer-style-twelve .about-widget .info-btn:hover {
	color: var(--theme-color1)
}

.footer-style-twelve .about-widget .info-btn:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	background-color: var(--bg-theme-color2)
}

.footer-style-twelve .contact-widget {
	padding-left: 60px;
	padding-right: 60px
}

@media(max-width:1199.98px) {
	.footer-style-twelve .contact-widget {
		padding-left: 0;
		padding-right: 0
	}
}

.footer-style-twelve .contact-widget .text {
	margin-bottom: 15px
}

.footer-style-twelve .contact-widget .list-style-one {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer-style-twelve .contact-widget .list-style-one li {
	margin-bottom: 10px
}

.footer-style-twelve .newsletter-widget .text {
	margin-bottom: 20px
}

.footer-style-twelve .newsletter-widget .subscribe-form-five {
	margin-bottom: 40px
}

.footer-style-twelve .newsletter-widget .subscribe-form-five .theme-btn {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.footer-style-twelve .newsletter-widget .social-icon-one {
	margin-left: 20px
}

.footer-style-twelve .newsletter-widget .social-icon-one li {
	margin-right: 20px
}

.footer-style-twelve .newsletter-widget .social-icon-one li a {
	color: var(--theme-color1)
}

.footer-style-twelve .newsletter-widget .social-icon-one li a:hover {
	color: var(--theme-color-light)
}

.footer-style-thirteen {
	background-color: var(--theme-color-light)
}

.footer-style-thirteen .widgets-section {
	padding-top: 120px;
	padding-bottom: 20px
}

.footer-style-thirteen .widgets-section .widget-title {
	color: var(--theme-color2)
}

.footer-style-thirteen .about-widget {
	padding-right: 20px
}

.footer-style-thirteen .about-widget .logo {
	margin-bottom: 20px
}

.footer-style-thirteen .about-widget .text {
	margin-bottom: 40px
}

.footer-style-thirteen .links-widget {
	padding-left: 40px
}

@media(max-width:1199.98px) {
	.footer-style-thirteen .links-widget {
		padding-left: 0
	}
}

.footer-style-thirteen .links-widget .user-links li {
	margin-bottom: 7px
}

.footer-style-thirteen .links-widget .user-links li a {
	color: var(--text-color)
}

.footer-style-thirteen .contact-widget {
	margin-left: -20px;
	padding-right: 40px
}

@media(max-width:1199.98px) {
	.footer-style-thirteen .contact-widget {
		margin-left: 0
	}
}

.footer-style-thirteen .contact-widget .text {
	margin-bottom: 15px;
	color: var(--text-color)
}

.footer-style-thirteen .contact-widget .list-style-one {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer-style-thirteen .contact-widget .list-style-one li {
	margin-bottom: 10px;
	color: var(--text-color)
}

.footer-style-thirteen .contact-widget .list-style-one li a {
	color: var(--text-color)
}

.footer-style-thirteen .recent-post .inner .post-info {
	line-height: 1em;
	margin-bottom: 10px;
	color: var(--text-color)
}

.footer-style-thirteen .recent-post .inner .post-title {
	color: var(--theme-color2)
}

.footer-style-thirteen .footer-bottom {
	border-top: 1px solid #e3e3e3;
	background-color: transparent
}

.footer-style-thirteen .footer-bottom .footer-nav li a,
.footer-style-thirteen .footer-bottom .copyright-text {
	color: var(--text-color)
}

.footer-style-fourteen .widgets-section {
	padding-top: 90px;
	padding-bottom: 30px
}

.footer-style-fourteen .widgets-section .widget-title {
	padding-bottom: 10px
}

.footer-style-fourteen .widgets-section .widget-title:before {
	position: absolute;
	left: 0%;
	bottom: 0;
	width: 96px;
	height: 0;
	border-bottom: 1px solid var(--theme-color-light);
	content: ""
}

.footer-style-fourteen .about-widget .logo {
	margin-top: -15px;
	margin-bottom: 30px
}

.footer-style-fourteen .about-widget .text {
	color: #e3e3e3;
	margin-bottom: 40px
}

.footer-style-fourteen .links-widget {
	padding-left: 70px
}

@media(max-width:1199.98px) {
	.footer-style-fourteen .links-widget {
		padding-left: 0
	}
}

.footer-style-fourteen .contact-widget {
	margin-left: -10px
}

.footer-style-fourteen .insta-gallery {
	max-width: 400px
}

.footer-style-fifteen.pull-up .widgets-section {
	padding-top: 240px;
	margin-top: -125px
}

.footer-style-fifteen .widgets-section {
	padding-top: 70px;
	padding-bottom: 50px
}

.footer-style-fifteen .about-widget {
	padding-right: 20px
}

.footer-style-fifteen .about-widget .logo {
	margin-bottom: 20px
}

.footer-style-fifteen .about-widget .text {
	color: #e3e3e3;
	margin-bottom: 30px
}

.footer-style-fifteen .links-widget {
	padding-left: 40px
}

@media(max-width:1199.98px) {
	.footer-style-fifteen .links-widget {
		padding-left: 0
	}
}

.footer-style-fifteen .contact-widget {
	max-width: 260px
}

.footer-style-fifteen .contact-widget .info-btn {
	position: relative;
	display: block;
	padding-left: 60px;
	margin-bottom: 20px
}

.footer-style-fifteen .contact-widget .info-btn .icon {
	position: absolute;
	left: 0;
	top: 15px;
	font-size: 42px;
	line-height: 1em;
	text-align: center;
	color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.footer-style-fifteen .contact-widget .info-btn small {
	display: block;
	font-size: 100%;
	color: var(--theme-color-light);
	margin-bottom: 5px
}

.footer-style-fifteen .contact-widget .info-btn strong {
	color: var(--theme-color-light);
	font-family: var(--title-font)
}

.footer-style-fifteen .contact-widget .info-btn:hover {
	color: var(--theme-color1)
}

.footer-style-fifteen .contact-widget .info-btn:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	background-color: var(--bg-theme-color2)
}

.footer-style-fifteen .contact-widget .text {
	margin-bottom: 30px
}

.footer-style-fifteen .contact-widget .theme-btn {
	width: 100%
}

.footer-style-fifteen .footer-bottom {
	background-color: rgba(255, 255, 255, .05);
	border-top: 0
}

.product-details .bxslider .image-box {
	position: relative;
	display: block;
	margin-right: 30px;
	margin-bottom: 10px
}

.product-details .bxslider .image-box img {
	width: 100%
}

.product-details .bxslider .thumb-box li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	width: 100px;
	height: 100px
}

.product-details .bxslider .thumb-box li:last-child {
	margin: 0 !important
}

.product-details .bxslider .thumb-box li a {
	position: relative;
	display: inline-block
}

.product-details .bxslider .thumb-box li a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.product-details .bxslider .thumb-box li a.active:before {
	opacity: 1
}

.product-details .bx-wrapper {
	margin-bottom: 30px
}

.product-details .product-info .product-details__top {
	position: relative;
	display: block;
	margin-top: -8px
}

.product-details .product-info .product-details__title {
	font-size: 40px;
	line-height: 44px;
	font-weight: 700;
	margin: 0
}

.product-details .product-info .product-details__title span {
	position: relative;
	display: inline-block;
	color: var(--theme-color1);
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	margin-left: 20px;
	letter-spacing: 0
}

.product-details .product-info .product-details__reveiw {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 22px;
	padding-bottom: 20px;
	margin-bottom: 31px;
	border-bottom: 1px solid #e0e4e8
}

.product-details .product-info .product-details__reveiw i {
	font-size: 16px;
	color: var(--theme-color2)
}

.product-details .product-info .product-details__reveiw i+i {
	margin-left: 4px
}

.product-details .product-info .product-details__reveiw span {
	position: relative;
	top: 1px;
	line-height: 1;
	font-size: 16px;
	color: var(--theme-color1);
	margin-left: 18px
}

.product-details .product-info .product-details__quantity-title {
	margin: 0;
	color: #222;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-right: 20px
}

.product-details .product-info .product-details__buttons {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	margin-top: 40px
}

@media only screen and (max-width:767px) {
	.product-details .product-info .product-details__buttons {
		display: block
	}
}

.product-details .product-info .product-details__buttons-1 {
	position: relative;
	display: block
}

@media only screen and (max-width:767px) {
	.product-details .product-info .product-details__buttons-1 {
		margin-bottom: 10px;
		margin-right: 10px
	}
}

.product-details .product-info .product-details__buttons-2 {
	position: relative;
	display: block;
	margin-left: 10px
}

.product-details .product-info .product-details__buttons-2 .thm-btn {
	background-color: var(--theme-color2)
}

.product-details .product-info .product-details__buttons-2 .thm-btn:before {
	background-color: var(--theme-color1)
}

.product-details .product-info .product-details__buttons-2 .thm-btn:after {
	background-color: var(--theme-color1)
}

@media only screen and (max-width:767px) {
	.product-details .product-info .product-details__buttons-2 {
		margin-left: 0;
		margin-top: 0
	}
}

.product-details .product-info .product-details__social {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.product-details .product-info .product-details__social .title {
	position: relative;
	display: block
}

.product-details .product-info .product-details__social .title h3 {
	color: #222;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700
}

.product-details .product-info .product-details__social .social-icon-one {
	margin-left: 30px
}

@media only screen and (max-width:767px) {
	.product-details .product-info .product-details__social {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start
	}

	.product-details .product-info .product-details__social .social-icon-one {
		margin-left: 0
	}
}

.product-details__quantity {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px
}

.product-details__quantity .quantity-box {
	position: relative;
	width: 98px;
	border-radius: 10px;
	height: 60px
}

.product-details__quantity .quantity-box input {
	width: 98px;
	border-radius: 10px;
	height: 60px;
	border: 1px solid #e0e4e8;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	padding-left: 30px;
	outline: none;
	font-size: 18px;
	font-weight: 500;
	color: var(--theme-color1)
}

.product-details__quantity .quantity-box button {
	width: 29px;
	height: 29px;
	background-color: transparent;
	color: var(--text-color-bg-theme-color1);
	font-size: 8px;
	position: absolute;
	top: 1px;
	right: 1px;
	background-color: var(--theme-color1);
	border: none;
	border-left: 1px solid #e0e4e8;
	border-top-right-radius: 10px;
	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;
	outline: none;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.product-details__quantity .quantity-box button:hover {
	color: var(--text-color-bg-theme-color2);
	background-color: var(--theme-color2)
}

.product-details__quantity .quantity-box button.sub {
	bottom: 1px;
	top: auto;
	border-top-right-radius: 0;
	border-bottom-right-radius: 10px
}

.product-discription {
	position: relative;
	display: block
}

.product-discription .product-description__title {
	font-size: 30px;
	margin-bottom: 27px
}

.product-discription .product-description__text1 {
	font-size: 16px;
	line-height: 30px;
	margin: 0
}

.product-discription .product-description__list {
	position: relative;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px
}

.product-discription .product-description__list ul {
	position: relative;
	display: block
}

.product-discription .product-description__list ul li {
	position: relative;
	display: block;
	margin-bottom: 2px
}

.product-discription .product-description__list ul li:last-child {
	margin-bottom: 0
}

.product-discription .product-description__list ul li p {
	margin: 0;
	font-weight: 600;
	color: var(--headings-color)
}

.product-discription .product-description__list ul li p span:before {
	position: relative;
	display: inline-block;
	color: var(--theme-color1);
	font-size: 17px;
	line-height: 17px;
	margin-right: 11px;
	top: 2px
}

.product-discription .tabs-content .text p {
	margin-bottom: 17px
}

.product-discription .tabs-content .text p:last-child {
	margin-bottom: 0
}

.product-discription .tab-btn-box {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 60px
}

.product-discription .tab-btn-box:before {
	position: absolute;
	content: "";
	background-color: #e1e8e4;
	width: 100%;
	height: 1px;
	left: 0;
	top: 28px
}

.product-discription .tab-btn-box .tab-btns li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	color: #1e2434;
	text-align: center;
	padding: 14px 30px;
	background-color: #fff;
	border: 1px solid #e1e8e4;
	cursor: pointer;
	margin: 0 8.5px;
	margin-bottom: 15px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.product-discription .tab-btn-box .tab-btns li.active-btn {
	color: var(--text-color-bg-theme-color1);
	background-color: var(--theme-color1)
}

.product-discription .tab-btn-box .tab-btns li:last-child {
	margin-bottom: 0
}

.product-discription .single-comment-box .inner-box {
	position: relative;
	display: block;
	background-color: #f4f5f4;
	padding: 34px 30px 34px 125px
}

.product-discription .single-comment-box .inner-box .comment-thumb {
	position: absolute;
	left: 30px;
	top: 40px;
	border-radius: 50%;
	width: 80px
}

.product-discription .single-comment-box .inner-box .comment-thumb img {
	width: 100%;
	border-radius: 50%
}

.product-discription .single-comment-box .inner-box .rating {
	position: relative;
	display: block;
	margin-bottom: 2px
}

.product-discription .single-comment-box .inner-box .rating li {
	position: relative;
	display: inline-block;
	font-size: 12px;
	float: left;
	margin-right: 4px;
	color: #fdc009
}

.product-discription .single-comment-box .inner-box .rating li:last-child {
	margin: 0 !important
}

.product-discription .single-comment-box .inner-box h5 {
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 16px
}

.product-discription .single-comment-box .inner-box h5 span {
	font-weight: 400;
	text-transform: capitalize
}

.product-discription .customer-comment {
	position: relative;
	display: block;
	margin-bottom: 60px
}

.product-discription .comment-box {
	position: relative;
	display: block;
	background-color: #fff;
	padding: 51px 60px 60px;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.product-discription .comment-box h3 {
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 23px
}

.product-discription .comment-box .form-group {
	position: relative;
	margin-bottom: 15px
}

.product-discription .comment-box .form-group label {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #707582;
	margin-bottom: 8px
}

.product-discription .comment-box .column:last-child .form-group {
	margin-bottom: 0
}

.product-discription .comment-box .review-box {
	position: relative;
	display: block;
	margin-top: 8px
}

.product-discription .comment-box .review-box p {
	position: relative;
	float: left;
	margin-right: 10px
}

.product-discription .comment-box .review-box .rating {
	position: relative;
	float: left
}

.product-discription .comment-box .review-box .rating li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
	float: left;
	margin-right: 4px;
	color: #fdc009
}

.product-discription .comment-box .review-box .rating li:last-child {
	margin: 0 !important
}

.product-discription .comment-box .custom-controls-stacked {
	position: relative;
	float: left
}

.related-product h3 {
	margin-bottom: 30px
}

@media only screen and (max-width:767px) {
	.product-details__img {
		margin-bottom: 50px
	}

	.product-details__title span {
		margin-left: 0;
		display: block
	}

	.product-details__buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline
	}

	.product-details__buttons-2 {
		margin-left: 0;
		margin-top: 10px
	}

	.product-details__social-link {
		margin-left: 0;
		margin-top: 20px
	}
}

.categories-section {
	position: relative;
	padding: 100px 0 70px
}

.categories-section .bg-pattern {
	position: absolute;
	left: 0;
	top: -220px;
	width: 100%;
	height: 100%;
	content: "";
	background-image: url(../images/icons/pattern-7.html);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: -1
}

.categories-section:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 300px;
	width: 100%;
	background: var(--theme-color3);
	content: "";
	z-index: 1
}

.categories-section:after {
	position: absolute;
	left: 0;
	bottom: -50px;
	height: 70px;
	width: 100%;
	z-index: 2;
	content: "";
	background-image: url(../images/icons/pattern-3.png);
	background-repeat: no-repeat;
	background-position: center bottom
}

.category-block {
	position: relative;
	margin-bottom: 30px;
	z-index: 9
}

.category-block .inner-box {
	position: relative;
	text-align: center;
	background: #fff;
	padding: 40px 30px 30px;
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.category-block .inner-box:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 190px;
	background-repeat: no-repeat;
	background-position: center bottom;
	content: ""
}

.category-block .inner-box:hover {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.category-block .inner-box:hover .image img {
	-webkit-transform: rotate(10deg) scale(1.2);
	transform: rotate(10deg) scale(1.2)
}

.category-block .inner-box.cat-bg-1:before {
	background-image: url(../images/icons/cat-1-bg.html)
}

.category-block .inner-box.cat-bg-2:before {
	background-image: url(../images/icons/cat-2-bg.html)
}

.category-block .inner-box.cat-bg-3:before {
	background-image: url(../images/icons/cat-3-bg.html)
}

.category-block .inner-box.cat-bg-4:before {
	background-image: url(../images/icons/cat-4-bg.html)
}

.category-block .image {
	position: relative;
	display: inline-block;
	height: 180px;
	width: 180px;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 15px
}

.category-block .image img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.category-block h4 {
	font-size: 20px;
	color: var(--theme-color3);
	font-weight: 700;
	margin-bottom: 10px
}

.category-block h4 a {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.category-block h4 a:hover {
	color: var(--theme-color1)
}

.category-block p {
	font-size: 14px;
	color: #797f7d;
	line-height: 26px;
	margin-bottom: 0
}

.categories-section-two {
	position: relative;
	padding: 120px 0 90px
}

.category-block-two {
	position: relative;
	padding-top: 70px;
	margin-bottom: 30px;
	z-index: 9
}

.category-block-two .inner-box {
	position: relative;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	margin: 0 auto;
	padding: 18px
}

.category-block-two .inner-box:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 60px;
	width: 100%;
	border-radius: 10px;
	background: #e3eee5;
	content: ""
}

.category-block-two .inner-box:hover .image:before {
	left: 100%;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease
}

.category-block-two .inner-box:hover .image img {
	-webkit-transform: scale(.9);
	transform: scale(.9)
}

.category-block-two .inner-box:hover h4 a {
	color: var(--theme-color1)
}

.category-block-two .content {
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 0 40px 40px;
	z-index: 1;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

.category-block-two .content:before {
	position: absolute;
	top: -88px;
	left: 0;
	width: 180px;
	height: 180px;
	right: 0;
	margin: 0 auto;
	border-radius: 50%;
	background: #e3eee5;
	content: ""
}

.category-block-two .content:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 30px;
	line-height: 1em;
	color: #e8f3ea;
	height: 15px;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: .1em;
	content: attr(data-text)
}

.category-block-two .image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 25px;
	margin-top: -70px
}

.category-block-two .image img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.category-block-two .image:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 120%;
	width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
	content: "";
	opacity: .3;
	left: -100%;
	pointer-events: none;
	z-index: 1
}

.category-block-two h4 {
	font-size: 22px;
	color: var(--theme-color3);
	font-weight: 700;
	margin-bottom: 15px
}

.category-block-two h4 a {
	color: var(--theme-color3);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.category-block-two p {
	font-size: 16px;
	color: #797f7d;
	line-height: 26px;
	margin-bottom: 0
}

.category-block-two .link {
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	background: #e8f3ea;
	border-radius: 50%;
	line-height: 50px;
	margin-top: 25px;
	color: #608174;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.category-block-two .link:hover {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.category-block-two.child-two .link {
	background: #f0e2e3
}

.category-block-two.child-two .inner-box:before {
	background: #f0e2e3
}

.category-block-two.child-two .inner-box:hover h4 a {
	color: #e69da2
}

.category-block-two.child-two .content:before {
	background: #f0e2e3
}

.category-block-two.child-two .content:after {
	color: #f0e2e3
}

.category-block-two.child-three .link {
	background: #f1ede1
}

.category-block-two.child-three .inner-box:before {
	background: #f1ede1
}

.category-block-two.child-three .inner-box:hover h4 a {
	color: #c9b579
}

.category-block-two.child-three .content:before {
	background: #f1ede1
}

.category-block-two.child-three .content:after {
	color: #f1ede1
}

.products-section {
	position: relative;
	padding: 120px 0
}

.products-section .bg-image {
	position: absolute;
	left: 0;
	top: 0;
	height: 670px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed
}

.products-section .bg-image:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #113629;
	opacity: .7;
	content: ""
}

.products-section .bg-image:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	width: 100%;
	background-image: url(../images/icons/pattern-8.png);
	background-position: center bottom;
	content: ""
}

.products-section .sec-title h2 {
	font-size: 60px
}

.products-section .sec-title .theme-btn {
	margin-top: 30px
}

.products-box {
	max-width: 1530px;
	position: relative;
	padding: 120px 60px 90px;
	margin: 120px auto 0;
	background-color: #f7f5ee;
	overflow: hidden;
	border-radius: 10px
}

.products-box:before {
	position: absolute;
	left: -90px;
	bottom: 0;
	height: 70%;
	width: 100%;
	background: url(../images/icons/shape-7.png) top left no-repeat;
	content: ""
}

.products-box .sec-title {
	margin-bottom: 30px
}

.products-box .outer-box {
	position: relative;
	padding-right: 400px
}

.products-box .outer-box .banner-box-two {
	position: absolute;
	right: 0;
	top: 0
}

.banner-box-two {
	position: relative
}

.banner-box-two .inner-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));
	background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--theme-color3)", endColorstr="#00e5e5e5", GradientType=0);
	content: ""
}

.banner-box-two .inner-box {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 370px;
	background: var(--theme-color3);
	border-radius: 10px;
	min-height: 440px;
	text-align: center;
	overflow: hidden;
	padding: 20px
}

.banner-box-two .title {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px
}

.banner-box-two .title strong {
	font-size: 60px;
	line-height: 1em;
	color: var(--theme-color2);
	font-weight: 400
}

.banner-box-two h4 {
	font-size: 30px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 30px
}

.product-block-two {
	position: relative;
	margin-bottom: 30px
}

.product-block-two .inner-box {
	position: relative;
	border: 2px solid transparent;
	border-radius: 10px;
	background: #fff;
	padding: 20px;
	padding-left: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 150px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.product-block-two .inner-box:hover {
	border: 2px solid var(--theme-color1)
}

.product-block-two .image {
	position: absolute;
	left: 20px;
	top: 20px;
	border-radius: 50%;
	overflow: hidden;
	height: 110px;
	width: 110px;
	border: 1px solid #e4e1d6;
	margin-bottom: 0
}

.product-block-two .image img {
	width: auto;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.product-block-two .inner-box:hover .image img {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg)
}

.product-block-two h4 {
	display: block;
	font-size: 22px;
	color: var(--theme-color3);
	font-weight: 700;
	margin-bottom: 5px
}

.product-block-two h4 a {
	color: var(--theme-color3);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.product-block-two .price {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: var(--theme-color1);
	font-weight: 600
}

.product-block-two .price del {
	display: inline-block;
	margin-left: 15px;
	font-size: 16px;
	color: red;
	line-height: 27px;
	opacity: .3
}

.product-block-two .rating {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #ffc737
}

.products-carousel .owl-nav {
	display: none
}

.products-carousel .owl-dots {
	position: absolute;
	right: 0;
	top: -80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 8
}

.products-carousel .owl-dot {
	position: relative;
	height: 7px;
	width: 7px;
	display: block;
	background: #879d91;
	margin-right: 5px;
	border-radius: 5px;
	display: block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.products-carousel .owl-dot.active {
	background: var(--theme-color3)
}

.featured-products {
	position: relative;
	padding: 120px 0 90px
}

.featured-products .bg-shape {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url(../images/icons/pattern-7.html) left bottom no-repeat;
	background-size: 700px
}

.featured-products .filters {
	margin-bottom: 40px;
	text-align: center
}

.featured-products .filters .filter-tabs {
	position: relative;
	display: inline-block
}

.featured-products .filters li {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 0 2px 10px;
	cursor: pointer;
	color: #797f7d;
	font-weight: 500;
	font-size: 18px;
	margin: 0 12px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.featured-products .filters li:last-child {
	margin-right: 0
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
	color: #fff
}

.featured-products .filters li:before {
	position: absolute;
	left: 0;
	bottom: 8px;
	height: 2px;
	width: 100%;
	content: "";
	background-color: #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(.86, 0, .07, 1);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
	transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
	transition: transform 500ms cubic-bezier(.86, 0, .07, 1);
	transition: transform 500ms cubic-bezier(.86, 0, .07, 1), -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
	-webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left
}

.product-block {
	position: relative;
	margin-bottom: 30px
}

.product-block.mix {
	display: none
}

.product-block .inner-box {
	position: relative;
	border: 2px solid #e4e1d5;
	border-radius: 10px;
	text-align: center;
	background: #fff;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.product-block .inner-box:hover {
	border: 2px solid var(--theme-color1);
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.product-block .image {
	position: relative;
	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;
	overflow: hidden;
	margin-bottom: 0
}

.product-block .image:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
	content: "";
	opacity: .3;
	left: -100%;
	pointer-events: none;
	z-index: 1
}

.product-block .inner-box:hover .image:before {
	left: 100%;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease
}

.product-block .image img {
	width: auto;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.product-block .inner-box:hover .image img {
	-webkit-transform: scale(.9);
	transform: scale(.9)
}

.product-block .content {
	position: relative;
	padding: 30px
}

.product-block h4 {
	display: block;
	font-size: 22px;
	color: var(--theme-color2);
	font-weight: 700;
	margin-bottom: 5px
}

.product-block h4 a {
	color: var(--theme-color2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.product-block h4 a:hover {
	color: var(--theme-color1)
}

.product-block .price {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: var(--text-gray-silver);
	font-weight: 600
}

.product-block .price del {
	display: inline-block;
	margin-left: 15px;
	font-size: 16px;
	color: red;
	line-height: 27px;
	opacity: .3
}

.product-block .rating {
	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;
	font-size: 14px;
	color: #ffc737
}

.product-block .tag {
	position: absolute;
	top: 30px;
	left: 20px;
	font-size: 14px;
	line-height: 23px;
	color: #fff;
	background: #fd5f5c;
	font-weight: 400;
	padding: 0 12px;
	border-radius: 3px;
	z-index: 9;
	font-style: italic;
	text-transform: uppercase
}

.product-block .icon-box {
	position: absolute;
	right: 20px;
	top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.product-block .inner-box:hover .icon-box {
	top: 20px;
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms
}

.product-block .ui-btn {
	position: relative;
	display: block;
	height: 40px;
	width: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	z-index: 9;
	background-color: var(--theme-color1);
	color: var(--text-color-bg-theme-color1);
	cursor: pointer;
	border-radius: 50px;
	margin-bottom: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.product-block .ui-btn:hover {
	background-color: var(--theme-color2);
	color: var(--text-color-bg-theme-color2)
}

.product-block .cat {
	display: block;
	font-size: 18px;
	color: #707070;
	font-style: italic;
	font-family: jost, sans-serif;
	margin-bottom: 5px
}

table.tbl-shopping-cart .product-thumbnail,
table.cart-total .product-thumbnail {
	min-width: 64px
}

table.tbl-shopping-cart img,
table.cart-total img {
	width: 64px;
	-webkit-box-shadow: none;
	box-shadow: none
}

table.tbl-shopping-cart th,
table.tbl-shopping-cart td,
table.cart-total th,
table.cart-total td {
	vertical-align: middle;
	border-left: 1px solid #e3e3e3;
	padding: 20px 30px
}

table.tbl-shopping-cart .product-name a,
table.cart-total .product-name a {
	color: var(--headings-color)
}

table.tbl-shopping-cart .product-name .variation,
table.cart-total .product-name .variation {
	font-size: .9rem;
	list-style: none
}

table.tbl-shopping-cart .product-remove a,
table.cart-total .product-remove a {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 24px;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	background-color: #757575;
	color: #fff;
	text-align: center
}

table.tbl-shopping-cart .coupon-form .apply-button,
table.cart-total .coupon-form .apply-button {
	position: relative;
	display: inline-block;
	color: #1e2434;
	background: #f4f5f4;
	padding: 15px 29px;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

table.tbl-shopping-cart .coupon-form .apply-button:hover,
table.cart-total .coupon-form .apply-button:hover {
	color: var(--text-color-bg-theme-color2);
	background-color: var(--theme-color2)
}

table.tbl-shopping-cart>thead>tr>th,
table.tbl-shopping-cart>tbody>tr>th,
table.tbl-shopping-cart>tfoot>tr>th {
	color: #444
}

.payment-method .accordion-box .block {
	background: #f4f5f4;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 20px
}

.payment-method .accordion-box .block .acc-content .payment-info {
	position: relative;
	display: block;
	background-color: #fff;
	padding: 30px 30px 10px
}

.payment-method .accordion-box .block:last-child {
	margin-bottom: 0
}

.payment-method .accordion-box .block .acc-btn {
	padding: 19px 30px 22px
}

.payment-method .accordion-box .block .acc-btn .icon-outer {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 30px;
	height: auto;
	font-size: 28px;
	color: #1e2434
}

.payment-method .accordion-box .block .acc-btn.active .icon-outer {
	color: var(--text-color-bg-theme-color2)
}

.payment-method .payment-method h3 {
	margin-bottom: 32px
}

.shop-sidebar {
	position: relative;
	display: block
}

.shop-sidebar .sidebar-search {
	margin-bottom: 30px
}

.shop-sidebar .sidebar-search .search-form .form-group {
	position: relative;
	margin: 0
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
	position: relative;
	width: 100%;
	height: 52px;
	background-color: var(--theme-light-background);
	border: 1px solid var(--theme-light-background);
	border-radius: 5px;
	color: #646578;
	padding: 10px 60px 10px 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.shop-sidebar .sidebar-search .search-form .form-group button {
	position: absolute;
	display: inline-block;
	top: 5px;
	right: 5px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	color: var(--text-color-bg-theme-color2);
	background-color: var(--theme-color2);
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.shop-sidebar .sidebar-search .search-form .form-group button:hover {
	color: var(--text-color-bg-theme-color1);
	background-color: var(--theme-color1)
}

.shop-sidebar .sidebar-widget {
	position: relative;
	display: block;
	background-color: var(--theme-light-background);
	padding: 35px 30px 37px;
	border-radius: 5px;
	margin-bottom: 30px
}

.shop-sidebar .sidebar-widget:last-child {
	margin-bottom: 0
}

.shop-sidebar .sidebar-widget .widget-title {
	position: relative;
	display: block;
	margin-bottom: 16px
}

.shop-sidebar .category-widget .category-list li {
	position: relative;
	display: block;
	margin-bottom: 14px
}

.shop-sidebar .category-widget .category-list li:last-child {
	margin-bottom: 0
}

.shop-sidebar .category-widget .category-list li a {
	position: relative;
	display: inline-block;
	color: #646578;
	font-weight: 400;
	padding-left: 20px
}

.shop-sidebar .category-widget .category-list li a:before {
	position: absolute;
	content: "\f0da";
	font-family: "font awesome 6 pro";
	left: 0;
	top: 0;
	font-size: 16px;
	font-weight: 600;
	color: var(--theme-color2)
}

.shop-sidebar .category-widget .category-list li a:hover {
	color: var(--theme-color1)
}

.shop-sidebar .price-filters .widget-title {
	margin-bottom: 28px
}

.shop-sidebar .post-widget {
	padding-bottom: 9px
}

.shop-sidebar .post-widget .post {
	position: relative;
	padding-left: 90px;
	padding-bottom: 24px;
	margin-bottom: 23px;
	min-height: 108px;
	border-bottom: 1px solid #e1e1e1
}

.shop-sidebar .post-widget .post:last-child {
	margin-bottom: 0;
	border-bottom: none
}

.shop-sidebar .post-widget .post .post-thumb {
	position: absolute;
	left: 0;
	top: 7px;
	width: 70px;
	height: 70px;
	border: 1px solid #d0d4dd;
	border-radius: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.shop-sidebar .post-widget .post .post-thumb img {
	width: 100%;
	border-radius: 5px
}

.shop-sidebar .post-widget .post a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #646578;
	margin-bottom: 7px
}

.shop-sidebar .post-widget .post .price {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-family: poppins, sans-serif;
	font-weight: 600;
	color: #0a267a
}

.shop-sidebar .post-widget .post:hover .post-thumb {
	border-color: var(--theme-color1)
}

.shop-sidebar .post-widget .post:hover a {
	color: var(--theme-color1)
}

.range-slider {
	position: relative
}

.range-slider .title {
	line-height: 26px;
	position: relative;
	display: inline-block;
	margin-right: 4px
}

.range-slider .title:before {
	position: absolute;
	content: "$";
	left: -5px;
	top: -19px;
	color: #646578;
	font-size: 18px
}

.range-slider p {
	position: relative;
	display: inline-block;
	color: #646578;
	margin-right: 10px !important
}

.range-slider .input {
	color: #646578;
	max-width: 75px;
	font-size: 18px;
	margin-top: 5px;
	position: relative;
	display: inline-block
}

.range-slider .input input {
	background: 0 0;
	color: #646578;
	font-size: 15px;
	text-align: left
}

.range-slider .ui-widget.ui-widget-content {
	height: 4px;
	border: none;
	margin-bottom: 14px;
	background-color: #d0d4dd;
	border-radius: 2px
}

.range-slider .ui-slider .ui-slider-range {
	top: 0;
	height: 4px;
	background-color: var(--theme-color1)
}

.range-slider .ui-state-default {
	top: -5px;
	width: 14px;
	height: 14px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	margin-left: 0;
	background-color: var(--theme-color1);
	position: absolute
}

.range-slider .ui-state-default:before {
	position: absolute;
	content: "";
	background-color: #fff;
	width: 6px;
	height: 6px;
	left: 4px;
	top: 4px;
	border-radius: 50%
}

.range-slider .ui-widget-content .ui-state-default {
	top: -5px;
	width: 14px;
	height: 14px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	margin-left: 0;
	background-color: var(--theme-color1)
}

.range-slider .ui-widget-content .ui-state-default:before {
	position: absolute;
	content: "";
	background-color: #fff;
	width: 6px;
	height: 6px;
	left: 4px;
	top: 4px;
	border-radius: 50%
}

.range-slider input[type=submit] {
	position: relative;
	display: block;
	background: var(--theme-color1);
	color: var(--text-color-bg-theme-color1);
	float: right;
	text-align: center;
	border: none;
	font-size: 14px;
	font-weight: 500;
	margin-top: 0;
	text-transform: capitalize;
	cursor: pointer;
	padding: 7px 20px;
	border-radius: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.range-slider input[type=submit]:hover {
	color: var(--text-color-bg-theme-color2);
	background-color: var(--theme-color2)
}

@-webkit-keyframes "ripple" {
	70% {
		-webkit-box-shadow: 0 0 0 70px transparent;
		box-shadow: 0 0 0 70px transparent
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 transparent;
		box-shadow: 0 0 0 0 transparent
	}
}

@keyframes "ripple" {
	70% {
		-webkit-box-shadow: 0 0 0 70px transparent;
		box-shadow: 0 0 0 70px transparent
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 transparent;
		box-shadow: 0 0 0 0 transparent
	}
}

.page-title {
	background-color: var(--theme-color2);
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 110px 0;
	min-height: 250px
}

@media only screen and (max-width:768px) {
	.page-title {
		padding: 110px 0
	}
}

.page-title .title {
	font-size: 64px;
	color: #fff;
	margin-bottom: 17px
}

.page-title .text {
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: .05em;
	max-width: 520px
}

.page-breadcrumb {
	position: relative;
	margin-top: 5px
}

.page-breadcrumb li {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	padding-right: 13px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize
}

.page-breadcrumb li:after {
	position: absolute;
	content: "\f105";
	right: -6px;
	top: 1px;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	font-family: "font awesome 6 pro";
	color: #fff
}

.page-breadcrumb li:last-child {
	padding-right: 0;
	margin-right: 0
}

.page-breadcrumb li:last-child::after {
	display: none
}

.page-breadcrumb li a {
	color: var(--theme-color3);
	font-weight: 500;
	text-transform: capitalize;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.page-breadcrumb li a:hover {
	color: #fff
}

.page-title.style-two {
	background-position: center center
}

.page-title.style-two .page-breadcrumb-outer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 8
}

.page-title.style-two .page-breadcrumb li {
	color: #070710;
	font-weight: 600
}

.page-title.style-two .page-breadcrumb li:after {
	color: #070710
}

.page-title.style-two .page-breadcrumb li a {
	color: rgba(7, 7, 16, .6)
}

.page-title.style-two .page-breadcrumb li a:hover {
	color: #070710
}

.play-now {
	position: relative;
	display: block;
	z-index: 9;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.play-now .icon {
	position: relative;
	display: inline-block;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	background-color: #fff;
	color: #ff6d2e;
	z-index: 1;
	padding-left: 0;
	font-size: 14px;
	display: block;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
	-ms-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
	-o-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
	-webkit-transform-origin: center;
	transform-origin: center
}

.play-now .ripple {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 70px;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite
}

.play-now .ripple:before {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 70px;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute
}

.play-now .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 70px;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute
}

.background-image {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	background-position: center;
	background-size: cover
}

.error-page__inner {
	position: relative;
	display: block;
	text-align: center
}

.error-page__inner .error-page__title-box {
	position: relative;
	display: block
}

.error-page__inner .error-page__title {
	position: relative;
	display: inline-block;
	font-size: 280px;
	line-height: 280px;
	margin-bottom: 0;
	color: var(--theme-color1)
}

.error-page__inner .error-page__sub-title {
	font-size: 40px;
	letter-spacing: .1em;
	text-transform: uppercase;
	line-height: 50px;
	margin-top: -16px
}

.error-page__inner .error-page__text {
	font-size: 20px;
	line-height: 30px;
	text-align: center
}

.error-page__inner .error-page__form {
	position: relative;
	display: block;
	margin: 42px auto 20px
}

.error-page__inner .error-page__form input[type=search] {
	height: 60px;
	width: 100%;
	border: none;
	outline: none;
	background-color: #f5f5f5;
	font-size: 14px;
	color: #333;
	padding-left: 50px;
	padding-right: 75px;
	border-radius: 7px
}

.error-page__inner .error-page__form button[type=submit] {
	background-color: transparent;
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 72px;
	outline: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0
}

.error-page__inner .error-page__form-input {
	position: relative;
	display: block;
	max-width: 570px;
	width: 100%;
	margin: 0 auto
}

.contact-details__info {
	position: relative;
	display: block;
	margin-top: 41px
}

.contact-details__info li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contact-details__info li .icon {
	height: 80px;
	width: 80px;
	background-color: var(--theme-color2);
	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;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.contact-details__info li .icon span {
	color: var(--text-color-bg-theme-color1);
	font-size: 25px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.contact-details__info li:hover .icon {
	background-color: var(--theme-color2)
}

.contact-details__info li:hover .icon span {
	color: var(--text-color-bg-theme-color2)
}

.contact-details__info li:hover .text a {
	color: var(--notech-base)
}

.contact-details__info li:hover .text a span {
	color: var(--notech-gray)
}

.contact-details__info li .text {
	margin-left: 30px
}

.contact-details__info li .text p {
	font-size: 14px;
	line-height: 24px
}

.contact-details__info li .text a {
	font-size: 18px;
	color: var(--notech-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.contact-details__info li .text span {
	font-size: 20px;
	color: var(--notech-black)
}

.contact-details__info li+li {
	margin-top: 19px
}

.service-sidebar {
	position: relative;
	display: block;
	max-width: 365px;
	width: 100%
}

.service-sidebar .service-sidebar-single {
	position: relative;
	display: block;
	margin-bottom: 30px
}

.service-sidebar .service-sidebar-single-services {
	position: relative;
	display: block;
	background: #f6f4ec;
	border-radius: 10px;
	padding: 35px 30px 25px
}

.service-sidebar .service-sidebar-single-services .title {
	position: relative;
	display: block;
	margin-bottom: 12px;
	padding-left: 20px
}

.service-sidebar .service-sidebar-single-services .title h3 {
	color: var(--headings-color);
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -.02em
}

.service-sidebar .service-sidebar-single-services ul {
	position: relative;
	display: block;
	margin-top: 10px
}

.service-sidebar .service-sidebar-single-services ul li {
	position: relative;
	display: block;
	margin-bottom: 5px;
	margin-top: -10px
}

.service-sidebar .service-sidebar-single-services ul li:last-child {
	margin-bottom: 0
}

.service-sidebar .service-sidebar-single-services ul li a {
	position: relative;
	display: block;
	color: var(--agriox-color-1, #687469);
	font-size: 18px;
	padding: 22px 20px;
	border-radius: 10px;
	background: 0 0;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.service-sidebar .service-sidebar-single-services ul li a:hover {
	color: var(--headings-color)
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.service-sidebar .service-sidebar-single-services ul li a:hover i {
	color: var(--theme-color1)
}

.service-sidebar .service-sidebar-single-services ul li a::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	z-index: -1;
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(90deg);
	transform: perspective(400px) rotateX(90deg);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	background: #fff;
	-webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
	border-radius: 10px
}

.service-sidebar .service-sidebar-single-services ul li a i {
	font-size: 16px
}

.service-sidebar .service-sidebar-single-services ul li.current a::before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.service-sidebar .service-sidebar-single-services ul li.current a i {
	color: var(--theme-color1)
}

.service-sidebar .service-sidebar-single-services ul li.current:first-child {
	margin-top: 20px
}

.service-sidebar .service-sidebar-single-services ul li.current:last-child {
	margin-bottom: 35px
}

.service-sidebar .service-sidebar-single-contact-box {
	position: relative;
	display: block;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	padding: 50px 0 44px;
	z-index: 1
}

.service-sidebar .service-sidebar-single-contact-box::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(109, 140, 84, .93);
	border-radius: 10px;
	content: "";
	z-index: -1
}

.service-sidebar .service-sidebar-single-contact-box .icon {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 50%;
	background: var(--theme-color2)
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover {
	background-color: var(--headings-color)
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
	color: #fff
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
	position: relative;
	display: inline-block;
	color: var(--headings-color);
	font-size: 30px;
	line-height: 60px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.service-sidebar .service-sidebar-single-contact-box .title {
	position: relative;
	display: block;
	margin-top: 20px;
	margin-bottom: 42px
}

.service-sidebar .service-sidebar-single-contact-box .title h2 {
	color: #fff;
	font-size: 36px
}

.service-sidebar .service-sidebar-single-contact-box .phone {
	font-size: 24px;
	line-height: 34px
}

.service-sidebar .service-sidebar-single-contact-box .phone a {
	color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
	color: var(--theme-color1)
}

.service-sidebar .service-sidebar-single-contact-box p {
	color: #fff;
	font-size: 14px;
	line-height: 22px
}

.service-sidebar .service-sidebar-single-btn {
	position: relative;
	display: block
}

.service-sidebar .service-sidebar-single-btn .thm-btn {
	font-size: 16px;
	padding: 13px 50px 28px
}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
	position: relative;
	display: inline-block;
	top: 13px;
	color: #334b35;
	font-size: 40px;
	padding-right: 25px;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	font-weight: 500
}

.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
	color: #fff
}

.service-sidebar .banner-widget {
	position: relative;
	display: block;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .08)
}

.service-sidebar .banner-widget .widget-content {
	position: relative;
	display: block;
	width: 100%;
	padding: 45px 30px 40px;
	background-size: cover;
	background-repeat: no-repeat
}

.service-sidebar .banner-widget .widget-content .shape {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 278px;
	background-repeat: no-repeat;
	background-size: cover
}

.service-sidebar .banner-widget .content-box {
	position: relative;
	max-width: 200px;
	width: 100%
}

.service-sidebar .banner-widget .content-box .icon-box {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 40px;
	background-color: var(--theme-color2);
	color: var(--text-color-bg-theme-color2);
	text-align: center;
	border-radius: 5px;
	margin-bottom: 23px
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
	position: absolute;
	top: -15px;
	right: -38px;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat
}

.service-sidebar .banner-widget .content-box h3 {
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 22px
}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
	background: #0a267a
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
	padding: 20px 50px
}

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
	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
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
	position: relative;
	display: inline-block;
	font-size: 36px;
	padding-right: 25px;
	margin-top: 7px;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	font-weight: 500
}

.services-details__content .feature-list .single-item {
	position: relative;
	display: block;
	border: 1px solid #e1e8e4;
	padding: 16px 30px 16px 53px;
	margin-bottom: 20px;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease
}

.services-details__content .feature-list .single-item .icon-box {
	color: var(--theme-color1);
	position: absolute;
	left: 20px;
	top: 16px;
	font-size: 18px;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease
}

.services-details__content .feature-list .single-item .title {
	display: block;
	margin: 0;
	font-size: 16px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase
}

.services-details__content .feature-list .single-item:hover {
	background-color: var(--theme-color2);
	color: var(--text-color-bg-theme-color2)
}

.services-details__content .feature-list .single-item:hover .icon-box {
	color: var(--text-color-bg-theme-color2)
}

.service-list li {
	position: relative;
	display: block;
	margin-bottom: 10px
}

.service-list li:last-child {
	margin-bottom: 0
}

.service-list li a {
	position: relative;
	display: block;
	font-size: 18px;
	color: var(--headings-color);
	font-weight: 600;
	background-color: #fff;
	padding: 17px 20px 17px 50px;
	-webkit-box-shadow: 20px 5px 20px 0 rgba(0, 0, 0, .05);
	box-shadow: 20px 5px 20px 0 rgba(0, 0, 0, .05)
}

.service-list li a:hover,
.service-list li a.current {
	color: var(--text-color-bg-theme-color1);
	background-color: var(--theme-color1);
	padding-left: 80px
}

.service-list li a:hover i,
.service-list li a.current i {
	width: 60px;
	color: var(--text-color-bg-theme-color2);
	background-color: var(--theme-color2)
}

.service-list li i {
	position: absolute;
	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;
	left: 0;
	top: 0;
	width: 30px;
	height: 100%;
	background-color: #f6f4ec;
	text-align: center;
	font-size: 16px;
	color: #707582;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.sidebar-service-list {
	margin: 0
}

.sidebar-service-list li+li {
	margin-top: 10px
}

.sidebar-service-list li a {
	font-size: 18px;
	font-weight: 700;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	background-color: #f5faff;
	border-radius: 15px;
	padding: 19px 40px
}

.sidebar-service-list li a:hover {
	color: var(--theme-color2)
}

.sidebar-service-list li a:hover i {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	background-color: var(--theme-color2)
}

.sidebar-service-list li a i {
	height: 32px;
	width: 45px;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #191825;
	background-color: #fff;
	text-align: center;
	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;
	font-size: 16px;
	border-radius: 15px
}

.sidebar-service-list li.current a {
	color: var(--theme-color2)
}

.sidebar-service-list li.current a i {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	background-color: var(--theme-color2)
}

.service-details-help {
	position: relative;
	display: block;
	padding: 57px 55px 50px;
	margin-top: 30px;
	text-align: center;
	z-index: 1;
	background-color: var(--theme-color2);
	border-radius: 15px;
	overflow: hidden
}

.help-shape-1 {
	position: absolute;
	bottom: -215px;
	left: -95px;
	width: 220px;
	height: 500px;
	background-color: #303030;
	mix-blend-mode: soft-light;
	border-radius: 150px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1
}

.help-shape-2 {
	position: absolute;
	top: -118px;
	right: -130px;
	width: 180px;
	height: 350px;
	background-color: #fff;
	mix-blend-mode: soft-light;
	border-radius: 186px;
	-webkit-transform: rotate(48deg);
	transform: rotate(48deg)
}

.help-icon {
	height: 73px;
	width: 73px;
	background-color: #fff;
	color: #191825;
	font-size: 32px;
	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;
	border-radius: 50%;
	margin: 0 auto;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.help-icon:hover {
	background-color: var(--theme-color1);
	color: #fff
}

.help-title {
	font-size: 38px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 21px;
	font-weight: 700
}

.help-contact {
	position: relative;
	display: block;
	margin-top: 21px
}

.help-contact p {
	font-size: 14px;
	color: #fff;
	margin: 0;
	line-height: 32px;
	font-weight: 600;
	opacity: .7
}

.help-contact a {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.help-contact a:hover {
	color: #fff
}

.project-details__img {
	position: relative;
	display: block
}

.project-details__img img {
	width: 100%;
	border-radius: 10px
}

.project-details__content {
	position: relative;
	display: block
}

.project-details__content-left {
	position: relative;
	display: block;
	margin-top: 31px
}

.project-details__content-right {
	position: relative;
	display: block;
	margin-top: 40px
}

.project-details__details-box {
	position: relative;
	border-radius: 10px;
	background-color: #f5f5f5;
	padding: 43px 50px 50px;
	z-index: 1
}

.project-details__details-list {
	position: relative;
	display: block
}

.project-details__details-list li {
	position: relative;
	display: block
}

.project-details__details-list li+li {
	margin-top: 24px
}

.project-details__client {
	font-size: 16px;
	color: #838d9e;
	line-height: 24px;
	margin: 0
}

.project-details__name {
	font-size: 16px;
	line-height: 24px
}

.project-details__social {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.project-details__social a {
	position: relative;
	height: 40px;
	width: 40px;
	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: var(--theme-color1);
	color: var(--text-color-bg-theme-color1);
	font-size: 15px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1
}

.project-details__social a:hover {
	background-color: var(--theme-color2);
	color: var(--text-color-bg-theme-color2)
}

.project-details__social a+a {
	margin-left: 10px
}

.project-details__pagination-box {
	position: relative;
	display: block;
	text-align: center;
	border-top: 1px solid #ece9e0;
	border-bottom: 1px solid #ece9e0;
	padding: 30px 0;
	margin-top: 117px
}

.project-details__pagination {
	position: relative;
	display: block
}

.project-details__pagination li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.project-details__pagination li a {
	font-size: 14px;
	color: #757873;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.project-details__pagination li a:hover {
	color: var(--theme-color1)
}

.project-details__pagination li a:hover i {
	background-color: var(--theme-color1);
	color: var(--text-color-bg-theme-color1);
	border: 2px solid var(--theme-color1)
}

.project-details__pagination li .content {
	position: relative;
	display: block
}

.project-details__pagination li.next {
	float: left;
	position: relative
}

.project-details__pagination li.next i {
	position: relative;
	height: 52px;
	width: 52px;
	border: 2px solid #0e2207;
	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;
	border-radius: 50%;
	color: #0e2207;
	font-size: 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-right: 20px;
	z-index: 1
}

.project-details__pagination li.next .content {
	text-align: left
}

.project-details__pagination li.previous {
	position: relative;
	float: right
}

.project-details__pagination li.previous i {
	position: relative;
	height: 52px;
	width: 52px;
	border: 2px solid #0e2207;
	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;
	border-radius: 50%;
	color: #0e2207;
	font-size: 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-left: 20px;
	z-index: 1
}

.project-details__pagination li.previous .content {
	text-align: right
}

.blog-details {
	position: relative;
	display: block
}

.blog-details__left {
	position: relative;
	display: block
}

.blog-details__img {
	position: relative;
	display: block;
	border-radius: 10px
}

.blog-details__img img {
	width: 100%;
	border-radius: 10px
}

.blog-details__date {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: var(--theme-color1);
	text-align: center;
	padding: 21px 24px 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.blog-details__date .day {
	font-size: 16px;
	color: #fff;
	font-weight: var(--body-font-weight-bold);
	line-height: 16px
}

.blog-details__date .month {
	position: relative;
	display: block;
	font-size: 10px;
	font-weight: var(--body-font-weight-bold);
	color: #fff;
	line-height: 12px;
	text-transform: uppercase
}

.blog-details__content {
	position: relative;
	display: block;
	margin-top: 22px
}

.blog-details__meta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.blog-details__meta li+li {
	margin-left: 18px
}

.blog-details__meta li a {
	font-size: 15px;
	color: #777;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.blog-details__meta li a:hover {
	color: var(--theme-color1)
}

.blog-details__meta li a i {
	color: var(--theme-color1);
	margin-right: 6px
}

.blog-details__title {
	font-size: 30px;
	line-height: 40px;
	margin-top: 12px;
	margin-bottom: 21px;
	font-weight: var(--body-font-weight-bold)
}

.blog-details__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 0;
	margin-top: 49px;
	border-top: 1px solid #ece9e0
}

@media only screen and (max-width:767px) {
	.blog-details__bottom {
		gap: 30px
	}
}

.blog-details__bottom p {
	margin: 0
}

.blog-details__tags span {
	color: #0e2207;
	font-size: 20px;
	margin-right: 14px;
	font-weight: var(--body-font-weight-bold)
}

.blog-details__tags a {
	position: relative;
	font-size: 12px;
	background-color: var(--theme-color1);
	color: var(--text-color-bg-theme-color1);
	display: inline-block;
	padding: 5px 30px;
	font-weight: var(--body-font-weight-bold);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 35px
}

.blog-details__tags a:hover {
	background-color: var(--theme-color2);
	color: var(--text-color-bg-theme-color1);
	text-decoration: none
}

.blog-details__tags a+a {
	margin-left: 6px
}

.blog-details__social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.blog-details__social-list a {
	position: relative;
	height: 43px;
	width: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--theme-light-background-text-color);
	background-color: var(--theme-light-background);
	font-size: 15px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1
}

.blog-details__social-list a:hover {
	color: var(--text-color-bg-theme-color2)
}

.blog-details__social-list a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.blog-details__social-list a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--theme-color2);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1
}

.blog-details__social-list a+a {
	margin-left: 10px
}

.blog-details__pagenation-box {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 53px
}

.blog-details__pagenation {
	position: relative;
	display: block
}

.blog-details__pagenation li {
	position: relative;
	float: left;
	font-size: 20px;
	color: #0e2207;
	font-weight: var(--body-font-weight-bold);
	color: var(--theme-light-background-text-color);
	background-color: var(--theme-light-background);
	line-height: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	max-width: 370px;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 52px;
	padding-bottom: 52px;
	border-radius: 10px
}

.blog-details__pagenation li:hover {
	background-color: var(--theme-color2);
	color: var(--text-color-bg-theme-color2)
}

.blog-details__pagenation li+li {
	margin-left: 30px
}

.nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 53px
}

@media only screen and (max-width:767px) {
	.nav-links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px
	}
}

.nav-links .prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: calc(50% - 15px);
	margin-right: 30px
}

@media only screen and (max-width:767px) {
	.nav-links .prev {
		width: 100%
	}
}

.nav-links .prev .thumb {
	margin-right: 20px
}

.nav-links .next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: calc(50% - 15px)
}

@media only screen and (max-width:767px) {
	.nav-links .next {
		width: 100%
	}
}

.nav-links .next .thumb {
	margin-left: 20px
}

.nav-links>div {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.nav-links>div .thumb {
	display: inline-block;
	min-width: 60px;
	width: 60px;
	height: 60px;
	overflow: hidden
}

.nav-links>div .thumb a {
	display: inline-block
}

.nav-links>div>a {
	display: inline-block;
	word-wrap: break-word;
	white-space: -moz-pre-wrap;
	white-space: pre-wrap;
	font-size: 20px;
	line-height: 1.637;
	font-weight: var(--body-font-weight-bold);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: var(--theme-light-background-text-color);
	background-color: var(--theme-light-background);
	padding: 52px 50px;
	border-radius: 10px;
	width: 100%
}

@media only screen and (max-width:767px) {
	.nav-links>div>a {
		padding: 30px
	}
}

.nav-links>div>a:hover {
	color: var(--text-color-bg-theme-color1);
	background-color: var(--theme-color1)
}

@media(max-width:991px) {
	.sidebar {
		margin-top: 50px
	}
}

.sidebar__single+.sidebar__single {
	margin-top: 30px
}

.sidebar__title {
	margin: 0;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: var(--h4-font-weight)
}

.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-color2);
	color: var(--text-color-bg-theme-color2);
	font-size: 16px;
	font-weight: 500;
	padding-left: 50px;
	height: 74px;
	width: 100%;
	padding-right: 80px;
	border-radius: 10px
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {
	color: var(--text-color-bg-theme-color1);
	opacity: 1
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder,
.sidebar__search-form input[type=search]:-ms-input-placeholder,
.sidebar__search-form input[type=search]::-ms-input-placeholder,
.sidebar__search-form input[type=search]::placeholder {
	color: var(--text-color-bg-theme-color1);
	opacity: 1
}

@media only screen and (max-width:767px) {
	.sidebar__search-form input[type=search] {
		padding-left: 30px
	}
}

.sidebar__search-form button[type=submit] {
	background-color: transparent;
	color: #fff;
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 72px;
	outline: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0
}

@media only screen and (max-width:767px) {
	.sidebar__search-form button[type=submit] {
		width: 42px
	}
}

.sidebar__post {
	position: relative;
	display: block;
	padding: 46px 30px 30px;
	color: var(--theme-light-background-text-color);
	background-color: var(--theme-light-background);
	border-radius: 10px;
	overflow: hidden;
	z-index: 1
}

@media only screen and (max-width:767px) {
	.sidebar__post {
		padding: 30px
	}
}

.sidebar__post .sidebar__title {
	margin-left: 20px
}

@media only screen and (max-width:767px) {
	.sidebar__post .sidebar__title {
		margin-left: 0
	}
}

.sidebar__post .sidebar__post-list {
	margin: 0
}

.sidebar__post .sidebar__post-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 20px 17px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

@media only screen and (max-width:767px) {
	.sidebar__post .sidebar__post-list li {
		padding: 16px 0
	}
}

.sidebar__post .sidebar__post-list li:hover {
	background-color: #fff;
	border-radius: 10px
}

.sidebar__post .sidebar__post-list li+li {
	margin-top: 11px
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
	margin-right: 20px;
	-webkit-box-flex: 70px;
	-ms-flex: 70px 0 0;
	flex: 70px 0 0
}

.sidebar__post .sidebar__post-list .sidebar__post-image>img {
	width: 80px;
	border-radius: 10px
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
	position: relative;
	top: -3px
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
	font-size: 18px;
	margin: 0;
	line-height: 26px;
	letter-spacing: 0
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
	color: #0e2207;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
	font-size: 14px;
	font-weight: 500;
	color: #757873 !important;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
	color: var(--theme-color2);
	font-size: 14px;
	padding-right: 3px
}

.sidebar__category {
	position: relative;
	display: block;
	color: var(--theme-light-background-text-color);
	background-color: var(--theme-light-background);
	border-radius: 10px;
	padding: 45px 30px 38px;
	overflow: hidden;
	z-index: 1
}

@media only screen and (max-width:767px) {
	.sidebar__category {
		padding: 30px 15px
	}
}

.sidebar__category .sidebar__title {
	padding-left: 20px;
	margin-bottom: 9px
}

.sidebar__category-list {
	margin: 0
}

.sidebar__category-list li+li {
	margin-top: 4px
}

.sidebar__category-list li a {
	color: #757873;
	font-size: 16px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	background: 0 0;
	padding: 12px 20px;
	font-weight: 500;
	border-radius: 10px
}

.sidebar__category-list li a:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
	color: #0e2207;
	text-shadow: 1px 0 0 rgba(14, 34, 7, .5)
}

.sidebar__category-list li a:hover span {
	color: #ffcd1e;
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1)
}

.sidebar__category-list li a span {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: var(--theme-color2);
	text-align: center;
	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;
	font-size: 16px
}

.sidebar__category-list li.active a {
	background-color: #fff;
	-webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
	color: #0e2207;
	border-radius: 10px;
	text-shadow: 1px 0 0 rgba(14, 34, 7, .5)
}

.sidebar__category-list li.active a span {
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	color: #ffcd1e
}

.sidebar__tags {
	position: relative;
	display: block;
	color: var(--theme-light-background-text-color);
	background-color: var(--theme-light-background);
	padding: 46px 45px 50px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1
}

@media only screen and (max-width:767px) {
	.sidebar__tags {
		padding: 30px
	}
}

.sidebar__tags .sidebar__title {
	margin-left: 5px;
	margin-bottom: 25px
}

.sidebar__tags-list {
	margin-top: -10px
}

.sidebar__tags-list a {
	font-size: 14px;
	color: #0e2207;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background: #fff;
	display: inline-block;
	padding: 5px 28px;
	margin-left: 5px;
	border-radius: 30px
}

.sidebar__tags-list a:hover {
	color: var(--text-color-bg-theme-color1);
	background: var(--theme-color1)
}

.sidebar__tags-list a+a {
	margin-left: 5px;
	margin-top: 10px
}

.sidebar__comments {
	position: relative;
	display: block;
	color: var(--theme-light-background-text-color);
	background-color: var(--theme-light-background);
	padding: 46px 50px 43px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1
}

@media only screen and (max-width:767px) {
	.sidebar__comments {
		padding: 30px
	}
}

.sidebar__comments .sidebar__title {
	margin-bottom: 25px
}

.sidebar__comments-list {
	position: relative;
	display: block
}

.sidebar__comments-list li {
	position: relative;
	display: block;
	padding-left: 65px
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
	background-color: var(--theme-color2);
	color: var(--text-color-bg-theme-color1)
}

.sidebar__comments-list li+li {
	margin-top: 23px
}

.sidebar__comments-icon {
	height: 45px;
	width: 45px;
	background-color: var(--theme-color1);
	border-radius: 50%;
	font-size: 15px;
	color: var(--text-color-bg-theme-color1);
	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;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.sidebar__comments-text-box p {
	font-size: 15px;
	margin: 0;
	line-height: 26px;
	font-weight: 500
}

.sidebar__comments-text-box p span {
	color: #0e2207
}

.sidebar__comments-text-box h5 {
	font-size: 15px;
	margin: 0;
	line-height: 26px;
	color: #757873;
	font-weight: 500;
	letter-spacing: 0
}

.comment-one .comment-one__title {
	margin-bottom: 30px
}

.comment-one .comment-one__single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ece9e0;
	padding-bottom: 60px;
	margin-bottom: 60px;
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: top
}

@media only screen and (max-width:767px) {
	.comment-one .comment-one__single {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.comment-one .comment-one__content {
	position: relative;
	margin-left: 45px
}

@media only screen and (max-width:767px) {
	.comment-one .comment-one__content {
		margin-top: 20px;
		margin-left: 0
	}
}

.comment-one .comment-one__content h3 {
	margin: 0;
	font-size: 20px;
	color: var(--theme-black);
	margin-bottom: 24px
}

.comment-one .comment-one__content p {
	font-size: 16px;
	font-weight: 500
}

.comment-one .comment-one__btn {
	padding: 5px 30px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px
}

.comment-one .comment-one__image {
	position: relative;
	display: block;
	border-radius: 50%;
	-webkit-box-flex: 100px;
	-ms-flex: 100px 0 0;
	flex: 100px 0 0
}

.comment-one .comment-one__image img {
	border-radius: 50%
}

.comment-form .comment-form__title {
	margin-top: -7px
}

.team-details {
	position: relative;
	display: block
}

.team-details__top {
	padding: 0 0 120px
}

.team-details-shape-1 {
	position: absolute;
	bottom: -270px;
	right: 0;
	opacity: .5;
	z-index: 2
}

.team-details-shape-1 img {
	width: auto
}

.team-details__top-left {
	position: relative;
	display: block;
	margin-right: 20px
}

.team-details__top-img {
	position: relative;
	display: block;
	border-radius: 30px
}

.team-details__top-img img {
	width: 100%;
	border-radius: 30px
}

.team-details__big-text {
	font-size: 80px;
	line-height: 80px;
	text-transform: uppercase;
	color: #eef0f6;
	letter-spacing: .35em;
	font-weight: 400;
	position: absolute;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 209px;
	left: -325px
}

.team-details__top-right {
	position: relative;
	display: block;
	margin-left: 50px
}

@media only screen and (max-width:991px) {
	.team-details__top-right {
		margin-top: 70px;
		margin-left: 0
	}
}

.team-details__top-content {
	position: relative;
	display: block;
	margin-top: -11px
}

.team-details__top-name {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 3px
}

.team-details__top-title {
	font-size: 16px;
	color: var(--theme-color1)
}

.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: 20px;
	margin-bottom: 28px
}

.team-details__social a {
	position: relative;
	height: 40px;
	width: 40px;
	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: var(--theme-color1);
	color: var(--text-color-bg-theme-color1);
	font-size: 15px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.team-details__social a:hover {
	background-color: var(--theme-color2);
	color: var(--text-color-bg-theme-color2)
}

.team-details__social a+a {
	margin-left: 10px
}

.team-details__top-text-1 {
	font-size: 30px;
	color: var(--theme-color1);
	line-height: 45px;
	font-weight: 400;
	margin-bottom: 30px
}

.team-details__top-text-2 {
	padding-top: 23px;
	padding-bottom: 35px
}

.team-details__bottom {
	position: relative;
	display: block;
	border-top: 1px solid #e4e5ea;
	padding-top: 110px
}

.team-details__bottom-left {
	position: relative;
	display: block;
	margin-right: 70px
}

.team-details__bottom-left-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 46px
}

.team-details__bottom-left-text {
	padding-top: 30px
}

.team-details__bottom-right {
	position: relative;
	display: block;
	margin-left: 70px;
	margin-top: 1px
}

@media only screen and (max-width:991px) {
	.team-details__bottom-right {
		margin-left: 0
	}
}

.team-details__progress {
	position: relative;
	display: block;
	width: 100%
}

.team-details__progress .bar {
	position: relative;
	width: 100%;
	height: 13px;
	background-color: #eef0f6;
	border-radius: 7px;
	margin-bottom: 22px
}

.team-details__progress .bar-inner {
	position: relative;
	display: block;
	width: 0;
	height: 13px;
	border-radius: 7px;
	background-color: var(--theme-color2);
	-webkit-transition: all 1500ms ease;
	transition: all 1500ms ease
}

.team-details__progress .count-text {
	position: absolute;
	right: 0;
	bottom: 21px;
	color: var(--theme-color1);
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.team-details__progress .bar-inner.counted .count-text {
	opacity: 1
}

.team-details__progress .bar.marb-0 {
	margin-bottom: 0
}

.team-details__progress-single {
	position: relative;
	display: block
}

.team-details__progress-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	color: var(--theme-color1);
	margin-bottom: 6px
}

.team-contact-form {
	background-color: #eef0f6
}

.team-contact-form input[type=text],
.team-contact-form input[type=email] {
	background-color: #fff
}

.team-contact-form textarea {
	background-color: #fff;
	height: 180px
}
