@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";
@import "animate.css";
@import "owl.css";
@import "swiper.min.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";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playwrite+DE+Grund:wght@100..400&display=swap');
:root {
	--theme-color-light: #ffffff;
	--theme-color-dark: #191919;
	--theme-color-gray: #FAFAFB;
	--theme-color1: #14496c;
	--theme-color2: #00FCFF;
	--theme-color3: #1E266E;
	--bg-theme-color1: var(--theme-color1);
	--bg-theme-color2: var(--theme-color2);
	--bg-theme-color3: var(--theme-color3);
	--text-color: #00000;
	--headings-color: #191919;
	--link-color: var(--headings-color);
	--link-hover-color: var(--headings-color);
	--review-color: #ffc737;
	--text-font: "DM Sans", sans-serif;
	--title-font: "Philosopher", sans-serif;
	--body-font-size: 18px;
	--body-line-height: 32px;
	--body-font-weight: 400;
	--line-height-heading-h1: 1.052em;
	--line-height-heading-h2: 1.09em;
	--line-height-heading-h3: 1.2em;
	--line-height-heading-h4: 1.296em;
	--line-height-heading-h5: 1.2em;
	--line-height-heading: 1.2em;
	--h1-font-size: 95px;
	--h2-font-size: 55px;
	--h3-font-size: 36px;
	--h4-font-size: 27px;
	--h5-font-size: 22px;
	--h6-font-size: 18px;
	--h1-font-weight: 700;
	--h2-font-weight: 700;
	--h3-font-weight: 700;
	--h4-font-weight: 700;
	--h5-font-weight: 700;
	--h6-font-weight: 700;
	--sec-title-subtitle-font-size: 24px;
	--sec-title-subtitle-color: var(--theme-color1);
	--sec-title-subtitle-font-family: var(--title-font);
	--sec-title-subtitle-font-weight: 700;
	--sec-title-subtitle-line-height: 31px;
	--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: 50px;
	--container-pb: 50px
}

::-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-h2)
}

h3 {
	font-size: var(--h3-font-size);
	font-weight: var(--h3-font-weight);
	line-height: var(--line-height-heading-h3)
}

h4 {
	font-size: var(--h4-font-size);
	font-weight: var(--h4-font-weight);
	line-height: var(--line-height-heading-h4)
}

h5 {
	font-size: var(--h5-font-size);
	font-weight: var(--h5-font-weight);
	line-height: var(--line-height-heading-h5)
}

h6 {
	font-size: var(--h6-font-size);
	font-weight: var(--h6-font-weight);
	line-height: var(--line-height-heading)
}

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)
	}
}
.banner .carousel-item {
    height: 580px;
    background-size:cover !important;
    background-position:center !important;
}
.banner .carousel-item h2{
    font-size:25px;
}
.banner .carousel-item h1{
    text-transform:uppercase;
    font-size: 45px;
}
.banner .carousel-item h1 span{
    display:block;padding-left: 148px;
}
.banner-info {
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}
.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
}

.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
}

.review-color {
	color: var(--review-color)
}

.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%
}

.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.png)
}

.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.png)
}

.bg-pattern-8 {
	background-image: url(../images/icons/pattern-8.png)
}

.bg-pattern-9 {
	background-image: url(../images/icons/pattern-9.png)
}

.bg-pattern-10 {
	background-image: url(../images/icons/pattern-10.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: 190px;
    margin-left: -100PX;
    margin-top: -70px;
    height: 95PX;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 190px;
    background-image: url(../images/logo.png);
    content: "";
}

.preloader:before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
	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: 16px;
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
	margin-right: 30px;
	padding-left: 30px;
	letter-spacing: 0
}

.list-style-one li i {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-right: 10px
}

.list-style-one li a {
	display: block;
	color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.list-style-one li a:hover {
	color: #e3e3e3;
}

.list-style-one.light li {
	color: var(--theme-color-light)
}

.list-style-one.light li a {
	color: inherit
}

.list-style-one.light li i {
	color: var(--theme-color-light)
}

.list-style-one.two-column {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.list-style-one.two-column li {
	margin-right: 0;
	width: 50%
}

@media(max-width:767.98px) {
	.list-style-one.two-column li {
		width: 100%
	}
}

.list-style-two {
	position: relative;
	margin-bottom: 30px
}

.list-style-two li {
	position: relative;
	font-family: "Playwrite DE Grund", cursive;
	font-size: 14px;
 	font-weight: 400;
	line-height: var(--body-line-height);
	color: var(--text-color);
	text-align: justify;
	padding-left: 35px;
	margin-bottom: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.list-style-two li i {
	position: absolute;
	left: 0;
	top: 15px;
	color: var(--theme-color1);
	font-size: 18px;
	line-height: 10px;
	-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-three {
	position: relative;
	margin-bottom: 30px
}

.list-style-three li {
	position: relative;
	font-size: var(--body-font-size);
	font-weight: 400;
	color: var(--text-color);
	padding-left: 35px;
	margin-bottom: 8px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.list-style-three li i {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--theme-color2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.list-style-three li a {
	display: inline-block;
	font-weight: inherit;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.list-style-three li a:hover {
	color: var(--theme-color1)
}

.list-style-three.light li {
	color: var(--theme-color-light)
}

.list-style-three.light li a {
	color: inherit
}

.social-icon-one {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.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-color-dark);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.social-icon-one li a:hover {
	color: var(--theme-color1)
}

.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-color2)
}

.social-icon-two {
	position: relative
}

.social-icon-two li {
	position: relative;
	display: inline-block;
	font-size: 16px
}

.social-icon-two li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	color: var(--theme-color-light);
	background-color: rgba(255, 255, 255, .2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.social-icon-two li a:hover {
	background-color: var(--theme-color-light);
	color: var(--theme-color1)
}

.social-icon-three {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.social-icon-three li {
	position: relative
}

.social-icon-three li a {
	position: relative;
	display: block;
	width: 55px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.social-icon-three li a:hover {
	background-color: var(--theme-color-light);
	color: var(--theme-color1)
}

.social-icon-four {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.social-icon-four li {
	position: relative;
	margin-right: 10px
}

.social-icon-four li a {
	position: relative;
	display: block;
	background-color: rgba(255, 255, 255, .05);
	color: var(--theme-color-light);
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.social-icon-four li a:hover {
	background-color: rgba(255, 255, 255, .2)
}

.social-icon-five {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.social-icon-five li {
	position: relative;
	margin-right: 9px
}

.social-icon-five li a {
	display: block;
	background-color: var(--bg-theme-color2);
	color: var(--theme-color-dark);
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center
}

.social-icon-five li a:hover {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color2)
}

.social-icon-six {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.social-icon-six li {
	position: relative;
	margin-left: 15px
}

.social-icon-six li:first-child {
	margin-left: 0
}

.social-icon-six li a {
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border: 1px solid #f1f1fa;
	border-radius: 50%
}

.social-icon-six li a:hover {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}
ul.social-icon-seven {
    margin-top: 25px !important;
}
.social-icon-seven {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.social-icon-seven li {
	position: relative;
	margin-left: 10px
}

.social-icon-seven li:first-child {
	margin-left: 0
}

.social-icon-seven li a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 20px;
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light);
	border-radius: 5px;
	line-height: 40px;
	text-align: center
}

.social-icon-seven li a:hover {
	background-color: var(--theme-color-light);
	color: var(--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: 16px;
	font-weight: 600;
	line-height: 24px;
	padding: 10px 25px;
	text-transform: capitalize;
	padding-left: 30px;
	margin-left: -10px;
	color: var(--theme-color-dark);
	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(--theme-color-dark);
	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(--theme-color-dark);
	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;
	z-index: 2
}

.default-navs .owl-next,
.default-navs .owl-prev {
	position: relative;
	display: block;
	width: 67px;
	height: 67px;
	font-size: 20px;
	font-weight: 700;
	line-height: 67px;
	color: var(--theme-color1);
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 50%;
	margin-left: 20px
}

@media(max-width:575.98px) {
    .banner .carousel-item{
        text-align:center;
        height:340px;
    }
    .banner .carousel-item h2{
        font-size:25px !important;
    }
    .banner .carousel-item h1 {
        text-transform: uppercase;
        font-size: 26px !important;
    }
    .banner .carousel-item h1 span{
        padding-left:0;
    }
	.default-navs .owl-next,
	.default-navs .owl-prev {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		width: 50px
	}
	.footer-style-ten .about-widget .text {
    color: var(--theme-color-light);
    font-size: 13px !important;
    font-family: "Playwrite DE Grund", cursive;
    margin-bottom: 20px;
}

.footer-style-ten .links-widget li a {
    color: var(--theme-color-light);
    font-family: "Playwrite DE Grund", cursive;
    font-size: 13px !important;
}
.footer-style-ten .contact-widget li a {
    color: var(--theme-color-light);
    font-family: "Playwrite DE Grund", cursive;
    font-size: 13px !important;
}
.page-title .title {
    font-size: 36px !important;
    color: #fff;
    margin-bottom: 17px;
}
.page-title {
    background-color: var(--theme-color3);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 165px !important;
    position: relative;
     padding: 36px 0 !important;
}
.about-section .content-column .inner-column .sec-title .text {
    margin-top: 40px;
    font-family: "Playwrite DE Grund", cursive;
    font-size: 13px !important;
    text-align: justify;
}
.list-style-two li {
    position: relative;
    font-family: "Playwrite DE Grund", cursive;
    font-size: 13px;
    font-weight: 400;
    line-height: var(--body-line-height);
    color: var(--text-color);
    text-align: justify;
    padding-left: 35px;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
    .why-choose-us .content-column .sec-title .text {
    margin-top: 50px;
    font-family: "Playwrite DE Grund", cursive;
    font-size: 13px !important;
    text-align: justify;
}
.sec-title .text {
    font-family: "Playwrite DE Grund", cursive;
    font-size: 13px !important;
    text-align: justify;
    margin-top: 20px;
}
.services-details__content p {
    font-family: "Playwrite DE Grund", cursive;
    font-size: 13px !important;
    text-align: justify;
}
.contact-details__info li .text a {
    font-size: 13px !important;
    font-family: "Playwrite DE Grund", cursive;
    color: var(--notech-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-details__info li .text {
    width: 63% !important;

        font-family: "Playwrite DE Grund", cursive;
        font-size: 13px;
}
.contact-details__info li .text span {
    font-size: 13px !important;
    color: var(--notech-black);
}
}

.default-navs .owl-next:before,
.default-navs .owl-prev:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--bg-theme-color1);
	border-radius: 50%;
	opacity: .1;
	content: ""
}

.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
	background-color: var(--theme-color1);
	color: var(--theme-color-light)
}

.default-navs .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)
}

.disable-nav .owl-nav {
	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: 16px;
	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
}

.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: 20px;
	line-height: 26px;
	padding: 20px 30px;
	font-weight: 700;
	overflow: hidden;
	color: var(--theme-color-light);
	background: var(--theme-color1)
}

.btn-style-one i {
	position: relative;
	display: block;
	font-size: 18px;
	margin-left: 10px
}

.btn-style-one:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--theme-color2);
	-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: var(--theme-color-dark);
	-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-color-dark)
}

.btn-style-one.dark-bg:hover {
	color: var(--theme-color-dark)
}

.btn-style-one.light-bg {
	border: 1.5px solid #e1e1e1;
	background-color: var(--theme-color-light);
	color: var(--theme-color-dark)
}

.btn-style-one.light-bg:hover {
	color: var(--theme-color-light)
}

.btn-style-one.light-bg::before {
	background-color: var(--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-two {
	position: relative;
	font-size: 20px;
	line-height: 26px;
	padding: 20px 40px;
	font-weight: 700;
	overflow: hidden;
	color: var(--theme-color-dark);
	background: var(--bg-theme-color2);
	border-radius: 5px
}

.btn-style-two i {
	position: relative;
	display: block;
	font-size: 18px;
	margin-left: 10px
}

.btn-style-two:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--theme-color1);
	-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-two:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left
}

.btn-style-two:hover {
	color: 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)
}

.btn-style-two.hover-light:hover {
	color: var(--theme-color-dark)
}

.btn-style-two.hover-light:before {
	background-color: var(--theme-color-light)
}

.btn-style-three {
	position: relative;
	font-size: 20px;
	line-height: 24px;
	padding: 20px 30px;
	font-weight: 700;
	overflow: hidden;
	color: var(--theme-color-dark);
	background: 0 0;
	border: 1px solid var(--theme-color-dark)
}

.btn-style-three i {
	position: relative;
	display: block;
	font-size: 18px;
	margin-left: 10px
}

.btn-style-three:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--theme-color1);
	-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-three:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left
}

.btn-style-three:hover {
	color: var(--theme-color-light);
	border-color: var(--theme-color1);
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.btn-style-three.hover-light:hover {
	color: var(--theme-color-dark)
}

.btn-style-three.hover-light:before {
	background-color: var(--theme-color-light)
}

.btn-style-three.light {
	border-color: var(--theme-color-light);
	color: var(--theme-color-light)
}

.btn-style-three.light:before {
	background-color: var(--theme-color-light)
}

.btn-style-three.light:hover {
	color: var(--theme-color-dark)
}

.theme-btn.small {
	padding: 10px 30px;
	line-height: 20px;
	font-size: 10px
}

.anim-icons {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 1270px;
	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-spinner {
	width: 112px;
	height: 111px;
	background-image: url(../images/icons/icon-spinner.png)
}

.icon-dots {
	width: 195px;
	height: 200px;
	background-image: url(../images/icons/icon-dots.png)
}

.icon-dots-3 {
	width: 420px;
	height: 376px;
	background-image: url(../images/icons/icon-dots-3.png)
}

.icon-dots-4 {
	width: 195px;
	height: 170px;
	background-image: url(../images/icons/icon-dots-4.png)
}

.icon-dots-5 {
	width: 229px;
	height: 224px;
	background-image: url(../images/icons/icon-dots-5.png)
}

.icon-line-1 {
	width: 273px;
	height: 272px;
	background-image: url(../images/icons/icon-line-1.png)
}

.icon-line-2 {
	width: 91px;
	height: 91px;
	background-image: url(../images/icons/icon-line-2.png)
}

.icon-wave-line {
	width: 60px;
	height: 209px;
	background-image: url(../images/icons/icon-wave-line.png)
}

.icon-bull-eye {
	width: 381px;
	height: 761px;
	background-image: url(../images/icons/icon-bull-eye.png)
}

.icon-object-1 {
	width: 58px;
	height: 138px;
	background-image: url(../images/icons/icon-object-1.png)
}

.icon-object-2 {
	width: 121px;
	height: 138px;
	background-image: url(../images/icons/icon-object-2.png)
}

.icon-object-3 {
	width: 121px;
	height: 115px;
	background-image: url(../images/icons/icon-object-3.png)
}

.icon-object-4 {
	width: 270px;
	height: 303px;
	background-image: url(../images/icons/icon-object-4.png)
}

.icon-object-5 {
	width: 109px;
	height: 24px;
	background-image: url(../images/icons/icon-object-5.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: 9;
	pointer-events: none
}

.overlay-anim:hover:after {
	height: 100%;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.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-color1);
	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: 16px;
	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 {
	background-image: linear-gradient(241deg, #e5b680 0%, #154a6c 100%);
	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: 10px 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: 18px;
	font-family: "Quicksand", sans-serif;
	color: var(--theme-color-dark);
	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-color-dark);
	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-color-dark);
	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-color-dark);
	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-color-dark);
	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-color-dark);
	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-color-dark);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-header .info-btn small {
	display: block;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 500;
	color: var(--theme-color-dark)
}

.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;
	padding-left: 75px;
	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: 18px;
	line-height: normal;
	font-weight: 400;
	color: var(--theme-color-dark);
	margin-bottom: 0
}

.main-header .info-btn-two strong {
	font-size: 18px;
	line-height: normal;
	font-weight: 700
}

.main-header .info-btn-two:hover {
	color: var(--theme-color1)
}

.main-header .info-btn-two:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.header-style-one {
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .05)
}

.header-style-one .header-top {
	background-color: var(--bg-theme-color1)
}

.header-style-one .header-top .inner-container .top-left {
	width: 75%
}

.header-style-one .header-top .inner-container .list-style-one {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}

@media(max-width:1399.98px) {
	.header-style-one .header-top .inner-container .list-style-one {
		width: auto
	}
}

@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;
	padding: 25px 0
}

@media(max-width:1199.98px) {
	.header-style-one .header-lower .logo-box {
		padding: 15px 0
	}
}

.header-style-one .main-box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-style-one .main-box .nav-outer {
	width: auto
}

.header-style-one .main-box .outer-box .ui-btn {
	color: var(--theme-color-dark);
	margin-left: 45px
}

@media(max-width:1199.98px) {
	.header-style-one .main-box .outer-box .ui-btn {
		margin-left: 10px
	}
}

.header-style-one .main-box .outer-box .ui-btn:hover {
	color: var(--theme-color1)
}

.header-style-one .main-box .outer-box .toggle-hidden-bar {
	width: 50px;
	height: 50px;
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light);
	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-one .main-box .outer-box .toggle-hidden-bar {
		display: none
	}
}

.header-style-one .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-one .main-box .outer-box .toggle-hidden-bar .line:first-child {
	width: 11px
}

.header-style-two {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.header-style-two .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: 260px;
	margin-right: 60px;
	min-height: 100px;
	background-color: var(--bg-theme-color3)
}

@media(max-width:1399.98px) {
	.header-style-two .logo-box {
		margin-right: 30px;
		min-width: 200px
	}
}

@media(max-width:991.98px) {
	.header-style-two .logo-box {
		min-height: 70px
	}
}

.header-style-two .main-box {
	position: relative;
	background-color: var(--theme-color-light);
	padding-right: 70px
}

@media(max-width:1399.98px) {
	.header-style-two .main-box {
		padding-right: 30px
	}
}

@media(max-width:991.98px) {
	.header-style-two .main-box {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-left: -20px;
		margin-right: -20px
	}
}

@media(max-width:991.98px) {
	.header-style-two .main-box .nav-outer {
		width: auto
	}
}

@media(max-width:1399.98px) {
	.header-style-two .main-box .nav-outer .main-menu .navigation>li {
		margin-right: 30px;
		margin-left: 0
	}
}

.header-style-two .outer-box {
	padding-left: 20px
}

@media(max-width:1199.98px) {
	.header-style-two .outer-box {
		padding-left: 0
	}
}

.header-style-two .outer-box:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	height: 25px;
	width: 1px;
	background-color: var(--theme-color-dark);
	content: ""
}

@media(max-width:1199.98px) {
	.header-style-two .outer-box:before {
		display: none
	}
}

@media(max-width:1199.98px) {
	.header-style-two .outer-box .social-icon-one {
		display: none
	}
}

.header-style-three {
	position: relative;
	background-color: var(--theme-color-light)
}

.header-style-three .main-box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 70px
}

@media(max-width:1399.98px) {
	.header-style-three .main-box {
		padding-right: 20px
	}
}

.header-style-three .main-box .logo-box {
	background-color: var(--bg-theme-color1);
	min-width: 345px;
	min-height: 130px;
	margin-right: 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
}

@media(max-width:1399.98px) {
	.header-style-three .main-box .logo-box {
		min-width: 220px;
		margin-right: 40px
	}
}

@media(max-width:1199.98px) {
	.header-style-three .main-box .logo-box {
		min-height: 100px
	}
}

@media(max-width:991.98px) {
	.header-style-three .main-box .logo-box {
		min-height: 70px
	}
}

@media(max-width:991.98px) {
	.header-style-three .main-box .nav-outer {
		width: auto
	}
}

.header-style-three .main-box .nav-outer .main-menu .navigation>li {
	margin-right: 30px
}

.header-style-three .main-box .info-btn {
	margin-left: 100px
}

@media only screen and (max-width:1699px) {
	.header-style-three .main-box .info-btn {
		display: none
	}
}

@media(max-width:1199.98px) {
	.header-style-three .main-box .ui-btn {
		display: none
	}
}

.header-style-three .main-box .toggle-hidden-bar {
	width: 54px;
	height: 54px;
	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: 0 16px 0;
	border: 1px solid var(--theme-color-dark);
	margin-left: 30px
}

@media(max-width:1199.98px) {
	.header-style-three .main-box .toggle-hidden-bar {
		display: none
	}
}

.header-style-three .main-box .toggle-hidden-bar .line {
	display: block;
	width: 22px;
	height: 2px;
	background-color: var(--theme-color-dark);
	margin: 3px 0
}

.header-style-three .main-box .toggle-hidden-bar .line:first-child {
	width: 11px
}

.header-style-four .header-top {
	background-color: var(--theme-color-gray)
}

@media(max-width:991.98px) {
	.header-style-four .header-top {
		-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
		box-shadow: 0 10px 30px rgba(0, 0, 0, .05)
	}
}

.header-style-four .header-top .top-left {
	padding: 15px 0
}

.header-style-four .header-top .top-right {
	padding: 0
}

@media(max-width:991.98px) {
	.header-style-four .header-top .top-right .header-contact-list {
		display: none
	}
}

.header-style-four .header-lower {
	background-color: var(--bg-theme-color1)
}

@media(max-width:991.98px) {
	.header-style-four .header-lower {
		display: none
	}
}

.header-style-four .main-box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@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 {
	padding: 15px 0
}

.header-style-four .main-box .nav-outer .navigation>li>a {
	color: var(--theme-color-light)
}

.header-style-four .main-box .outer-box {
	border-left: 1px solid rgba(255, 255, 255, .5)
}

.header-style-four .main-box .outer-box .ui-btn {
	color: var(--theme-color-light);
	margin-left: 45px
}

.header-style-four .main-box .outer-box .social-icon-one {
	margin-left: 85px
}

@media(max-width:1199.98px) {
	.header-style-four .main-box .outer-box .social-icon-one {
		display: none
	}
}

.header-contact-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 25px 0 0
}

.header-contact-list .contact-info {
	position: relative;
	padding-left: 50px;
	min-height: 40px;
	margin-right: 40px;
	margin-bottom: 25px
}

.header-contact-list .contact-info:last-child {
	margin-right: 0
}

.header-contact-list .contact-info .icon {
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 16px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: 300;
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light);
	border-radius: 50px 50px 0 50px
}

.header-contact-list .contact-info .title {
	position: relative;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	display: block;
	color: var(--theme-color-dark);
	margin-bottom: 4px
}

.header-contact-list .contact-info .text {
	font-size: 18px;
	line-height: normal;
	font-weight: 500;
	color: var(--theme-color-dark)
}

.header-contact-list .contact-info .text a {
	color: var(--theme-color-dark);
	font-weight: 500
}

.header-contact-list .contact-info .text:hover a {
	color: var(--theme-color1)
}

.header-style-five {
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .05)
}

.header-style-five .header-top {
	background-color: var(--bg-theme-color1)
}

.header-style-five .header-top .inner-container .list-style-one {
	padding: 5px 0
}

.header-style-five .header-top .inner-container .list-style-one li {
	margin-right: 30px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: 700
}

.header-style-five .header-top .inner-container .list-style-one li i {
	font-size: 12px
}

.header-style-five .header-top .inner-container .list-style-one li .title {
	color: #fafafb;
	margin-right: 5px;
	font-weight: 400
}

.header-style-five .header-top .inner-container .list-style-one li a {
	font-weight: 700
}

.header-style-five .header-top .top-right {
	padding: 5px 0
}

.header-style-five .header-top .social-icon-one .title {
	font-size: 12px
}

@media(max-width:991.98px) {
	.header-style-five .header-top {
		display: none
	}
}

.header-style-five .header-lower .logo-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 25px 0;
	margin-right: 37px
}

@media(max-width:1199.98px) {
	.header-style-five .header-lower .logo-box {
		padding: 15px 0
	}
}

.header-style-five .main-box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-style-five .main-box .nav-outer {
	width: auto
}

.header-style-five .main-box .outer-box .theme-btn {
	border: 1px solid var(--theme-color-dark);
	padding: 20px 30px;
	line-height: 24px;
	border-radius: 0;
	font-size: 20px;
	text-transform: unset
}

.header-style-five .main-box .outer-box .theme-btn:before {
	border-radius: 0
}

@media(max-width:1399.98px) {
	.header-style-five .main-box .outer-box .theme-btn {
		display: none
	}
}

.header-style-six {
	background-color: var(--bg-theme-color1)
}

.header-style-six .header-top {
	background-color: var(--bg-theme-color1)
}

.header-style-six .header-top .inner-container {
	margin-left: 395px;
	padding-right: 315px;
	padding-left: 30px;
	overflow: hidden;
	width: auto
}

@media only screen and (max-width:1699px) {
	.header-style-six .header-top .inner-container {
		margin-left: 0;
		padding-left: 20px;
		padding-right: 20px
	}
}

.header-style-six .header-top .inner-container:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	width: 1000%;
	background-color: var(--theme-color-dark);
	opacity: .1;
	content: ""
}

.header-style-six .header-top .inner-container .list-style-one {
	padding: 8px 0
}

.header-style-six .header-top .inner-container .list-style-one li {
	margin-right: 20px
}

.header-style-six .header-top .inner-container .top-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0
}

@media(max-width:991.98px) {
	.header-style-six .header-top {
		display: none
	}
}

.header-style-six .header-lower {
	position: relative;
	padding-right: 315px
}

@media only screen and (max-width:1699px) {
	.header-style-six .header-lower {
		padding-right: 20px
	}
}

.header-style-six .main-box {
	position: relative
}

@media(max-width:991.98px) {
	.header-style-six .main-box {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.header-style-six .main-box .logo-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 25px 0;
	background: var(--theme-color-light);
	min-height: 110px;
	min-width: 315px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -46px;
	margin-right: 110px
}

@media only screen and (max-width:1699px) {
	.header-style-six .main-box .logo-box {
		margin-top: 0;
		min-height: auto
	}
}

@media(max-width:1399.98px) {
	.header-style-six .main-box .logo-box {
		min-width: 200px;
		margin-right: 50px;
		padding: 15px 0
	}
}

@media(max-width:991.98px) {
	.header-style-six .main-box .nav-outer {
		width: auto
	}
}

.header-style-six .main-box .nav-outer .main-menu .navigation>li {
	padding: 17px 0;
	margin-right: 30px
}

.header-style-six .main-box .nav-outer .main-menu .navigation>li>a {
	color: var(--theme-color-light)
}

.header-style-six .main-box .outer-box .ui-btn {
	color: var(--theme-color-light);
	margin-left: 60px
}

@media(max-width:1199.98px) {
	.header-style-six .main-box .outer-box .ui-btn {
		display: none
	}
}

.header-style-six .main-box .outer-box .ui-btn:hover {
	color: var(--theme-color-light)
}

.header-style-six .main-box .outer-box .toggle-hidden-bar {
	width: 50px;
	height: 50px;
	border: 1px solid var(--theme-color-light);
	color: var(--theme-color-light);
	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-six .main-box .outer-box .toggle-hidden-bar {
		display: none
	}
}

.header-style-six .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-six .main-box .outer-box .toggle-hidden-bar .line:first-child {
	width: 11px
}

.header-style-six .main-box .outer-box .mobile-nav-toggler {
	color: var(--theme-color-light)
}

.header-style-seven .header-top {
	background-color: var(--bg-theme-color1);
	padding: 10px 0 40px
}

.header-style-seven .header-top .inner-container .list-style-one {
	padding: 10px 0
}

.header-style-seven .header-top .inner-container .list-style-one li {
	margin-right: 30px
}

.header-style-seven .header-top .inner-container .top-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0
}

@media(max-width:991.98px) {
	.header-style-seven .header-top {
		display: none
	}
}

.header-style-seven .header-lower {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: transparent
}

.header-style-seven .main-box {
	position: relative;
	background-color: var(--theme-color-light);
	margin-top: -30px;
	padding: 0 30px;
	padding-right: 57px;
	border-radius: 5px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media(max-width:1199.98px) {
	.header-style-seven .main-box {
		padding-right: 30px
	}
}

@media(max-width:991.98px) {
	.header-style-seven .main-box {
		margin-top: 20px
	}
}

.header-style-seven .main-box .logo {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 20px 0
}

.header-style-seven .main-box .nav-outer {
	width: auto;
	margin-left: auto
}

.header-style-seven .main-box .nav-outer .main-menu .navigation>li {
	padding: 25px 0;
	margin-right: 30px
}

.header-style-seven .main-box .outer-box {
	padding: 15px 0
}

.header-style-seven .main-box .outer-box .ui-btn {
	color: var(--theme-color-light);
	margin-left: 60px
}

.header-style-seven .main-box .outer-box .ui-btn:hover {
	color: var(--theme-color-light)
}

@media(max-width:1199.98px) {
	.header-style-seven .main-box .outer-box .info-btn-two {
		display: none
	}
}

.header-style-seven .main-box .outer-box .toggle-hidden-bar {
	width: 50px;
	height: 50px;
	border: 1px solid var(--theme-color-light);
	color: var(--theme-color-light);
	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-seven .main-box .outer-box .toggle-hidden-bar {
		display: none
	}
}

.header-style-seven .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-seven .main-box .outer-box .toggle-hidden-bar .line:first-child {
	width: 11px
}

.header-style-eight .header-top {
	background-color: var(--theme-color-light)
}

.header-style-eight .header-top .inner-container {
	position: relative;
	padding-right: 300px
}

@media only screen and (max-width:1699px) {
	.header-style-eight .header-top .inner-container {
		padding-right: 20px
	}
}

.header-style-eight .header-top .top-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	padding: 8px 0
}

.header-style-eight .header-top .top-right .list-style-one li {
	font-size: 16px;
	margin-left: 30px;
	margin-right: 0
}

@media(max-width:991.98px) {
	.header-style-eight .header-top {
		display: none
	}
}

.header-style-eight .header-lower {
	position: relative;
	padding-right: 300px;
	background-color: var(--theme-color-gray)
}

@media only screen and (max-width:1699px) {
	.header-style-eight .header-lower {
		padding-right: 20px
	}
}

.header-style-eight .main-box {
	position: relative
}

.header-style-eight .main-box .logo-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 25px 0;
	background: var(--bg-theme-color1);
	min-height: 175px;
	min-width: 455px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -66px;
	margin-right: 110px
}

@media only screen and (max-width:1699px) {
	.header-style-eight .main-box .logo-box {
		margin-right: 70px;
		min-width: 300px
	}
}

@media(max-width:1399.98px) {
	.header-style-eight .main-box .logo-box {
		margin-top: 0;
		min-height: 100%
	}
}

@media(max-width:1199.98px) {
	.header-style-eight .main-box .logo-box {
		margin-right: 30px;
		min-width: 200px;
		padding: 15px 30px
	}
}

.header-style-eight .main-box .nav-outer .main-menu .navigation>li {
	padding: 17px 0;
	margin-right: 30px
}

@media(max-width:1199.98px) {
	.header-style-eight .main-box .nav-outer .main-menu .navigation>li {
		padding: 10px 0
	}
}

.header-style-eight .main-box .outer-box .theme-btn {
	font-size: 20px;
	line-height: 30px;
	padding: 13px 30px;
	text-transform: unset
}

@media(max-width:1399.98px) {
	.header-style-eight .main-box .outer-box .theme-btn {
		display: none
	}
}

.header-style-nine .main-box {
	padding-right: 315px;
	-webkit-box-shadow: 0 30px 80px 0 rgba(14, 100, 215, .04);
	box-shadow: 0 30px 80px 0 rgba(14, 100, 215, .04)
}

@media only screen and (max-width:1699px) {
	.header-style-nine .main-box {
		padding-right: 20px
	}
}

@media(max-width:991.98px) {
	.header-style-nine .main-box {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.header-style-nine .main-box .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: 490px;
	margin-right: 170px;
	min-height: 120px;
	margin-bottom: -40px
}

.header-style-nine .main-box .logo-box:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 200%;
	content: "";
	background-color: var(--bg-theme-color1);
	-webkit-transform: skewX(-33deg);
	transform: skewX(-33deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom
}

@media only screen and (max-width:1699px) {
	.header-style-nine .main-box .logo-box {
		min-width: 250px
	}
}

@media(max-width:1399.98px) {
	.header-style-nine .main-box .logo-box {
		min-width: 180px;
		margin-right: 40px;
		margin-bottom: 0;
		padding: 10px 30px;
		min-height: 80px
	}

	.header-style-nine .main-box .logo-box:before {
		-webkit-transform: none;
		transform: none
	}
}

@media(max-width:991.98px) {
	.header-style-nine .main-box .nav-outer {
		width: auto
	}
}

@media(max-width:1199.98px) {
	.header-style-nine .outer-box .social-icon-one {
		display: none
	}
}

@media(max-width:991.98px) {
	.header-style-ten .header-top {
		display: none
	}
}

.header-style-ten .header-lower {
	background-color: #fff0df
}

.header-style-ten .main-box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-style-ten .main-box .logo-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 90px;
	min-width: 200px;
	margin-right: 110px
}

@media(max-width:1199.98px) {
	.header-style-ten .main-box .logo-box {
		margin-right: 50px
	}
}

@media(max-width:991.98px) {
	.header-style-ten .main-box .logo-box {
		margin-right: 20px;
		padding: 10px 20px;
		min-height: 80px
	}
}

.header-style-ten .main-box .logo-box:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1000%;
	background-color: var(--theme-color-light);
	-webkit-transform: skewX(-40deg);
	transform: skewX(-40deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	content: ""
}

@media(max-width:1199.98px) {
	.header-style-ten .main-box .logo-box:before {
		-webkit-transform: none;
		transform: none
	}
}

.header-style-ten .main-box .nav-outer {
	width: auto
}

.header-style-ten .main-box .nav-outer .main-menu .navigation>li {
	padding: 35px 0;
	margin-right: 30px
}

.header-style-ten .main-box .outer-box .theme-btn {
	padding: 19px 30px;
	line-height: 20px;
	border-radius: 0;
	font-size: 16px;
	font-family: "Quicksand", sans-serif;
	border: 0;
	text-transform: capitalize
}

.header-style-ten .main-box .outer-box .theme-btn:before {
	border-radius: 0
}

@media(max-width:1399.98px) {
	.header-style-ten .main-box .outer-box .theme-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: 90px
}

.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
}

@media(max-width:1199.98px) {
	.sticky-header .main-menu .navigation>li {
		margin-left: 40px
	}
}

.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: 800px;
	min-width: 600px;
	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(--text-color)
}

.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-color3)
	}

	.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(--text-color);
	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(27, 74, 108, .9);
	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: #fff;
	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(27, 74, 108, .1)
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(27, 74, 108, .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(27, 74, 108, .1)
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: var(--body-font-size);
	color: #154a6c;
	font-weight: 400;
	text-transform: capitalize
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
	color: #154a6c
}

.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: #154a6c;
	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(27, 74, 108, .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: var(--theme-color3)
}

@media(max-width:991.98px) {
	.contact-list-one li .icon {
		color: #154a6c
	}
}

.contact-list-one li .title {
	display: block;
	font-size: 14px;
	color: var(--theme-color-dark);
	font-weight: 700;
	text-transform: uppercase
}

@media(max-width:991.98px) {
	.contact-list-one li .title {
		color: #154a6c
	}
}

.contact-list-one li .text {
	font-size: 18px;
	line-height: 24px;
	color: var(--theme-color-dark)
}

@media(max-width:991.98px) {
	.contact-list-one li .text {
		color: rgba(21, 74, 108, .6)
	}
}

.contact-list-one li .text a {
	color: var(--theme-color-dark);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:991.98px) {
	.contact-list-one li .text a {
		color: rgba(21, 74, 108, .6)
 
	}
}

.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-color: rgb(0 0 0 / 94%);
	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: var(--theme-color-light);
	-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: #fff;
	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(0, 0, 0, .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-dark)
}

.hidden-bar .text-box .text {
	font-size: 16px
}

.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-light);
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, .2);
	margin-top: auto
}

.hidden-bar .social-links li {
	position: relative;
	text-align: center;
	width: 100%;
	border-right: 1px solid rgba(0, 0, 0, .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-dark);
	-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: 62px
}

@media(max-width:575.98px) {
	.sec-title {
		margin-bottom: 40px
	}
}

.sec-title .sub-title {
	position: relative;
	display: inline-block;
	top: -5px;
	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: capitalize;
	padding-left: 55px;
	margin-bottom: 15px
}

@media(max-width:991.98px) {
	.sec-title .sub-title {
		font-size: 22px
	}
}

.sec-title .sub-title:after,
.sec-title .sub-title:before {
	position: absolute;
	left: 0;
	top: 50%;
	height: 3px;
	width: 35px;
	margin-top: -1px;
	background-color: var(--theme-color1);
	border-radius: 5px;
	content: "";
	font-family: "font awesome 6 pro"
}

.sec-title .sub-title:before {
	display: none
}

.sec-title h2 {
	position: relative;
	display: block;
	font-size: var(--sec-title-font-size);
	font-family: "Philosopher", sans-serif;
	color: var(--sec-title-color);
	font-family: var(--sec-title-font-family);
	font-weight: var(--sec-title-font-weight);
	letter-spacing: -.017em;
	text-transform: capitalize;
	margin-bottom: 0
}

@media(max-width:991.98px) {
	.sec-title h2 {
		font-size: 42px
	}
}

@media(max-width:575.98px) {
	.sec-title h2 {
		font-size: 36px;
		line-height: 1.1em;
 	}

	.sec-title h2 br {
		display: none
	}
	.about-section-three .content-column .sec-title .text {
    margin-top: 30px;
    font-family: "Playwrite DE Grund", cursive;
    font-size: 13px !important;
}
}
.services-details__content p{
font-family: "Playwrite DE Grund", cursive;
	font-size: 14px;
	}
.sec-title .text {
	font-family: "Playwrite DE Grund", cursive;
	font-size: 14px;
	text-align: justify;
	margin-top: 20px

}

.contact-details__info li .text{
	width: 80%;
}
.sec-title.text-center .sub-title {
	padding-right: 55px
}

.sec-title.text-center .sub-title::before {
	display: block;
	right: 0;
	left: auto
}

.sec-title.light .sub-title {
	color: var(--theme-color2)
}

.sec-title.light .text,
.sec-title.light h2,
.sec-title.light h1 {
	color: var(--theme-color-light)
}

.sec-title.light .sub-title:before,
.sec-title.light .sub-title:after {
	background-color: var(--bg-theme-color2)
}

.sec-title.alt .sub-title {
	padding: 0
}

.sec-title.alt .sub-title::before,
.sec-title.alt .sub-title:after {
	display: none
}

.banner-section {
	position: relative;
	background-color: var(--theme-color-gray);
	padding: 120px 0 70px;
	overflow: hidden
}

.banner-section .bg-shadow {
	display: block;
	position: absolute;
	top: 0;
	left: -85px;
	background: #f4efa8;
	width: 400px;
	height: 400px;
	opacity: .8;
	-webkit-filter: blur(119.9px);
	filter: blur(119.9px)
}

.banner-section .icon-object-5 {
	left: -250px;
	top: 325px
}

.banner-section .content-column {
	position: relative;
	margin-bottom: 50px
}

.banner-section .content-column .inner-column {
	position: relative;
	margin-right: -50px
}

@media(max-width:991.98px) {
	.banner-section .content-column .inner-column {
		text-align: center;
		max-width: 100%
	}
}

.banner-section .content-column .inner-column .sub-title {
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: var(--theme-color1);
	text-transform: capitalize;
	padding-right: 45px;
	margin-bottom: 20px
}

@media(max-width:767.98px) {
	.banner-section .content-column .inner-column .sub-title {
		font-size: 18px
	}
	
}

.banner-section .content-column .inner-column .sub-title:before {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: 1px;
	width: 35px;
	height: 3px;
	background-color: var(--bg-theme-color1);
	content: ""
}

.banner-section .content-column .inner-column .title {
	position: relative;
	line-height: 100px;
	font-weight: 900;
	margin-bottom: 35px
}

.banner-section .content-column .inner-column .title .highlighted {
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--theme-color-dark)
}

@media(max-width:1399.98px) {
	.banner-section .content-column .inner-column .title {
		font-size: 84px;
		line-height: 1em
	}
}

@media(max-width:1199.98px) {
	.banner-section .content-column .inner-column .title {
		font-size: 74px
	}
	.banner .carousel-item h2{
        font-size:35px;
    }
    .banner .carousel-item h1 {
        text-transform: uppercase;
        font-size: 42px;
    }
}

@media(max-width:767.98px) {
	.banner-section .content-column .inner-column .title {
		font-size: 62px;
		line-height: 1.2em
	}
	.banner .carousel-item{height:450px;}
	.banner .carousel-item h2{
        font-size:32px;
    }
    .banner .carousel-item h1 {
        text-transform: uppercase;
        font-size: 36px;
    }
}

@media(max-width:575.98px) {
	.banner-section .content-column .inner-column .title {
		font-size: 42px
	}
}

.banner-section .content-column .inner-column .text {
	color: var(--text-color);
	font-family: var(--text-font);
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 45px
}

.banner-section .content-column .inner-column .theme-btn {
	padding: 20px 40px;
	line-height: 26px
}

@media(max-width:575.98px) {
	.banner-section .content-column .inner-column .theme-btn {
		padding: 15px 30px;
		font-size: 16px
	}
}

.banner-section .image-column {
	position: relative;
	text-align: right;
	margin-bottom: 50px
}

@media(max-width:991.98px) {
	.banner-section .image-column {
		text-align: center
	}
}

.banner-section .image-column .image-box {
	position: relative;
	margin-right: -180px
}

@media(max-width:991.98px) {
	.banner-section .image-column .image-box {
		margin-right: 0
	}
}

.banner-section-two {
	position: relative;
	background-color: var(--bg-theme-color1);
	padding: 200px 0 82px;
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, .05);
	box-shadow: 0 0 60px rgba(0, 0, 0, .05)
}

.banner-section-two .content-column {
	margin-bottom: 50px
}

.banner-section-two .content-column .inner-column {
	position: relative;
	margin-right: -30px;
	padding-top: 35px;
	z-index: 99
}

@media(max-width:991.98px) {
	.banner-section-two .content-column .inner-column {
		text-align: center;
		max-width: 100%
	}
}

.banner-section-two .content-column .inner-column .title {
	position: relative;
	margin-bottom: 25px;
	line-height: 100px;
	color: var(--theme-color-light)
}

@media(max-width:1199.98px) {
	.banner-section-two .content-column .inner-column .title {
		font-size: 72px;
		line-height: 1em
	}
}

@media(max-width:767.98px) {
	.banner-section-two .content-column .inner-column .title {
		font-size: 64px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-two .content-column .inner-column .title {
		font-size: 48px
	}
}

.banner-section-two .content-column .inner-column .text {
	color: var(--theme-color-light);
	margin-bottom: 35px
}

.banner-section-two .content-column .inner-column .theme-btn {
	padding: 20px 40px
}

@media(max-width:575.98px) {
	.banner-section-two .content-column .inner-column .theme-btn {
		padding: 15px 30px;
		font-size: 16px
	}
}

.banner-section-two .image-column {
	margin-bottom: 50px
}

.banner-section-two .image-column .inner-column {
	position: relative;
	text-align: right;
	margin-right: -35px
}

@media(max-width:991.98px) {
	.banner-section-two .image-column .inner-column {
		text-align: center;
		margin-right: 0
	}
}

.banner-section-two .image-column .inner-column .image-box {
	position: relative;
	display: inline-block
}

.banner-section-two .image-column .inner-column .image-box .icon-dots {
	position: absolute;
	right: 0;
	bottom: 0
}

.banner-section-two .image-column .inner-column .image-box .image {
	position: relative;
	margin-right: -45px
}

@media(max-width:991.98px) {
	.banner-section-two .image-column .inner-column .image-box .image {
		margin-right: 0
	}
}

.banner-section-three {
	position: relative;
	background-color: var(--theme-color-gray);
	padding: 120px 0 70px
}

.banner-section-three .bg-shape {
	background-position: right center;
	background-size: auto
}

@media(max-width:1399.98px) {
	.banner-section-three .bg-shape {
		display: none
	}
}

.banner-section-three .bg-shadow {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #f4efa8;
	width: 400px;
	height: 400px;
	opacity: .8;
	-webkit-filter: blur(119.9px);
	filter: blur(119.9px)
}

.banner-section-three .content-column {
	position: relative;
	margin-bottom: 50px
}

.banner-section-three .content-column .inner-column {
	position: relative;
	z-index: 99
}

@media(max-width:991.98px) {
	.banner-section-three .content-column .inner-column {
		text-align: center;
		max-width: 100%
	}
}

.banner-section-three .content-column .inner-column .title {
	position: relative;
	margin-bottom: 43px;
	line-height: 100px
}

@media(max-width:1199.98px) {
	.banner-section-three .content-column .inner-column .title {
		font-size: 72px;
		line-height: 1em
	}
}

@media(max-width:767.98px) {
	.banner-section-three .content-column .inner-column .title {
		font-size: 64px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-three .content-column .inner-column .title {
		font-size: 48px
	}
}

.banner-section-three .content-column .inner-column .text {
	font-weight: 400;
	margin-bottom: 35px;
	line-height: 32px
}

.banner-section-three .content-column .inner-column .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 33px
}

@media(max-width:991.98px) {
	.banner-section-three .content-column .inner-column .btn-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-right: 0
	}
}

@media(max-width:767.98px) {
	.banner-section-three .content-column .inner-column .btn-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.banner-section-three .content-column .inner-column .btn-box .theme-btn {
	padding: 20px 40px
}

@media(max-width:767.98px) {
	.banner-section-three .content-column .inner-column .btn-box .theme-btn {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

.banner-section-three .content-column .inner-column .info-btn {
	position: relative;
	margin-left: 30px;
	padding-left: 75px;
	text-align: left
}

@media(max-width:767.98px) {
	.banner-section-three .content-column .inner-column .info-btn {
		margin-left: 0;
		margin-bottom: 20px
	}
}

.banner-section-three .content-column .inner-column .info-btn:hover .icon {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.banner-section-three .content-column .inner-column .info-btn .icon {
	background-color: var(--theme-color2);
	border-radius: 50%;
	color: var(--theme-color-dark);
	line-height: 60px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.banner-section-three .content-column .inner-column .info-btn small {
	display: block;
	font-size: 18px;
	color: var(--text-color);
	line-height: 28px
}

.banner-section-three .content-column .inner-column .info-btn strong {
	font-size: 18px;
	color: var(--theme-color-dark);
	font-weight: 700
}

.banner-section-three .image-column {
	position: relative;
	margin-bottom: 50px
}

.banner-section-three .image-column .image-box {
	padding-right: 15px;
	padding-top: 40px;
	text-align: right
}

@media(max-width:991.98px) {
	.banner-section-three .image-column .image-box {
		text-align: center
	}
}

.banner-section-three .image-column .image {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	z-index: 10
}

.banner-section-three .image-column .image .bg-circle {
	position: absolute;
	left: -44px;
	right: -44px;
	top: -44px;
	bottom: -44px;
	background-image: url(../images/banner/circle.png)
}

@media(max-width:1199.98px) {
	.banner-section-three .image-column .image .bg-circle {
		display: none
	}
}

.banner-section-four {
	position: relative;
	background-color: var(--theme-color-gray);
	padding: 84px 0 35px
}

.banner-section-four .content-column {
	position: relative
}

.banner-section-four .content-column .inner-column {
	position: relative;
	padding-top: 50px;
	padding-left: 65px;
	z-index: 99
}

@media(max-width:1199.98px) {
	.banner-section-four .content-column .inner-column {
		padding-top: 40px
	}
}

@media(max-width:991.98px) {
	.banner-section-four .content-column .inner-column {
		padding-top: 0;
		padding-left: 0;
		text-align: center;
		max-width: 100%
	}
}

.banner-section-four .content-column .inner-column .title {
	position: relative;
	line-height: 60px;
	font-size: 48px;
	margin-bottom: 10px
}
.fs-58{
	font-size: 58px !important;
}
.banner-section-four .content-column .inner-column .title span {
	color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #154a6c;
}

@media(max-width:1199.98px) {
	.banner-section-four .content-column .inner-column .title {
		font-size: 72px;
		line-height: 1em
	}
}

@media(max-width:767.98px) {
	.banner-section-four .content-column .inner-column .title {
		font-size: 64px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-four .content-column .inner-column .title {
		font-size: 36px !important;

        line-height: 1.3em;
	}
	.banner-section-four .content-column .inner-column .text {
    margin-bottom: 20px !important;
    font-family: "Playwrite DE Grund", cursive;
    font-size: 13px !important;
    line-height: 29px;
    text-align: justify;
}
.btn-style-one {
	margin-top: 20px;
	font-size: 16px;

    padding: 15px 20px;
}
.service-block-five .inner-box .text {
    position: relative;
    font-family: "Playwrite DE Grund", cursive;
    font-size: 13px !important;
    margin-bottom: 20px;
}

.service-block-five .inner-box .title {
    margin-bottom: 15px;

}
}

.banner-section-four .content-column .inner-column .text {
	margin-bottom: 29px;
	font-family: "Playwrite DE Grund", cursive;
	font-size: 15px;
	line-height: 32px
}

.banner-section-four .content-column .inner-column .banner-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.banner-section-four .content-column .inner-column .banner-btns .btn-box {
	margin-right: 33px
}

.banner-section-four .content-column .inner-column .banner-btns .icon-box {
	position: relative;
	padding-left: 75px
}

.banner-section-four .content-column .inner-column .banner-btns .icon-box .icon {
	background-color: var(--theme-color2);
	border-radius: 50%;
	color: var(--theme-color-dark);
	line-height: 60px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	line-height: 60px
}

.banner-section-four .content-column .inner-column .banner-btns .icon-box small {
	display: block;
	color: var(--text-color)
}

.banner-section-four .image-column {
	position: relative
}

@media(max-width:991.98px) {
	.banner-section-four .image-column {
		text-align: center;
		margin-top: 50px
	}
}

.banner-section-four .image-column .inner-column .image-box .image {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	z-index: 10
}

.banner-section-four .image-column .inner-column .image-box .image:before {
	content: "";
	position: absolute;
	top: -27px;
	right: -25px;
	left: 35px;
	bottom: 24px;
	display: block;
	border: 3px solid var(--theme-color1);
	border-radius: 245.744px
}

@media(max-width:1199.98px) {
	.banner-section-four .image-column .inner-column .image-box .image:before {
		display: none
	}
}

.banner-section-five {
	position: relative;
	padding: 155px 0 100px
}

@media(max-width:1199.98px) {
	.banner-section-five {
		padding: 120px 0 90px
	}
}

.banner-section-five .content-column {
	margin-bottom: 50px
}

.banner-section-five .content-column .inner-column {
	position: relative
}

@media(max-width:991.98px) {
	.banner-section-five .content-column .inner-column {
		text-align: center;
		max-width: 100%
	}
}

.banner-section-five .content-column .inner-column .title {
	position: relative;
	color: var(--theme-color-light);
	margin-bottom: 23px
}

@media(max-width:1199.98px) {
	.banner-section-five .content-column .inner-column .title {
		font-size: 72px;
		line-height: 1em
	}
}

@media(max-width:767.98px) {
	.banner-section-five .content-column .inner-column .title {
		font-size: 64px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-five .content-column .inner-column .title {
		font-size: 48px
	}
}

.banner-section-five .content-column .inner-column .text {
	color: var(--theme-color-light);
	margin-bottom: 45px
}

.banner-section-five .content-column .inner-column .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 33px
}

@media(max-width:991.98px) {
	.banner-section-five .content-column .inner-column .btn-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-right: 0
	}
}

@media(max-width:767.98px) {
	.banner-section-five .content-column .inner-column .btn-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.banner-section-five .content-column .inner-column .btn-box .theme-btn {
	border-radius: 0;
	width: 198px
}

@media(max-width:767.98px) {
	.banner-section-five .content-column .inner-column .btn-box .theme-btn {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		font-size: 16px;
		padding: 15px 30px;
		margin-top: 30px
	}
}

.banner-section-five .content-column .inner-column .btn-box .theme-btn:before {
	border-radius: unset
}

.banner-section-five .content-column .inner-column .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: 35px
}

@media(max-width:767.98px) {
	.banner-section-five .content-column .inner-column .btn-box .play-btn {
		margin-left: 0
	}
}

.banner-section-five .content-column .inner-column .btn-box .play-btn .icon {
	background-color: var(--theme-color2);
	color: var(--theme-color-dark);
	height: 55px;
	width: 55px;
	line-height: 55px
}

.banner-section-five .content-column .inner-column .btn-box .play-btn .icon:before {
	position: relative
}

.banner-section-five .content-column .inner-column .btn-box .play-btn .icon::after {
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	border: 1px solid var(--theme-color-light);
	content: "";
	border-radius: 50%
}

.banner-section-five .content-column .inner-column .btn-box .play-btn .btn-title {
	font-weight: 400;
	font-size: 18px;
	margin-left: 21px;
	color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.banner-section-five .content-column .inner-column .btn-box .play-btn:hover .icon {
	color: var(--theme-color1);
	background-color: var(--theme-color-light);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

.banner-section-five .image-column {
	position: relative;
	text-align: right
}

@media(max-width:991.98px) {
	.banner-section-five .image-column {
		text-align: center
	}
}

.banner-section-five .image-column .inner-column {
	margin-right: -70px;
	margin-top: -20px
}

@media(max-width:991.98px) {
	.banner-section-five .image-column .inner-column {
		margin-top: 0;
		margin-right: 0
	}
}

.banner-section-six {
	position: relative;
	padding: 140px 0 125px;
	background-color: var(--bg-theme-color3)
}

@media(max-width:767.98px) {
	.banner-section-six {
		padding: 120px 0 70px
	}
}

.banner-section-six .content-column {
	margin-bottom: 50px
}

.banner-section-six .content-column .inner-column {
	position: relative;
	z-index: 99
}

@media(max-width:991.98px) {
	.banner-section-six .content-column .inner-column {
		text-align: center;
		max-width: 100%
	}
}

.banner-section-six .content-column .inner-column .sec-title {
	margin-bottom: 32px
}

.banner-section-six .content-column .inner-column .sec-title .title {
	position: relative;
	margin-bottom: 27px;
	line-height: 100px
}

@media(max-width:1199.98px) {
	.banner-section-six .content-column .inner-column .sec-title .title {
		font-size: 72px;
		line-height: 1em
	}
}

@media(max-width:767.98px) {
	.banner-section-six .content-column .inner-column .sec-title .title {
		font-size: 64px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-six .content-column .inner-column .sec-title .title {
		font-size: 48px
	}
}

.banner-section-six .content-column .inner-column .sec-title .text {
	font-weight: 400
}

.banner-section-six .content-column .inner-column .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 23px
}

@media(max-width:991.98px) {
	.banner-section-six .content-column .inner-column .btn-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-right: 0
	}
}

@media(max-width:767.98px) {
	.banner-section-six .content-column .inner-column .btn-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.banner-section-six .content-column .inner-column .btn-box .theme-btn {
	min-width: 203px;
	margin-right: 20px
}

@media(max-width:767.98px) {
	.banner-section-six .content-column .inner-column .btn-box .theme-btn {
		margin: 10px 0
	}
}

.banner-section-six .image-column {
	position: relative;
	text-align: right;
	margin-bottom: 50px
}

@media(max-width:991.98px) {
	.banner-section-six .image-column {
		text-align: center
	}
}

.banner-section-six .image-column .inner-column {
	margin-right: -30px;
	margin-top: -15px
}

@media(max-width:1199.98px) {
	.banner-section-six .image-column .inner-column {
		margin-right: 0
	}
}

.banner-section-six .image-column .image {
	position: relative;
	display: inline-block;
	z-index: 10
}

.banner-section-six .image-column .image::before {
	position: absolute;
	left: -40px;
	top: 0;
	height: 340px;
	width: 165px;
	border: 2px solid var(--theme-color1);
	content: "";
	border-radius: 82px 0 0 0
}

@media(max-width:1199.98px) {
	.banner-section-six .image-column .image::before {
		display: none
	}
}

.banner-section-six .image-column .image:after {
	position: absolute;
	right: -40px;
	bottom: -32px;
	width: 242px;
	height: 284px;
	border-radius: 0 0 82px 0;
	border: 2px solid var(--theme-color1);
	content: ""
}

@media(max-width:1199.98px) {
	.banner-section-six .image-column .image:after {
		display: none
	}
}

.banner-section-six .image-column .image img {
	position: relative;
	border-radius: 115px 0 0 0;
	z-index: 2
}

.banner-section-seven {
	position: relative;
	padding: 195px 0 160px
}

@media(max-width:991.98px) {
	.banner-section-seven {
		padding: 250px 0 150px
	}
}

.banner-section-seven .bg-image:after,
.banner-section-seven .bg-image:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: .7;
	background-color: var(--bg-theme-color3)
}

.banner-section-seven .bg-image::after {
	opacity: 1;
	background-color: transparent;
	background-image: url(../images/banner/shape-1.png);
	background-position: right bottom;
	background-repeat: no-repeat
}

@media(max-width:1199.98px) {
	.banner-section-seven .bg-image::after {
		background-size: 300px
	}
}

@media(max-width:991.98px) {
	.banner-section-seven .bg-image::after {
		display: none
	}
}

.banner-section-seven .content-column .inner-column {
	position: relative;
	z-index: 99
}

@media(max-width:1199.98px) {
	.banner-section-seven .content-column .inner-column {
		max-width: 600px;
		text-align: center;
		margin: 0 auto
	}
}

@media(max-width:991.98px) {
	.banner-section-seven .content-column .inner-column {
		text-align: center;
		max-width: 100%
	}
}

.banner-section-seven .content-column .inner-column .sub-title {
	color: var(--theme-color-light);
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px
}

@media(max-width:575.98px) {
	.banner-section-seven .content-column .inner-column .sub-title {
		font-size: 20px
	}
}

.banner-section-seven .content-column .inner-column .title {
	position: relative;
	color: var(--theme-color-light);
	margin-bottom: 29px
}

@media(max-width:1199.98px) {
	.banner-section-seven .content-column .inner-column .title {
		font-size: 72px;
		line-height: 1em
	}
}

@media(max-width:767.98px) {
	.banner-section-seven .content-column .inner-column .title {
		font-size: 64px;
		line-height: 1.1em;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-seven .content-column .inner-column .title {
		font-size: 54px
	}
}

.banner-section-seven .content-column .inner-column .text {
	color: var(--theme-color-light);
	margin-bottom: 25px
}

.banner-section-seven .content-column .inner-column .theme-btn {
	min-width: 169px
}

@media(max-width:575.98px) {
	.banner-section-seven .content-column .inner-column .theme-btn {
		padding: 20px 30px;
		line-height: 20px
	}
}

.banner-section-eight {
	position: relative;
	padding: 120px 0
}

@media(max-width:991.98px) {
	.banner-section-eight {
		padding: 120px 0 70px
	}
}

.banner-section-eight .icon-wave-line {
	left: -222px;
	top: 347px
}

.banner-section-eight .icon-dots-5 {
	right: 135px;
	top: 90px
}

@media(max-width:991.98px) {
	.banner-section-eight .icon-dots-5 {
		display: none
	}
}

.banner-section-eight .icon-line-1 {
	top: 380px;
	right: -73px
}

@media(max-width:991.98px) {
	.banner-section-eight .icon-line-1 {
		display: none
	}
}

.banner-section-eight .icon-line-2 {
	top: 70px;
	right: -250px
}

.banner-section-eight .content-column {
	margin-bottom: 50px
}

.banner-section-eight .content-column .inner-column {
	position: relative;
	z-index: 99
}

@media(max-width:991.98px) {
	.banner-section-eight .content-column .inner-column {
		text-align: center;
		max-width: 100%
	}
}

.banner-section-eight .content-column .inner-column .title {
	position: relative;
	color: var(--theme-color-dark);
	margin-bottom: 30px
}

@media(max-width:1199.98px) {
	.banner-section-eight .content-column .inner-column .title {
		font-size: 72px;
		line-height: 1em
	}
}

@media(max-width:767.98px) {
	.banner-section-eight .content-column .inner-column .title {
		font-size: 64px;
		line-height: 1.1em;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-eight .content-column .inner-column .title {
		font-size: 54px
	}
}

.banner-section-eight .content-column .inner-column .text {
	font-weight: 400;
	margin-bottom: 35px
}

@media(max-width:1199.98px) {
	.banner-section-eight .content-column .inner-column .text br {
		display: none
	}
}

.banner-section-eight .content-column .inner-column .theme-btn {
	border-radius: unset;
	min-width: 222px
}

.banner-section-eight .content-column .inner-column .theme-btn:before {
	border-radius: unset
}

.banner-section-eight .image-column {
	position: relative;
	text-align: right;
	margin-bottom: 50px
}

@media(max-width:991.98px) {
	.banner-section-eight .image-column {
		text-align: center
	}
}

.banner-section-eight .image-column .image {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	z-index: 10
}

.banner-section-nine {
	position: relative;
	padding: 160px 0 70px;
	background-color: var(--theme-color-gray)
}

@media(max-width:767.98px) {
	.banner-section-nine {
		padding: 120px 0 40px
	}
}

.banner-section-nine .icon-object-1 {
	left: -170px;
	top: 150px
}

.banner-section-nine .icon-object-2 {
	left: -320px;
	bottom: 0
}

.banner-section-nine .content-column {
	margin-bottom: 50px
}

.banner-section-nine .content-column .inner-column {
	position: relative;
	z-index: 99;
	padding-top: 60px
}

@media(max-width:1199.98px) {
	.banner-section-nine .content-column .inner-column {
		padding-top: 0
	}
}

@media(max-width:991.98px) {
	.banner-section-nine .content-column .inner-column {
		text-align: center;
		max-width: 100%
	}
}

.banner-section-nine .content-column .inner-column .title {
	position: relative;
	font-size: 69px;
	margin-bottom: 23px
}

@media(max-width:1199.98px) {
	.banner-section-nine .content-column .inner-column .title {
		font-size: 64px;
		line-height: 1em
	}
}

@media(max-width:575.98px) {
	.banner-section-nine .content-column .inner-column .title {
		font-size: 54px
	}
}

.banner-section-nine .content-column .inner-column .text {
	color: var(--theme-color-dark);
	margin-bottom: 30px
}

.banner-section-nine .content-column .inner-column .theme-btn {
	border-radius: 0
}

.banner-section-nine .content-column .inner-column .theme-btn:before {
	border-radius: 0
}

.banner-section-nine .image-column {
	position: relative;
	margin-bottom: 50px
}

.banner-section-nine .image-column .image-box {
	position: relative;
	padding: 20px 70px 80px;
	text-align: center
}

@media(max-width:575.98px) {
	.banner-section-nine .image-column .image-box {
		padding: 0
	}
}

.banner-section-nine .image-column .image-box .overlay-shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 635px;
	height: 586px;
	background-image: url(../images/banner/shape-2.png)
}

@media(max-width:1199.98px) {
	.banner-section-nine .image-column .image-box .overlay-shape {
		display: none
	}
}

.banner-section-ten {
	position: relative;
	padding: 135px 0 178px;
	overflow: hidden;
	background-color: var(--theme-color-gray)
}

@media(max-width:991.98px) {
	.banner-section-ten {
		padding: 120px 0
	}
}

.banner-section-ten .image-box {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%
}

@media(max-width:991.98px) {
	.banner-section-ten .image-box {
		position: relative;
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 50px 30px 0
	}
}

.banner-section-ten .image-box .image {
	height: 100%;
	width: 100%;
	margin-bottom: 0
}

.banner-section-ten .image-box .image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.banner-section-ten .image-box .overlay-shape {
	position: absolute;
	right: 100%;
	top: 0;
	bottom: -5px;
	width: 100%;
	margin-right: -320px;
	background-image: url(../images/banner/shape-3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 100%;
	pointer-events: none
}

@media(max-width:1199.98px) {
	.banner-section-ten .image-box .overlay-shape {
		margin-right: -250px
	}
}

@media(max-width:991.98px) {
	.banner-section-ten .image-box .overlay-shape {
		display: none
	}
}

.banner-section-ten .content-column .inner-column {
	position: relative;
	z-index: 99
}

@media(max-width:991.98px) {
	.banner-section-ten .content-column .inner-column {
		text-align: center;
		max-width: 100%
	}
}

.banner-section-ten .content-column .inner-column .title {
	position: relative;
	margin-bottom: 18px
}

@media(max-width:1399.98px) {
	.banner-section-ten .content-column .inner-column .title {
		font-size: 76px
	}
}

@media(max-width:1199.98px) {
	.banner-section-ten .content-column .inner-column .title {
		font-size: 58px
	}
}

@media(max-width:767.98px) {
	.banner-section-ten .content-column .inner-column .title {
		font-size: 54px;
		letter-spacing: 0
	}
}

@media(max-width:575.98px) {
	.banner-section-ten .content-column .inner-column .title {
		font-size: 42px
	}
}

.banner-section-ten .content-column .inner-column .text {
	color: var(--text-color);
	font-weight: 700;
	margin-bottom: 40px
}

.about-section {
	position: relative;
	padding: 120px 0 70px;
	overflow: hidden
}

.about-section .content-column {
	margin-bottom: 50px
}

.about-section .content-column .inner-column .sec-title {
	margin-bottom: 17px
}

.about-section .content-column .inner-column .sec-title .text {
	margin-top: 40px;
	font-family: "Playwrite DE Grund", cursive;
	font-size: 14px;
	text-align: justify;
}

.about-section .content-column .inner-column .author-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 30px;
	border-top: 1px solid #e1e1e1;
	margin-top: 34px;
	min-height: 75px;
	margin-bottom: 40px
}

@media(max-width:575.98px) {
	.about-section .content-column .inner-column .author-info {
		-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;
		margin-bottom: 20px
	}
}

.about-section .content-column .inner-column .author-info .thumb {
	width: 75px;
	height: 75px;
	margin-right: 17px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 0
}

@media(max-width:575.98px) {
	.about-section .content-column .inner-column .author-info .thumb {
		margin-right: 0;
		margin-bottom: 10px
	}
}

.about-section .content-column .inner-column .author-info .info {
	position: relative
}

.about-section .content-column .inner-column .author-info .info .name {
	margin-bottom: 2px
}

.about-section .content-column .inner-column .author-info .sign {
	margin-left: 60px
}

@media(max-width:575.98px) {
	.about-section .content-column .inner-column .author-info .sign {
		margin-left: 0
	}
}

.about-section .content-column .inner-column .theme-btn {
	padding: 20px 30px
}

.about-section .image-column {
	margin-bottom: 20px
}

.about-section .image-column .row {
	margin: 0 -15px
}

.about-section .image-column .row>div {
	padding: 0 15px
}

.about-section .image-column .inner-column {
	position: relative
}

.about-section .image-column .inner-column .about-block {
	top: -22px
}

@media(max-width:991.98px) {
	.about-section .image-column .inner-column .about-block {
		top: 0;
		margin-bottom: 30px
	}
}

.about-section .image-column .inner-column .about-block .inner-box {
	margin-left: -10px
}

@media(max-width:1199.98px) {
	.about-section .image-column .inner-column .about-block .inner-box {
		margin-left: 0;
		height: 100%
	}
}

.about-section .image-column .inner-column .video-box {
	position: relative;
	margin-top: 40px;
	margin-bottom: 30px
}

@media(max-width:991.98px) {
	.about-section .image-column .inner-column .video-box {
		margin-top: 0
	}
}

.about-section .image-column .inner-column .video-box .image-box {
	position: relative;
	background-color: #333f4d;
	margin-right: 30px
}

@media(max-width:1199.98px) {
	.about-section .image-column .inner-column .video-box .image-box {
		margin-right: 0
	}
}

.about-section .image-column .inner-column .video-box .image-box img {
	width: 100%;
	opacity: .6
}

.about-section .image-column .inner-column .video-box .play-now {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.about-section .image-column .inner-column .video-box .play-now .icon {
	border-radius: 50%;
	width: 55px;
	height: 55px;
	line-height: 55px;
	color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.about-section .image-column .inner-column .video-box .play-now .icon:hover {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.about-section .image-column .inner-column .image-box-one {
	position: relative;
	margin-bottom: 30px
}

.about-section .image-column .inner-column .image-box-one .image {
	margin-top: -35px;
	margin-left: -50px;
	margin-right: 30px
}

.about-section .image-column .inner-column .image-box-one .image img {
	width: 100%
}

@media(max-width:1199.98px) {
	.about-section .image-column .inner-column .image-box-one .image {
		margin: 0
	}
}

.about-section .image-column .inner-column .image-box-two {
	position: relative;
	margin-bottom: 30px
}

.about-section .image-column .inner-column .image-box-two .image {
	margin-right: 43px;
	margin-left: -30px;
	margin-bottom: 0
}

@media(max-width:1199.98px) {
	.about-section .image-column .inner-column .image-box-two .image {
		margin: 0
	}

	.about-section .image-column .inner-column .image-box-two .image img {
		width: 100%
	}
}

.about-block {
	position: relative
}

.about-block .inner-box {
	position: relative;
	padding: 54px 40px 52px;
	text-transform: capitalize
}

@media(max-width:1199.98px) {
	.about-block .inner-box {
		padding: 50px 30px
	}
}

.about-block .inner-box:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: var(--theme-color2);
	width: 100%;
	height: 100%;
	opacity: .1
}

.about-block .bg-icon {
	position: absolute;
	top: 20px;
	right: 15px
}

.about-block .count {
	margin-bottom: 8px
}

.about-block .title {
	margin-bottom: 20px
}

.about-block .images-box {
	position: relative;
	margin-bottom: 10px;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.about-block .images-box img {
	margin-right: -15px
}

.about-block .images-box .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: 44px;
	width: 44px;
	background-color: var(--theme-color-light);
	border-radius: 50%;
	font-size: 24px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: var(--theme-color1)
}

.about-section-two {
	position: relative;
	padding: 120px 0 70px
}

.about-section-two .video-column {
	position: relative;
	margin-bottom: 50px
}

.about-section-two .video-column .inner-column {
	padding-top: 30px
}

.about-section-two .video-column .inner-column .info-box {
	position: absolute;
	bottom: -44px;
	right: -80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05);
	padding: 30px 40px;
	background-color: var(--theme-color-light)
}

@media(max-width:1199.98px) {
	.about-section-two .video-column .inner-column .info-box {
		left: 20px;
		right: auto
	}
}

@media(max-width:575.98px) {
	.about-section-two .video-column .inner-column .info-box {
		left: 0;
		width: 100%;
		position: relative
	}
}

.about-section-two .video-column .inner-column .info-box .title {
	font-size: 32px;
	margin-bottom: 5px
}

.about-section-two .video-column .inner-column .info-box .text {
	margin-bottom: 0
}

.about-section-two .video-column .inner-column .info-box .icon {
	position: relative;
	border-radius: 5px;
	color: var(--bg-theme-color1);
	font-size: 64px;
	line-height: 1em;
	margin-right: 28px
}

.about-section-two .video-column .inner-column .image-box {
	position: relative;
	display: inline-block
}
.inner-box .info-box p{
    transition-duration:0.5s;
}
.inner-box .info-box p{
    display:none;
}
.inner-box:hover .info-box p{
    display:block;transition-duration:0.5s;
}

.inner-box .info-box span{
    transition-duration:0.5s;
}
.inner-box .info-box span{
    display:block;
}
.inner-box:hover .info-box span{
    display:block;transition-duration:0.5s;
}
@media(max-width:991.98px) {
	.about-section-two .video-column .inner-column .image-box {
		display: block
	}
}

.about-section-two .video-column .inner-column .image-box:before {
	position: absolute;
	top: 2px;
	right: 10px;
	bottom: -12px;
	left: 18px;
	background-color: var(--bg-theme-color1);
	z-index: -1;
	-webkit-transform: rotate(-8.56deg);
	transform: rotate(-8.56deg);
	content: ""
}

@media(max-width:1199.98px) {
	.about-section-two .video-column .inner-column .image-box:before {
		display: none
	}
}

@media(max-width:991.98px) {
	.about-section-two .video-column .inner-column .image-box img {
		width: 100%
	}
}

.about-section-two .video-column .inner-column .play-now {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.about-section-two .video-column .inner-column .play-now:hover .icon {
	background-color: var(--theme-color-light);
	color: var(--theme-color1);
	border-radius: 50%
}

.about-section-two .video-column .inner-column .play-now .icon {
	border-radius: 0%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.about-section-two .content-column {
	margin-bottom: 50px
}

.about-section-two .content-column .sec-title {
	margin-bottom: 27px
}

.about-section-two .content-column .sec-title .text {
	margin-top: 40px
}

.about-section-two .content-column .theme-btn {
	margin-top: 10px;
	border-radius: unset;
	width: 223px
}

.about-section-two .content-column .theme-btn::before {
	border-radius: unset
}

.about-block-two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .06);
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, .06);
	padding: 17px 40px 21px;
	margin-bottom: 30px;
	background-color: var(--theme-color-light)
}

@media(max-width:767.98px) {
	.about-block-two {
		-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-block-two:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	color: var(--theme-color3)
}

.about-block-two .title {
	margin-bottom: 5px
}

.about-block-two .text {
	margin-bottom: 0
}

.about-block-two .icon {
	position: relative;
	border-radius: 5px;
	color: var(--bg-theme-color1);
	font-size: 70px;
	line-height: 100px;
	margin-right: 28px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.about-section-three {
	position: relative;
	padding: 50px 0 50px;
	z-index: 10
}

.about-section-three .content-column {
	margin-bottom: 50px
}

.about-section-three .content-column .sec-title {
	margin-bottom: 27px
}

.about-section-three .content-column .sec-title .sub-title {
	padding-left: 0
}

.about-section-three .content-column .sec-title .sub-title::after {
	display: none
}

.about-section-three .content-column .sec-title .text {
	margin-top: 30px;
	font-family: "Playwrite DE Grund", cursive;
	font-size: 15px;
}

.about-section-three .content-column .theme-btn {
	margin-top: 0
}

.about-section-three .image-column {
	margin-bottom: 50px
}

@media(max-width:1199.98px) {
	.about-section-three .image-column {
		display: none
	}
}

.about-section-three .image-column .inner-column {
	position: relative;
	overflow: hidden;
 
}
 

.about-section-three .image-column .inner-column .image-box {
	position: relative
}

.about-section-three .image-column .inner-column .image-box .image {
	border-radius: 500px 500px 0 0;
	overflow: hidden
}

.about-section-three .image-column .inner-column .exp-box {
	position: absolute;
	bottom: -80px;
	left: -90px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	padding-left: 70px;
	padding-bottom: 70px;
	padding-top: 80px;
	background-color: var(--theme-color3);
	text-align: center;
	border: 8px solid #fff
}

@media(max-width:1399.98px) {
	.about-section-three .image-column .inner-column .exp-box {
		left: 0
	}
}

.about-section-three .image-column .inner-column .exp-box .count-box {
	color: var(--theme-color-light);
	margin-bottom: 7px;
	font-size: 55px;
	font-weight: 700;
	line-height: 60px;
	text-transform: capitalize
}

.about-section-three .image-column .inner-column .exp-box .count-box .count-text {
	color: var(--theme-color-light);
	margin-bottom: 0;
	font-size: 55px;
	font-weight: 700;
	line-height: 60px;
	text-transform: capitalize
}

.about-section-three .image-column .inner-column .exp-box .counter-title {
	color: var(--theme-color-light);
	margin-bottom: 0;
	font-weight: 400
}

.about-block-three {
	margin-bottom: 34px
}
.side{
    position:relative;
}
.side-img {
    position: absolute;
    bottom: -165px;
    right: -70px;
    z-index: 1;
}
.about-block-three .inner {
	position: relative;
	padding: 24px 40px;
	padding-left: 125px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.about-block-three .inner {
		padding-left:  0px;
		padding-right:  0px
	}
	.about-block-three .title {
    font-size:26px;
}
.about-block-three .text {
    margin-bottom: 0;
    font-family: "Playwrite DE Grund", cursive;
    font-size: 13px !important;
    text-align: justify;
}
.about-section-three .content-column {
    margin-bottom: 0px;
}
.about-section-three {
    position: relative;
    padding: 69px 0 33px;
    z-index: 10;
}
.team-section-five {
    position: relative;
    padding: 44px 0 80px !important;
    overflow: hidden;
}
.sec-title .sub-title {
        font-size: 15px !important;
    }
    .team-block-five .info-box .name {
    margin-bottom: 5px;
    font-family: "Playwrite DE Grund", cursive;
    font-size: 18px !important;
    font-weight:800;
}
.why-choose-us-three .content-column .inner-column .sec-title .text {
    margin-top: 40px;
    font-family: "Playwrite DE Grund", cursive;
    font-size: 13px !important;
    text-align: justify;
}
.feature-block .inner-box .text {
    margin-bottom: 0;
    font-family: "Playwrite DE Grund", cursive;
    font-size: 13px !important;
}
}

.about-block-three .inner:hover {
	-webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .06);
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, .06)
}

.about-block-three .inner:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.about-block-three .icon {
	position: absolute;
	left: 25px;
	top: 35px;
	border-radius: 5px;
	color: var(--bg-theme-color1);
	font-size: 70px;
	line-height: 1em;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.about-block-three .icon {
		position: relative;
		left: 0;
		top: 0;
		display: inline-block;
		margin-bottom: 10px
	}
}

.about-block-three .title {
	margin-bottom: 5px
}

.about-block-three .text {
	margin-bottom: 0;
	font-family: "Playwrite DE Grund", cursive;
	font-size: 15px;
}

.about-section-four {
	position: relative;
	background-color: var(--bg-theme-color3);
	padding: 120px 0 70px
}

.about-section-four .content-column {
	margin-bottom: 50px
}

.about-section-four .content-column .inner-column .sec-title {
	margin-bottom: 30px
}

.about-section-four .content-column .inner-column .sec-title .text {
	margin-top: 36px;
	margin-bottom: 30px
}

.about-section-four .content-column .inner-column .author-box {
	padding: 23px 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 18px;
	border: 2px solid rgba(255, 255, 255, .1)
}

@media(max-width:575.98px) {
	.about-section-four .content-column .inner-column .author-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-four .content-column .inner-column .author-box .thumb {
	margin-right: 19px;
	margin-bottom: 0;
	min-width: 102px
}

@media(max-width:575.98px) {
	.about-section-four .content-column .inner-column .author-box .thumb {
		position: relative;
		display: inline-block;
		margin-right: 0;
		margin-bottom: 20px
	}
}

.about-section-four .content-column .inner-column .author-box .author-title {
	color: var(--theme-color-light);
	margin-bottom: 3px;
	line-height: 35px
}

.about-section-four .content-column .inner-column .author-box .text {
	display: block;
	color: var(--theme-color-light)
}

@media(max-width:1199.98px) {
	.about-section-four .content-column .inner-column .author-box .text br {
		display: none
	}
}

.about-section-four .content-column .inner-column .bottom-box .text {
	color: var(--theme-color-light);
	margin-bottom: 27px
}

.about-section-four .content-column .inner-column .bottom-box .theme-btn {
	border-radius: 0;
	line-height: 26px;
	padding: 15px 30px
}

.about-section-four .image-column {
	margin-bottom: 50px
}

.about-section-four .image-column .inner-column {
	padding-right: 40px;
	padding-top: 20px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end
}

@media(max-width:1199.98px) {
	.about-section-four .image-column .inner-column {
		-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: center;
		-ms-flex-align: center;
		align-items: center;
		padding-right: 0
	}
}

.about-section-four .image-column .inner-column .image-box {
	position: relative
}

.about-section-four .image-column .inner-column .image-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: -24px;
	width: 403px;
	height: 100%;
	display: block;
	border: 2px solid var(--theme-color2);
	border-radius: 186.5px
}

@media(max-width:991.98px) {
	.about-section-four .image-column .inner-column .image-box:before {
		display: none
	}
}

.about-section-four .image-column .inner-column .image-box .image {
	border-radius: 500px 500px;
	overflow: hidden
}

.about-section-four .image-column .inner-column .experience-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;
	border-radius: 50%;
	background: var(--theme-color-light);
	border: 6px solid var(--theme-color1);
	-webkit-transform: translate(55%, -30%);
	transform: translate(55%, -30%);
	width: 198px;
	height: 200px;
	padding-left: 46px;
	z-index: 10
}

@media(max-width:767.98px) {
	.about-section-four .image-column .inner-column .experience-box {
		right: 0;
		margin: 0 auto;
		bottom: 30px;
		-webkit-transform: none;
		transform: none
	}
}

.about-section-four .image-column .inner-column .experience-box .count-box {
	color: var(--theme-color-dark);
	font-size: 55px;
	font-weight: 700;
	line-height: 60px;
	text-transform: capitalize;
	margin-bottom: 6px
}

.about-section-four .image-column .inner-column .experience-box .count-box .count-text {
	color: var(--theme-color-dark);
	font-size: 55px;
	font-weight: 700;
	line-height: 60px;
	text-transform: capitalize
}

.about-section-four .image-column .inner-column .experience-box .counter-title {
	color: var(--theme-color-dark);
	line-height: 23px;
	font-weight: 500
}

.about-section-five {
	position: relative;
	padding: 120px 0 70px;
	background-color: var(--bg-theme-color3)
}

.about-section-five .content-column {
	margin-bottom: 50px
}

.about-section-five .content-column .inner-column {
	padding-top: 60px
}

@media(max-width:1199.98px) {
	.about-section-five .content-column .inner-column {
		padding-top: 0
	}
}

.about-section-five .content-column .inner-column .sec-title {
	margin-bottom: 25px
}

.about-section-five .content-column .inner-column .sec-title .text {
	margin-top: 40px
}

.about-section-five .content-column .inner-column .list-style-three {
	margin-bottom: 38px
}

.about-section-five .content-column .inner-column .info-box {
	margin-bottom: 40px
}

.about-section-five .content-column .inner-column .info-box .inner {
	position: relative;
	padding-left: 90px;
	min-height: 70px;
	margin-right: 73px
}

.about-section-five .content-column .inner-column .info-box .inner:hover .icon {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.about-section-five .content-column .inner-column .info-box .inner .icon {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--theme-color-dark);
	font-size: 45px;
	margin-right: 20px;
	background-color: var(--bg-theme-color2);
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.about-section-five .content-column .inner-column .info-box .inner .count-box {
	display: block;
	color: var(--theme-color-light);
	font-size: 32px;
	line-height: 1.2em;
	font-weight: 700
}

.about-section-five .content-column .inner-column .info-box .inner .count-box .count-text {
	color: var(--theme-color-light)
}

.about-section-five .content-column .inner-column .info-box .inner .counter-title {
	color: var(--theme-color-light);
	font-weight: 400;
	display: block;
	margin-top: 10px
}

.about-section-five .content-column .inner-column .theme-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: unset
}

.about-section-five .content-column .inner-column .theme-btn:hover {
	border-color: var(--theme-color2)
}

.about-section-five .image-column {
	position: relative;
	margin-bottom: 50px
}

.about-section-five .image-column .inner-column {
	text-align: right;
	padding-right: 10px
}

.about-section-five .image-column .inner-column .icon-dots-3 {
	position: absolute;
	left: 30px;
	top: 50px
}

.about-section-five .image-column .inner-column .image-box {
	position: relative;
	display: inline-block;
	z-index: 3
}

@media(max-width:991.98px) {
	.about-section-five .image-column .inner-column .image-box {
		display: none
	}
}

.about-section-five .image-column .inner-column .video-box {
	position: relative;
	display: inline-block;
	margin-right: 70px;
	margin-top: -60px
}

@media(max-width:1199.98px) {
	.about-section-five .image-column .inner-column .video-box {
		margin-right: 0;
		margin-top: 30px;
		display: block
	}
}

.about-section-five .image-column .inner-column .video-box .image {
	position: relative
}

.about-section-five .image-column .inner-column .video-box .image img {
	width: 100%
}

.about-section-five .image-column .inner-column .video-box .play-now {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.about-section-five .image-column .inner-column .video-box .play-now .icon {
	height: 107px;
	width: 107px;
	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-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.about-section-five .image-column .inner-column .video-box .play-now .icon:hover {
	background-color: var(--bg-theme-color3);
	color: var(--theme-color-light)
}

@media(max-width:575.98px) {
	.about-section-five .image-column .inner-column .video-box .play-now .icon {
		height: 70px;
		width: 70px;
		font-size: 24px
	}
}

.about-section-five .image-column .experience-box {
	position: absolute;
	top: 180px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 35px;
	background: var(--theme-color1);
	z-index: 10;
	border-radius: 10px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-align: left
}

@media(max-width:991.98px) {
	.about-section-five .image-column .experience-box {
		display: none
	}
}

.about-section-five .image-column .experience-box .count {
	color: var(--theme-color-light);
	line-height: 64px;
	margin-bottom: 0;
	margin-right: 30px
}

.about-section-five .image-column .experience-box .text {
	color: var(--theme-color-light);
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 0
}

.about-section-six {
	position: relative;
	padding: 120px 0 70px
}

.about-section-six .content-column {
	margin-bottom: 50px
}

.about-section-six .content-column .inner-column .sec-title {
	margin-bottom: 40px
}

.about-section-six .content-column .inner-column .sec-title .text {
	margin-top: 50px
}

.about-section-six .content-column .inner-column .info-box {
	margin-bottom: 30px
}

.about-section-six .content-column .inner-column .info-box:nth-child(even) .inner-box:before {
	background-color: var(--theme-color1)
}

.about-section-six .content-column .inner-column .info-box .inner-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 48px 42px
}

@media(max-width:1199.98px) {
	.about-section-six .content-column .inner-column .info-box .inner-box {
		padding: 20px
	}
}

.about-section-six .content-column .inner-column .info-box .inner-box:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.about-section-six .content-column .inner-column .info-box .inner-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--theme-color2);
	opacity: .2;
	content: ""
}

.about-section-six .content-column .inner-column .info-box .inner-box .icon {
	color: var(--bg-theme-color1);
	font-size: 60px;
	line-height: 60px;
	margin-right: 20px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1199.98px) {
	.about-section-six .content-column .inner-column .info-box .inner-box .icon {
		margin-right: 10px
	}
}

.about-section-six .content-column .inner-column .info-box .inner-box .title {
	color: var(--theme-color-dark);
	line-height: 23px;
	font-weight: 700;
	margin-bottom: 0
}

.about-section-six .content-column .inner-column .bottom-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 30px
}

@media(max-width:767.98px) {
	.about-section-six .content-column .inner-column .bottom-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.about-section-six .content-column .inner-column .bottom-box .theme-btn {
	margin-right: 70px;
	border: 2px solid var(--theme-color1);
	line-height: 22px;
	border-radius: 0
}

.about-section-six .content-column .inner-column .bottom-box .theme-btn:before {
	border-radius: 0
}


.text-second {
    color: #ebba80;
}

@media(max-width:1199.98px) {
	.about-section-six .content-column .inner-column .bottom-box .theme-btn {
		margin-right: 30px
	}
}

@media(max-width:767.98px) {
	.about-section-six .content-column .inner-column .bottom-box .theme-btn {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 20px
	}
}

.about-section-six .content-column .inner-column .author-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.about-section-six .content-column .inner-column .author-box .thumb {
	margin-right: 20px
}

.about-section-six .content-column .inner-column .author-box .name {
	color: var(--theme-color-dark);
	font-size: 27px;
	font-weight: 700;
	line-height: 35px
}

@media(max-width:1199.98px) {
	.about-section-six .content-column .inner-column .author-box .name {
		font-size: 24px
	}
}

.about-section-six .images-column {
	margin-bottom: 50px
}

.about-section-six .images-column .inner-column {
	position: relative;
	padding-top: 130px;
	padding-left: 35px;
	padding-bottom: 40px
}

@media(max-width:1199.98px) {
	.about-section-six .images-column .inner-column {
		padding-bottom: 120px
	}
}

@media(max-width:991.98px) {
	.about-section-six .images-column .inner-column {
		padding-top: 0;
		padding-left: 0;
		padding-bottom: 0
	}
}

.about-section-six .images-column .inner-column .video-box {
	position: relative;
	display: inline-block
}

@media(max-width:991.98px) {
	.about-section-six .images-column .inner-column .video-box {
		width: 100%
	}

	.about-section-six .images-column .inner-column .video-box img {
		width: 100%
	}
}

.about-section-six .images-column .inner-column .video-box .play-now {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 95px;
	height: 105px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url(../images/icons/shape-2.png);
	background-size: cover;
	background-repeat: no-repeat;
	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;
	padding-right: 8px
}

.about-section-six .images-column .inner-column .video-box .play-now .icon {
	width: 55px;
	height: 55px;
	line-height: 53px;
	border: 1px dashed #808285;
	color: var(--theme-color-light);
	border-radius: 50%
}

.about-section-six .images-column .inner-column .video-box .play-now .icon:after {
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	background-color: #808285;
	content: "";
	border-radius: 50%
}

.about-section-six .images-column .inner-column .video-box .play-now .icon::before {
	position: relative;
	z-index: 2
}

.about-section-six .images-column .inner-column .experience-box {
	position: absolute;
	top: 70px;
	right: 0
}

@media(max-width:991.98px) {
	.about-section-six .images-column .inner-column .experience-box {
		position: relative;
		display: inline-block;
		top: 0;
		right: 0;
		display: none
	}
}

.about-section-six .images-column .inner-column .experience-box .inner-box {
	position: relative;
	padding: 42px 30px 28px;
	background: var(--theme-color1);
	z-index: 10;
	max-width: 245px;
	width: 100%
}

.about-section-six .images-column .inner-column .experience-box .inner-box:before {
	content: "";
	position: absolute;
	top: -12px;
	left: -12px;
	width: 100%;
	height: 100%;
	display: block;
	border: 2px dashed var(--theme-color1)
}

.about-section-six .images-column .inner-column .experience-box .inner-box .counter-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px
}

.about-section-six .images-column .inner-column .experience-box .inner-box .counter-box .icon {
	background-color: var(--theme-color-light);
	color: var(--theme-color1);
	width: 67px;
	height: 67px;
	font-size: 42px;
	line-height: 67px;
	text-align: center;
	margin-right: 16px;
	border-radius: 50%
}

.about-section-six .images-column .inner-column .experience-box .inner-box .counter-box .count-box {
	color: var(--theme-color-light);
	font-size: 55px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 0
}

.about-section-six .images-column .inner-column .experience-box .inner-box .counter-box .count-box .count-text {
	color: var(--theme-color-light);
	font-size: 55px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 0
}

.about-section-six .images-column .inner-column .experience-box .inner-box .title {
	color: var(--theme-color-light);
	font-weight: 500;
	margin-bottom: 10px
}

.about-section-six .images-column .inner-column .experience-box .inner-box .text {
	color: var(--theme-color-light)
}

.about-section-six .images-column .inner-column .image-box {
	position: absolute;
	bottom: 0;
	left: 165px;
	border-radius: 5px
}

@media(max-width:991.98px) {
	.about-section-six .images-column .inner-column .image-box {
		position: relative;
		left: 0;
		display: none
	}
}

.about-section-six .images-column .inner-column .image-box .icon {
	content: "";
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -20px;
	background-color: var(--bg-theme-color1);
	border-radius: 50%;
	color: var(--theme-color-light);
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 40px;
	text-align: center
}

.about-section-seven {
	position: relative;
	padding: 120px 0 70px
}

.about-section-seven .content-column {
	margin-bottom: 50px
}

.about-section-seven .content-column .sec-title {
	margin-bottom: 30px
}

@media(max-width:1199.98px) {
	.about-section-seven .content-column .sec-title br {
		display: none
	}
}

.about-section-seven .content-column .sec-title .title {
	margin-bottom: 39px
}

.about-section-seven .content-column .info-box {
	position: relative;
	margin-bottom: 30px
}

.about-section-seven .content-column .info-box .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--theme-color-light);
	-webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05);
	border-radius: 5px;
	padding: 15px 20px
}

.about-section-seven .content-column .info-box .inner:hover .icon {
	background-color: var(--bg-theme-color2);
	color: var(--theme-color-dark)
}

.about-section-seven .content-column .info-box .icon {
	position: relative;
	font-size: 40px;
	width: 65px;
	height: 65px;
	line-height: 65px;
	margin-right: 15px;
	background-color: var(--bg-theme-color1);
	border-radius: 50%;
	color: var(--theme-color-light);
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.about-section-seven .content-column .info-box .icon {
		height: 50px;
		width: 50px;
		line-height: 50px;
		font-size: 24px
	}
}

.about-section-seven .content-column .info-box .title {
	margin-bottom: 0
}

.about-section-seven .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: 20px
}

@media(max-width:767.98px) {
	.about-section-seven .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-seven .content-column .btn-box .theme-btn {
	margin-right: 60px;
	line-height: 30px;
	padding: 15px 30px
}

@media(max-width:767.98px) {
	.about-section-seven .content-column .btn-box .theme-btn {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 30px
	}
}

.about-section-seven .content-column .btn-box .info-btn {
	position: relative;
	padding-left: 75px
}

.about-section-seven .content-column .btn-box .info-btn:hover .icon {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.about-section-seven .content-column .btn-box .info-btn .icon {
	position: absolute;
	left: 0;
	top: 5px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 55px;
	color: var(--theme-color1);
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.about-section-seven .content-column .btn-box .info-btn .icon:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--bg-theme-color1);
	border-radius: 50%;
	opacity: .1
}

.about-section-seven .content-column .btn-box .info-btn small {
	display: block;
	color: var(--text-color)
}

.about-section-seven .content-column .btn-box .info-btn strong {
	font-weight: 700
}

.about-section-seven .image-column {
	margin-bottom: 50px
}

.about-section-seven .image-column .inner-column {
	position: relative;
	padding-left: 70px
}

@media(max-width:1199.98px) {
	.about-section-seven .image-column .inner-column {
		padding-left: 0
	}
}

.about-section-seven .image-column .inner-column .image-box {
	position: relative;
	padding-bottom: 114px
}

@media(max-width:767.98px) {
	.about-section-seven .image-column .inner-column .image-box {
		padding-bottom: 0
	}
}

.about-section-seven .image-column .inner-column .image-box .icon-dots-4 {
	position: absolute;
	left: 30px;
	bottom: 30px
}

.about-section-seven .image-column .inner-column .image-box .image img {
	border-radius: 5px
}

@media(max-width:767.98px) {
	.about-section-seven .image-column .inner-column .image-box .image img {
		width: 100%
	}
}

.about-section-seven .image-column .inner-column .image-box .image-2 {
	position: absolute;
	bottom: 0;
	right: 40px;
	border-radius: 5px;
	border: 5px solid var(--theme-color-light);
	margin-bottom: 0
}

@media(max-width:1199.98px) {
	.about-section-seven .image-column .inner-column .image-box .image-2 {
		right: 0
	}
}

@media(max-width:767.98px) {
	.about-section-seven .image-column .inner-column .image-box .image-2 {
		position: relative;
		margin-top: 25px
	}
}

@media(max-width:767.98px) {
	.about-section-seven .image-column .inner-column .image-box .image-2 img {
		width: 100%
	}
}

.about-section-seven .image-column .inner-column .image-box .exp-box {
	position: absolute;
	bottom: 150px;
	left: -72px;
	background-color: #efeffd;
	padding: 20px 39px;
	border-left: 5px solid var(--theme-color1);
	border-radius: 5px;
	z-index: 10
}

@media(max-width:1199.98px) {
	.about-section-seven .image-column .inner-column .image-box .exp-box {
		left: 20px
	}
}

@media(max-width:767.98px) {
	.about-section-seven .image-column .inner-column .image-box .exp-box {
		position: relative;
		left: 0;
		bottom: 0
	}

	.about-section-seven .image-column .inner-column .image-box .exp-box br {
		display: none
	}
}

.about-section-seven .image-column .inner-column .image-box .exp-box .title {
	margin-bottom: 0
}

.about-section-eight {
	position: relative;
	background-color: var(--bg-theme-color3);
	padding: 120px 0 70px
}

.about-section-eight .content-column {
	margin-bottom: 50px
}

.about-section-eight .content-column .inner-column {
	position: relative;
	padding-top: 35px;
	padding-right: 50px
}

@media(max-width:1199.98px) {
	.about-section-eight .content-column .inner-column {
		padding-right: 0;
		padding-top: 0
	}
}

.about-section-eight .content-column .inner-column .sec-title {
	margin-bottom: 20px
}

.about-section-eight .content-column .inner-column .sec-title .title {
	margin-bottom: 25px
}

.about-section-eight .content-column .inner-column .sec-title .text {
	margin-top: 45px
}

.about-section-eight .content-column .inner-column .info-box {
	margin-bottom: 30px
}

.about-section-eight .content-column .inner-column .info-box .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.about-section-eight .content-column .inner-column .info-box .icon {
	position: relative;
	font-size: 40px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin-right: 20px;
	background-color: rgba(89, 86, 233, .1);
	border-radius: 5px;
	color: var(--theme-color-light);
	text-align: center
}

.about-section-eight .content-column .inner-column .info-box .title {
	color: var(--theme-color-light);
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 0
}

.about-section-eight .content-column .inner-column .bottom-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 18px
}

@media(max-width:767.98px) {
	.about-section-eight .content-column .inner-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-eight .content-column .inner-column .bottom-box .author-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 120px
}

@media(max-width:1199.98px) {
	.about-section-eight .content-column .inner-column .bottom-box .author-box {
		margin-right: 20px
	}
}

.about-section-eight .content-column .inner-column .bottom-box .author-box .thumb {
	margin-right: 20px;
	margin-bottom: 0
}

.about-section-eight .content-column .inner-column .bottom-box .author-box .name {
	color: var(--theme-color-light);
	font-weight: 500;
	margin-bottom: 0
}

.about-section-eight .content-column .inner-column .bottom-box .author-box .designation {
	color: var(--theme-color-light)
}

.about-section-eight .content-column .inner-column .bottom-box .theme-btn {
	line-height: 30px;
	padding: 15px 30px;
	border-radius: 0
}

.about-section-eight .content-column .inner-column .bottom-box .theme-btn:before {
	border-radius: 0
}

@media(max-width:767.98px) {
	.about-section-eight .content-column .inner-column .bottom-box .theme-btn {
		margin-top: 20px
	}
}

.about-section-eight .image-column {
	position: relative;
	margin-bottom: 50px
}

.about-section-eight .image-column .inner-column {
	position: relative
}

@media(max-width:767.98px) {
	.about-section-eight .image-column .inner-column {
		text-align: center
	}
}

.about-section-eight .image-column .inner-column .image-box {
	position: relative
}

.about-section-eight .image-column .inner-column .image-box .image {
	display: inline-block;
	margin-bottom: 20px
}

@media(max-width:767.98px) {
	.about-section-eight .image-column .inner-column .image-box .image {
		display: block
	}

	.about-section-eight .image-column .inner-column .image-box .image img {
		width: 100%
	}
}

.about-section-eight .image-column .inner-column .left-column .image-box {
	padding-top: 95px;
	text-align: right
}

@media(max-width:767.98px) {
	.about-section-eight .image-column .inner-column .left-column .image-box {
		padding-top: 0
	}
}

.about-section-eight .image-column .exp-box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media(max-width:767.98px) {
	.about-section-eight .image-column .exp-box {
		position: relative;
		-webkit-transform: none;
		transform: none;
		left: 0;
		top: 0;
		margin: 0 auto;
		display: inline-block
	}
}

.about-section-eight .image-column .exp-box .inner {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light);
	width: 260px;
	height: 268px;
	padding-top: 70px;
	border: 10px solid #fff;
	border-radius: 50%;
	text-align: center
}

.about-section-eight .image-column .exp-box .inner .icon {
	font-size: 50px;
	margin-bottom: 25px
}

.about-section-eight .image-column .exp-box .inner .count-box {
	color: var(--theme-color-light);
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 5px
}

.about-section-eight .image-column .exp-box .inner .count-box .count-text {
	color: var(--theme-color-light);
	font-size: 27px;
	font-weight: 700
}

.about-section-eight .image-column .exp-box .inner .counter-title {
	font-weight: 400;
	color: var(--theme-color-light)
}

.about-section-nine {
	position: relative;
	padding: 120px 0 70px
}

.about-section-nine .content-column {
	margin-bottom: 50px
}

.about-section-nine .content-column .inner-column .sec-title {
	margin-bottom: 21px
}

.about-section-nine .content-column .inner-column .sec-title .title {
	margin-bottom: 49px
}

.about-section-nine .content-column .inner-column .info-box {
	margin-bottom: 30px
}

.about-section-nine .content-column .inner-column .info-box .inner-box {
	position: relative;
	padding-left: 90px;
	min-height: 70px
}

.about-section-nine .content-column .inner-column .info-box .inner-box:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	color: var(--theme-color3)
}

.about-section-nine .content-column .inner-column .info-box .inner-box .icon {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--theme-color1);
	font-size: 72px;
	line-height: 1em;
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.about-section-nine .content-column .inner-column .info-box .inner-box .count-box {
	display: block;
	color: var(--theme-color-dark);
	font-size: 32px;
	line-height: 42px;
	font-weight: 700
}

.about-section-nine .content-column .inner-column .info-box .inner-box .count-box .count-text {
	color: var(--theme-color-dark);
	font-size: 32px;
	font-weight: 700;
	line-height: 42px
}

.about-section-nine .content-column .inner-column .info-box .inner-box .counter-title {
	color: var(--theme-color-dark);
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 0
}

.about-section-nine .content-column .inner-column .bottom-box .text {
	margin-bottom: 27px
}

.about-section-nine .content-column .inner-column .author-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media(max-width:575.98px) {
	.about-section-nine .content-column .inner-column .author-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-nine .content-column .inner-column .author-box .thumb {
	margin-right: 20px;
	margin-bottom: 0
}

@media(max-width:575.98px) {
	.about-section-nine .content-column .inner-column .author-box .thumb {
		position: relative;
		display: inline-block;
		margin-right: 0;
		margin-bottom: 10px
	}
}

.about-section-nine .content-column .inner-column .author-box .name {
	color: var(--theme-color-dark);
	font-weight: 700;
	margin-bottom: 0
}

.about-section-nine .content-column .inner-column .author-box .designation {
	line-height: 24px
}

.about-section-nine .content-column .inner-column .author-box .sign {
	margin-left: 90px;
	margin-bottom: 0
}

@media(max-width:575.98px) {
	.about-section-nine .content-column .inner-column .author-box .sign {
		margin-left: 0;
		margin-top: 20px
	}
}

.about-section-nine .image-column {
	margin-bottom: 50px
}

.about-section-nine .image-column .inner-column {
	position: relative;
	padding-left: 55px;
	padding-top: 35px
}

@media(max-width:991.98px) {
	.about-section-nine .image-column .inner-column {
		padding-left: 0;
		padding-top: 0
	}
}

.about-section-nine .image-column .inner-column .image-box {
	position: relative;
	border-radius: 5px
}

@media(max-width:991.98px) {
	.about-section-nine .image-column .inner-column .image-box {
		display: none
	}
}

.about-section-nine .image-column .inner-column .image-box:before {
	content: "";
	position: absolute;
	bottom: -25px;
	left: -24px;
	width: 123px;
	height: 142px;
	display: block;
	background-color: var(--bg-theme-color1);
	z-index: -10
}

.about-section-nine .image-column .inner-column .image-box:after {
	content: "";
	position: absolute;
	top: -32px;
	right: 59px;
	width: 224px;
	height: 237px;
	display: block;
	background-color: var(--bg-theme-color1);
	z-index: -10
}

.about-section-nine .image-column .inner-column .image-box .image {
	margin-bottom: 0
}

.about-section-nine .image-column .inner-column .video-box {
	position: relative;
	margin-top: -160px;
	border-radius: 5px;
	text-align: right
}

@media(max-width:1199.98px) {
	.about-section-nine .image-column .inner-column .video-box {
		margin-top: 30px
	}
}

.about-section-nine .image-column .inner-column .video-box .inner {
	position: relative;
	display: inline-block
}

@media(max-width:991.98px) {
	.about-section-nine .image-column .inner-column .video-box .inner {
		display: block
	}
}

.about-section-nine .image-column .inner-column .video-box .inner:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 95px;
	height: 100px;
	-webkit-transform: translate(-58%, -52%);
	transform: translate(-58%, -52%);
	background-image: url(../images/icons/shape-3.png);
	background-size: cover;
	background-repeat: no-repeat
}

.about-section-nine .image-column .inner-column .video-box .inner .play-now {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.about-section-nine .image-column .inner-column .video-box .inner .play-now .icon {
	width: 42px;
	height: 41px;
	line-height: 41px;
	background-color: var(--bg-theme-color1);
	border-radius: 50%;
	color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.about-section-nine .image-column .inner-column .video-box .inner .play-now .icon:hover {
	background-color: var(--bg-theme-color2);
	color: var(--theme-color-dark)
}

.about-section-nine .image-column .inner-column .video-box .inner .image {
	margin-bottom: 0;
	border: 8px solid var(--theme-color-light)
}

@media(max-width:991.98px) {
	.about-section-nine .image-column .inner-column .video-box .inner .image img {
		width: 100%
	}
}

.about-section-nine .image-column .inner-column .video-box .inner .icon-object-3 {
	position: absolute;
	left: -140px;
	bottom: 55px
}

@media(max-width:1199.98px) {
	.about-section-nine .image-column .inner-column .video-box .inner .icon-object-3 {
		display: none
	}
}

.about-section-ten {
	position: relative;
	padding: 120px 0 70px;
	z-index: 10;
	background-color: var(--bg-theme-color3)
}

.about-section-ten .content-column {
	margin-bottom: 50px
}

.about-section-ten .content-column .inner-column .sec-title {
	margin-bottom: 50px
}

.about-section-ten .content-column .inner-column .exp-box {
	position: relative;
	margin-bottom: 25px
}

.about-section-ten .content-column .inner-column .exp-box .inner-box {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(255, 255, 255, .05);
	padding: 17px 20px;
	border-radius: 5px;
	z-index: 10
}

@media(max-width:575.98px) {
	.about-section-ten .content-column .inner-column .exp-box .inner-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-ten .content-column .inner-column .exp-box .images-box {
	margin-right: 46px
}

@media(max-width:575.98px) {
	.about-section-ten .content-column .inner-column .exp-box .images-box {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 20px
	}
}

.about-section-ten .content-column .inner-column .exp-box .images-box img {
	height: 55px;
	width: 55px;
	margin-right: -20px;
	border: 2px solid var(--theme-color-light);
	border-radius: 50%
}

.about-section-ten .content-column .inner-column .exp-box .count-box {
	position: relative;
	color: var(--theme-color-light);
	font-size: 32px;
	font-weight: 600;
	line-height: 45px
}

.about-section-ten .content-column .inner-column .exp-box .count-box .count-text {
	position: relative;
	color: var(--theme-color-light);
	font-size: 32px;
	font-weight: 600;
	line-height: 45px
}

.about-section-ten .content-column .inner-column .exp-box .counter-title {
	color: var(--theme-color-light);
	font-weight: 400;
	margin-bottom: 0
}

.about-section-ten .content-column .inner-column .text {
	color: var(--theme-color-light);
	margin-bottom: 30px
}

.about-section-ten .content-column .inner-column .bottom-box {
	padding-right: 40px
}

@media(max-width:991.98px) {
	.about-section-ten .content-column .inner-column .bottom-box {
		padding-right: 0
	}
}

.about-section-ten .content-column .inner-column .counter-block-eleven {
	margin-bottom: 31px
}

.about-section-ten .content-column .inner-column .counter-block-eleven .inner-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: var(--bg-theme-color1);
	padding: 30px 0 30px 40px
}

@media(max-width:1199.98px) {
	.about-section-ten .content-column .inner-column .counter-block-eleven .inner-box {
		padding: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
}

.about-section-ten .content-column .inner-column .counter-block-eleven .inner-box:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.about-section-ten .content-column .inner-column .counter-block-eleven .inner-box .icon {
	color: var(--theme-color-light);
	font-size: 64px;
	margin-right: 30px;
	line-height: 70px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1199.98px) {
	.about-section-ten .content-column .inner-column .counter-block-eleven .inner-box .icon {
		margin-right: 0;
		margin-bottom: 10px
	}
}

.about-section-ten .content-column .inner-column .counter-block-eleven .inner-box .count-box {
	display: block;
	color: var(--theme-color-light);
	font-size: 32px;
	padding-top: 5px;
	font-weight: 700;
	margin-bottom: 4px;
	display: block ruby
}

.about-section-ten .content-column .inner-column .counter-block-eleven .inner-box .count-box .count-text {
	color: var(--theme-color-light);
	font-size: 32px;
	font-weight: 700
}

.about-section-ten .content-column .inner-column .counter-block-eleven .inner-box .counter-title {
	color: var(--theme-color-light);
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 0
}

.about-section-ten .image-column {
	margin-bottom: 50px
}

.about-section-ten .image-column .inner-column {
	position: relative;
	padding-left: 10px;
	padding-top: 15px
}

.about-section-ten .image-column .inner-column .image-box {
	position: relative;
	padding-bottom: 130px
}

@media(max-width:1199.98px) {
	.about-section-ten .image-column .inner-column .image-box {
		padding-bottom: 80px
	}
}

.about-section-ten .image-column .inner-column .image-box .image {
	display: inline-block;
	border: 10px solid var(--theme-color-light)
}

@media(max-width:991.98px) {
	.about-section-ten .image-column .inner-column .image-box .image {
		display: block
	}
}

.about-section-ten .image-column .inner-column .image-box .image img {
	width: 100%
}

.about-section-ten .image-column .inner-column .image-box .image-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	border: 1px solid var(--theme-color-light);
	margin-bottom: 0
}

@media(max-width:1199.98px) {
	.about-section-ten .image-column .inner-column .image-box .image-2 {
		position: relative;
		margin-top: 30px;
		border: 10px solid var(--theme-color-light)
	}

	.about-section-ten .image-column .inner-column .image-box .image-2 img {
		width: 100%
	}
}

.about-section-ten .image-column .inner-column .info-box {
	position: absolute;
	left: 85px;
	bottom: -10px;
	width: 184px;
	height: 184px;
	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;
	background-color: var(--bg-theme-color1)
}

@media(max-width:1199.98px) {
	.about-section-ten .image-column .inner-column .info-box {
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto
	}
}

.about-section-ten .image-column .inner-column .info-box .inner {
	position: relative;
	z-index: 10;
	text-align: center
}

.about-section-ten .image-column .inner-column .info-box .inner .icon {
	font-size: 44px;
	color: var(--theme-color-light)
}

.about-section-ten .image-column .inner-column .info-box .inner .count-box {
	color: var(--theme-color-light);
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 4px
}

.about-section-ten .image-column .inner-column .info-box .inner .count-box .count-text {
	color: var(--theme-color-light);
	font-size: 32px;
	font-weight: 700
}

.about-section-eleven {
	position: relative;
	padding: 120px 0 70px;
	z-index: 10;
	background-color: var(--bg-theme-color3)
}

.about-section-eleven .content-column {
	margin-bottom: 50px
}

.about-section-eleven .content-column .inner-column {
	position: relative;
	padding-top: 50px
}

@media(max-width:1199.98px) {
	.about-section-eleven .content-column .inner-column {
		padding-top: 0
	}
}

.about-section-eleven .content-column .sec-title {
	margin-bottom: 40px
}

.about-section-eleven .content-column .sec-title .text {
	margin-top: 50px
}

.about-section-eleven .content-column .exp-box {
	position: relative;
	display: inline-block;
	padding: 40px 70px;
	background-color: var(--bg-theme-color1)
}

@media(max-width:991.98px) {
	.about-section-eleven .content-column .exp-box {
		width: 100%
	}
}

@media(max-width:575.98px) {
	.about-section-eleven .content-column .exp-box {
		padding: 30px
	}
}

.about-section-eleven .content-column .exp-box .inner {
	position: relative;
	padding-left: 82px
}

@media(max-width:575.98px) {
	.about-section-eleven .content-column .exp-box .inner {
		padding-left: 0;
		text-align: center
	}
}

.about-section-eleven .content-column .exp-box .icon {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--theme-color-light);
	font-size: 64px;
	line-height: 70px;
	text-align: center
}

@media(max-width:575.98px) {
	.about-section-eleven .content-column .exp-box .icon {
		position: relative;
		display: inline-block;
		margin-bottom: 10px
	}
}

.about-section-eleven .content-column .exp-box .count-box {
	position: relative;
	color: var(--theme-color-light);
	font-size: 32px;
	font-weight: 700;
	line-height: 45px
}

.about-section-eleven .content-column .exp-box .count-box .count-text {
	position: relative;
	color: var(--theme-color-light);
	font-size: 32px;
	font-weight: 700;
	line-height: 45px
}

.about-section-eleven .content-column .exp-box .counter-title {
	color: var(--theme-color-light);
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 0
}

.about-section-eleven .image-column {
	margin-bottom: 50px
}

.about-section-eleven .image-column .inner-column {
	position: relative
}

.about-section-eleven .image-column .image-box {
	position: relative;
	padding-bottom: 70px
}

@media(max-width:991.98px) {
	.about-section-eleven .image-column .image-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 0
	}
}

.about-section-eleven .image-column .image-box .icon-object-4 {
	position: absolute;
	right: 30px;
	top: 45px
}

@media(max-width:767.98px) {
	.about-section-eleven .image-column .image-box .icon-object-4 {
		display: none
	}
}

.about-section-eleven .image-column .image-box .image {
	position: relative
}

.about-section-eleven .image-column .image-box .image-2 {
	position: absolute;
	left: 170px;
	bottom: 0;
	margin-bottom: 0
}

@media(max-width:991.98px) {
	.about-section-eleven .image-column .image-box .image-2 {
		position: relative;
		left: 0;
		margin-left: 20px
	}
}

.services-section {
	position: relative;
	padding: 120px 0 90px
}

.services-section .sec-title {
	margin-bottom: 74px
}

@media(max-width:575.98px) {
	.services-section .sec-title {
		margin-bottom: 60px
	}
}

.service-block {
	position: relative;
	margin-bottom: 30px
}

.service-block .inner-box {
	position: relative;
	padding: 40px 40px 35px;
	height: 100%;
	background-color: var(--theme-color-gray);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1399.98px) {
	.service-block .inner-box {
		padding: 30px
	}
}

@media(max-width:1199.98px) {
	.service-block .inner-box {
		padding: 30px 20px
	}
}

.service-block .inner-box:hover .icon-box {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.service-block .inner-box .icon-box {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block .inner-box .count {
	position: absolute;
	right: 0;
	top: 0;
	background: var(--bg-theme-color1);
	width: 51px;
	height: 52px;
	font-weight: 700;
	font-size: 27px;
	line-height: 52px;
	text-align: center;
	color: var(--theme-color-light);
	border-radius: 0 0 0 10px
}

.service-block .inner-box .title {
	margin-bottom: 15px
}

@media(max-width:1199.98px) {
	.service-block .inner-box .title {
		font-size: 24px
	}
}

.service-block .inner-box .title:hover {
	color: var(--theme-color1)
}

.service-block .inner-box .text {
	margin-bottom: 20px
}

.service-block .inner-box .read-more {
	font-weight: 700;
	font-size: 20px;
	line-height: 1em;
	color: var(--theme-color-dark);
	-webkit-transform: all 300ms ease;
	transform: all 300ms ease
}

@media(max-width:1199.98px) {
	.service-block .inner-box .read-more {
		font-size: 18px
	}
}

.service-block .inner-box .read-more i {
	margin-left: 10px;
	font-size: 18px
}

@media(max-width:1199.98px) {
	.service-block .inner-box .read-more i {
		font-size: 16px
	}
}

.service-block .inner-box .read-more:hover {
	color: var(--theme-color1)
}

.services-section-two {
	position: relative;
	padding: 120px 0 90px
}

.service-block-two {
	margin-bottom: 30px
}

.service-block-two .inner-box {
	position: relative;
	border: 1px solid #e1e1e1;
	padding: 40px 40px 60px;
	margin-bottom: 22px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.service-block-two .inner-box {
		padding: 20px 15px 40px
	}
}

.service-block-two .inner-box:hover {
	-webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .1);
	box-shadow: 0 15px 40px rgba(0, 0, 0, .1)
}

.service-block-two .inner-box:hover .theme-btn {
	-webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .1);
	box-shadow: 0 15px 40px rgba(0, 0, 0, .1)
}

.service-block-two .inner-box:hover .icon {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg)
}

.service-block-two .inner-box .count {
	font-size: 55px;
	line-height: 60px;
	color: #e1e1e1;
	font-weight: 700;
	margin-bottom: 38px;
	display: inline-block
}

.service-block-two .inner-box .icon {
	position: absolute;
	right: 40px;
	top: 40px;
	font-size: 64px;
	line-height: 1em;
	color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-two .inner-box .title {
	color: var(--theme-color-dark);
	margin-bottom: 15px
}

.service-block-two .inner-box .title:hover {
	color: var(--theme-color1)
}

.service-block-two .inner-box .text {
	margin-bottom: 0
}

.service-block-two .inner-box .theme-btn {
	position: absolute;
	left: 112px;
	bottom: -22px;
	padding: 20px 30px
}

@media(max-width:575.98px) {
	.service-block-two .inner-box .theme-btn {
		left: 20px;
		padding: 15px 30px;
		font-size: 16px
	}
}

.services-section-three {
	position: relative;
	padding: 120px 0 90px;
	margin-bottom: 30px
}

.service-block-three {
	margin-bottom: 30px
}

.service-block-three .inner-box {
	position: relative;
	padding: 40px 41px 30px;
	height: 100%;
	background: var(--theme-color-light);
	border: 1px solid #e1e1e1;
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1199.98px) {
	.service-block-three .inner-box {
		padding: 30px 15px
	}
}

@media(max-width:575.98px) {
	.service-block-three .inner-box {
		padding: 20px 10px
	}
}

.service-block-three .inner-box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--bg-theme-color1);
	height: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-three .inner-box:hover::before {
	height: 100%
}

.service-block-three .inner-box:hover .icon-box {
	color: var(--theme-color-light);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.service-block-three .inner-box:hover .title {
	color: var(--theme-color-light)
}

.service-block-three .inner-box:hover .text {
	color: var(--theme-color-light)
}

.service-block-three .inner-box .icon-box {
	position: relative;
	display: inline-block;
	font-size: 60px;
	margin-bottom: 40px;
	color: var(--bg-theme-color1);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	line-height: 100px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1199.98px) {
	.service-block-three .inner-box .icon-box {
		margin-bottom: 0
	}
}

.service-block-three .inner-box .icon-box:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: var(--theme-color-light);
	width: 100px;
	height: 100px;
	border-radius: 100%;
	opacity: .2;
	-webkit-transform: translateX(-19%);
	transform: translateX(-19%)
}

.service-block-three .inner-box .count {
	position: absolute;
	right: 30px;
	bottom: 40px;
	font-weight: 700;
	font-size: 32px;
	color: #e1e1e1;
	line-height: 42px
}

@media(max-width:575.98px) {
	.service-block-three .inner-box .count {
		display: none
	}
}

.service-block-three .inner-box .title {
	margin-bottom: 20px
}

.service-block-three .inner-box .text {
	position: relative;
	margin-bottom: 18px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-three .inner-box .theme-btn {
	color: var(--text-color);
	border-color: var(--theme-color-dark);
	border-radius: 0
}

@media(max-width:575.98px) {
	.service-block-three .inner-box .theme-btn {
		padding: 15px 20px;
		font-size: 18px
	}
}

.service-block-three .inner-box .theme-btn:before {
	border-radius: 0
}

.service-block-three .inner-box .theme-btn:hover {
	color: var(--theme-color-light);
	border-color: var(--theme-color-light)
}

.services-section-four {
	position: relative;
	padding: 120px 0 90px
}

.service-block-four {
	margin-bottom: 30px
}

.service-block-four .inner-box {
	position: relative;
	padding-bottom: 30px
}

.service-block-four .inner-box:hover .content-box {
	-webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 18px 3px rgba(0, 0, 0, .09)
}

.service-block-four .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.service-block-four .inner-box .image-box {
	position: relative
}

.service-block-four .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	margin: 0
}

.service-block-four .inner-box .image-box .image img {
	width: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-four .inner-box .content-box {
	position: relative;
	background-color: var(--theme-color-light);
	padding: 40px 41px 55px;
	-webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 18px 3px rgba(0, 0, 0, .05);
	margin-top: -115px;
	margin-right: 29px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:991.98px) {
	.service-block-four .inner-box .content-box {
		margin: 0
	}
}

@media(max-width:575.98px) {
	.service-block-four .inner-box .content-box {
		padding: 40px 20px
	}
}

.service-block-four .inner-box .content-box .icon {
	position: absolute;
	right: 24px;
	top: -35px;
	height: 65px;
	width: 65px;
	background-color: var(--bg-theme-color1);
	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;
	font-size: 42px;
	line-height: 1em;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-four .inner-box .content-box .title {
	color: var(--theme-color-dark);
	margin-bottom: 15px
}

.service-block-four .inner-box .content-box .title:hover {
	color: var(--theme-color1)
}

.service-block-four .inner-box .content-box .text {
	line-height: 32px
}

.service-block-four .inner-box .read-more {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -33px;
	display: block;
	width: 65px;
	height: 65px;
	line-height: 65px;
	margin-bottom: -50px;
	border: 1px solid #e1e1e1;
	background-color: var(--theme-color-light);
	color: var(--bg-theme-color1);
	font-size: 20px;
	text-align: center;
	margin: 0 auto
}

.service-block-four .inner-box .read-more:hover {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.services-section-five {
	position: relative;
	padding: 50px 0 50px
}

.services-section-five .sec-title {
	margin-bottom: 74px
}

@media(max-width:575.98px) {
	.services-section-five .sec-title {
		margin-bottom: 60px
	}
}

.service-block-five {
	position: relative;
	margin-bottom: 30px
}

.service-block-five .inner-box {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 53px 40px 40px;
	height: 100%;
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, .05);
	box-shadow: 0 0 60px rgba(0, 0, 0, .05);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.bg-light{
   background: #f0f0f3 !important;
}

@media(max-width:991.98px) {
	.service-block-five .inner-box {
		padding: 30px 20px
	}
}

@media(max-width:575.98px) {
	.service-block-five .inner-box {
		padding: 30px 10px
	}
}

.service-block-five .inner-box:before {
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	margin-left: -222px;
	width: 444px;
	height: 444px;
	background-image: url(../images/icons/shadow-1.png);
	opacity: .8;
	pointer-events: none;
	-webkit-transform: scale(0);
	transform: scale(0);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	content: ""
}

.service-block-five .inner-box:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.service-block-five .inner-box:hover .icon-box:before {
	-webkit-transform: translate(7px, 7px);
	transform: translate(7px, 7px)
}

.service-block-five .inner-box:hover .title {
	color: var(--theme-color-dark)
}

.service-block-five .inner-box .icon-box {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	background-color: var(--bg-theme-color2);
	margin-bottom: 55px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:991.98px) {
	.service-block-five .inner-box .icon-box {
		margin-bottom: 20px
	}
}

.service-block-five .inner-box .icon-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	content: ""
}

.service-block-five .inner-box .icon-box .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: 100%;
	width: 100%;
	text-align: center;
	 background-image: linear-gradient(241deg, #e5b680 0%, #154a6c 100%);
	color: var(--theme-color-dark);
	font-size: 58px;
	position: relative;
	z-index: 99
}

.service-block-five .inner-box .title {
	margin-bottom: 15px
}

.service-block-five .inner-box .title:hover {
	color: var(--theme-color1)
}

.service-block-five .inner-box .text {
	position: relative;
	font-family: "Playwrite DE Grund", cursive;
	font-size: 15px;
	margin-bottom: 20px
}

.service-block-five .inner-box .read-more {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: var(--theme-color-dark);
	-webkit-transform: all 300ms ease;
	transform: all 300ms ease
}

.service-block-five .inner-box .read-more i {
	margin-left: 10px;
	font-size: 18px
}

.service-block-five .inner-box .read-more:hover {
	color: var(--theme-color1)
}

.services-section-six {
	position: relative;
	padding: 120px 0 70px
}

.service-block-six {
	margin-bottom: 50px
}

.service-block-six .inner-box {
	position: relative;
	margin-bottom: 37px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-six .inner-box:hover .icon {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.service-block-six .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.service-block-six .inner-box:hover .theme-btn,
.service-block-six .inner-box:hover .content {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.service-block-six .inner-box .image {
	margin: 0;
	overflow: hidden
}

.service-block-six .inner-box .image img {
	width: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-six .inner-box .content {
	position: relative;
	background-color: var(--theme-color-light);
	margin-top: -140px;
	margin-left: 26px;
	margin-right: 26px;
	padding: 60px 45px 50px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1399.98px) {
	.service-block-six .inner-box .content {
		margin: 0;
		padding: 60px 40px
	}
}

@media(max-width:991.98px) {
	.service-block-six .inner-box .content {
		padding: 60px 25px
	}
}

@media(max-width:575.98px) {
	.service-block-six .inner-box .content {
		padding: 60px 10px 40px
	}
}

.service-block-six .inner-box .icon {
	position: absolute;
	left: 0;
	right: 0;
	top: -32px;
	margin: 0 auto;
	height: 65px;
	width: 65px;
	background-color: var(--theme-color2);
	color: var(--theme-color-dark);
	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;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-six .inner-box .title {
	color: var(--theme-color-dark);
	margin-bottom: 10px
}

@media(max-width:575.98px) {
	.service-block-six .inner-box .title {
		font-size: 24px
	}
}

.service-block-six .inner-box .title:hover {
	color: var(--theme-color1)
}

.service-block-six .inner-box .text {
	margin-bottom: 0
}

.service-block-six .inner-box .theme-btn {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 20px 30px;
	bottom: -37px
}

@media(max-width:575.98px) {
	.service-block-six .inner-box .theme-btn {
		padding: 15px 20px;
		font-size: 18px
	}
}

.services-section-seven {
	position: relative;
	padding: 120px 0 90px
}

.services-section-seven .sec-title {
	margin-bottom: 84px
}

@media(max-width:575.98px) {
	.services-section-seven .sec-title {
		margin-bottom: 60px
	}
}

.service-block-seven {
	margin-bottom: 30px
}

.service-block-seven .inner-box {
	position: relative;
	border: 1px solid #e1e1e1;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-seven .inner-box:hover .theme-btn,
.service-block-seven .inner-box:hover .content {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.service-block-seven .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.service-block-seven .inner-box .image {
	position: relative;
	overflow: hidden;
	margin: 0
}

.service-block-seven .inner-box .image img {
	width: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-seven .inner-box .content {
	position: relative;
	background-color: var(--theme-color-light);
	padding: 40px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1399.98px) {
	.service-block-seven .inner-box .content {
		padding: 30px
	}
}

@media(max-width:575.98px) {
	.service-block-seven .inner-box .content {
		padding: 30px 15px
	}
}

.service-block-seven .inner-box .icon {
	position: absolute;
	right: 40px;
	top: -32px;
	margin: 0 auto;
	height: 65px;
	width: 65px;
	border-radius: 5px;
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light);
	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;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.service-block-seven .inner-box .icon {
		right: 30px;
		top: -50px
	}
}

.service-block-seven .inner-box .title {
	color: var(--theme-color-dark);
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 15px
}

@media(max-width:575.98px) {
	.service-block-seven .inner-box .title {
		font-size: 24px
	}
}

.service-block-seven .inner-box .title:hover {
	color: var(--theme-color1)
}

.service-block-seven .inner-box .text {
	margin-bottom: 18px
}

.service-block-seven .inner-box .theme-btn {
	border-color: var(--theme-color1)
}

@media(max-width:991.98px) {
	.service-block-seven .inner-box .theme-btn {
		padding: 15px 20px;
		font-size: 18px
	}
}

.services-section-eight {
	position: relative;
	padding: 120px 0 90px;
	background-color: var(--bg-theme-color1);
	overflow: hidden
}

.services-section-eight .bg-shape {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 304px;
	height: 608px;
	background-image: url(../images/icons/shape-4.png)
}

@media(max-width:991.98px) {
	.services-section-eight .content-column {
		margin-bottom: 50px
	}
}

.services-section-eight .content-column .sec-title {
	margin-bottom: 28px
}

.services-section-eight .content-column .sec-title .sub-title {
	color: var(--theme-color-light)
}

.services-section-eight .content-column .sec-title .sub-title:after {
	background-color: var(--theme-color-light)
}

.services-section-eight .content-column .sec-title .text {
	margin-top: 40px
}

.services-section-eight .content-column .theme-btn {
	border-color: var(--theme-color-light);
	color: var(--theme-color-light);
	padding: 14px 30px;
	line-height: 30px
}

.services-section-eight .content-column .theme-btn:hover {
	color: var(--theme-color-dark)
}

.services-section-eight .slider-column .carousel-outer {
	margin-right: -330px
}

@media(max-width:991.98px) {
	.services-section-eight .slider-column .carousel-outer {
		margin: 0
	}
}

.services-section-eight .slider-column .default-navs .owl-nav {
	position: absolute;
	left: -660px;
	bottom: 40px;
	z-index: 8
}

@media(max-width:1399.98px) {
	.services-section-eight .slider-column .default-navs .owl-nav {
		bottom: 20px;
		left: -600px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media(max-width:1199.98px) {
	.services-section-eight .slider-column .default-navs .owl-nav {
		left: -500px
	}
}

@media(max-width:991.98px) {
	.services-section-eight .slider-column .default-navs .owl-nav {
		position: relative;
		left: 0;
		bottom: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.services-section-eight .slider-column .default-navs .owl-nav .owl-next,
.services-section-eight .slider-column .default-navs .owl-nav .owl-prev {
	background-color: rgba(255, 255, 255, .1);
	height: 60px;
	width: 60px;
	line-height: 60px;
	color: var(--theme-color-light)
}

.services-section-eight .slider-column .default-navs .owl-nav .owl-next:hover,
.services-section-eight .slider-column .default-navs .owl-nav .owl-prev:hover {
	background-color: var(--theme-color-light);
	color: var(--theme-color1)
}

.service-block-eight {
	position: relative;
	margin-bottom: 30px
}

.service-block-eight .inner-box {
	position: relative;
	background-color: var(--theme-color-light);
	padding: 20px
}

.service-block-eight .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.service-block-eight .inner-box:hover .icon-box {
	background-color: var(--bg-theme-color2);
	color: var(--theme-color-dark)
}

.service-block-eight .inner-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.service-block-eight .inner-box .image img {
	width: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-eight .inner-box .content {
	position: relative;
	padding: 65px 10px 15px
}

@media(max-width:1399.98px) {
	.service-block-eight .inner-box .content {
		padding: 65px 5px 15px
	}
}

.service-block-eight .inner-box .icon-box {
	position: absolute;
	top: -32px;
	left: 10px;
	font-size: 45px;
	width: 65px;
	height: 65px;
	line-height: 65px;
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light);
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-eight .inner-box .title {
	margin-bottom: 5px
}

@media(max-width:1399.98px) {
	.service-block-eight .inner-box .title {
		font-size: 24px
	}
}

.service-block-eight .inner-box .title:hover {
	color: var(--bg-theme-color1)
}

.service-block-eight .inner-box .text {
	margin-bottom: 11px
}

.service-block-eight .inner-box .read-more {
	position: relative;
	font-size: 20px;
	font-weight: 700
}

.service-block-eight .inner-box .read-more i {
	color: var(--bg-theme-color1);
	font-size: 16px;
	margin-right: 7px
}

.service-block-eight .inner-box .read-more:hover {
	color: var(--bg-theme-color1)
}

.service-section-nine {
	position: relative;
	padding: 120px 0 90px;
	background: var(--theme-color3)
}

.service-block-nine {
	margin-bottom: 30px
}

.service-block-nine .inner-box {
	position: relative;
	padding: 58px 30px 33px;
	background: rgba(255, 255, 255, .05);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-top: 32px
}

.service-block-nine .inner-box:hover .icon {
	background-color: var(--theme-color2);
	color: var(--theme-color-dark)
}

.service-block-nine .inner-box .icon {
	margin-bottom: 30px;
	position: absolute;
	top: -32px;
	left: 30px;
	font-size: 38px;
	width: 60px;
	height: 60px;
	background-color: var(--theme-color1);
	line-height: 60px;
	text-align: center;
	color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-nine .inner-box .title {
	color: var(--theme-color-light)
}

.service-block-nine .inner-box .text {
	color: var(--theme-color-light);
	margin-bottom: 37px
}

.service-block-nine .inner-box .read-more {
	font-size: 20px;
	color: var(--theme-color-light);
	line-height: 26px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.service-block-nine .inner-box .read-more {
		font-size: 18px
	}
}

.service-block-nine .inner-box .read-more:hover {
	color: var(--theme-color2)
}

.service-block-nine .inner-box .read-more i {
	font-size: 16px;
	color: var(--theme-color1);
	margin-right: 10px
}

.services-section-ten {
	position: relative;
	padding: 120px 0 90px
}

.service-block-ten {
	position: relative;
	margin-bottom: 30px
}

.service-block-ten .inner-box {
	position: relative;
	padding: 40px 40px 38px;
	height: 100%;
	-webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 18px 3px rgba(0, 0, 0, .05);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.service-block-ten .inner-box {
		padding: 30px 20px
	}
}

.service-block-ten .inner-box:hover .icon-box {
	color: var(--theme-color-dark)
}

.service-block-ten .inner-box:hover .icon-box::before {
	background-color: var(--bg-theme-color2);
	opacity: .5
}

.service-block-ten .inner-box:hover .icon-box::after {
	background-color: var(--bg-theme-color2)
}

.service-block-ten .inner-box .icon-box {
	position: relative;
	height: 90px;
	width: 90px;
	margin-bottom: 30px;
	font-size: 60px;
	color: var(--theme-color-light);
	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
}

.service-block-ten .inner-box .icon-box:before,
.service-block-ten .inner-box .icon-box:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--bg-theme-color1);
	content: "";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-ten .inner-box .icon-box:after {
	-webkit-transform: rotate(12.07deg);
	transform: rotate(12.07deg);
	opacity: .2
}

.service-block-ten .inner-box .icon-box .icon {
	position: relative
}

.service-block-ten .inner-box .count {
	position: absolute;
	right: 40px;
	top: 40px;
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;
	text-align: center;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--theme-color-dark);
	border-radius: 0 0 0 10px
}

.service-block-ten .inner-box .title {
	font-size: 20px;
	margin-bottom: 15px
}

.service-block-ten .inner-box .title:hover {
	color: var(--theme-color1)
}

.service-block-ten .inner-box .text {
	margin-bottom: 18px
}

.service-block-ten .inner-box .read-more {
	font-weight: 700;
	font-size: 20px;
	line-height: 1em;
	color: var(--theme-color1);
	-webkit-transform: all 300ms ease;
	transform: all 300ms ease
}

.service-block-ten .inner-box .read-more i {
	margin-left: 10px;
	font-size: 18px
}

.service-block-ten .inner-box .read-more:hover {
	color: var(--theme-color-dark)
}

.services-section-eleven {
	position: relative;
	padding: 120px 0 90px
}

.service-block-eleven {
	position: relative;
	margin-bottom: 30px
}

.service-block-eleven .inner-box {
	position: relative;
	padding: 35px 30px 40px;
	height: 100%;
	background: #fff;
	border: 1px solid #e1e1e1;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.service-block-eleven .inner-box {
		padding: 30px 20px
	}
}

.service-block-eleven .inner-box:hover {
	-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)
}

.service-block-eleven .inner-box:hover .icon-box {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.service-block-eleven .inner-box .icon-box {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.service-block-eleven .inner-box .count {
	position: absolute;
	right: 30px;
	bottom: 40px;
	font-weight: 700;
	font-size: 32px;
	color: #e1e1e1;
	line-height: 42px
}

@media(max-width:575.98px) {
	.service-block-eleven .inner-box .count {
		display: none
	}
}

.service-block-eleven .inner-box .title {
	margin-bottom: 10px
}

@media(max-width:575.98px) {
	.service-block-eleven .inner-box .title {
		font-size: 24px
	}
}

.service-block-eleven .inner-box .title:hover {
	color: var(--theme-color1)
}

.service-block-eleven .inner-box .text {
	margin-bottom: 24px
}

.service-block-eleven .inner-box .read-more {
	position: relative;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: var(--theme-color-dark);
	-webkit-transform: all 300ms ease;
	transform: all 300ms ease
}

@media(max-width:575.98px) {
	.service-block-eleven .inner-box .read-more {
		font-size: 18px
	}
}

.service-block-eleven .inner-box .read-more::before {
	content: "";
	position: absolute;
	width: 86px;
	height: 1px;
	background-color: #e1e1e1;
	top: 14px;
	right: -95px
}

@media(max-width:575.98px) {
	.service-block-eleven .inner-box .read-more::before {
		display: none
	}
}

.service-block-eleven .inner-box .read-more i {
	margin-left: 10px;
	font-size: 18px
}

.service-block-eleven .inner-box .read-more:hover {
	color: var(--theme-color1)
}

.services-section-twelve {
	position: relative;
	background-color: var(--bg-theme-color3);
	padding: 120px 0 70px
}

.services-section-twelve .sec-title {
	margin-bottom: 68px
}

.service-block-twelve {
	margin-bottom: 50px
}

.service-block-twelve .inner-box:hover .title-box .icon {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.service-block-twelve .inner-box .title-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.service-block-twelve .inner-box .title-box .icon {
	display: inline-block;
	background-color: var(--bg-theme-color2);
	color: var(--theme-color-dark);
	font-size: 45px;
	width: 65px;
	height: 65px;
	line-height: 65px;
	margin-bottom: 22px;
	margin-right: 25px;
	text-align: center;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s
}

.service-block-twelve .inner-box .title-box .title {
	color: var(--theme-color-light);
	font-size: 27px;
	font-weight: 700;
	line-height: 35px
}

.service-block-twelve .inner-box .text {
	color: var(--theme-color-light);
	margin-bottom: 34px
}

.service-block-twelve .inner-box .theme-btn:before {
	background-color: var(--bg-theme-color2)
}

.service-block-twelve .inner-box .theme-btn:hover {
	border-color: var(--theme-color2)
}

.projects-section {
	position: relative;
	padding: 120px 0 90px
}

.projects-section .sec-title {
	margin-bottom: 70px
}

.projects-section .mixitup-gallery {
	position: relative
}

.projects-section .mixitup-gallery .outer-box {
	margin-left: -220px;
	margin-right: -220px
}

@media only screen and (max-width:1699px) {
	.projects-section .mixitup-gallery .outer-box {
		margin: 0
	}
}

.projects-section .mixitup-gallery .filter-btns {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -120px
}

@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: 18px;
	line-height: 32px;
	padding: 10px 20px;
	color: var(--theme-color-dark);
	background-color: var(--theme-color-light);
	font-weight: 400;
	margin-left: 25px;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, .05);
	box-shadow: 0 0 60px rgba(0, 0, 0, .05);
	margin-bottom: 10px
}

.mixitup-gallery .filter-btns .filter:first-child {
	margin-left: 0
}

@media(max-width:991.98px) {
	.mixitup-gallery .filter-btns .filter {
		line-height: 20px;
		padding: 10px 15px;
		margin-left: 0;
		margin-right: 15px
	}
}

@media(max-width:575.98px) {
	.mixitup-gallery .filter-btns .filter {
		width: 100%;
		text-align: center;
		margin-right: 0;
		margin-left: 0
	}
}

.mixitup-gallery .filter-btns .filter:hover,
.mixitup-gallery .filter-btns .filter.active {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.project-block {
	position: relative;
	margin-bottom: 30px
}

.project-block .inner-box {
	position: relative
}

.project-block .inner-box:hover .info-box {
	bottom: 40px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

@media only screen and (max-width:1699px) {
	.project-block .inner-box:hover .info-box {
		bottom: 0
	}
}

.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:hover .image-box .read-more {
	top: 40px;
	right: 40px;
	opacity: 1;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms
}

@media(max-width:575.98px) {
	.project-block .inner-box:hover .image-box .read-more {
		right: 20px;
		top: 20px
	}
}

.project-block .inner-box .image-box {
	position: relative
}

.project-block .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	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 .image-box .read-more {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 65px;
	height: 65px;
	background: var(--bg-theme-color1);
	color: var(--theme-color-light);
	line-height: 65px;
	font-size: 30px;
	opacity: 0;
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 2
}

@media(max-width:575.98px) {
	.project-block .inner-box .image-box .read-more {
		height: 35px;
		width: 35px;
		line-height: 35px;
		font-size: 18px
	}
}

.project-block .inner-box .image-box .read-more i {
	position: relative;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: 300
}

.project-block .inner-box .info-box {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 10px;
	padding: 33px 30px 25px;
	z-index: 3;
	background-color: var(--theme-color-light);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

@media only screen and (max-width:1699px) {
	.project-block .inner-box .info-box {
		left: 0;
		right: 0;
		bottom: 0
	}
}

.project-block .inner-box .info-box .title {
	margin-bottom: 10px
}

@media(max-width:575.98px) {
	.project-block .inner-box .info-box .title {
		font-size: 24px
	}
}

.project-block .inner-box .info-box .title a:hover {
	color: var(--theme-color1)
}

.project-block .inner-box .info-box .text {
	color: var(--theme-color-dark)
}

@media(max-width:575.98px) {
	.project-block .inner-box .info-box .text {
		font-size: 16px;
		line-height: 24px
	}
}

.projects-section-two {
	position: relative;
	padding: 120px 0 90px
}

.projects-section-two .sec-title {
	margin-bottom: 50px
}

.projects-section-two .mixitup-gallery .filter-btns {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -104px
}

@media(max-width:1199.98px) {
	.projects-section-two .mixitup-gallery .filter-btns {
		margin-top: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.project-block-two {
	position: relative;
	margin-bottom: 30px
}

.project-block-two .inner-box {
	position: relative
}

.project-block-two .inner-box:hover .info-box {
	bottom: 0;
	opacity: 1;
	-webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 18px 3px rgba(0, 0, 0, .05);
	visibility: visible;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.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;
	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 .info-box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	padding: 33px 30px 25px;
	z-index: 3;
	background-color: var(--theme-color-light);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.project-block-two .inner-box .info-box .title {
	margin-bottom: 5px
}

.project-block-two .inner-box .info-box .title a:hover {
	color: var(--theme-color1)
}

.project-block-two .inner-box .info-box .text {
	margin-bottom: 0
}

.projects-section-three {
	position: relative;
	padding: 120px 0 0;
	overflow: hidden
}

.projects-section-three .carousel-outer {
	margin: 0 -140px
}

@media(max-width:1399.98px) {
	.projects-section-three .carousel-outer {
		margin: 0;
		padding: 0 15px
	}
}

.projects-section-three .projects-carousel .owl-nav {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: -142px;
	z-index: 8;
	max-width: 1290px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media(max-width:767.98px) {
	.projects-section-three .projects-carousel .owl-nav {
		position: relative;
		top: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.project-block-three {
	position: relative
}

.project-block-three .inner-box {
	position: relative
}

.project-block-three .inner-box:hover .info-box {
	bottom: 40px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

@media(max-width:575.98px) {
	.project-block-three .inner-box:hover .info-box {
		bottom: 20px
	}
}

.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:hover .image-box .read-more {
	top: 40px;
	right: 40px;
	opacity: 1;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms
}

@media(max-width:575.98px) {
	.project-block-three .inner-box:hover .image-box .read-more {
		right: 20px;
		top: 20px
	}
}

.project-block-three .inner-box .image-box {
	position: relative
}

.project-block-three .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.project-block-three .inner-box .image-box .image img {
	position: relative;
	width: 100%;
	min-height: 460px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.project-block-three .inner-box .image-box .read-more {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 65px;
	height: 65px;
	background: var(--bg-theme-color1);
	color: var(--theme-color-light);
	line-height: 65px;
	font-size: 30px;
	opacity: 0;
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 2
}

@media(max-width:575.98px) {
	.project-block-three .inner-box .image-box .read-more {
		height: 35px;
		width: 35px;
		line-height: 35px;
		font-size: 18px
	}
}

.project-block-three .inner-box .image-box .read-more i {
	position: relative;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: 300
}

.project-block-three .inner-box .info-box {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 10px;
	padding: 33px 30px 25px;
	z-index: 3;
	background-color: var(--theme-color-light);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

@media(max-width:575.98px) {
	.project-block-three .inner-box .info-box {
		left: 10px;
		right: 10px
	}
}

.project-block-three .inner-box .info-box .title {
	margin-bottom: 10px
}

@media(max-width:575.98px) {
	.project-block-three .inner-box .info-box .title {
		font-size: 24px
	}
}

.project-block-three .inner-box .info-box .title a:hover {
	color: var(--theme-color1)
}

.project-block-three .inner-box .info-box .text {
	color: var(--theme-color-dark)
}

@media(max-width:575.98px) {
	.project-block-three .inner-box .info-box .text {
		font-size: 16px;
		line-height: 24px
	}
}

.projects-section-four {
	position: relative;
	padding: 120px 0 90px
}

.projects-section-four .sec-title {
	margin-bottom: 70px
}

.projects-section-four .mixitup-gallery .filter-btns {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -104px
}

@media(max-width:1199.98px) {
	.projects-section-four .mixitup-gallery .filter-btns {
		margin-top: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.project-section-five {
	position: relative;
	background-color: var(--bg-theme-color3);
	padding: 120px 0 90px
}

.project-section-five .bg-pattern-6 {
	opacity: .1
}

.project-section-five .sec-title {
	margin-bottom: 50px
}

.project-section-five .sec-title .sub-title {
	color: var(--bg-theme-color2)
}

.project-section-five .sec-title .sub-title:before {
	display: none
}

.project-section-five .sec-title .title {
	color: var(--theme-color-light)
}

.project-section-five .mixitup-gallery .filter-btns {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -104px
}

@media(max-width:1199.98px) {
	.project-section-five .mixitup-gallery .filter-btns {
		margin-top: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.project-block-five {
	position: relative;
	margin-bottom: 24px
}

.project-block-five .inner-box {
	position: relative
}

.project-block-five .inner-box:hover .info-box {
	bottom: 35px;
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms
}

.project-block-five .inner-box:hover .image-box .image:before {
	height: 100%
}

.project-block-five .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-five .inner-box:hover .read-more {
	opacity: 1;
	right: 80px;
	top: 80px
}

@media(max-width:575.98px) {
	.project-block-five .inner-box:hover .read-more {
		right: 20px;
		top: 20px
	}
}

.project-block-five .inner-box .read-more {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 78px;
	height: 78px;
	background: var(--theme-color-light);
	color: var(--theme-color1);
	line-height: 78px;
	font-size: 20px;
	opacity: 0;
	border-radius: 100%;
	text-align: center;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 10
}

.project-block-five .inner-box .read-more:hover {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

@media(max-width:575.98px) {
	.project-block-five .inner-box .read-more {
		height: 35px;
		width: 35px;
		line-height: 35px;
		font-size: 18px
	}
}

.project-block-five .inner-box .read-more i {
	position: relative;
	font-weight: 300
}

.project-block-five .inner-box .image-box {
	position: relative
}

.project-block-five .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.project-block-five .inner-box .image-box .image:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	top: auto;
	bottom: 0;
	border-radius: 5px;
	background: -webkit-gradient(linear, left bottom, left top, from(var(--bg-theme-color1)), to(rgba(89, 86, 233, 0)));
	background: linear-gradient(360deg, var(--bg-theme-color1) 0%, rgba(89, 86, 233, 0) 100%);
	z-index: 1;
	pointer-events: none;
	height: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	content: ""
}

.project-block-five .inner-box .image-box .image img {
	position: relative;
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.project-block-five .inner-box .info-box {
	position: absolute;
	left: 40px;
	bottom: 0;
	background-color: transparent;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	z-index: 3
}

.project-block-five .inner-box .info-box .title {
	color: var(--theme-color-light);
	margin-bottom: 14px;
	font-size: 32px;
	line-height: 42px
}

.project-block-five .inner-box .info-box .text {
	color: var(--theme-color-light);
	margin-bottom: 0
}

.project-section-six {
	position: relative;
	padding: 120px 0;
	overflow: hidden
}

.project-section-six .carousel-outer {
	margin-left: -345px;
	margin-right: -345px
}

@media only screen and (max-width:1699px) {
	.project-section-six .carousel-outer {
		margin-left: -150px;
		margin-right: -150px
	}
}

@media(max-width:1399.98px) {
	.project-section-six .carousel-outer {
		margin-right: 0;
		margin-left: 0;
		padding: 0 20px
	}
}

.project-section-six .three-items-carousel .owl-nav {
	position: absolute;
	right: 0;
	top: -142px;
	z-index: 8;
	padding-right: 20px
}

@media(max-width:767.98px) {
	.project-section-six .three-items-carousel .owl-nav {
		position: relative;
		top: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 30px
	}
}

.project-block-six {
	position: relative
}

.project-block-six .inner-box {
	position: relative;
	padding-bottom: 67px
}

.project-block-six .inner-box:hover .info-box {
	bottom: -57px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.project-block-six .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.project-block-six .inner-box:hover .image-box .read-more {
	top: -33px;
	opacity: 1;
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms
}

.project-block-six .inner-box .image-box {
	position: relative
}

.project-block-six .inner-box .image-box .image {
	position: relative;
	overflow: hidden
}

.project-block-six .inner-box .image-box .image img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	min-height: 340px;
	-o-object-fit: cover;
	object-fit: cover
}

.project-block-six .inner-box .info-box {
	position: absolute;
	left: 74px;
	right: 74px;
	bottom: -20px;
	padding: 35px 35px 15px;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1399.98px) {
	.project-block-six .inner-box .info-box {
		left: 40px;
		right: 25px;
		padding: 35px 15px 15px
	}
}

.project-block-six .inner-box .info-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: -25px;
	right: 0;
	height: 100%;
	display: block;
	background-color: var(--theme-color-light);
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg)
}

@media(max-width:1399.98px) {
	.project-block-six .inner-box .info-box:after {
		-webkit-transform: none;
		transform: none
	}
}

.project-block-six .inner-box .info-box:before {
	content: "";
	position: absolute;
	top: 10px;
	left: -15px;
	right: -10px;
	height: 100%;
	display: block;
	background-color: var(--bg-theme-color1);
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg)
}

@media(max-width:1399.98px) {
	.project-block-six .inner-box .info-box:before {
		-webkit-transform: none;
		transform: none
	}
}

.project-block-six .inner-box .info-box .title {
	position: relative;
	margin-bottom: 8px;
	color: var(--theme-color-dark);
	z-index: 2
}

.project-block-six .inner-box .info-box .text {
	position: relative;
	font-size: 18px;
	z-index: 2
}

.project-block-six .inner-box .info-box .read-more {
	position: absolute;
	right: 40px;
	top: -45px;
	width: 65px;
	height: 65px;
	background: var(--bg-theme-color1);
	color: var(--theme-color-light);
	line-height: 65px;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 4
}

.project-block-six .inner-box .info-box .read-more i {
	position: relative
}

.project-block-six .inner-box .info-box .read-more:hover {
	background-color: var(--bg-theme-color2);
	color: var(--theme-color-dark)
}

.project-section-seven {
	position: relative;
	padding: 120px 0 90px
}

.project-section-seven .sec-title {
	margin-bottom: 50px
}

.project-section-seven .sec-title .sub-title:before {
	display: none
}

.project-section-seven .sec-title .sub-title:after {
	display: none
}

.project-section-seven .sec-title .sub-title .icon {
	margin-right: 10px
}

.project-section-seven .mixitup-gallery .filter-btns {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -104px
}

@media(max-width:1199.98px) {
	.project-section-seven .mixitup-gallery .filter-btns {
		margin-top: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.project-block-seven {
	position: relative;
	margin-bottom: 30px
}

.project-block-seven .inner-box {
	position: relative
}

.project-block-seven .inner-box:hover .info-box {
	opacity: 1;
	visibility: visible
}

.project-block-seven .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-seven .inner-box:hover .read-more {
	opacity: 1
}

@media(max-width:575.98px) {
	.project-block-seven .inner-box:hover .read-more {
		right: 20px;
		top: 20px
	}
}

.project-block-seven .inner-box .read-more {
	position: absolute;
	top: 60px;
	right: 60px;
	width: 78px;
	height: 78px;
	background: var(--bg-theme-color2);
	color: var(--theme-color-dark);
	line-height: 78px;
	font-size: 20px;
	opacity: 0;
	border-radius: 100%;
	text-align: center;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 10
}

@media(max-width:575.98px) {
	.project-block-seven .inner-box .read-more {
		height: 35px;
		width: 35px;
		line-height: 35px;
		font-size: 18px
	}
}

.project-block-seven .inner-box .read-more i {
	position: relative;
	font-weight: 300
}

.project-block-seven .inner-box .image-box {
	position: relative
}

.project-block-seven .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.project-block-seven .inner-box .image-box .image img {
	position: relative;
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.project-block-seven .inner-box .info-box {
	position: absolute;
	left: 20px;
	bottom: 10px;
	background-color: transparent;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	z-index: 3
}

.project-block-seven .inner-box .info-box .title {
	color: var(--theme-color-light);
	margin-bottom: 14px;
	font-size: 32px;
	line-height: 42px
}

.project-block-seven .inner-box .info-box .text {
	color: var(--theme-color-light);
	margin-bottom: 0
}

.project-section-eight {
	position: relative;
	padding: 120px 0 90px;
	background-color: var(--theme-color-gray);
	overflow: hidden
}

.project-section-eight.style-two {
	background-color: var(--bg-theme-color3)
}

.project-section-eight .bg {
	height: 1210px
}

.project-section-eight .sec-title {
	margin-bottom: 40px
}

.project-section-eight .mixitup-gallery .filter-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.project-block-eight {
	position: relative;
	margin-bottom: 30px
}

.project-block-eight .inner-box {
	position: relative
}

.project-block-eight .inner-box:hover .info-box {
	opacity: 1;
	visibility: visible
}

.project-block-eight .inner-box:hover .info-box:before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.project-block-eight .inner-box:hover .info-box .title {
	top: 0;
	opacity: 1;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms
}

.project-block-eight .inner-box:hover .info-box .text {
	top: 0;
	opacity: 1;
	-webkit-transition-delay: 450ms;
	transition-delay: 450ms
}

.project-block-eight .inner-box:hover .read-more {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 600ms;
	transition-delay: 600ms
}

.project-block-eight .inner-box .image-box {
	position: relative
}

.project-block-eight .inner-box .image-box .image img {
	width: 100%
}

.project-block-eight .inner-box .info-box {
	position: absolute;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: transparent;
	height: 100%;
	width: 100%;
	padding: 45px;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-block-eight .inner-box .info-box:before {
	position: absolute;
	content: "";
	top: 16px;
	left: 17px;
	right: 17px;
	bottom: 16px;
	opacity: .9;
	background-color: var(--bg-theme-color3);
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-block-eight .inner-box .info-box .title {
	position: relative;
	color: var(--theme-color-light);
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 700;
	top: 20px;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-block-eight .inner-box .info-box .text {
	position: relative;
	color: var(--theme-color-light);
	margin-bottom: 0;
	top: 20px;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-block-eight .inner-box .read-more {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 55px;
	height: 55px;
	background: var(--bg-theme-color1);
	color: var(--theme-color-light);
	line-height: 55px;
	font-size: 17px;
	border-radius: 100%;
	text-align: center;
	z-index: 10;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-section-nine {
	position: relative;
	padding: 120px 0 90px
}

.project-section-nine .sec-title {
	margin-bottom: 56px
}

.project-section-nine .mixitup-gallery .filter-btns {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -104px
}

@media(max-width:1199.98px) {
	.project-section-nine .mixitup-gallery .filter-btns {
		margin-top: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.project-block-nine {
	position: relative;
	margin-bottom: 30px
}

.project-block-nine .inner-box {
	position: relative
}

.project-block-nine .inner-box:hover .info-box {
	opacity: 1;
	visibility: visible
}

.project-block-nine .inner-box:hover .info-box:before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.project-block-nine .inner-box:hover .info-box .title {
	top: 0;
	opacity: 1;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms
}

.project-block-nine .inner-box:hover .info-box .text {
	top: 0;
	opacity: 1;
	-webkit-transition-delay: 450ms;
	transition-delay: 450ms
}

.project-block-nine .inner-box:hover .read-more {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 600ms;
	transition-delay: 600ms
}

.project-block-nine .inner-box .image-box {
	position: relative
}

.project-block-nine .inner-box .image-box .image img {
	width: 100%
}

.project-block-nine .inner-box .info-box {
	position: absolute;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: transparent;
	height: 100%;
	width: 100%;
	padding: 30px;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-block-nine .inner-box .info-box:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .9;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 38, 110, 0)), to(#1E266E));
	background: linear-gradient(180deg, rgba(30, 38, 110, 0) 0%, #1E266E 100%);
	-webkit-transform: scaleY(.8);
	transform: scaleY(.8);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-block-nine .inner-box .info-box .title {
	position: relative;
	color: var(--theme-color-light);
	font-weight: 700;
	font-size: 20px;
	top: 20px;
	opacity: 0;
	margin-bottom: 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-block-nine .inner-box .info-box .text {
	position: relative;
	color: var(--theme-color-light);
	margin-bottom: 0;
	top: 20px;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-block-nine .inner-box .read-more {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 55px;
	height: 55px;
	background: var(--bg-theme-color1);
	color: var(--theme-color-light);
	line-height: 55px;
	font-size: 17px;
	border-radius: 100%;
	text-align: center;
	z-index: 10;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.process-section {
	position: relative;
	background-color: var(--bg-theme-color1);
	padding: 120px 0 0;
	overflow: hidden
}

.process-section .bg-shape {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 587px;
	height: 1023px;
	background-image: url(../images/icons/shape-5.png)
}

.process-section .sec-title {
	margin-bottom: 84px
}

.process-section .sec-title .sub-title {
	color: var(--theme-color-light)
}

.process-section .sec-title .sub-title:before {
	background-color: var(--theme-color-light)
}

.process-section .sec-title .sub-title:after {
	background-color: var(--theme-color-light)
}

.process-section .clients-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	place-items: center;
	padding: 50px 0 110px
}

.process-section .clients-outer .image {
	text-align: center;
	margin-bottom: 0
}

.process-section .clients-outer .image img {
	display: inline-block;
	width: 50%;
	aspect-ratio: 3/2;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto
}

.process-block {
	margin-bottom: 30px
}

.process-block .inner-box {
	position: relative;
	background-color: var(--theme-color-light);
	padding: 30px
}

.process-block .inner-box:hover .icon {
	background-color: var(--bg-theme-color2);
	color: var(--theme-color-dark)
}

.process-block .inner-box .icon {
	display: inline-block;
	background-color: var(--bg-theme-color1);
	border-radius: 5px;
	color: var(--theme-color-light);
	font-size: 60px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin-bottom: 30px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.process-block .inner-box .title {
	margin-bottom: 15px
}

.process-block .inner-box .text {
	margin-bottom: 26px
}

.process-block .inner-box .read-more {
	color: var(--theme-color-dark);
	font-size: 20px;
	font-weight: 700;
	padding: 10px;
	padding-left: 0
}

.process-block .inner-box .read-more .btn-icon {
	color: var(--bg-theme-color1);
	margin-right: 10px
}

.process-block .inner-box .read-more:hover {
	color: var(--bg-theme-color1)
}

.process-block .inner-box .count {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;
	text-align: center;
	color: #e1e1e1
}

.process-section-two {
	position: relative;
	padding: 120px 0 70px;
	background-color: var(--theme-color-gray)
}

.process-section-two .content-column {
	margin-bottom: 50px
}

.process-section-two .content-column .inner-column {
	padding-left: 50px;
	padding-top: 35px
}

@media(max-width:1199.98px) {
	.process-section-two .content-column .inner-column {
		padding-left: 0;
		padding-top: 0
	}
}

.process-section-two .content-column .inner-column .sec-title {
	margin-bottom: 35px
}

.process-section-two .content-column .inner-column .sec-title .text {
	margin-top: 32px
}

.process-section-two .content-column .inner-column .info-box {
	position: relative;
	margin-bottom: 30px
}

.process-section-two .content-column .inner-column .info-box .inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--theme-color-light);
	border-radius: 5px;
	padding: 20px 25px
}

@media(max-width:575.98px) {
	.process-section-two .content-column .inner-column .info-box .inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
}

.process-section-two .content-column .inner-column .info-box .inner:hover .icon {
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.process-section-two .content-column .inner-column .info-box .icon {
	position: relative;
	font-size: 64px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin-right: 18px;
	color: var(--theme-color-dark);
	background-color: var(--bg-theme-color2);
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s
}

@media(max-width:575.98px) {
	.process-section-two .content-column .inner-column .info-box .icon {
		margin-bottom: 20px
	}
}

.process-section-two .content-column .inner-column .info-box .title {
	margin-bottom: 5px
}

.process-section-two .image-column {
	margin-bottom: 50px
}

.process-section-two .image-column .inner-column {
	position: relative
}

.process-section-two .image-column .inner-column .image-box {
	position: relative;
	display: inline-block;
	padding-bottom: 50px
}

@media(max-width:991.98px) {
	.process-section-two .image-column .inner-column .image-box {
		display: block;
		padding-bottom: 0
	}
}

.process-section-two .image-column .inner-column .image-box .image-1 {
	display: block;
	position: relative;
	border: 11px solid #fff;
	-webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05)
}

@media(max-width:991.98px) {
	.process-section-two .image-column .inner-column .image-box .image-1 img {
		width: 100%
	}
}

.process-section-two .image-column .inner-column .image-box .image-2 {
	position: absolute;
	left: -60px;
	bottom: 0;
	border: 8px solid #fff
}

@media(max-width:1199.98px) {
	.process-section-two .image-column .inner-column .image-box .image-2 {
		left: 40px
	}
}

@media(max-width:991.98px) {
	.process-section-two .image-column .inner-column .image-box .image-2 {
		display: none
	}
}

.process-section-two .image-column .inner-column .image-box .exp-box {
	position: absolute;
	top: 110px;
	right: -105px;
	background-color: var(--theme-color-light);
	padding: 25px 35px 25px 70px;
	-webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 18px 3px rgba(0, 0, 0, .05);
	border-radius: 10px;
	z-index: 10
}

@media(max-width:1199.98px) {
	.process-section-two .image-column .inner-column .image-box .exp-box {
		right: 20px;
		top: 20px
	}
}

@media(max-width:575.98px) {
	.process-section-two .image-column .inner-column .image-box .exp-box {
		position: relative;
		right: 0;
		top: 0;
		margin-top: 20px;
		padding: 20px 30px
	}
}

.process-section-two .image-column .inner-column .image-box .exp-box .inner-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media(max-width:575.98px) {
	.process-section-two .image-column .inner-column .image-box .exp-box .inner-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
}

.process-section-two .image-column .inner-column .image-box .exp-box .images-box {
	margin-right: 18px
}

@media(max-width:575.98px) {
	.process-section-two .image-column .inner-column .image-box .exp-box .images-box {
		margin-right: 0;
		margin-left: 30px
	}
}

.process-section-two .image-column .inner-column .image-box .exp-box .images-box img {
	margin-left: -33px
}

.process-section-two .image-column .inner-column .image-box .exp-box .count-box {
	position: relative;
	color: var(--theme-color-dark);
	font-size: 36px;
	font-weight: 700;
	line-height: 54px
}

.process-section-two .image-column .inner-column .image-box .exp-box .count-box .count-text {
	position: relative;
	color: var(--theme-color-dark);
	font-size: 36px;
	font-family: 700;
	line-height: 54px
}

.process-section-two .image-column .inner-column .image-box .exp-box .counter-title {
	color: var(--theme-color-dark);
	margin-bottom: 0
}

.fun-fact-section {
	position: relative;
	padding: 120px 0 70px
}

.counter-block {
	position: relative;
	margin-bottom: 50px
}

.counter-block .inner {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: var(--bg-theme-color1);
	padding: 40px 40px 35px;
	border-radius: 5px
}

.counter-block .inner:hover {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.counter-block .icon {
	position: absolute;
	right: 20px;
	top: 20px;
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1);
	font-size: 54px;
	line-height: 1em;
	opacity: .2;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.counter-block .count-box {
	font-size: 55px;
	line-height: 60px;
	font-weight: 700;
	font-family: var(--title-font);
	letter-spacing: -.017em;
	text-transform: capitalize;
	color: var(--theme-color-light);
	margin-bottom: 10px
}

.counter-block .count-box .count-text {
	font-size: 55px;
	line-height: 60px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color-light)
}

.counter-block .counter-title {
	color: var(--theme-color-light);
	font-family: var(--text-font);
	margin-bottom: 0
}

.fun-fact-section-two {
	position: relative;
	padding: 60px 0 20px;
	background-color: var(--bg-theme-color1)
}

.counter-block-two {
	position: relative;
	margin-bottom: 40px
}

.counter-block-two .inner {
	position: relative;
	padding-left: 110px;
	padding-top: 10px;
	min-height: 90px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1199.98px) {
	.counter-block-two .inner {
		padding-left: 0;
		text-align: center
	}
}

.counter-block-two .inner:hover .icon {
	background-color: var(--theme-color-light);
	color: var(--theme-color1);
	border-radius: 50%
}

.counter-block-two .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 90px;
	width: 90px;
	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;
	color: var(--theme-color-light);
	background-color: rgba(255, 255, 255, .1);
	font-size: 42px;
	line-height: 1em;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1199.98px) {
	.counter-block-two .icon {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-bottom: 20px
	}
}

.counter-block-two .count-box {
	position: relative;
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color-light);
	margin-bottom: 5px
}

.counter-block-two .count-box .count-text {
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color-light)
}

.counter-block-two .counter-title {
	color: #e1e1e1;
	font-family: var(--text-font);
	margin-bottom: 0
}

.fun-fact-section-three {
	position: relative;
	padding: 80px 0 50px;
	background-color: var(--bg-theme-color1)
}

.fun-fact-section-three.pull-up {
	margin-top: -95px;
	padding-top: 175px
}

.counter-block-three {
	position: relative;
	margin-bottom: 30px
}

.counter-block-three .inner {
	position: relative;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: center;
	padding: 36px 30px 30px;
	max-width: 240px;
	margin: 0 auto;
	height: 100%
}

@media(max-width:1199.98px) {
	.counter-block-three .inner {
		max-width: 100%
	}
}

.counter-block-three .inner:hover .icon {
	background-color: var(--theme-color-light);
	color: var(--theme-color1);
	border-radius: 50%
}

.counter-block-three .icon {
	position: relative;
	display: inline-block;
	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;
	color: var(--theme-color-light);
	background-color: rgba(255, 255, 255, .1);
	font-size: 42px;
	line-height: 1em;
	border-radius: 4px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin: 0 auto 15px
}

.counter-block-three .count-box {
	position: relative;
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color-light);
	margin-bottom: 5px
}

.counter-block-three .count-box .count-text {
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color-light)
}

.counter-block-three .counter-title {
	color: #e1e1e1;
	font-family: var(--text-font);
	margin-bottom: 0
}

.fun-fact-section-four {
	position: relative;
	background-color: var(--bg-theme-color3);
	padding: 120px 0 70px
}

.counter-block-four {
	position: relative;
	margin-bottom: 50px
}

.counter-block-four .inner {
	position: relative
}

@media(max-width:1399.98px) {
	.counter-block-four .inner {
		text-align: center
	}
}

.counter-block-four .inner:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.counter-block-four .inner:hover .icon::after {
	right: 8px
}

.counter-block-four .icon {
	position: relative;
	color: var(--theme-color-light);
	font-size: 39px;
	margin-bottom: 15px;
	text-align: left;
	z-index: 10;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.counter-block-four .icon:before {
	position: relative;
	z-index: 2
}

.counter-block-four .icon:after {
	position: absolute;
	right: -8px;
	bottom: -10px;
	height: 41px;
	width: 41px;
	border-radius: 50%;
	background-color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	content: ""
}

.counter-block-four .count-box {
	font-size: 55px;
	line-height: 60px;
	font-weight: 700;
	font-family: var(--title-font);
	letter-spacing: -.017em;
	text-transform: capitalize;
	color: var(--theme-color-light);
	margin-bottom: 12px
}

.counter-block-four .count-box .count-text {
	font-size: 55px;
	line-height: 60px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color-light)
}

.counter-block-four .counter-title {
	color: var(--theme-color-light);
	font-family: var(--text-font);
	margin-bottom: 0;
	line-height: 32px;
	font-weight: 400
}

.fun-fact-section-five {
	position: relative;
	padding: 80px 0;
	background-color: var(--theme-color-gray)
}

.fun-fact-section-five .fact-counter {
	border: 1px solid #808285;
	padding: 50px 0 10px
}

.counter-block-five {
	position: relative;
	margin-bottom: 40px
}

.counter-block-five .inner {
	position: relative;
	text-align: left;
	padding-left: 100px
}

@media(max-width:1399.98px) {
	.counter-block-five .inner {
		text-align: center;
		padding: 0
	}
}

.counter-block-five .inner:hover .icon {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg)
}

.counter-block-five .icon {
	position: relative;
	display: inline-block;
	color: var(--theme-color1);
	font-size: 39px;
	margin-bottom: 10px;
	z-index: 10;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.counter-block-five .count-box {
	font-size: 32px;
	line-height: 41px;
	font-weight: 700;
	text-transform: capitalize;
	color: var(--theme-color-dark);
	margin-bottom: 5px
}

.counter-block-five .count-box .count-text {
	font-size: 32px;
	line-height: 41px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color-dark)
}

.counter-block-five .counter-title {
	color: var(--text-color);
	font-family: var(--text-font);
	margin-bottom: 0;
	line-height: 32px;
	font-weight: 400
}

.fun-fact-section-six {
	position: relative;
	padding: 120px 0 90px
}

.fun-fact-section-six .icon-bull-eye {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.counter-block-six {
	position: relative;
	margin-bottom: 30px
}

.counter-block-six:hover .inner {
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, .1);
	box-shadow: 0 0 60px rgba(0, 0, 0, .1);
	border: 1px solid transparent
}

.counter-block-six:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	color: var(--theme-color3)
}

.counter-block-six .inner {
	position: relative;
	background-color: var(--theme-color-light);
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: center;
	padding: 73px 30px 69px;
	width: 300px;
	height: 296px;
	margin: 0 auto;
	transition: all 300ms ease
}

@media(max-width:1399.98px) {
	.counter-block-six .inner {
		max-width: 100%;
		height: unset;
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease
	}
}

.counter-block-six .icon {
	position: relative;
	display: inline-block;
	color: var(--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;
	background-color: rgba(255, 255, 255, .1);
	font-size: 46px;
	line-height: 1em;
	margin-bottom: 30px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.counter-block-six .count-box {
	position: relative;
	font-size: 32px;
	line-height: 1.2em;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color-dark);
	margin-bottom: 10px
}

.counter-block-six .count-box .count-text {
	font-size: 32px;
	line-height: 1.2em;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color-dark)
}

.counter-block-six .counter-title {
	color: var(--theme-color-dark);
	font-family: var(--text-font);
	font-weight: 400;
	margin-bottom: 0
}

.fun-fact-section-seven {
	position: relative;
	padding: 120px 0 70px
}

.counter-block-seven {
	position: relative;
	margin-bottom: 50px
}

.counter-block-seven .inner {
	position: relative;
	padding: 40px 40px 35px;
	text-align: center;
	border-radius: 5px;
	background-color: var(--theme-color-gray);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.counter-block-seven .inner:hover {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.counter-block-seven .image {
	position: relative;
	margin-bottom: 22px
}

.counter-block-seven .count-box {
	font-size: 55px;
	line-height: 60px;
	font-weight: 700;
	font-family: var(--title-font);
	letter-spacing: -.017em;
	text-transform: capitalize;
	color: var(--theme-color-dark);
	margin-bottom: 10px
}

.counter-block-seven .count-box .count-text {
	font-size: 55px;
	line-height: 60px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color-dark)
}

.counter-block-seven .counter-title {
	color: var(--theme-color-dark);
	font-family: var(--text-font);
	margin-bottom: 0
}

.fun-fact-section-eight {
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, .2)
}

.counter-block-eight {
	position: relative
}

.counter-block-eight .inner {
	position: relative;
	padding: 90px 0;
	border-right: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media(max-width:575.98px) {
	.counter-block-eight .inner {
		border-right: 0
	}
}

.counter-block-eight .inner .content {
	position: relative;
	padding-left: 125px
}

@media(max-width:575.98px) {
	.counter-block-eight .inner .content {
		padding-left: 0;
		text-align: center
	}
}

.counter-block-eight .inner:hover .icon {
	background-color: var(--theme-color-light);
	color: var(--theme-color1);
	border-radius: 50%
}

.counter-block-eight .icon-box {
	position: absolute;
	top: 0;
	left: 100px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

@media(max-width:575.98px) {
	.counter-block-eight .icon-box {
		position: relative;
		left: 0;
		top: 0;
		display: inline-block;
		-webkit-transform: none;
		transform: none;
		margin-bottom: 20px
	}
}

.counter-block-eight .count-box {
	position: relative;
	font-size: 55px;
	line-height: 42px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color-dark);
	margin-bottom: 12px
}

.counter-block-eight .count-box .count-text {
	font-size: 55px;
	line-height: 60px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color-dark)
}

.counter-block-eight .counter-title {
	position: relative;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	color: #808285;
	font-family: var(--text-font);
	margin-bottom: 0
}

.fun-fact-section-nine {
	position: relative
}

.fun-fact-section-nine .fact-counter {
	border: 1px solid rgba(25, 25, 25, .2)
}

.counter-block-nine {
	position: relative
}

.counter-block-nine:last-child .inner::before {
	display: none
}

.counter-block-nine .inner {
	position: relative;
	border-radius: 10px;
	padding: 36px 30px 30px;
	padding-left: 70px;
	height: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.counter-block-nine .inner {
		padding-left: 30px;
		text-align: center
	}
}

@media(max-width:1199.98px) {
	.counter-block-nine .inner {
		text-align: center
	}
}

.counter-block-nine .inner::before {
	position: absolute;
	right: -12px;
	top: 46px;
	bottom: 46px;
	border-right: 1px solid #191919;
	opacity: .2;
	content: ""
}

@media(max-width:1199.98px) {
	.counter-block-nine .inner {
		max-width: 100%
	}
}

.counter-block-nine .inner:hover .icon {
	color: var(--theme-color-light)
}

.counter-block-nine .inner:hover .icon::after {
	border-radius: 50%;
	opacity: 1
}

.counter-block-nine .icon {
	position: relative;
	display: inline-block;
	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;
	color: var(--theme-color1);
	font-size: 42px;
	line-height: 1em;
	border-radius: 4px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 15px
}

@media(max-width:1199.98px) {
	.counter-block-nine .icon {
		margin: 0 auto 15px
	}
}

.counter-block-nine .icon::before {
	position: relative;
	z-index: 2
}

.counter-block-nine .icon::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--bg-theme-color1);
	opacity: .1;
	content: "";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.counter-block-nine .count-box {
	position: relative;
	font-size: 55px;
	line-height: 60px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color-dark);
	margin-bottom: 10px
}

@media(max-width:1399.98px) {
	.counter-block-nine .count-box {
		font-size: 40px
	}
}

.counter-block-nine .count-box .count-text {
	font-size: 55px;
	line-height: 60px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color-dark)
}

@media(max-width:1399.98px) {
	.counter-block-nine .count-box .count-text {
		font-size: 40px
	}
}

.counter-block-nine .counter-title {
	color: var(--theme-color-dark);
	font-weight: 500;
	font-family: var(--text-font);
	margin-bottom: 0
}

.fun-fact-section-ten {
	position: relative;
	padding: 120px 0 70px
}

.counter-block-ten {
	position: relative;
	margin-bottom: 50px
}

.counter-block-ten .inner {
	position: relative;
	border: 1px solid #e1e1e1;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: center;
	padding: 0 0 70px;
	max-width: 300px;
	margin: 0 auto 50px
}

@media(max-width:1199.98px) {
	.counter-block-ten .inner {
		max-width: 100%
	}
}

.counter-block-ten .inner:hover .icon {
	border-radius: 50%;
	background-color: var(--bg-theme-color3);
	color: var(--theme-color-light);
	font-size: 42px
}

.counter-block-ten .icon {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 90px;
	width: 90px;
	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;
	color: var(--theme-color-light);
	background-color: var(--theme-color1);
	font-size: 54px;
	line-height: 1em;
	border-radius: 4px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	bottom: -50px
}

.counter-block-ten .count-box {
	position: relative;
	font-size: 45px;
	line-height: 81px;
	height: 81px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color-dark);
	margin-bottom: 20px;
	background-color: #f7f7fe
}

.counter-block-ten .count-box .count-text {
	font-size: 47px;
	line-height: 42px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--theme-color-dark)
}

.counter-block-ten .counter-title {
	position: relative;
	font-size: 27px;
	line-height: 35px;
	font-weight: 700;
	color: var(--theme-color-dark);
	font-family: var(--text-font);
	margin-bottom: 0
}

.subscribe-section {
	position: relative;
	background-color: var(--bg-theme-color3);
	padding: 90px 0 80px
}

@media(max-width:767.98px) {
	.subscribe-section {
		padding: 70px 0
	}
}

.subscribe-section .sec-title {
	margin-bottom: 30px
}

@media(max-width:767.98px) {
	.subscribe-section .sec-title br {
		display: none
	}
}

.subscribe-section .sec-title .sub-title:after,
.subscribe-section .sec-title .sub-title:before {
	display: none
}

.subscribe-section .subscribe-form-one {
	max-width: 576px;
	margin: 0 auto;
	width: 100%
}

.subscribe-form-one {
	position: relative
}

.subscribe-form-one input:not([type=submit]) {
	position: relative;
	line-height: 2em;
	border: none;
	background: 0 0;
	display: block;
	width: 100%;
	height: 66px;
	background-color: var(--theme-color-gray);
	padding: 10px 200px 10px 20px
}

.subscribe-form-one .theme-btn {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0%
}

.subscribe-form-one .theme-btn:before {
	border-radius: 0%
}

@media(max-width:575.98px) {
	.subscribe-form-one .theme-btn {
		position: relative;
		width: 100%;
		margin-top: 10px
	}
}

.subscribe-section-two {
	position: relative;
	margin-bottom: -176px
}

.subscribe-section-two .outer-box {
	position: relative;
	border-radius: 5px;
	padding: 60px 65px;
	text-align: center;
	z-index: 10;
	background-color: var(--bg-theme-color1)
}

@media(max-width:767.98px) {
	.subscribe-section-two .outer-box {
		padding: 60px 40px
	}

	.subscribe-section-two .outer-box br {
		display: none
	}
}

.subscribe-section-two .outer-box .bg {
	background-size: auto
}

.subscribe-section-two .outer-box .sec-title {
	margin-bottom: 30px
}

.subscribe-form-two {
	position: relative
}

.subscribe-form-two .form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 670px;
	width: 100%;
	margin: 0 auto
}

@media(max-width:767.98px) {
	.subscribe-form-two .form-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.subscribe-form-two input:not([type=submit]) {
	position: relative;
	border: none;
	background: 0 0;
	display: block;
	width: 100%;
	height: 66px;
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid var(--theme-color-light);
	border-radius: 5px;
	line-height: 24px;
	padding: 20px 30px
}

@media(max-width:575.98px) {
	.subscribe-form-two input:not([type=submit]) {
		padding: 20px;
		text-align: center
	}
}

.subscribe-form-two input:not([type=submit])::-webkit-input-placeholder {
	color: var(--theme-color-light)
}

.subscribe-form-two input:not([type=submit])::-moz-placeholder {
	color: var(--theme-color-light)
}

.subscribe-form-two input:not([type=submit]):-ms-input-placeholder {
	color: var(--theme-color-light)
}

.subscribe-form-two input:not([type=submit])::-ms-input-placeholder {
	color: var(--theme-color-light)
}

.subscribe-form-two input:not([type=submit])::placeholder {
	color: var(--theme-color-light)
}

.subscribe-form-two .theme-btn {
	position: relative;
	min-width: 185px;
	margin-left: 20px
}

@media(max-width:767.98px) {
	.subscribe-form-two .theme-btn {
		width: 100%;
		margin-left: 0;
		margin-top: 10px
	}
}

.subscribe-section-three {
	position: relative;
	background-color: var(--theme-color1);
	padding: 64px 0
}

.subscribe-section-three .sec-title {
	margin-bottom: 35px
}

.subscribe-section-three .sec-title.light .sub-title {
	color: var(--theme-color-light);
	margin-bottom: 10px
}

.subscribe-form-three {
	position: relative
}

.subscribe-form-three .form-group {
	position: relative;
	max-width: 590px;
	width: 100%;
	margin: 0 auto
}

.subscribe-form-three input:not([type=submit]) {
	position: relative;
	border: none;
	background: 0 0;
	display: block;
	width: 100%;
	height: 66px;
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid var(--theme-color-light);
	line-height: 24px;
	padding: 20px 30px
}

.subscribe-form-three input:not([type=submit])::-webkit-input-placeholder {
	color: var(--theme-color-light)
}

.subscribe-form-three input:not([type=submit])::-moz-placeholder {
	color: var(--theme-color-light)
}

.subscribe-form-three input:not([type=submit]):-ms-input-placeholder {
	color: var(--theme-color-light)
}

.subscribe-form-three input:not([type=submit])::-ms-input-placeholder {
	color: var(--theme-color-light)
}

.subscribe-form-three input:not([type=submit])::placeholder {
	color: var(--theme-color-light)
}

.subscribe-form-three .theme-btn {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 24px;
	padding: 20px 30px;
	min-width: 185px;
	border-radius: 0
}

@media(max-width:767.98px) {
	.subscribe-form-three .theme-btn {
		position: relative;
		width: 100%;
		margin-top: 10px
	}
}

.subscribe-section-four {
	position: relative;
	background-color: var(--theme-color1);
	padding: 85px 0
}

.subscribe-section-four .title-column .title {
	color: var(--theme-color-light);
	font-size: 46px;
	line-height: 1.2em;
	margin-bottom: 0
}

@media(max-width:1199.98px) {
	.subscribe-section-four .title-column .title {
		text-align: center
	}
}

@media(max-width:575.98px) {
	.subscribe-section-four .title-column .title {
		font-size: 36px
	}
}

.subscribe-section-four .form-column .inner-column {
	padding-top: 25px;
	margin-right: -45px;
	padding-left: 85px
}

@media(max-width:1199.98px) {
	.subscribe-section-four .form-column .inner-column {
		margin-right: 0;
		padding-left: 0;
		padding-top: 0;
		margin-top: 50px
	}
}

.subscribe-form-four {
	position: relative
}

.subscribe-form-four .form-group {
	position: relative;
	max-width: 600px;
	width: 100%
}

@media(max-width:1199.98px) {
	.subscribe-form-four .form-group {
		margin: 0 auto
	}
}

.subscribe-form-four input:not([type=submit]) {
	position: relative;
	border: none;
	background: 0 0;
	display: block;
	font-size: 18px;
	width: 100%;
	height: 66px;
	background-color: #fff;
	font-weight: 500;
	border: 1px solid var(--theme-color-light);
	line-height: 24px;
	padding: 20px 30px
}

.subscribe-form-four input:not([type=submit])::-webkit-input-placeholder {
	color: var(--theme-color-dark)
}

.subscribe-form-four input:not([type=submit])::-moz-placeholder {
	color: var(--theme-color-dark)
}

.subscribe-form-four input:not([type=submit]):-ms-input-placeholder {
	color: var(--theme-color-dark)
}

.subscribe-form-four input:not([type=submit])::-ms-input-placeholder {
	color: var(--theme-color-dark)
}

.subscribe-form-four input:not([type=submit])::placeholder {
	color: var(--theme-color-dark)
}

.subscribe-form-four .theme-btn {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 185px;
	border-radius: 0
}

@media(max-width:767.98px) {
	.subscribe-form-four .theme-btn {
		position: relative;
		width: 100%;
		margin-top: 10px
	}
}

.subscribe-section-five {
	position: relative
}

.subscribe-section-five .outer-box {
	position: relative;
	background-color: var(--theme-color1);
	padding: 70px 80px;
	border-radius: 5px
}

@media(max-width:1199.98px) {
	.subscribe-section-five .outer-box {
		text-align: center
	}
}

@media(max-width:991.98px) {
	.subscribe-section-five .outer-box {
		padding: 50px 30px
	}
}

.subscribe-section-five .title-column .title {
	color: var(--theme-color-light);
	margin-bottom: 0
}

@media(max-width:575.98px) {
	.subscribe-section-five .title-column .title {
		font-size: 36px;
		line-height: 1.3em
	}
}

.subscribe-section-five .form-column .inner-column {
	padding-top: 25px;
	padding-left: 60px
}

@media(max-width:1199.98px) {
	.subscribe-section-five .form-column .inner-column {
		padding-top: 0;
		padding-left: 0;
		margin-top: 30px
	}
}

.subscribe-form-five {
	position: relative
}

.subscribe-form-five .form-group {
	position: relative;
	max-width: 600px;
	width: 100%
}

@media(max-width:1199.98px) {
	.subscribe-form-five .form-group {
		margin: 0 auto
	}
}

.subscribe-form-five input:not([type=submit]) {
	position: relative;
	border: none;
	background: 0 0;
	display: block;
	font-size: 18px;
	width: 100%;
	height: 60px;
	color: var(--theme-color-light);
	background-color: transparent;
	font-weight: 500;
	border: 2px solid var(--theme-color-light);
	line-height: 20px;
	padding: 18px 30px
}

.subscribe-form-five input:not([type=submit])::-webkit-input-placeholder {
	color: var(--theme-color-light)
}

.subscribe-form-five input:not([type=submit])::-moz-placeholder {
	color: var(--theme-color-light)
}

.subscribe-form-five input:not([type=submit]):-ms-input-placeholder {
	color: var(--theme-color-light)
}

.subscribe-form-five input:not([type=submit])::-ms-input-placeholder {
	color: var(--theme-color-light)
}

.subscribe-form-five input:not([type=submit])::placeholder {
	color: var(--theme-color-light)
}

.subscribe-form-five .theme-btn {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 20px;
	padding: 20px 30px;
	border-radius: 0
}

@media(max-width:767.98px) {
	.subscribe-form-five .theme-btn {
		position: relative;
		width: 100%;
		margin-top: 20px
	}
}

.subscribe-section-six {
	position: relative;
	background-color: var(--bg-theme-color1);
	padding: 120px 0
}

.subscribe-section-six .content-box {
	position: relative;
	text-align: center
}

.subscribe-section-six .content-box .icon {
	display: block;
	color: var(--theme-color-light);
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 30px
}

.subscribe-section-six .content-box .sec-title {
	margin-bottom: 42px
}

.subscribe-section-six .content-box .sec-title .sub-title {
	color: var(--theme-color-light)
}

.subscribe-section-six .content-box .sec-title .sub-title:before,
.subscribe-section-six .content-box .sec-title .sub-title:after {
	background-color: var(--theme-color-light)
}

.subscribe-section-six .content-box .subscribe-form-four {
	max-width: 540px;
	margin: 0 auto
}

.subscribe-section-six .content-box .subscribe-form-four .theme-btn {
	border-radius: 0;
	padding: 15px 30px;
	line-height: 36px;
	min-width: auto
}

.subscribe-section-six .content-box .subscribe-form-four .theme-btn:before {
	border-radius: 0
}

.subscribe-section-seven {
	position: relative;
	background-color: var(--bg-theme-color1);
	padding: 120px 80px 140px
}

@media(max-width:991.98px) {
	.subscribe-section-seven {
		padding: 100px 20px;
		text-align: center
	}
}

.subscribe-section-seven .title-column .title {
	color: var(--theme-color-light);
	margin-bottom: 0
}

@media(max-width:767.98px) {
	.subscribe-section-seven .title-column .title {
		font-size: 42px
	}

	.subscribe-section-seven .title-column .title br {
		display: none
	}
}

.subscribe-section-seven .form-column .inner-column {
	padding-top: 45px;
	padding-left: 20px
}

@media(max-width:991.98px) {
	.subscribe-section-seven .form-column .inner-column {
		padding: 50px 0 0
	}
}

.subscribe-form-seven {
	position: relative
}

.subscribe-form-seven .form-group {
	position: relative;
	max-width: 600px;
	width: 100%
}

@media(max-width:991.98px) {
	.subscribe-form-seven .form-group {
		margin: 0 auto
	}
}

.subscribe-form-seven input:not([type=submit]) {
	position: relative;
	border: none;
	background: 0 0;
	display: block;
	font-size: 18px;
	width: 100%;
	height: 65px;
	color: var(--theme-color-dark);
	font-weight: 500;
	line-height: 25px;
	padding: 20px;
	background-color: var(--theme-color-light)
}

.subscribe-form-seven input:not([type=submit])::-webkit-input-placeholder {
	color: #808285
}

.subscribe-form-seven input:not([type=submit])::-moz-placeholder {
	color: #808285
}

.subscribe-form-seven input:not([type=submit]):-ms-input-placeholder {
	color: #808285
}

.subscribe-form-seven input:not([type=submit])::-ms-input-placeholder {
	color: #808285
}

.subscribe-form-seven input:not([type=submit])::placeholder {
	color: #808285
}

.subscribe-form-seven .theme-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 78px;
	padding: 20px 10px;
	line-height: 25px
}

@media(max-width:767.98px) {
	.subscribe-form-seven .theme-btn {
		position: relative;
		width: 100%;
		padding: 15px 20px;
		margin-top: 10px
	}
}

.subscribe-form-seven .theme-btn i {
	margin: 0;
	font-size: 28px
}

.call-to-action {
	position: relative;
	padding: 90px 0 80px;
	z-index: 10
}

.call-to-action .outer-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;
	background-color: var(--theme-color3);
	padding: 64px 74px
}

@media(max-width:767.98px) {
	.call-to-action .outer-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-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;
		padding: 70px 20px
	}
}

.call-to-action .outer-box::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/icons/shape-1.png);
	content: ""
}

.call-to-action .outer-box .sec-title .sub-title {
	display: block;
	padding-left: 0;
	margin-bottom: -5px
}

.call-to-action .outer-box .sec-title .sub-title:after {
	display: none
}

.call-to-action .outer-box .btn-box {
	text-align: right
}

@media(max-width:767.98px) {
	.call-to-action .outer-box .btn-box {
		margin-top: 40px
	}
}

.call-to-action-two {
	position: relative
}

.call-to-action-two .outer-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;
	padding: 90px 109px 67px;
	background-color: rgba(89, 86, 233, .4);
	border-radius: 5px;
	z-index: 10
}

@media(max-width:991.98px) {
	.call-to-action-two .outer-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 40px 50px;
		text-align: center
	}

	.call-to-action-two .outer-box br {
		display: none
	}
}

.call-to-action-two .outer-box .bg-image:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--bg-theme-color3);
	opacity: .4;
	content: ""
}

.call-to-action-two .outer-box .sec-title .sub-title {
	margin-bottom: 0
}

.call-to-action-two .outer-box .sec-title .title {
	font-size: 45px;
	line-height: 59px;
	color: #e3e3e3
}

@media(max-width:767.98px) {
	.call-to-action-two .outer-box .sec-title .title {
		font-size: 36px;
		line-height: 1.2em
	}
}

.call-to-action-two .outer-box .btn-box {
	text-align: right
}

@media(max-width:991.98px) {
	.call-to-action-two .outer-box .btn-box {
		text-align: center;
		margin-top: 30px
	}
}

.call-to-action-two .outer-box .btn-box .theme-btn {
	border-radius: 45px
}

.faq-section {
	position: relative;
	padding: 120px 0 70px
}

.faq-section .content-column {
	position: relative;
	margin-bottom: 50px
}

.faq-section .content-column .inner-column {
	padding-right: 40px
}

@media(max-width:991.98px) {
	.faq-section .content-column .inner-column {
		padding-right: 0
	}
}

.faq-section .image-column {
	margin-bottom: 50px
}

.faq-section .image-column .inner-column {
	margin-left: -30px
}

@media(max-width:991.98px) {
	.faq-section .image-column .inner-column {
		margin-left: 0;
		text-align: center
	}
}

.faq-section .image-column .image {
	overflow: hidden;
	display: inline-block
}

.faq-section .image-column .image img {
	border-radius: 200px
}

.accordion-box {
	position: relative;
	counter-reset: count
}

.accordion-box .block {
	position: relative;
	margin-bottom: 25px
}

.accordion-box .block:last-child {
	margin-bottom: 0
}

.accordion-box .block .acc-btn {
	position: relative;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	color: var(--theme-color-dark);
	cursor: pointer;
	font-weight: 700;
	font-size: 20px;
	line-height: 35px;
	padding: 18px 50px;
	padding-right: 72px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

@media(max-width:991.98px) {
	.accordion-box .block .acc-btn {
		font-size: 24px
	}
}

@media(max-width:575.98px) {
	.accordion-box .block .acc-btn {
		font-size: 16px;
		line-height: 28px
	}
	.accordion-box .block .acc-content .content {
    padding: 20px 10px 0 !important;
}
}

.accordion-box .block .acc-btn:before {
	position: absolute;
	left: 20px;
	top: 18px;
	/*counter-increment: count;*/
	/*content: counter(count) "."*/
}




.accordion-box .block .acc-btn .icon {
	position: absolute;
	right: 0;
	top: 0;
	height: 71px;
	width: 70px;
	line-height: 70px;
	font-size: 18px;
	color: var(--theme-color-dark);
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.accordion-box .block .acc-btn.active {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.accordion-box .block .acc-btn.active .icon {
	 
    color: #ffffff;
 
}

.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: 20px 40px 0
}

.accordion-box .block .acc-content .content .text {
	margin-bottom: 0
}

.accordion-box .block .acc-content.current {
	display: block
}

.accordion-box.style-two .block {
	border: 1px solid #e1e1e1
}

.accordion-box.style-two .block .acc-btn {
	font-size: 18px;
	font-weight: 500;
	border: 0;
	margin-bottom: 0
}

.accordion-box.style-two .block .acc-btn:before {
	color: var(--theme-color1)
}

.accordion-box.style-two .block .acc-btn .icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: var(--theme-color1)
}

.accordion-box.style-two .block .acc-btn.active {
	background-color: transparent;
	color: var(--theme-color-dark)
}

.accordion-box.style-two .block .acc-content .content {
	padding: 0 50px 30px;
	margin-top: -13px
}

.accordion-box.style-three .block {
	margin-bottom: 30px
}

.accordion-box.style-three .block .acc-btn {
	border: 0;
	background-color: var(--theme-color-gray);
	padding-left: 64px;
	padding-right: 50px
}

.accordion-box.style-three .block .acc-btn:before {
	left: 30px
}

.accordion-box.style-three .block .acc-btn.active {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.accordion-box.style-three .block .acc-content .content {
	padding: 15px 30px
}

.accordion-box.style-three .block.active-block {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05)
}

.faq-section-two {
	padding: 120px 0 70px
}

.faq-section-two .content-column {
	margin-bottom: 50px
}

.faq-section-two .content-column .inner-column {
	padding-left: 40px;
	padding-top: 5px
}

@media(max-width:1199.98px) {
	.faq-section-two .content-column .inner-column {
		padding-left: 0;
		padding-top: 0
	}
}

.faq-section-two .images-column {
	margin-bottom: 50px
}

.faq-section-two .images-column .inner-column {
	position: relative;
	text-align: right
}

@media(max-width:1199.98px) {
	.faq-section-two .images-column .inner-column {
		text-align: center
	}
}

.faq-section-two .images-column .image {
	position: relative;
	display: inline-block;
	border-radius: 500px;
	overflow: hidden
}

.faq-section-two .images-column .image-2 {
	position: absolute;
	left: -90px;
	bottom: 65px;
	margin-bottom: 0;
	border-radius: 500px;
	overflow: hidden
}

.faq-section-two .images-column .image-2 img {
	border-radius: 500px;
	border: 10px solid var(--theme-color-light)
}

@media(max-width:1199.98px) {
	.faq-section-two .images-column .image-2 {
		position: relative;
		left: 0;
		bottom: 0;
		margin-top: 0
	}
}

@media(max-width:991.98px) {
	.faq-section-two .images-column .image-2 {
		display: none
	}
}

.faq-section-three {
	padding: 120px 0 70px;
	overflow: hidden
}

.faq-section-three .faq-column {
	margin-bottom: 50px
}

.faq-section-three .faq-column .inner-column {
	padding-right: 20px;
	padding-top: 20px
}

.faq-section-three .image-column {
	margin-bottom: 50px
}

.faq-section-three .image-column .image-box {
	position: relative;
	margin-right: -315px;
	margin-left: -20px
}

@media(max-width:991.98px) {
	.faq-section-three .image-column .image-box {
		margin: 0
	}
}

.faq-section-three .image-column .image-box .image img {
	width: 100%
}

.testimonial-section {
	position: relative;
	padding: 120px 0 75px
}

.testimonial-section .sec-title {
	margin-bottom: 47px
}

.testimonial-section .carousel-outer {
	margin: 0 -15px
}

.testimonial-block {
	position: relative;
	padding: 15px;
	margin-bottom: 30px
}

.testimonial-block .inner-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 30px 10px;
	border-radius: 10px;
	background-color: var(--theme-color-light);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

@media(max-width:575.98px) {
	.testimonial-block .inner-box {
		padding: 20px;
		text-align: center
	}
}

.testimonial-block .inner-box:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.testimonial-block .inner-box:hover .content-box .image-box .quote-icon {
	color: var(--theme-color1)
}

.testimonial-block .content-box {
	position: relative;
	padding-left: 210px;
	padding-top: 10px;
	min-height: 264px;
	background-color: var(--theme-color-light)
}

@media(max-width:767.98px) {
	.testimonial-block .content-box {
		padding-left: 0;
		text-align: center
	}
}

.testimonial-block .content-box .name {
	margin-bottom: 0
}

.testimonial-block .content-box .designation {
	display: block;
	margin-bottom: 6px
}

.testimonial-block .content-box .rating {
	position: relative;
	z-index: 2;
	font-size: 14px;
	line-height: 14px;
	color: #dac935;
	letter-spacing: -1px;
	margin-bottom: 20px
}

.testimonial-block .content-box .text {
	position: relative;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 20px
}

.testimonial-block .content-box .image-box {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	text-align: center;
	max-width: 160px
}

@media(max-width:767.98px) {
	.testimonial-block .content-box .image-box {
		position: relative;
		display: inline-block
	}
}

.testimonial-block .content-box .image-box .thumb {
	margin-bottom: 20px;
	overflow: hidden
}

.testimonial-block .content-box .image-box .thumb img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-block .content-box .image-box .quote-icon {
	font-size: 62px;
	line-height: 1em;
	color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-shadow: 1px 1px 1px var(--theme-color1), -1px -1px 1px var(--theme-color1), 1px 1px 1px var(--theme-color1), -1px -1px 1px var(--theme-color1), 1px 1px 1px var(--theme-color1), -1px -1px 1px var(--theme-color1)
}

@media(max-width:575.98px) {
	.testimonial-block .content-box .image-box .quote-icon {
		display: none
	}
}

.testimonial-section-two {
	position: relative;
	padding: 120px 0 85px
}

.testimonial-section-two .owl-nav {
	position: absolute;
	right: 15px;
	top: -145px
}

@media(max-width:767.98px) {
	.testimonial-section-two .owl-nav {
		position: relative;
		top: 0;
		right: 0;
		-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;
	padding: 40px;
	border-radius: 10px;
	padding-right: 20px;
	border: 1px solid #e1e1e1;
	margin-top: 40px
}

@media(max-width:575.98px) {
	.testimonial-block-two .inner-box {
		padding: 30px 20px;
		text-align: center
	}
}

.testimonial-block-two .inner-box:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.testimonial-block-two .inner-box:hover .quote-icon {
	background-color: var(--bg-theme-color1);
	border-color: var(--theme-color1);
	color: var(--theme-color-light);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.testimonial-block-two .info-box {
	position: relative;
	padding-left: 90px;
	min-height: 85px;
	padding-top: 7px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 25px
}

@media(max-width:991.98px) {
	.testimonial-block-two .info-box {
		padding-top: 0
	}
}

@media(max-width:575.98px) {
	.testimonial-block-two .info-box {
		padding-left: 0;
		text-align: center;
		margin-bottom: 10px
	}
}

.testimonial-block-two .info-box .thumb {
	position: absolute;
	left: 0;
	top: 0;
	height: 70px;
	width: 70px;
	overflow: hidden;
	margin-bottom: 20px;
	overflow: hidden
}

@media(max-width:575.98px) {
	.testimonial-block-two .info-box .thumb {
		position: relative;
		display: inline-block
	}
}

.testimonial-block-two .info-box .thumb img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-block-two .info-box .name {
	margin-bottom: 0
}

.testimonial-block-two .info-box .designation {
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0
}

.testimonial-block-two .info-box .quote-icon {
	position: absolute;
	right: 10px;
	top: -80px;
	height: 80px;
	width: 80px;
	border: 1px solid #e1e1e1;
	background-color: var(--theme-color-light);
	font-size: 62px;
	line-height: 1em;
	color: var(--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-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.testimonial-block-two .info-box .quote-icon {
		display: none
	}
}

.testimonial-block-two .text {
	margin-bottom: 0
}

.testimonial-block-two .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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 2;
	font-size: 14px;
	line-height: 18px;
	color: #dac935;
	border: 1px solid #e1e1e1;
	padding: 9px 16px;
	width: 173px;
	height: 38px;
	padding-right: 0
}

.testimonial-block-two .rating span {
	display: block;
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light);
	width: 44px;
	height: 36px;
	font-size: var(--body-font-size);
	line-height: 36px;
	margin-left: 16px;
	text-align: center;
	font-weight: 400
}

.testimonial-section-three {
	position: relative;
	padding: 120px 0 70px;
	background-color: var(--theme-color-gray)
}

.testimonial-section-three .sec-title {
	margin-bottom: 70px
}

.testimonial-block-three {
	position: relative;
	padding: 15px 0;
	padding-top: 50px;
	margin-bottom: 30px
}

.testimonial-block-three .inner-box {
	position: relative;
	padding: 63px 30px 35px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	background-color: var(--theme-color-gray)
}

@media(max-width:575.98px) {
	.testimonial-block-three .inner-box {
		padding: 40px 20px;
		text-align: center;
		background-color: var(--theme-color-light)
	}
}

.testimonial-block-three .inner-box:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.testimonial-block-three .info-box {
	position: absolute;
	top: -48px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 300px;
	width: 100%;
	padding: 13px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
	background: var(--theme-color-light);
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, .05);
	box-shadow: 0 0 60px rgba(0, 0, 0, .05);
	border-radius: 5px
}

@media(max-width:575.98px) {
	.testimonial-block-three .info-box {
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		top: 0
	}
}

.testimonial-block-three .info-box .thumb {
	height: 70px;
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 0
}

@media(max-width:575.98px) {
	.testimonial-block-three .info-box .thumb {
		position: relative;
		display: inline-block;
		margin-right: 0;
		margin-bottom: 10px
	}
}

.testimonial-block-three .info-box .thumb img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-block-three .info-box .name {
	margin-bottom: 0;
	line-height: 31px;
	font-size: 24px;
	font-weight: 700;
	display: block ruby
}

.testimonial-block-three .info-box .designation {
	display: block;
	color: var(--theme-color-dark)
}

.testimonial-block-three .text {
	margin-bottom: 45px
}

@media(max-width:575.98px) {
	.testimonial-block-three .text {
		margin-bottom: 20px
	}
}

.testimonial-block-three .bottom-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.testimonial-block-three .bottom-box .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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 2;
	font-size: 14px;
	line-height: 18px;
	color: #f8bc26;
	border: 1px solid #e1e1e1;
	padding: 9px 12px;
	width: 141px;
	height: 32px;
	padding-right: 0;
	background-color: rgba(89, 86, 233, .05)
}

@media(max-width:575.98px) {
	.testimonial-block-three .bottom-box .rating {
		margin: 0 auto
	}
}

.testimonial-block-three .bottom-box .rating span {
	display: block;
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light);
	width: 44px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	margin-left: 16px;
	text-align: center;
	font-weight: 400
}

.testimonial-block-three .bottom-box .quote-icon {
	color: var(--theme-color1);
	font-size: 54px;
	line-height: 38px
}

@media(max-width:575.98px) {
	.testimonial-block-three .bottom-box .quote-icon {
		display: none
	}
}

.testimonial-section-four {
	position: relative;
	padding: 120px 0 90px
}

.testimonial-section-four.alternate:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 184px;
	width: 100%;
	background-color: var(--bg-theme-color1);
	content: ""
}

.testimonial-block-four {
	position: relative;
	margin-bottom: 30px
}

.testimonial-block-four .inner-box {
	position: relative;
	padding: 50px 50px 51px;
	background-color: #fafafb
}

@media(max-width:575.98px) {
	.testimonial-block-four .inner-box {
		padding: 30px 20px;
		text-align: center
	}
}

.testimonial-block-four .inner-box:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.testimonial-block-four .inner-box:hover .quote-icon {
	color: var(--theme-color1)
}

.testimonial-block-four .info-box {
	position: relative;
	padding-left: 138px
}

@media(max-width:767.98px) {
	.testimonial-block-four .info-box {
		padding-left: 0;
		text-align: center
	}
}

.testimonial-block-four .info-box .name {
	margin-bottom: 0
}

.testimonial-block-four .info-box .designation {
	display: block;
	margin-bottom: 11px
}

.testimonial-block-four .info-box .quote-icon {
	position: absolute;
	right: 0;
	top: -10px;
	font-size: 62px;
	line-height: 1em;
	color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-shadow: 1px 1px 1px var(--theme-color1), -1px -1px 1px var(--theme-color1), 1px 1px 1px var(--theme-color1), -1px -1px 1px var(--theme-color1), 1px 1px 1px var(--theme-color1), -1px -1px 1px var(--theme-color1)
}

@media(max-width:575.98px) {
	.testimonial-block-four .info-box .quote-icon {
		display: none
	}
}

.testimonial-block-four .info-box .rating {
	position: relative;
	z-index: 2;
	font-size: 14px;
	line-height: 14px;
	color: #dac935;
	letter-spacing: -1px;
	margin-bottom: 20px;
	background: #f2f2fa;
	width: 144px;
	padding-left: 10px
}

@media(max-width:575.98px) {
	.testimonial-block-four .info-box .rating {
		display: inline-block
	}
}

.testimonial-block-four .info-box .rating span {
	background-color: var(--bg-theme-color2);
	color: var(--theme-color-dark);
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	margin-left: 14px;
	font-weight: 700
}

.testimonial-block-four .text {
	margin-bottom: 0
}

.testimonial-block-four .thumb {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	text-align: center;
	width: 110px;
	height: 110px;
	margin-bottom: 20px;
	overflow: hidden
}

@media(max-width:767.98px) {
	.testimonial-block-four .thumb {
		position: relative;
		display: inline-block
	}
}

.testimonial-block-four .thumb img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-section-five {
	position: relative;
	padding: 120px 0 90px
}

.testimonial-block-five {
	position: relative;
	margin-bottom: 30px
}

.testimonial-block-five .inner-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px;
	background-color: var(--theme-color-light);
	border: 1px solid #e1e1e1;
	display: flex
}

@media(max-width:1199.98px) {
	.testimonial-block-five .inner-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px;
		text-align: center
	}
}

.testimonial-block-five .inner-box:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.testimonial-block-five .inner-box:hover .content-box .image-box .quote-icon {
	color: var(--theme-color1)
}

.testimonial-block-five .image-box {
	z-index: 2;
	text-align: center;
	min-width: 245px;
	background-color: #eef1ff;
	padding: 10px;
	margin-right: 20px
}

@media(max-width:1199.98px) {
	.testimonial-block-five .image-box {
		display: block;
		margin-right: 0;
		margin-bottom: 20px
	}
}

.testimonial-block-five .image-box .thumb {
	margin-bottom: 12px;
	overflow: hidden
}

.testimonial-block-five .image-box .thumb img {
	width: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-block-five .image-box .name {
	color: var(--theme-color-dark);
	margin-bottom: 0
}

.testimonial-block-five .image-box .designation {
	font-size: 14px;
	line-height: 24px
}

.testimonial-block-five .content-box {
	position: relative
}

.testimonial-block-five .content-box .upper-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media(max-width:1199.98px) {
	.testimonial-block-five .content-box .upper-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.testimonial-block-five .content-box .upper-box .icon {
	color: var(--bg-theme-color1);
	font-size: 50px
}

@media(max-width:1199.98px) {
	.testimonial-block-five .content-box .upper-box .icon {
		display: inline-block;
		margin-bottom: 10px
	}
}

.testimonial-block-five .content-box .upper-box .rating {
	position: relative;
	z-index: 2;
	font-size: 14px;
	line-height: 14px;
	color: var(--bg-theme-color1);
	background-color: #f3f8ff;
	padding: 10px 0 10px 12px;
	letter-spacing: -1px;
	margin-bottom: 20px
}

.testimonial-block-five .content-box .upper-box .rating .icon {
	margin-right: 1px
}

.testimonial-block-five .content-box .upper-box .rating span {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light);
	padding: 6px 10px;
	margin-left: 12px
}

.testimonial-block-five .content-box .text {
	position: relative;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 20px
}

.testimonial-block-five .content-box .quote-icon .icon {
	position: absolute;
	bottom: -20px;
	right: 0;
	line-height: 1em;
	font-size: 100px;
	color: var(--theme-color1);
	opacity: .09
}

.testimonial-section-six {
	position: relative;
	padding: 120px 0 75px
}

.testimonial-section-six .sec-title {
	margin-bottom: 100px
}

.testimonial-section-six .carousel-outer {
	margin: 0 -15px
}

.testimonial-block-six {
	position: relative;
	padding: 15px;
	margin-bottom: 30px
}

.testimonial-block-six .inner-box {
	position: relative;
	padding: 22px 40px 35px;
	background: #fff;
	margin-left: 20px;
	-webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 15px 3px rgba(0, 0, 0, .05);
	padding-right: 20px
}

@media(max-width:575.98px) {
	.testimonial-block-six .inner-box {
		margin-left: 0;
		padding: 20px;
		text-align: center
	}
}

.testimonial-block-six .inner-box:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.testimonial-block-six .info-box {
	position: relative;
	padding-left: 67px;
	padding-top: 10px
}

@media(max-width:575.98px) {
	.testimonial-block-six .info-box {
		padding-left: 0
	}
}

.testimonial-block-six .info-box .thumb {
	position: absolute;
	left: -60px;
	top: 0;
	margin-bottom: 0;
	display: block;
	overflow: hidden;
	border: 5px solid var(--theme-color1)
}

@media(max-width:575.98px) {
	.testimonial-block-six .info-box .thumb {
		position: relative;
		display: inline-block;
		left: 0;
		margin-bottom: 10px
	}
}

.testimonial-block-six .info-box .thumb img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-block-six .info-box .name {
	margin-bottom: 0;
	line-height: 23.44px
}

.testimonial-block-six .info-box .designation {
	display: block;
	margin-bottom: 8px
}

.testimonial-block-six .info-box .rating {
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #dac935;
	letter-spacing: -1px;
	margin-bottom: 46px;
	line-height: 17px
}

@media(max-width:575.98px) {
	.testimonial-block-six .info-box .rating {
		margin-bottom: 20px
	}
}

.testimonial-block-six .info-box .rating span {
	background-color: var(--bg-theme-color3);
	color: var(--theme-color-dark);
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	margin-left: 14px;
	font-weight: 700
}

.testimonial-block-six .info-box .quote-icon {
	position: absolute;
	top: -20px;
	right: -10px;
	line-height: 1em;
	font-size: 100px;
	color: var(--theme-color1);
	opacity: .05;
	-webkit-transform: rotate(-9deg);
	transform: rotate(-9deg)
}

@media(max-width:575.98px) {
	.testimonial-block-six .info-box .quote-icon {
		display: none
	}
}

.testimonial-block-six .info-box .quote-icon-two {
	position: absolute;
	top: -10px;
	right: 10px;
	font-size: 52px;
	line-height: 66px;
	color: var(--theme-color1)
}

@media(max-width:575.98px) {
	.testimonial-block-six .info-box .quote-icon-two {
		display: none
	}
}

.testimonial-block-six .text {
	margin-bottom: 0
}

.testimonial-section-seven {
	position: relative;
	padding: 120px 0 85px
}

.testimonial-section-seven .carousel-outer {
	margin: 0 -15px
}

.testimonial-block-seven {
	position: relative;
	padding: 15px;
	margin-bottom: 30px
}

.testimonial-block-seven .inner-box {
	position: relative;
	padding: 40px 30px;
	margin-top: 30px;
	border-radius: 10px;
	border-radius: 5px;
	-webkit-box-shadow: 0 30px 80px 0 rgba(14, 100, 215, .04);
	box-shadow: 0 30px 80px 0 rgba(14, 100, 215, .04)
}

@media(max-width:575.98px) {
	.testimonial-block-seven .inner-box {
		padding: 30px 20px;
		text-align: center;
		margin-top: 0
	}
}

.testimonial-block-seven .inner-box:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.testimonial-block-seven .inner-box:hover .quote-icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.testimonial-block-seven .rating {
	position: absolute;
	left: 30px;
	top: -17px;
	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;
	z-index: 2;
	font-size: 14px;
	line-height: 18px;
	color: #dac935;
	background: #fafafb;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	padding: 9px 15px;
	width: 172px;
	height: 32px;
	padding-right: 0
}

@media(max-width:575.98px) {
	.testimonial-block-seven .rating {
		position: relative;
		left: 0;
		top: 0;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-bottom: 10px
	}
}

.testimonial-block-seven .rating span {
	margin-right: 5px;
	display: block;
	color: #808285;
	height: 36px;
	font-size: var(--body-font-size);
	line-height: 36px;
	margin-left: 16px;
	text-align: center;
	font-weight: 400
}

.testimonial-block-seven .quote-icon {
	position: absolute;
	right: 30px;
	top: -30px;
	font-size: 72px;
	line-height: .8em;
	color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.testimonial-block-seven .quote-icon {
		display: none
	}
}

.testimonial-block-seven .text {
	margin-bottom: 40px
}

.testimonial-block-seven .info-box {
	position: relative;
	padding-left: 90px;
	min-height: 70px;
	padding-top: 10px
}

@media(max-width:575.98px) {
	.testimonial-block-seven .info-box {
		padding-left: 0;
		padding-top: 0;
		text-align: center
	}
}

.testimonial-block-seven .info-box .thumb {
	position: absolute;
	left: 0;
	top: 0;
	height: 70px;
	width: 70px;
	overflow: hidden;
	margin-bottom: 10px;
	border: 2px solid #e1e1e1;
	border-radius: 5px;
	overflow: hidden
}

@media(max-width:575.98px) {
	.testimonial-block-seven .info-box .thumb {
		position: relative;
		display: inline-block
	}
}

.testimonial-block-seven .info-box .thumb img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-block-seven .info-box .name {
	margin-bottom: 0
}

.testimonial-block-seven .info-box .designation {
	display: block;
	margin-bottom: 11px
}

.testimonial-section-eight {
	position: relative;
	padding: 20px 0 90px
}

.testimonial-section-eight .sec-title {
	margin-bottom: 90px
}

.testimonial-block-eight {
	position: relative;
	margin-bottom: 30px
}

.testimonial-block-eight .inner-box {
	position: relative;
	padding: 20px 30px 18px;
	background: var(--theme-color-light);
	border: 1px solid #e1e1e1;
	margin-left: 30px;
	margin-top: 30px
}

@media(max-width:575.98px) {
	.testimonial-block-eight .inner-box {
		text-align: justify;
		position: relative;
    padding: 20px;

    background: var(--theme-color-light);
    border: 1px solid #e1e1e1;
     margin-left: 0px; 
    margin-top: 10px;
	}
	.testimonial-block-eight .text {
    margin-bottom: 0;
    font-family: "Playwrite DE Grund", cursive;
    font-size: 13px !important;
    margin-top: 0;
}
	 
}

.testimonial-block-eight .inner-box:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.testimonial-block-eight .info-box {
	position: relative;
	padding-left: 100px
}

@media(max-width:575.98px) {
	.testimonial-block-eight .info-box {
		padding-left: 0
	}
}

.testimonial-block-eight .info-box .thumb {
	position: absolute;
	left: -60px;
	top: -45px;
	margin-bottom: 0;
	display: block;
	overflow: hidden
}

@media(max-width:575.98px) {
	.testimonial-block-eight .info-box .thumb {
		position: relative;
		display: inline-block;
		left: 0;
		margin-bottom: 10px
	}
}

.testimonial-block-eight .info-box .thumb img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-block-eight .info-box .name {
	line-height: 23.44px;
	margin-bottom: 10px
}

.testimonial-block-eight .info-box .designation {
	display: block;
	margin-bottom: 5px
}

.testimonial-block-eight .info-box .rating {
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #dac935;
	letter-spacing: 1px;
	line-height: 17px;
	margin-bottom: 25px
}

@media(max-width:575.98px) {
	.testimonial-block-eight .info-box .rating {
		margin-bottom: 20px
	}
}

.testimonial-block-eight .info-box .rating span {
	background-color: var(--bg-theme-color3);
	color: var(--theme-color-dark);
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	margin-left: 14px;
	font-weight: 700
}

.testimonial-block-eight .info-box .quote-icon {
	position: absolute;
	top: 0;
	right: -15px;
	font-size: 54px;
	line-height: 1em;
	color: var(--theme-color1);
	opacity: .2
}

@media(max-width:575.98px) {
	.testimonial-block-eight .info-box .quote-icon {
		display: none
	}
}

.testimonial-block-eight .text {
	margin-bottom: 0;
	font-family: "Playwrite DE Grund", cursive;
	font-size: 15px;
	margin-top: 0
}

.testimonial-section-nine {
	position: relative;
	padding: 120px 0 85px
}

.testimonial-section-nine .sec-title {
	margin-bottom: 45px
}

.testimonial-section-nine .carousel-outer {
	margin: 0 -15px
}

.testimonial-block-nine {
	position: relative;
	padding: 15px;
	margin-bottom: 30px
}

.testimonial-block-nine .inner-box {
	position: relative;
	padding: 40px 40px 50px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05)
}

@media(max-width:575.98px) {
	.testimonial-block-nine .inner-box {
		padding: 20px;
		text-align: center
	}
}

.testimonial-block-nine .inner-box:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.testimonial-block-nine .inner-box:hover .quote-icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.testimonial-block-nine .info-box {
	position: relative;
	padding-left: 118px;
	min-height: 90px;
	padding-top: 12px;
	padding-bottom: 26px;
	border-bottom: 2px solid #eee;
	margin-bottom: 17px
}

@media(max-width:575.98px) {
	.testimonial-block-nine .info-box {
		padding-left: 0;
		padding-bottom: 12px
	}
}

.testimonial-block-nine .info-box .thumb {
	position: absolute;
	left: 0;
	top: 0;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 10px;
	overflow: hidden
}

@media(max-width:575.98px) {
	.testimonial-block-nine .info-box .thumb {
		position: relative;
		display: inline-block
	}
}

.testimonial-block-nine .info-box .thumb img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-block-nine .info-box .name {
	margin-bottom: 0
}

.testimonial-block-nine .info-box .designation {
	display: block;
	margin-bottom: 11px
}

.testimonial-block-nine .info-box .quote-icon {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 62px;
	line-height: 1em;
	color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.testimonial-block-nine .info-box .quote-icon {
		display: none
	}
}

.testimonial-block-nine .text {
	margin-bottom: 30px
}

.testimonial-block-nine .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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 2;
	font-size: 14px;
	line-height: 18px;
	color: #f8bc26;
	border: 1px solid #e1e1e1;
	padding: 9px 16px;
	width: 173px;
	height: 38px;
	padding-right: 0
}

@media(max-width:575.98px) {
	.testimonial-block-nine .rating {
		margin: 0 auto
	}
}

.testimonial-block-nine .rating span {
	display: block;
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light);
	width: 44px;
	height: 36px;
	font-size: var(--body-font-size);
	line-height: 36px;
	margin-left: 16px;
	text-align: center;
	font-weight: 400
}

.testimonial-section-ten {
	position: relative;
	padding: 120px 0 85px
}

.testimonial-section-ten:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: var(--bg-theme-color3);
	height: 396px;
	content: ""
}

.testimonial-section-ten .carousel-outer {
	margin: 0 -15px
}

.testimonial-block-ten {
	position: relative;
	padding: 15px;
	margin-bottom: 30px
}

.testimonial-block-ten .inner-box {
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 18px 3px rgba(0, 0, 0, .05)
}

@media(max-width:575.98px) {
	.testimonial-block-ten .inner-box {
		text-align: center
	}
}

.testimonial-block-ten .inner-box:hover .info-box .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.testimonial-block-ten .inner-box .info-box {
	background-color: var(--theme-color1);
	position: relative;
	padding-left: 162px;
	min-height: 94px;
	padding-top: 14px;
	padding-bottom: 10px
}

@media(max-width:575.98px) {
	.testimonial-block-ten .inner-box .info-box {
		padding-left: 0;
		text-align: center
	}
}

.testimonial-block-ten .inner-box .info-box .thumb {
	position: absolute;
	left: 40px;
	top: 5px;
	height: 84px;
	width: 84px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid var(--theme-color-light);
	z-index: 2
}

@media(max-width:575.98px) {
	.testimonial-block-ten .inner-box .info-box .thumb {
		position: relative;
		left: 0;
		top: 0;
		display: inline-block;
		margin-bottom: 10px
	}
}

.testimonial-block-ten .inner-box .info-box .thumb img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-block-ten .inner-box .info-box .name {
	margin-bottom: 0;
	color: var(--theme-color-light)
}

.testimonial-block-ten .inner-box .info-box .designation {
	display: block;
	color: var(--theme-color-light)
}

.testimonial-block-ten .inner-box .info-box .rating {
	position: absolute;
	top: 34px;
	right: 45px;
	z-index: 2;
	font-size: 14px;
	line-height: 14px;
	color: #dac935;
	letter-spacing: -1px;
	background: #615eea;
	width: 144px;
	padding-left: 10px
}

@media(max-width:575.98px) {
	.testimonial-block-ten .inner-box .info-box .rating {
		position: relative;
		display: inline-block;
		right: 0;
		top: 0;
		margin: 20px 0
	}
}

.testimonial-block-ten .inner-box .info-box .rating span {
	background-color: var(--theme-color-dark);
	color: var(--theme-color-light);
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	margin-left: 14px;
	font-weight: 700
}

.testimonial-block-ten .content-box {
	position: relative;
	padding: 34px 60px 34px 40px
}

@media(max-width:767.98px) {
	.testimonial-block-ten .content-box {
		padding-left: 0;
		text-align: center;
		padding: 30px
	}
}

.testimonial-block-ten .content-box .text {
	position: relative;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 0
}

.pricing-section {
	position: relative;
	padding: 120px 0 90px
}

.pricing-section .sec-title {
	margin-bottom: 84px
}

@media(max-width:991.98px) {
	.pricing-section .sec-title {
		margin-bottom: 62px
	}
}

.pricing-section .pricing-tab .tab-btns {
	position: absolute;
	right: 0;
	top: -170px
}

@media(max-width:991.98px) {
	.pricing-section .pricing-tab .tab-btns {
		position: relative;
		top: 0;
		margin-bottom: 50px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.pricing-tab {
	position: relative
}

.pricing-tab .tab-btns {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: var(--theme-color-light);
	overflow: hidden;
	border-radius: 50px
}

.pricing-tab .tab-btns:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 50px;
	content: ""
}

.pricing-tab .tab-btns .tab-btn {
	position: relative;
	padding: 16px 28px;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	color: var(--theme-color-dark);
	cursor: pointer;
	text-align: center;
	min-width: 130px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.pricing-tab .tab-btns .tab-btn.active-btn {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.pricing-block {
	position: relative;
	margin-bottom: 30px
}

.pricing-block .inner-box {
	position: relative;
	background-color: var(--theme-color-light);
	border: 1px solid #e1e1e1;
	padding: 46px 40px 39px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.pricing-block .inner-box {
		padding: 30px
	}
}

.pricing-block .inner-box:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px)
}

.pricing-block .inner-box .title-box {
	position: relative;
	padding-bottom: 17px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 25px
}

.pricing-block .inner-box .title-box .price {
	color: var(--theme-color1);
	line-height: 60px;
	margin-bottom: 28px
}

.pricing-block .inner-box .title-box .price sub {
	font-size: 18px;
	color: #333f4d;
	position: relative;
	top: -5px;
	margin-left: 5px
}

.pricing-block .inner-box .title-box .title {
	margin-bottom: 15px
}

.pricing-block .inner-box .title-box .text {
	margin-bottom: 0
}

.pricing-block .inner-box .title-box .image {
	position: absolute;
	top: -4px;
	right: 0
}

@media(max-width:575.98px) {
	.pricing-block .inner-box .title-box .image {
		position: relative;
		display: inline-block;
		top: 0;
		margin-bottom: 20px
	}
}

.pricing-block .inner-box .features-list {
	position: relative;
	margin-bottom: 36px
}

.pricing-block .inner-box .features-list li {
	position: relative;
	padding-left: 30px;
	color: var(--theme-color-dark)
}

.pricing-block .inner-box .features-list li i {
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 10px;
	text-align: center;
	width: 14px;
	height: 16px;
	line-height: 16px;
	background-color: var(--theme-color1);
	color: var(--theme-color-light)
}

.pricing-block .inner-box .btn-style-one {
	width: 100%
}

.pricing-section-two {
	position: relative;
	padding: 120px 0 90px
}

.pricing-section-two .sec-title {
	margin-bottom: 40px
}

.pricing-section-two .pricing-tab .tab-btns-outer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pricing-section-two .pricing-tab .tab-btns {
	margin-bottom: 40px
}

.pricing-block-two {
	position: relative;
	margin-bottom: 30px
}

.pricing-block-two .inner-box {
	position: relative
}

.pricing-block-two .inner-box:hover:before {
	border-color: var(--theme-color2);
	background-color: var(--theme-color2)
}

.pricing-block-two .inner-box:hover .title-box .image {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg)
}

.pricing-block-two .inner-box:hover .theme-btn {
	color: var(--theme-color-dark)
}

.pricing-block-two .inner-box:before {
	position: absolute;
	left: 0;
	right: 40px;
	bottom: 0;
	top: 90px;
	border-radius: 5px;
	border: 1px solid var(--gray-200, #E1E1E1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	content: ""
}

@media(max-width:575.98px) {
	.pricing-block-two .inner-box:before {
		right: 10px;
		left: 10px
	}
}

.pricing-block-two .inner-box .content-box {
	position: relative;
	background-color: var(--theme-color-light);
	padding: 40px 45px 30px;
	padding-right: 20px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 5px;
	margin-left: 35px;
	-webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05)
}

@media(max-width:575.98px) {
	.pricing-block-two .inner-box .content-box {
		margin-left: 0
	}
}

.pricing-block-two .inner-box .title-box {
	position: relative;
	margin-bottom: 10px
}

.pricing-block-two .inner-box .title-box .price {
	color: var(--theme-color-dark);
	line-height: 60px;
	margin-bottom: 32px
}

.pricing-block-two .inner-box .title-box .price sub {
	font-size: 18px;
	color: #333f4d;
	position: relative;
	top: -5px;
	margin-left: 5px
}

.pricing-block-two .inner-box .title-box .title {
	margin-bottom: 15px
}

.pricing-block-two .inner-box .title-box .text {
	margin-bottom: 0
}

.pricing-block-two .inner-box .title-box .image {
	position: absolute;
	top: -4px;
	right: 20px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.pricing-block-two .inner-box .title-box .image {
		position: relative;
		display: inline-block;
		top: 0;
		margin-bottom: 20px
	}
}

.pricing-block-two .inner-box .features-list {
	position: relative
}

.pricing-block-two .inner-box .features-list li {
	position: relative;
	padding-left: 30px;
	font-size: 18px;
	color: var(--text-color);
	margin-bottom: 6px
}

.pricing-block-two .inner-box .features-list li i {
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 18px;
	text-align: center;
	width: 14px;
	height: 16px;
	line-height: 16px;
	color: var(--theme-color1)
}

.pricing-block-two .inner-box .theme-btn {
	position: relative;
	margin-left: 80px;
	font-size: 18px;
	color: var(--theme-color1);
	line-height: 23px;
	font-weight: 500;
	padding: 21px 0 26px
}

.pricing-block-two .inner-box .theme-btn i {
	margin-right: 10px
}

@media(max-width:575.98px) {
	.pricing-block-two .inner-box .theme-btn {
		margin-left: 0;
		text-align: center;
		display: block
	}
}

.pricing-section-three {
	position: relative;
	padding: 120px 0 90px
}

.pricing-section-three .sec-title {
	margin-bottom: 40px
}

.pricing-section-three .pricing-tab .tab-btns-outer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pricing-section-three .pricing-tab .tab-btns {
	margin-bottom: 40px
}

.pricing-block-three {
	position: relative;
	margin-bottom: 30px
}

.pricing-block-three .inner-box {
	position: relative;
	background-color: var(--theme-color-light);
	border: 1px solid #e1e1e1;
	padding: 40px 40px 39px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.pricing-block-three .inner-box {
		padding: 40px 30px
	}
}

.pricing-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);
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px)
}

.pricing-block-three .inner-box .sale-badge {
	position: absolute;
	right: 13px;
	top: 0;
	-webkit-transform: rotate(-90deg) translateY(-100%);
	transform: rotate(-90deg) translateY(-100%);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	padding: 6px 30px;
	padding-left: 54px;
	background-color: var(--bg-theme-color2);
	color: var(--theme-color-dark)
}

.pricing-block-three .inner-box .sale-badge::before {
	position: absolute;
	left: 0;
	top: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 24px solid var(--theme-color-light);
	content: ""
}

.pricing-block-three .inner-box .title-box {
	position: relative;
	text-align: center;
	padding-bottom: 17px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 25px
}

.pricing-block-three .inner-box .title-box .title {
	font-size: var(--body-font-size);
	margin-bottom: 10px
}

.pricing-block-three .inner-box .title-box .price {
	color: var(--theme-color-dark);
	line-height: 60px;
	margin-bottom: 32px
}

.pricing-block-three .inner-box .title-box .price sub {
	font-size: 18px;
	color: #333f4d;
	position: relative;
	top: -5px;
	margin-left: 5px
}

.pricing-block-three .inner-box .title-box .image {
	position: relative;
	display: inline-block
}

.pricing-block-three .inner-box .text {
	margin-bottom: 12px
}

.pricing-block-three .inner-box .features-list {
	position: relative;
	margin-bottom: 47px
}

.pricing-block-three .inner-box .features-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 11px
}

.pricing-block-three .inner-box .features-list li i {
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 10px;
	text-align: center;
	width: 14px;
	height: 16px;
	line-height: 16px;
	background-color: var(--theme-color1);
	color: var(--theme-color-light)
}

.pricing-block-three .inner-box .btn-box {
	text-align: center
}

.pricing-block-three .inner-box .btn-box .theme-btn {
	line-height: 30px;
	padding: 15px 30px;
	border-color: var(--theme-color1)
}

.pricing-section-four {
	position: relative;
	padding: 120px 0 90px
}

.pricing-section-four .sec-title {
	margin-bottom: 40px
}

@media(max-width:991.98px) {
	.pricing-section-four .sec-title {
		margin-bottom: 62px
	}
}

.pricing-section-four .pricing-tab .tab-btns-outer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pricing-section-four .pricing-tab .tab-btns {
	margin-bottom: 60px
}

.pricing-block-four {
	position: relative;
	margin-bottom: 30px
}

.pricing-block-four .inner-box {
	position: relative;
	padding: 55px 37px 46px;
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, .05);
	box-shadow: 0 0 60px rgba(0, 0, 0, .05);
	background-color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.pricing-block-four .inner-box:hover {
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.pricing-block-four .inner-box:hover .image {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg)
}

.pricing-block-four .inner-box .image {
	display: inline-block;
	margin-bottom: 15px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.pricing-block-four .inner-box .image {
		display: none
	}
}

.pricing-block-four .inner-box .image img {
	height: 90px
}

.pricing-block-four .inner-box .title-box .price {
	position: absolute;
	top: 122px;
	right: 0;
	color: var(--theme-color1);
	width: 235px;
	height: 92px;
	line-height: 92px;
	text-align: right;
	padding-right: 31px
}

@media(max-width:575.98px) {
	.pricing-block-four .inner-box .title-box .price {
		position: relative;
		display: inline-block;
		margin-bottom: 20px;
		top: 0
	}
}

.pricing-block-four .inner-box .title-box .price::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	border-radius: 200px 0 0 200px;
	opacity: .1;
	background-color: var(--bg-theme-color1)
}

@media(max-width:575.98px) {
	.pricing-block-four .inner-box .title-box .price::before {
		border-radius: 0 200px 200px 0;
		width: auto;
		right: 0;
		left: -37px
	}
}

.pricing-block-four .inner-box .title-box .price sub {
	position: relative;
	font-size: 27px;
	top: 0;
	margin-left: 5px
}

.pricing-block-four .inner-box .title-box .title {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 37px
}

.pricing-block-four .inner-box .title-box .text {
	color: var(--theme-color-dark);
	margin-bottom: 28px;
	font-weight: 700
}

.pricing-block-four .inner-box .features {
	margin-bottom: 35px
}

.pricing-block-four .inner-box .features li {
	position: relative;
	padding-left: 31px;
	color: #808285;
	margin-bottom: 4px
}

.pricing-block-four .inner-box .features li i {
	font-size: 10px;
	text-align: center;
	width: 14px;
	height: 16px;
	line-height: 16px;
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
	position: absolute;
	left: 0;
	top: 8px
}

.pricing-block-four .inner-box .btn-style-one {
	width: 100%
}

.pricing-section-five {
	position: relative;
	padding: 120px 0 90px
}

.pricing-section-five .sec-title {
	margin-bottom: 74px
}

@media(max-width:991.98px) {
	.pricing-section-five .sec-title {
		margin-bottom: 62px
	}
}

.pricing-section-five .pricing-tab .tab-btns {
	position: absolute;
	right: 0;
	top: -170px
}

@media(max-width:991.98px) {
	.pricing-section-five .pricing-tab .tab-btns {
		position: relative;
		top: 0;
		margin-bottom: 50px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.pricing-tab {
	position: relative
}

.pricing-tab .tab-btns {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: var(--theme-color-light);
	overflow: hidden;
	border-radius: 50px
}

.pricing-tab .tab-btns:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 50px;
	content: ""
}

.pricing-tab .tab-btns .tab-btn {
	position: relative;
	padding: 16px 28px;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	color: var(--theme-color-dark);
	cursor: pointer;
	text-align: center;
	min-width: 130px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.pricing-tab .tab-btns .tab-btn.active-btn {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.pricing-block-five {
	position: relative;
	margin-bottom: 30px
}

.pricing-block-five.centered .inner-box {
	border-left: 2px solid #191919;
	border-right: 2px solid #191919
}

@media(max-width:991.98px) {
	.pricing-block-five.centered .inner-box {
		border: 0
	}
}

.pricing-block-five.centered .inner-box .title-box .title {
	background-color: var(--bg-theme-color2);
	color: var(--theme-color-dark)
}

.pricing-block-five .inner-box {
	position: relative;
	padding: 0 50px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:991.98px) {
	.pricing-block-five .inner-box {
		background-color: var(--theme-color-gray);
		padding: 40px 20px
	}
}

.pricing-block-five .inner-box .title-box {
	position: relative
}

.pricing-block-five .inner-box .title-box .title {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	padding: 20px 30px;
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1);
	margin-bottom: 15px
}

@media(max-width:767.98px) {
	.pricing-block-five .inner-box .title-box .title {
		font-size: 18px;
		padding: 10px 20px;
		margin-bottom: 30px
	}
}

.pricing-block-five .inner-box .title-box .price {
	color: var(--theme-color-dark);
	line-height: 60px;
	margin-bottom: 32px
}

.pricing-block-five .inner-box .title-box .price sub {
	font-size: 18px;
	color: #333f4d;
	position: relative;
	top: -5px;
	margin-left: 10px
}

.pricing-block-five .inner-box .features-list {
	position: relative;
	margin-bottom: 36px
}

.pricing-block-five .inner-box .features-list li {
	position: relative;
	margin-bottom: 11px;
	padding-left: 30px;
	color: var(--theme-color-dark)
}

.pricing-block-five .inner-box .features-list li i {
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 10px;
	text-align: center;
	width: 14px;
	height: 16px;
	line-height: 16px;
	background-color: var(--theme-color1);
	color: var(--theme-color-light)
}

.pricing-block-five .inner-box .theme-btn {
	color: var(--theme-color-dark)
}

.pricing-block-five .inner-box .theme-btn:before {
	background-color: var(--bg-theme-color2)
}

.pricing-block-five .inner-box .theme-btn:hover {
	border-color: var(--theme-color2)
}

.pricing-section-six {
	position: relative;
	padding: 120px 0 90px
}

.pricing-section-six .sec-title {
	margin-bottom: 74px
}

@media(max-width:991.98px) {
	.pricing-section-six .sec-title {
		margin-bottom: 62px
	}
}

.pricing-section-six .carousel-outer {
	position: relative
}

.pricing-section-six .swiper-nav {
	position: absolute;
	right: 0;
	top: -150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2
}

.pricing-section-six .swiper-nav .swiper-next,
.pricing-section-six .swiper-nav .swiper-prev {
	position: relative;
	display: block;
	width: 67px;
	height: 67px;
	font-size: 20px;
	font-weight: 700;
	line-height: 67px;
	color: var(--theme-color1);
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 50%;
	margin-left: 20px
}

@media(max-width:575.98px) {

	.pricing-section-six .swiper-nav .swiper-next,
	.pricing-section-six .swiper-nav .swiper-prev {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		width: 50px
	}
}

.pricing-section-six .swiper-nav .swiper-next:before,
.pricing-section-six .swiper-nav .swiper-prev:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--bg-theme-color1);
	border-radius: 50%;
	opacity: .1;
	content: ""
}

.pricing-section-six .swiper-nav .swiper-next:hover,
.pricing-section-six .swiper-nav .swiper-prev:hover {
	background-color: var(--theme-color1);
	color: var(--theme-color-light)
}

.pricing-section-six .swiper-nav .swiper-prev {
	margin-left: 0
}

.pricing-block-six {
	position: relative;
	margin-bottom: 30px
}

.pricing-block-six .inner-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #e1e1e1;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:991.98px) {
	.pricing-block-six .inner-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.pricing-block-six .inner-box:hover {
	background-color: var(--bg-theme-color1);
	border-color: var(--theme-color1)
}

.pricing-block-six .inner-box:hover .price-box .price,
.pricing-block-six .inner-box:hover .price-box .title {
	color: var(--theme-color-light)
}

.pricing-block-six .inner-box:hover .features-list li {
	color: var(--theme-color-light)
}

.pricing-block-six .inner-box:hover .features-list li i {
	color: var(--theme-color-light)
}

.pricing-block-six .inner-box:hover .btn-box .theme-btn {
	background-color: var(--theme-color-light);
	border-color: var(--theme-color-light);
	color: var(--theme-color1)
}

.pricing-block-six .inner-box .price-box {
	position: relative;
	min-width: 350px;
	padding: 30px 40px
}

@media(max-width:991.98px) {
	.pricing-block-six .inner-box .price-box {
		padding: 30px 30px 0
	}
}

.pricing-block-six .inner-box .price-box .title {
	margin-bottom: 8px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.pricing-block-six .inner-box .price-box .price {
	color: var(--theme-color1);
	line-height: 60px;
	margin-bottom: 32px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.pricing-block-six .inner-box .price-box .price sup {
	font-size: 27px
}

.pricing-block-six .inner-box .price-box .price sub {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	margin-left: 10px
}

.pricing-block-six .inner-box .features-list {
	position: relative;
	padding: 37px 0 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media(max-width:991.98px) {
	.pricing-block-six .inner-box .features-list {
		padding: 0 30px 0
	}
}

.pricing-block-six .inner-box .features-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 4px;
	color: var(--theme-color-dark);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1199.98px) {
	.pricing-block-six .inner-box .features-list li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.pricing-block-six .inner-box .features-list li i {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--theme-color-dark);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.pricing-block-six .inner-box .btn-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;
	padding: 30px;
	padding-left: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-width: 300px
}

@media(max-width:991.98px) {
	.pricing-block-six .inner-box .btn-box {
		min-width: auto;
		padding: 30px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.pricing-block-six .inner-box .btn-box .theme-btn {
	color: var(--theme-color-dark)
}

.pricing-block-six .inner-box .btn-box .theme-btn:before {
	background-color: var(--bg-theme-color2)
}

.pricing-block-six .inner-box .btn-box .theme-btn:hover {
	border-color: var(--theme-color2)
}

.team-section {
	position: relative;
	padding: 120px 0 80px;
	overflow: hidden
}

.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;
	z-index: 1
}

.team-block .image-box .image img {
	width: 100%;
	min-height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block .info-box {
	position: relative;
	padding: 30px;
	background-color: var(--theme-color-light);
	max-width: 375px;
	margin-top: -70px;
	background: #fafafb;
	border: 5px solid #fff;
	text-align: center;
	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: 30px;
	left: 25px;
	height: 54px;
	width: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 20px;
	color: var(--theme-color1);
	background-color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 5px;
	z-index: 3
}

.team-block .social-links {
	position: absolute;
	left: 25px;
	top: 85px;
	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: top;
	transform-origin: top;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block .social-links a {
	position: relative;
	height: 54px;
	width: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 16px;
	color: var(--theme-color1);
	background-color: var(--theme-color-light);
	border-radius: 5px;
	margin-top: 15px;
	-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-color1)
}

.team-section-two {
	position: relative;
	padding: 120px 0 80px;
	overflow: hidden
}

.team-block-two {
	position: relative;
	margin-bottom: 40px
}

.team-block-two .inner-box {
	position: relative
}

.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 .image-box {
	position: relative;
	padding-bottom: 35px
}

.team-block-two .image-box .image {
	position: relative;
	overflow: hidden;
	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: absolute;
	left: 0;
	bottom: -25px;
	padding: 67px 30px 16px;
	max-width: 370px;
	width: 100%;
	overflow: hidden;
	z-index: 2
}

.team-block-two .info-box::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--theme-color-gray);
	border-top: 5px solid var(--bg-theme-color1);
	-webkit-transform: skewY(10deg);
	transform: skewY(10deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	content: ""
}

@media(max-width:575.98px) {
	.team-block-two .info-box {
		padding-top: 50px
	}
}

.team-block-two .info-box .name {
	margin-bottom: 5px
}

.team-block-two .info-box .name:hover {
	color: var(--theme-color1)
}

.team-block-two .info-box .designation {
	position: relative;
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-two .share-icon {
	position: absolute;
	bottom: 104px;
	right: 20px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: var(--theme-color1);
	border: 1px solid var(--theme-color1);
	background-color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 2px;
	z-index: 3
}

.team-block-two .social-links {
	position: absolute;
	right: 20px;
	bottom: 150px;
	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-two .social-links a {
	position: relative;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: var(--theme-color1);
	background-color: var(--theme-color-light);
	border-radius: 5px;
	margin-top: 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-color1)
}

.team-section-three {
	position: relative;
	padding: 120px 0 60px;
	background-color: var(--theme-color-gray)
}

.team-section-three .sec-title {
	margin-bottom: 74px
}

.team-block-three {
	position: relative;
	margin-bottom: 60px
}

.team-block-three .inner-box {
	position: relative;
	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 .image {
	position: relative;
	display: block;
	max-width: 300px;
	height: 400px;
	border-radius: 150px;
	overflow: hidden;
	margin: 0 auto 24px;
	width: 100%;
	z-index: 1
}

.team-block-three .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-three .name {
	margin-bottom: 5px
}

.team-block-three .name:hover {
	color: var(--theme-color1)
}

.team-block-three .designation {
	position: relative;
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	margin-bottom: 15px
}

.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: 50px;
	width: 60px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	background: var(--theme-color-light);
	color: #808285;
	border-radius: 5px;
	margin: 0 1px;
	-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-color1)
}

.team-section-four {
	position: relative;
	padding: 120px 0 80px;
	overflow: hidden
}

.team-section-four .team-carousel .owl-item:nth-child(odd) .team-block-four {
	margin-top: 40px
}

@media(max-width:575.98px) {
	.team-section-four .team-carousel .owl-item:nth-child(odd) .team-block-four {
		margin-top: 0
	}
}

.team-section-four .team-carousel .owl-nav {
	position: absolute;
	right: 0;
	top: -142px;
	z-index: 8
}

@media(max-width:767.98px) {
	.team-section-four .team-carousel .owl-nav {
		position: relative;
		top: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.team-block-four {
	position: relative;
	margin-bottom: 40px
}

.team-block-four .inner-box {
	position: relative;
	border-radius: 5px;
	overflow: hidden
}

.team-block-four .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.team-block-four .inner-box:hover .social-links a {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible
}

.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:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	top: auto;
	bottom: 0;
	z-index: 3;
	background: linear-gradient(3.65deg, #1E266E 5.86%, rgba(30, 38, 110, 0) 82.23%);
	border-radius: 5px;
	content: "";
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-four .image-box .image img {
	width: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-four .info-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px;
	z-index: 2;
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-four .info-box .name {
	margin-bottom: 10px;
	color: var(--theme-color-light)
}

.team-block-four .info-box .designation {
	position: relative;
	display: block;
	color: var(--theme-color-light);
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-four .social-links {
	position: absolute;
	right: 30px;
	top: 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;
	z-index: 3
}

.team-block-four .social-links a {
	position: relative;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: var(--theme-color-dark);
	background-color: var(--theme-color-light);
	border-radius: 5px;
	margin-bottom: 10px;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	visibility: hidden;
	-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: 50px 0 80px;
	overflow: hidden
}

.team-block-five {
	position: relative;
	margin-bottom: 40px
}

.team-block-five .inner-box {
	position: relative;
	max-width: 300px;
	margin: 0 auto;
	padding-bottom: 0px
}

.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)
}

.team-block-five .image-box {
	position: relative
}

.team-block-five .image-box .image {
	position: relative;
	border-radius: 150px 150px 0 0;
	overflow: hidden;
	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: absolute;
	left: 22px;
	right: 22px;
	bottom: -65px;
	padding: 25px 20px;
	border-radius: 10px;
	-webkit-box-shadow: 0 16px 52px rgba(0, 0, 0, .07);
	box-shadow: 0 16px 52px rgba(0, 0, 0, .07);
	background-color: var(--theme-color-light);
	text-align: center;
	z-index: 2
}

.team-block-five .info-box .name {
	margin-bottom: 5px;
	font-family: "Playwrite DE Grund", cursive;
	font-size: 20px;
    margin-bottom: 10px;
}

.team-block-five .info-box .name:hover {
	color: var(--theme-color1)
}

.team-block-five .info-box .designation {
	position: relative;
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-five .social-links {
	position: absolute;
	left: 0;
	width: 100%;
	top: -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;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	z-index: 3;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-five .social-links a {
	position: relative;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1);
	border-radius: 5px 5px 0 0;
	margin: 0 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-five .social-links a:hover {
	color: var(--theme-color1);
	background-color: var(--theme-color-light)
}

.team-section-six {
	position: relative;
	padding: 120px 0 80px;
	overflow: hidden
}

.team-block-six {
	position: relative;
	margin-bottom: 40px
}

.team-block-six .inner-box {
	position: relative
}

.team-block-six .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.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;
	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: 28px 30px;
	background-color: var(--theme-color-gray);
	background: #fafafb;
	text-align: center;
	z-index: 2
}

.team-block-six .info-box .name {
	margin-bottom: 0
}

.team-block-six .info-box .name:hover {
	color: var(--theme-color1)
}

.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;
	right: 30px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: var(--theme-color1);
	background-color: var(--theme-color-light);
	border-radius: 50px;
	z-index: 3;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-six .social-links {
	position: absolute;
	right: 30px;
	top: 75px;
	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: top;
	transform-origin: top;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-six .social-links a {
	position: relative;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: var(--theme-color1);
	background-color: var(--theme-color-light);
	border-radius: 50px;
	margin-bottom: 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-six .social-links a:hover {
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1)
}

.team-section-seven {
	position: relative;
	padding: 120px 0;
	background-color: var(--theme-color-gray)
}

.team-section-seven .sec-title {
	margin-bottom: 74px
}

.team-section-seven .owl-carousel {
	padding-bottom: 40px
}

.team-section-seven .owl-carousel .owl-nav {
	display: none
}

.team-section-seven .owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.team-section-seven .owl-carousel .owl-dots .owl-dot {
	height: 10px;
	width: 70px;
	background: rgba(25, 25, 25, .1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-section-seven .owl-carousel .owl-dots .owl-dot:first-child {
	border-radius: 5px 0 0 5px
}

.team-section-seven .owl-carousel .owl-dots .owl-dot:last-child {
	border-radius: 0 5px 5px 0
}

@media(max-width:575.98px) {
	.team-section-seven .owl-carousel .owl-dots .owl-dot {
		width: 30px
	}
}

.team-section-seven .owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--bg-theme-color1)
}

.team-block-seven {
	position: relative;
	margin-bottom: 30px
}

.team-block-seven .inner-box {
	position: relative;
	text-align: center;
	background-color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.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 {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible
}

.team-block-seven .image {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1
}

.team-block-seven .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-seven .info-box {
	position: relative;
	padding: 30px 30px 40px
}

.team-block-seven .name {
	margin-bottom: 5px
}

.team-block-seven .name:hover {
	color: var(--theme-color1)
}

.team-block-seven .designation {
	position: relative;
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	margin-bottom: 11px
}

.team-block-seven .text {
	margin-bottom: 17px
}

.team-block-seven .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-seven .social-links a {
	position: relative;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 18px;
	background: var(--theme-color-gray);
	color: var(--theme-color1);
	text-align: center;
	border-radius: 5px;
	margin: 0 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-seven .social-links a:hover {
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1)
}

.team-section-eight {
	position: relative;
	padding: 120px 0 80px
}

.team-block-eight {
	position: relative;
	margin-bottom: 40px
}

.team-block-eight .inner-box {
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, .05);
	box-shadow: 0 0 60px rgba(0, 0, 0, .05);
	border-radius: 5px;
	padding: 40px 30px 39px
}

.team-block-eight .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.team-block-eight .inner-box .image-box {
	margin-bottom: 30px
}

.team-block-eight .inner-box .image-box .image {
	height: 260px;
	max-width: 260px;
	width: 100%;
	border-radius: 150px;
	overflow: hidden;
	margin: 0 auto
}

.team-block-eight .inner-box .image-box .image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-eight .inner-box .title {
	margin-bottom: 5px
}

.team-block-eight .inner-box .title a:hover {
	color: var(--theme-color1)
}

.team-block-eight .inner-box .desgnation {
	margin-bottom: 26px;
	display: inline-block
}

.team-block-eight .inner-box .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 300ms ease;
	transition: all 300ms ease
}

.team-block-eight .inner-box .social-links a {
	position: relative;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 20px;
	background: var(--theme-color-light);
	color: var(--theme-color3);
	text-align: center;
	border-radius: 5px;
	margin: 0 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-eight .inner-box .social-links a:hover {
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1)
}

.team-section-nine {
	position: relative;
	padding: 120px 0 80px;
	overflow: hidden
}

.team-block-nine {
	position: relative;
	margin-bottom: 40px
}

.team-block-nine .inner-box {
	position: relative;
	padding-bottom: 40px
}

.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 a {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible
}

.team-block-nine .image-box {
	position: relative
}

.team-block-nine .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	z-index: 1
}

.team-block-nine .image-box .image img {
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-nine .info-box {
	position: absolute;
	left: 0;
	right: 35px;
	bottom: 0;
	padding: 17px 30px 14px;
	z-index: 2;
	background-color: var(--theme-color-light);
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, .05);
	box-shadow: 0 0 60px rgba(0, 0, 0, .05);
	min-height: 93px
}

@media(max-width:1199.98px) {
	.team-block-nine .info-box {
		right: 15px
	}
}

@media(max-width:575.98px) {
	.team-block-nine .info-box {
		position: relative;
		right: 0;
		padding-right: 60px
	}
}

.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;
	line-height: 1em;
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-nine .share-icon {
	position: absolute;
	top: 14px;
	right: 16px;
	height: 65px;
	width: 65px;
	font-size: 20px;
	line-height: 65px;
	text-align: center;
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1);
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 3
}

@media(max-width:575.98px) {
	.team-block-nine .share-icon {
		width: 40px;
		font-size: 14px
	}
}

.team-block-nine .social-links {
	position: absolute;
	right: 30px;
	bottom: 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;
	z-index: 3;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

@media(max-width:575.98px) {
	.team-block-nine .social-links {
		right: 19px
	}
}

.team-block-nine .social-links a {
	position: relative;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: var(--theme-color-dark);
	background-color: var(--theme-color-light);
	border-radius: 5px;
	margin-bottom: 15px;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-nine .social-links a:hover {
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1)
}

.team-section-ten {
	position: relative;
	padding: 120px 0 80px;
	overflow: hidden
}

.team-block-ten {
	position: relative;
	margin-bottom: 40px
}

.team-block-ten .inner-box {
	position: relative;
	padding-bottom: 40px
}

.team-block-ten .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.team-block-ten .inner-box:hover .social-links a {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible
}

.team-block-ten .inner-box:hover .share-icon {
	background-color: var(--bg-theme-color1)
}

.team-block-ten .image-box {
	position: relative;
	margin-bottom: 30px
}

.team-block-ten .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	z-index: 1
}

.team-block-ten .image-box .image img {
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-ten .info-box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	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;
	line-height: 1em;
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.team-block-ten .share-icon {
	position: absolute;
	top: -20px;
	right: 0;
	height: 65px;
	width: 65px;
	font-size: 20px;
	line-height: 65px;
	text-align: center;
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color3);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 3
}

@media(max-width:575.98px) {
	.team-block-ten .share-icon {
		width: 40px;
		font-size: 14px
	}
}

.team-block-ten .social-links {
	position: absolute;
	right: 15px;
	bottom: 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;
	z-index: 3;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

@media(max-width:575.98px) {
	.team-block-ten .social-links {
		right: 19px
	}
}

.team-block-ten .social-links a {
	position: relative;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: var(--theme-color-dark);
	background-color: var(--theme-color-light);
	border-radius: 5px;
	margin-bottom: 15px;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-ten .social-links a:hover {
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color1)
}

.why-choose-us {
	position: relative;
	padding: 120px 0 70px
}

.why-choose-us .content-column {
	margin-bottom: 50px;
	padding-top: 20px
}

.why-choose-us .content-column .sec-title {
	margin-bottom: 18px
}

@media(max-width:1199.98px) {
	.why-choose-us .content-column .sec-title br {
		display: none
	}
}

.why-choose-us .content-column .sec-title .text {
	margin-top: 50px;
	font-family: "Playwrite DE Grund", cursive;
	font-size: 14px;
	text-align: justify;
}

.why-choose-us .content-column .info-box {
	position: relative;
	margin-bottom: 50px
}

.why-choose-us .content-column .info-box .inner-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.why-choose-us .content-column .info-box .inner-box:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.why-choose-us .content-column .info-box .inner-box .icon {
	color: var(--theme-color1);
	display: inline-block;
	font-size: 65px;
	margin-right: 20px;
	line-height: 65px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.why-choose-us .content-column .info-box .inner-box .title {
	margin-bottom: 0
}

.why-choose-us .images-column {
	margin-bottom: 20px
}

.why-choose-us .images-column .inner-column {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 30px;
	margin-right: 0px
}

@media(max-width:1199.98px) {
	.why-choose-us .images-column .inner-column {
		margin-right: 0;
		padding-left: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.why-choose-us .images-column .inner-column .image {
	position: relative;
	margin-right: 30px;
	margin-bottom: 30px
}

@media(max-width:1199.98px) {
	.why-choose-us .images-column .inner-column .image {
		margin-right: 0
	}
}

.why-choose-us .images-column .inner-column .image img {
	border-radius: 200px
}

@media(max-width:1199.98px) {
	.why-choose-us .images-column .inner-column .image-2 {
		display: none
	}
}

.why-choose-us .images-column .inner-column .award-box-one {
	position: absolute;
	left: 195px;
	bottom: 122px
}

@media(max-width:1199.98px) {
	.why-choose-us .images-column .inner-column .award-box-one {
		left: 0;
		right: 0;
		margin: 0 auto
	}
}

@media(max-width:575.98px) {
	.why-choose-us .images-column .inner-column .award-box-one {
		bottom: 20px
	}
}

.award-box-one {
	position: relative;
	background-color: var(--theme-color2);
	border-radius: 93px;
	padding: 26px 47px;
	max-width: 385px;
	width: 100%
}

.award-box-one .inner-box {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

@media(max-width:575.98px) {
	.award-box-one .inner-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}
}

.award-box-one .inner-box .icon {
	color: var(--theme-color-dark);
	font-size: 58px;
	margin-right: 20px;
	line-height: 65px
}

@media(max-width:575.98px) {
	.award-box-one .inner-box .icon {
		display: inline-block;
		margin-bottom: 10px
	}
}

.award-box-one .inner-box .icon-title {
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 35px;
	text-transform: capitalize
}

.why-choose-us-two {
	position: relative;
	padding: 120px 0 50px
}

.why-choose-us-two .bg {
	background-color: var(--theme-color1);
	background-size: contain;
	background-position: right top;
	height: 576px
}

.feature-block {
	position: relative;
	margin-bottom: 30px
}

.feature-block .inner-box {
	position: relative;
	padding: 50px 30px 75px;
	text-align: center;
	-webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 18px 3px rgba(0, 0, 0, .05);
	border-radius: 5px;
	margin-bottom: 33px;
	background-color: var(--theme-color-light);
	-webkit-transition: all 300s ease;
	transition: all 300s ease
}

.feature-block .inner-box:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -20px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-image: url(../images/icons/shadow-1.png);
	opacity: .8;
	-webkit-transform: scale(0);
	transform: scale(0);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	content: ""
}

.feature-block .inner-box:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.feature-block .inner-box:hover .icon-box {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.feature-block .inner-box:hover .title {
	color: var(--theme-color-dark)
}

.feature-block .inner-box:hover .read-more {
	color: var(--theme-color1);
	background-color: var(--theme-color-light);
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .05)
}

.feature-block .inner-box .icon-box {
	display: inline-block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 30px
}

.feature-block .inner-box .title {
	margin-bottom: 23px
}

.feature-block .inner-box .text {
	margin-bottom: 0;
	font-family: "Playwrite DE Grund", cursive;
	font-size: 16px;
}

.feature-block .inner-box .read-more {
	position: absolute;
	display: inline-block;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	background-color: var(--theme-color1);
	border-radius: 50%;
	font-size: 20px;
	left: 50%;
	bottom: -33px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.why-choose-us-three {
	padding: 120px 0 70px
}

.why-choose-us-three .content-column {
	margin-bottom: 50px
}

.why-choose-us-three .content-column .inner-column {
	padding-top: 75px
}

@media(max-width:1399.98px) {
	.why-choose-us-three .content-column .inner-column {
		padding-top: 0
	}
}

.why-choose-us-three .content-column .inner-column .sec-title {
	margin-bottom: 10px
}

.why-choose-us-three .content-column .inner-column .sec-title .text {
	margin-top: 40px;
	font-family: "Playwrite DE Grund", cursive;
	font-size: 14px;
	text-align: justify;
}

.why-choose-us-three .content-column .inner-column .list-style-one {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px
}

.why-choose-us-three .content-column .inner-column .list-style-one li {
	margin-bottom: 5px;
	width: 50%;
	margin-right: 0;
	color: var(--text-color)
}

@media(max-width:767.98px) {
	.why-choose-us-three .content-column .inner-column .list-style-one li {
		width: 100%
	}
}

.why-choose-us-three .images-column {
	margin-bottom: 50px
}

.why-choose-us-three .images-column .inner-column {
	position: relative;
	padding-bottom: 70px
}

@media(max-width:767.98px) {
	.why-choose-us-three .images-column .inner-column {
		padding-bottom: 0
	}
}

.why-choose-us-three .images-column .inner-column .image-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media(max-width:767.98px) {
	.why-choose-us-three .images-column .inner-column .image-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.why-choose-us-three .images-column .inner-column .image-box .play-now {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.why-choose-us-three .images-column .inner-column .image-box .play-now .icon {
	border-radius: 50%;
	color: var(--bg-theme-color1);
	font-size: 25px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.why-choose-us-three .images-column .inner-column .image-box .play-now .icon:hover {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.why-choose-us-three .images-column .inner-column .image-box .image-1 {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.why-choose-us-three .images-column .inner-column .image-box .image-1 img {
	border-radius: 0 180px 0 0
}

@media(max-width:575.98px) {
	.why-choose-us-three .images-column .inner-column .image-box .image-1 img {
		width: 100%;
		border-radius: 0
	}
}

.why-choose-us-three .images-column .inner-column .image-box .image-2 {
	position: absolute;
	left: 50px;
	bottom: 0;
	margin-bottom: 0;
	z-index: 9
}

@media(max-width:575.98px) {
	.why-choose-us-three .images-column .inner-column .image-box .image-2 {
		position: relative;
		left: 0;
		margin-top: 30px
	}
}

.why-choose-us-three .images-column .inner-column .image-box .image-2 img {
	border: 8px solid var(--theme-color-light);
	border-radius: 160px 0 0 0
}

@media(max-width:575.98px) {
	.why-choose-us-three .images-column .inner-column .image-box .image-2 img {
		width: 100%;
		border: 0;
		border-radius: 0
	}
}

.why-choose-us-three .images-column .exp-box {
	position: absolute;
	right: 30px;
	bottom: 0
}

@media(max-width:575.98px) {
	.why-choose-us-three .images-column .exp-box {
		position: relative;
		right: 0;
		margin-top: 30px
	}
}

.why-choose-us-three .images-column .exp-box .inner {
	position: relative;
	z-index: 10;
	width: 198px;
	height: 193px;
	padding-top: 43px;
	padding-left: 37px
}

@media(max-width:575.98px) {
	.why-choose-us-three .images-column .exp-box .inner {
		width: 100%;
		padding: 30px 40px;
		text-align: center;
		height: auto
	}
}

.why-choose-us-three .images-column .exp-box .inner:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--bg-theme-color1);
	content: "";
	opacity: .9
}

.why-choose-us-three .images-column .exp-box .inner .count-box {
	position: relative;
	color: var(--theme-color-light);
	font-size: 55px;
	font-weight: 700;
	line-height: 60px
}

.why-choose-us-three .images-column .exp-box .inner .count-box .count-text {
	color: var(--theme-color-light);
	font-size: 55px;
	font-weight: 700;
	line-height: 60px
}

.why-choose-us-three .images-column .exp-box .inner .title {
	color: var(--theme-color-light);
	font-size: 18px;
	line-height: 32px;
	font-weight: 400
}

.why-choose-us-three .images-column .exp-box .inner .title br {
	display: none
}

.why-choose-us-four {
	position: relative;
	padding: 120px 0 70px
}

.why-choose-us-four .content-column {
	margin-bottom: 50px
}

.why-choose-us-four .content-column .sec-title {
	margin-bottom: 20px
}

.why-choose-us-four .content-column .sec-title .title {
	margin-bottom: 32px
}

.why-choose-us-four .content-column .sec-title .text {
	margin-top: 0;
	margin-bottom: 12px
}

.why-choose-us-four .content-column .list-style-one {
	margin-bottom: 30px
}

.why-choose-us-four .content-column .list-style-one li {
	font-weight: 700
}

.why-choose-us-four .content-column .theme-btn {
	border-radius: 0;
	line-height: 30px;
	padding: 15px 30px
}

.why-choose-us-four .content-column .theme-btn:before {
	border-radius: 0;
	background-color: var(--theme-color2)
}

.why-choose-us-four .image-column {
	margin-bottom: 50px
}

.why-choose-us-four .image-column .inner-column {
	position: relative;
	padding-left: 60px
}

@media(max-width:767.98px) {
	.why-choose-us-four .image-column .inner-column {
		padding-left: 30px
	}
}

@media(max-width:575.98px) {
	.why-choose-us-four .image-column .inner-column {
		padding-left: 0
	}
}

.why-choose-us-four .image-column .inner-column .image-box {
	position: relative;
	border-radius: 5px
}

.why-choose-us-four .image-column .inner-column .image-box:before {
	content: "";
	position: absolute;
	right: 0;
	top: 110px;
	width: 160px;
	height: 266px;
	display: block;
	background-color: rgba(0, 252, 255, .2);
	z-index: -10
}

@media(max-width:575.98px) {
	.why-choose-us-four .image-column .inner-column .image-box:before {
		display: none
	}
}

.why-choose-us-four .image-column .inner-column .image-box .image-1 {
	position: relative;
	margin-bottom: 0
}

.why-choose-us-four .image-column .inner-column .image-box .image-2 {
	position: relative;
	display: inline-block;
	margin-left: 150px;
	margin-top: -105px;
	border: 8px solid #fff
}

@media(max-width:575.98px) {
	.why-choose-us-four .image-column .inner-column .image-box .image-2 {
		margin-left: 0;
		margin-top: 20px;
		display: block
	}

	.why-choose-us-four .image-column .inner-column .image-box .image-2 img {
		width: 100%
	}
}

.why-choose-us-four .image-column .inner-column .exp-box {
	position: absolute;
	left: -30px;
	bottom: 70px;
	background-color: var(--theme-color-dark);
	padding: 25px 30px;
	z-index: 10
}

@media(max-width:575.98px) {
	.why-choose-us-four .image-column .inner-column .exp-box {
		position: relative;
		left: 0;
		bottom: 0
	}
}

.why-choose-us-four .image-column .inner-column .exp-box:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.why-choose-us-four .image-column .inner-column .exp-box .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.why-choose-us-four .image-column .inner-column .exp-box .inner .icon {
	color: var(--theme-color2);
	font-size: 46px;
	margin-right: 15px;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s
}

.why-choose-us-four .image-column .inner-column .exp-box .count-box {
	color: var(--theme-color-light);
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px
}

.why-choose-us-four .image-column .inner-column .exp-box .count-box .count-text {
	color: var(--theme-color-light);
	font-size: 32px;

	font-weight: 700
}

.why-choose-us-four .image-column .inner-column .exp-box .counter-title {
	color: var(--theme-color-light);
	font-weight: 500;
	margin-bottom: 0
}

.news-section {
	position: relative;
	padding: 120px 0 90px
}

.news-block {
	margin-bottom: 30px
}

.news-block .inner-box {
	position: relative;
	margin-top: 18px;
	margin-bottom: 28px
}

.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 .inner-box .image-box {
	position: relative
}

.news-block .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.news-block .inner-box .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block .inner-box .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 .inner-box .image-box .post-date {
	position: absolute;
	top: -18px;
	left: 40px;
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
	padding: 15px 18px;
	font-size: 27px;
	font-weight: 700;
	line-height: 23px
}

@media(max-width:575.98px) {
	.news-block .inner-box .image-box .post-date {
		font-size: 22px;
		padding: 12px 15px
	}
}

.news-block .inner-box .content-box {
	-webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 18px 3px rgba(0, 0, 0, .05);
	padding: 20px 40px 0
}

@media(max-width:1399.98px) {
	.news-block .inner-box .content-box {
		padding: 20px 20px 0
	}
}

.news-block .inner-box .content-box .post-meta {
	margin-bottom: 17px;
	line-height: 18px
}

.news-block .inner-box .content-box .post-meta li {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	line-height: 18px
}

.news-block .inner-box .content-box .post-meta li .icon {
	position: relative;
	color: var(--theme-color1);
	margin-right: 8px
}

.news-block .inner-box .content-box .title {
	margin-bottom: 19px
}

.news-block .inner-box .content-box .title a:hover {
	color: var(--theme-color1)
}

.news-block .inner-box .content-box .text {
	margin-bottom: 0
}

.news-block .inner-box .content-box .btn-box {
	position: relative;
	bottom: -28px
}

.news-block .inner-box .content-box .theme-btn {
	border-radius: 0
}

@media(max-width:575.98px) {
	.news-block .inner-box .content-box .theme-btn {
		padding: 12px 20px;
		font-size: 16px
	}
}

@media(max-width:575.98px) {
	.news-block .inner-box .content-box .theme-btn .icon {
		font-size: 16px
	}
}

.news-section-two {
	padding: 120px 0 90px
}

.news-block-two {
	position: relative;
	margin-bottom: 30px
}

.news-block-two .inner-box {
	margin-bottom: 33px
}

.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 .inner-box .image-box {
	position: relative
}

.news-block-two .inner-box .image-box .post-date {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
	padding: 9px 18px;
	font-size: 27px;
	font-weight: 500;
	margin-bottom: 0;
	text-align: center
}

@media(max-width:1199.98px) {
	.news-block-two .inner-box .image-box .post-date {
		font-size: 22px;
		padding: 6px 12px;
		line-height: 1.2em
	}
}

.news-block-two .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.news-block-two .inner-box .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-two .inner-box .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 .inner-box .content-box {
	position: relative;
	-webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 18px 3px rgba(0, 0, 0, .05);
	padding: 14px 34px 35px;
	text-align: center
}

@media(max-width:1199.98px) {
	.news-block-two .inner-box .content-box {
		padding: 10px 20px 30px
	}
}

@media(max-width:575.98px) {
	.news-block-two .inner-box .content-box {
		padding: 10px 10px 30px
	}
}

.news-block-two .inner-box .content-box .post-meta {
	margin-bottom: 15px
}

.news-block-two .inner-box .content-box .post-meta li {
	position: relative;
	display: inline-block;
	font-size: 14px
}

.news-block-two .inner-box .content-box .post-meta li:first-child {
	margin-right: 30px
}

.news-block-two .inner-box .content-box .post-meta li .icon {
	position: relative;
	color: var(--theme-color1);
	margin-right: 8px
}

.news-block-two .inner-box .content-box .title {
	position: relative;
	padding-bottom: 10px
}

@media(max-width:1199.98px) {
	.news-block-two .inner-box .content-box .title {
		font-size: 24px;
		padding: 0
	}
}

.news-block-two .inner-box .content-box .title a:hover {
	color: var(--theme-color1)
}

.news-block-two .inner-box .content-box .title:after {
	position: absolute;
	content: "";
	top: 80px;
	left: 5px;
	width: 311px;
	height: 2px;
	background: var(--theme-color1);
	z-index: -1;
	opacity: .2
}

@media(max-width:1199.98px) {
	.news-block-two .inner-box .content-box .title:after {
		display: none
	}
}

.news-block-two .inner-box .content-box .text {
	margin-bottom: 10px
}

.news-block-two .inner-box .content-box .read-more {
	position: absolute;
	left: 50%;
	bottom: -33px;
	width: 65px;
	height: 65px;
	display: inline-block;
	line-height: 65px;
	border-radius: 50%;
	font-size: 20px;
	color: var(--theme-color1);
	border: 1px solid #e1e1e1;
	background-color: var(--theme-color-light);
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-two .inner-box .content-box .read-more:hover {
	background-color: var(--theme-color1);
	border: 1px solid var(--theme-color1);
	color: var(--theme-color-light)
}

.news-section-three {
	position: relative;
	padding: 120px 0 90px
}

.news-section-three .owl-carousel .owl-nav {
	position: absolute;
	right: 0;
	top: -142px;
	z-index: 8
}

@media(max-width:767.98px) {
	.news-section-three .owl-carousel .owl-nav {
		position: relative;
		top: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.news-block-three {
	position: relative;
	margin-bottom: 30px
}

.news-block-three .inner-box {
	position: relative
}

.news-block-three .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-three .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.news-block-three .inner-box .image-box {
	position: relative
}

.news-block-three .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.news-block-three .inner-box .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-three .inner-box .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-three .inner-box .image-box .post-date {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 62px;
	height: 67px;
	display: block;
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
	margin-bottom: 0;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
	padding: 10px;
	line-height: 30px
}

.news-block-three .inner-box .image-box .post-date span {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px
}

.news-block-three .inner-box .content-box {
	padding-top: 15px
}

.news-block-three .inner-box .content-box .post-meta {
	margin-bottom: 16px
}

.news-block-three .inner-box .content-box .post-meta li {
	position: relative;
	display: inline-block;
	margin-right: 25px
}

.news-block-three .inner-box .content-box .post-meta li .icon {
	position: relative;
	color: var(--theme-color1);
	margin-right: 5px
}

.news-block-three .inner-box .content-box .title {
	position: relative;
	margin-bottom: 18px
}

.news-block-three .inner-box .content-box .text {
	margin-bottom: 20px
}

.news-block-three .inner-box .content-box .read-more {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: var(--theme-color-dark);
	-webkit-transform: all 300ms ease;
	transform: all 300ms ease
}

.news-block-three .inner-box .content-box .read-more i {
	margin-left: 10px;
	font-size: 16px
}

.news-block-three .inner-box .content-box .read-more:hover {
	color: var(--theme-color1)
}

.news-section-four {
	position: relative;
	padding: 120px 0 70px
}

.news-block-four {
	position: relative;
	margin-bottom: 50px
}

.news-block-four .inner-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media(max-width:575.98px) {
	.news-block-four .inner-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.news-block-four .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-four .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.news-block-four .inner-box .image-box {
	z-index: 10
}

@media(max-width:575.98px) {
	.news-block-four .inner-box .image-box {
		width: 100%
	}
}

.news-block-four .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	min-width: 176px;
	margin-bottom: 0
}

.news-block-four .inner-box .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-four .inner-box .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-four .inner-box .content-box {
	position: relative;
	border-radius: 5px;
	margin-left: -70px;
	padding: 45px 40px 53px 100px;
	border: 1px solid #e1e1e1;
	background-color: var(--theme-color-light)
}

@media(max-width:767.98px) {
	.news-block-four .inner-box .content-box {
		padding-right: 20px
	}
}

@media(max-width:575.98px) {
	.news-block-four .inner-box .content-box {
		margin: 0;
		padding: 20px 10px
	}
}

.news-block-four .inner-box .content-box .post-meta {
	margin-bottom: 10px
}

.news-block-four .inner-box .content-box .post-meta li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 32px
}

.news-block-four .inner-box .content-box .post-meta li:first-child {
	margin-right: 27px
}

.news-block-four .inner-box .content-box .post-meta li .icon {
	position: relative;
	color: var(--theme-color1);
	margin-right: 11px
}

.news-block-four .inner-box .content-box .title {
	position: relative;
	margin-bottom: 21px
}

@media(max-width:575.98px) {
	.news-block-four .inner-box .content-box .title {
		font-size: 24px
	}
}

.news-block-four .inner-box .content-box .text {
	margin-bottom: 13px
}

.news-block-four .inner-box .content-box .read-more {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: var(--theme-color-dark);
	-webkit-transform: all 300ms ease;
	transform: all 300ms ease
}

@media(max-width:575.98px) {
	.news-block-four .inner-box .content-box .read-more {
		font-size: 18px
	}
}

.news-block-four .inner-box .content-box .read-more i {
	margin-left: 10px;
	font-size: 16px
}

.news-block-four .inner-box .content-box .read-more:hover {
	color: var(--theme-color1)
}

.news-section-five {
	position: relative;
	padding: 120px 0 90px
}

.news-block-five {
	position: relative;
	margin-bottom: 30px
}

.news-block-five .inner-box {
	position: relative
}

.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 .inner-box .image-box {
	z-index: 10
}

.news-block-five .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	min-width: 176px;
	margin-bottom: 0
}

.news-block-five .inner-box .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-five .inner-box .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 .inner-box .info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--theme-color-gray);
	margin: -35px 18px 27px
}

@media(max-width:1199.98px) {
	.news-block-five .inner-box .info-box {
		margin: 0 0 18px
	}
}

.news-block-five .inner-box .info-box .post-date {
	color: var(--theme-color-light);
	padding: 9px 20px 10px;
	background-color: var(--theme-color1);
	display: inline-block;
	margin-right: 29px;
	text-align: center;
	font-weight: 700;
	min-width: 87px;
	font-size: 27px
}

.news-block-five .inner-box .info-box .post-date span {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 23px
}

.news-block-five .inner-box .info-box .post-meta {
	position: relative
}

.news-block-five .inner-box .info-box .post-meta li {
	display: inline-block;
	color: #808285;
	margin-right: 18px;
	line-height: 22px;
	font-size: 14px
}

.news-block-five .inner-box .info-box .post-meta li .icon {
	color: var(--theme-color1);
	font-size: 14px;
	margin-right: 8px
}

.news-block-five .inner-box .content-box {
	position: relative;
	z-index: 3
}

.news-block-five .inner-box .content-box .title {
	margin-bottom: 20px
}

@media(max-width:1199.98px) {
	.news-block-five .inner-box .content-box .title {
		font-size: 24px
	}
}

.news-block-five .inner-box .content-box .title a:hover {
	color: var(--theme-color1)
}

.news-block-five .inner-box .content-box .text {
	margin-bottom: 16px
}

.news-block-five .inner-box .content-box .read-more {
	color: var(--theme-color1);
	font-weight: 700;
	font-size: 20px;
	line-height: 16px;
	-webkit-transform: all 300ms ease;
	transform: all 300ms ease
}

@media(max-width:1199.98px) {
	.news-block-five .inner-box .content-box .read-more {
		font-size: 18px
	}
}

.news-block-five .inner-box .content-box .read-more:hover {
	color: var(--theme-color-dark)
}

.news-block-five .inner-box .content-box .read-more .icon {
	margin-left: 8px;
	font-size: 16px;
	line-height: 16px
}

.news-section-six {
	position: relative;
	padding: 120px 0 70px
}

.news-section-six .blog-carousel .owl-nav {
	position: absolute;
	right: 0;
	top: -142px;
	z-index: 8
}

@media(max-width:767.98px) {
	.news-section-six .blog-carousel .owl-nav {
		position: relative;
		top: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.news-block-six {
	position: relative;
	margin-bottom: 50px
}

.news-block-six .inner-box {
	position: relative;
	background-color: var(--theme-color-light);
	border: 1px solid #e1e1e1;
	padding: 12px 12px 50px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin-bottom: 40px
}

@media(max-width:767.98px) {
	.news-block-six .inner-box {
		padding: 20px 12px
	}
}

@media(max-width:575.98px) {
	.news-block-six .inner-box {
		margin-bottom: 0
	}
}

.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 .inner-box:hover .inner-box {
	-webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 18px 3px rgba(0, 0, 0, .05)
}

.news-block-six .inner-box .image-box {
	position: relative
}

.news-block-six .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.news-block-six .inner-box .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-six .inner-box .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 .inner-box .image-box .post-date {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 65px;
	height: 65px;
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding: 5px
}

.news-block-six .inner-box .image-box .post-date span {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px
}

.news-block-six .inner-box .content-box {
	padding: 15px 20px 0 25px
}

@media(max-width:1399.98px) {
	.news-block-six .inner-box .content-box {
		padding: 15px 10px 0
	}
}

.news-block-six .inner-box .content-box .post-meta {
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 19px
}

.news-block-six .inner-box .content-box .post-meta li {
	position: relative;
	display: inline-block
}

.news-block-six .inner-box .content-box .post-meta li:first-child {
	margin-right: 10px
}

.news-block-six .inner-box .content-box .post-meta li .icon {
	position: relative;
	color: var(--theme-color1);
	margin-right: 10px
}

.news-block-six .inner-box .content-box .title {
	position: relative;
	margin-bottom: 14px
}

@media(max-width:1399.98px) {
	.news-block-six .inner-box .content-box .title {
		font-size: 25px
	}
}

@media(max-width:1199.98px) {
	.news-block-six .inner-box .content-box .title {
		font-size: 22px
	}
}

.news-block-six .inner-box .content-box .title:hover a {
	color: var(--theme-color1)
}

.news-block-six .inner-box .content-box .theme-btn {
	position: absolute;
	left: 37px;
	bottom: -40px
}

@media(max-width:767.98px) {
	.news-block-six .inner-box .content-box .theme-btn {
		position: relative;
		left: 0;
		bottom: 0;
		margin-top: 20px
	}
}

.news-section-seven {
	position: relative;
	padding: 120px 0 70px
}

.news-block-seven {
	position: relative;
	margin-bottom: 50px
}

.news-block-seven .inner-box {
	border: 1px solid #e1e1e1
}

.news-block-seven .inner-box:hover {
	-webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05)
}

.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 .inner-box:hover .read-more i {
	color: var(--theme-color1)
}

.news-block-seven .inner-box .image-box {
	position: relative
}

.news-block-seven .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.news-block-seven .inner-box .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-seven .inner-box .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 .inner-box .image-box .post-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--theme-color1);
	padding: 6px 16px;
	padding-right: 30px;
	border-top-right-radius: 5px
}

@media(max-width:575.98px) {
	.news-block-seven .inner-box .image-box .post-meta {
		padding: 5px 12px;
		right: 0
	}
}

.news-block-seven .inner-box .image-box .post-meta li {
	position: relative;
	display: inline-block;
	color: var(--theme-color-light);
	margin-right: 31px;
	font-size: 14px
}

.news-block-seven .inner-box .image-box .post-meta li:last-child {
	margin-right: 0
}

.news-block-seven .inner-box .image-box .post-meta li .icon {
	position: relative;
	font-size: 14px;
	color: var(--theme-color-light);
	margin-right: 8px
}

.news-block-seven .inner-box .content-box {
	padding: 30px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1199.98px) {
	.news-block-seven .inner-box .content-box {
		padding: 20px
	}
}

.news-block-seven .inner-box .content-box .title {
	position: relative;
	margin-bottom: 14px
}

@media(max-width:575.98px) {
	.news-block-seven .inner-box .content-box .title {
		font-size: 24px
	}
}

.news-block-seven .inner-box .content-box .text {
	margin-bottom: 18px
}

.news-block-seven .inner-box .content-box .read-more {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px
}

@media(max-width:575.98px) {
	.news-block-seven .inner-box .content-box .read-more {
		font-size: 18px
	}
}

.news-block-seven .inner-box .content-box .read-more i {
	font-size: 18px;
	margin-right: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-seven .inner-box .content-box .read-more:hover {
	color: var(--theme-color1)
}

.news-section-eight {
	position: relative;
	padding: 120px 0 70px
}

.news-block-eight {
	position: relative;
	margin-bottom: 50px
}

.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 .inner-box:hover .content-box {
	border: 1px solid var(--theme-color1)
}

.news-block-eight .inner-box .image-box {
	position: relative
}

.news-block-eight .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.news-block-eight .inner-box .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-eight .inner-box .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 .inner-box .image-box .post-date {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 75px;
	height: 72px;
	display: block;
	background-color: var(--theme-color-dark);
	color: var(--theme-color-light);
	margin-bottom: 0;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
	padding: 10px;
	line-height: 30px
}

@media(max-width:1399.98px) {
	.news-block-eight .inner-box .image-box .post-date {
		left: 20px;
		top: 20px
	}
}

.news-block-eight .inner-box .image-box .post-date span {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px
}

.news-block-eight .inner-box .content-box {
	position: relative;
	padding: 15px 25px;
	border: 1px solid #e1e1e1;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1199.98px) {
	.news-block-eight .inner-box .content-box {
		padding: 15px
	}
}

.news-block-eight .inner-box .content-box .post-meta {
	margin-bottom: 20px
}

.news-block-eight .inner-box .content-box .post-meta li {
	position: relative;
	display: inline-block
}

.news-block-eight .inner-box .content-box .post-meta li:first-child {
	margin-right: 30px
}

@media(max-width:1199.98px) {
	.news-block-eight .inner-box .content-box .post-meta li:first-child {
		margin-right: 10px
	}
}

.news-block-eight .inner-box .content-box .post-meta li .icon {
	position: relative;
	font-size: 14px;
	color: var(--theme-color1);
	margin-right: 8px
}

.news-block-eight .inner-box .content-box .title {
	position: relative;
	margin-bottom: 15px
}

@media(max-width:1399.98px) {
	.news-block-eight .inner-box .content-box .title {
		font-size: 24px
	}
}

.news-block-eight .inner-box .content-box .text {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 15px
}

.news-block-eight .inner-box .content-box .read-more {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: var(--theme-color-dark);
	-webkit-transform: all 300ms ease;
	transform: all 300ms ease
}

.news-block-eight .inner-box .content-box .read-more .icon {
	color: var(--theme-color1);
	margin-right: 10px;
	font-size: 16px
}

.news-block-eight .inner-box .content-box .read-more:hover {
	color: var(--theme-color1)
}

.news-section-nine {
	padding: 120px 0 90px
}

.news-block-nine {
	position: relative;
	margin-bottom: 30px
}

.news-block-nine .inner-box {
	position: relative;
	background-color: #fafafb;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-nine .inner-box:hover {
	background-color: 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)
}

.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 .inner-box .image-box {
	position: relative
}

.news-block-nine .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.news-block-nine .inner-box .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-nine .inner-box .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 .inner-box .image-box .post-date {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
	padding: 15px 26px;
	font-size: 27px;
	line-height: 34px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase
}

@media(max-width:767.98px) {
	.news-block-nine .inner-box .image-box .post-date {
		font-size: 16px;
		line-height: 24px;
		padding: 10px 20px
	}
}

.news-block-nine .inner-box .content-box {
	position: relative;
	padding: 15px 40px 40px
}

@media(max-width:1399.98px) {
	.news-block-nine .inner-box .content-box {
		padding: 20px 25px
	}
}

@media(max-width:1199.98px) {
	.news-block-nine .inner-box .content-box {
		padding: 20px
	}
}

.news-block-nine .inner-box .content-box .post-meta {
	margin-bottom: 21px
}

.news-block-nine .inner-box .content-box .post-meta li {
	position: relative;
	display: inline-block
}

.news-block-nine .inner-box .content-box .post-meta li:first-child {
	margin-right: 20px
}

.news-block-nine .inner-box .content-box .post-meta li .icon {
	position: relative;
	color: var(--theme-color1);
	font-size: 17px;
	margin-right: 10px
}

.news-block-nine .inner-box .content-box .title {
	position: relative;
	font-size: 20px;
	margin-bottom: 19px
}

.news-block-nine .inner-box .content-box .title:hover {
	color: var(--theme-color1)
}

.news-block-nine .inner-box .content-box .text {
	margin-bottom: 8px
}

.news-block-nine .inner-box .content-box .read-more {
	color: var(--theme-color-dark);
	font-size: 20px;
	font-weight: 700
}

@media(max-width:767.98px) {
	.news-block-nine .inner-box .content-box .read-more {
		font-size: 18px
	}
}

.news-block-nine .inner-box .content-box .read-more .icon {
	margin-left: 10px
}

@media(max-width:767.98px) {
	.news-block-nine .inner-box .content-box .read-more .icon {
		font-size: 16px
	}
}

.news-block-nine .inner-box .content-box .read-more:hover {
	color: var(--theme-color1)
}

.news-section-ten {
	position: relative;
	padding: 120px 0 70px
}

.news-block-ten {
	position: relative;
	margin-bottom: 50px
}

.news-block-ten .inner-box {
	-webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 18px 3px rgba(0, 0, 0, .05)
}

.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 .inner-box .image-box {
	position: relative
}

.news-block-ten .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.news-block-ten .inner-box .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-ten .inner-box .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 .inner-box .image-box .post-date {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 75px;
	height: 75px;
	display: block;
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding: 10px;
	line-height: 30px
}

@media(max-width:1399.98px) {
	.news-block-ten .inner-box .image-box .post-date {
		top: 20px;
		left: 20px
	}
}

.news-block-ten .inner-box .image-box .post-date span {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px
}

.news-block-ten .inner-box .post-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--theme-color1);
	padding: 10px 40px
}

@media(max-width:1399.98px) {
	.news-block-ten .inner-box .post-meta {
		position: relative;
		padding: 10px 20px
	}
}

.news-block-ten .inner-box .post-meta li {
	position: relative;
	display: inline-block;
	color: var(--theme-color-light);
	line-height: 27px
}

.news-block-ten .inner-box .post-meta li:first-child {
	margin-right: 30px
}

@media(max-width:1199.98px) {
	.news-block-ten .inner-box .post-meta li:first-child {
		margin-right: 10px
	}
}

.news-block-ten .inner-box .post-meta li .icon {
	position: relative;
	font-size: 14px;
	color: var(--theme-color-light);
	margin-right: 10px
}

.news-block-ten .inner-box .content-box {
	padding: 20px 40px 40px
}

@media(max-width:1399.98px) {
	.news-block-ten .inner-box .content-box {
		padding: 20px
	}
}

.news-block-ten .inner-box .content-box .title {
	position: relative;
	margin-bottom: 10px
}

@media(max-width:575.98px) {
	.news-block-ten .inner-box .content-box .title {
		font-size: 24px
	}
}

.news-block-ten .inner-box .content-box .text {
	margin-bottom: 10px
}

.news-block-ten .inner-box .content-box .read-more {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px
}

@media(max-width:575.98px) {
	.news-block-ten .inner-box .content-box .read-more {
		font-size: 18px
	}
}

.news-block-ten .inner-box .content-box .read-more .icon {
	margin-left: 10px
}

@media(max-width:575.98px) {
	.news-block-ten .inner-box .content-box .read-more .icon {
		font-size: 16px
	}
}

.news-block-ten .inner-box .content-box .read-more:hover {
	color: var(--theme-color1)
}

.work-section {
	position: relative;
	padding: 120px 0 70px;
	overflow: hidden
}

.work-section .sec-title {
	margin-bottom: 84px
}

.work-block {
	margin-bottom: 50px;
	position: relative
}

.work-block .inner-box {
	position: relative
}

.work-block .inner-box:hover .info-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms
}

.work-block .inner-box:hover .info-box .title {
	color: #fff
}

.work-block .inner-box:hover .info-box .title a:hover {
	color: #fff
}

.work-block .inner-box:hover .image-box .image:before {
	opacity: 1;
	height: 100%
}

.work-block .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.work-block .inner-box:hover .image-box .read-more {
	top: 50%;
	right: 50%;
	opacity: 1;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms
}

.work-block .inner-box .image-box {
	position: relative
}

.work-block .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.work-block .inner-box .image-box .image:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	display: block;
	background: linear-gradient(359.73deg, #010D4C 0.21%, rgba(1, 13, 76, 0.26) 99.74%);
	opacity: 0;
	z-index: 10;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.work-block .inner-box .image-box .image img {
	position: relative;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.work-block .inner-box .image-box .read-more {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 65px;
	height: 65px;
	background: var(--bg-theme-color2);
	color: var(--theme-color-dark);
	line-height: 65px;
	font-size: 30px;
	opacity: 0;
	border-radius: 100%;
	text-align: center;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 10
}

.work-block .inner-box .image-box .read-more i {
	position: relative;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: 300
}

.work-block .inner-box .info-box {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 40px 30px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: translateY(15px);
	transform: translateY(15px)
}

.work-block .inner-box .info-box .title {
	color: var(--theme-color-light);
	margin-bottom: 5px
}

.work-block .inner-box .info-box .title a:hover {
	color: var(--theme-color1)
}

.work-block .inner-box .info-box .text {
	color: var(--theme-color-light)
}

@media(max-width:575.98px) {
	.work-block .inner-box .info-box .text {
		font-size: 16px;
		line-height: 24px
	}
}

.clients-section {
	position: relative
}

.clients-section .clients-outer {
	padding: 80px 0;
	background-color: var(--theme-color-gray)
}

@media(max-width:575.98px) {
	.clients-section .clients-outer {
		padding: 40px 0
	}
}

.clients-section .image {
	text-align: center;
	padding: 20px 0;
	margin-bottom: 0;
	text-align: center
}

.clients-section .image a {
	display: inline-block
}

.clients-section .image img {
	max-width: 100%;
	width: auto !important;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.clients-section .image:hover img {
	opacity: .7
}

.clients-section-two {
	position: relative;
	padding: 100px 0;
	background-color: var(--theme-color1)
}

.clients-section-two .image {
	text-align: center;
	padding: 10px 0;
	margin-bottom: 0;
	min-height: 100px;
	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-two .image img {
	max-width: 100%;
	width: auto !important;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.clients-section-two .image:hover img {
	opacity: .7
}

.clients-section-two.alternate {
	background-color: var(--theme-color-gray);
	padding: 65px 0
}

.main-footer {
	position: relative;
	background-color: var(--theme-color-gray)
}

.main-footer .bg {
	background-size: auto
}

.main-footer .footer-bg-1 {
	background-image: url(../images/icons/footer-bg-1.png);
	background-position: bottom left
}

.main-footer .footer-bg-2 {
	background-image: url(../images/icons/footer-bg-2.png);
	background-position: bottom right
}

.main-footer .footer-bg-3 {
	background-image: url(../images/icons/footer-bg-3.png)
}

.main-footer .footer-bg-4 {
	background-image: url(../images/icons/footer-bg-4.png)
}

.main-footer .footer-bg-5 {
	background-image: url(../images/icons/footer-bg-5.png);
	background-position: bottom left
}

.main-footer .footer-bg-7 {
	background-image: url(../images/icons/footer-bg-7.png);
	background-position: bottom right
}

.main-footer .widgets-section {
	position: relative;
	padding: 80px 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;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 15px;
	margin-bottom: 6px
}

.user-links li:last-child {
	margin-bottom: 0
}

.user-links li i {
	position: absolute;
	left: -15px;
	top: 0;
	color: #808285;
	font-size: 16px
}

.user-links li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 32px;
	color: #808285;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.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: 0;
	margin-bottom: 0
}

.user-links.style-three li:before {
	display: none
}

.user-links.light li a {
	color: var(--theme-color-light)
}

.recent-post {
	position: relative;
	margin-bottom: 20px
}

.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);
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px
}

.recent-post .inner .post-info i {
	font-size: 12px;
	margin-right: 10px;
	color: var(--theme-color-light);
	font-weight: 400
}

.recent-post .inner .post-title {
	color: var(--theme-color-light);
	line-height: var(--body-line-height);
	font-size: var(--body-font-size);
	font-weight: 400;
	letter-spacing: -.8px;
	margin-bottom: 0
}

.insta-gallery {
	position: relative;
	margin: 0 -5px 0;
	max-width: 340px
}

.insta-gallery .image {
	position: relative;
	float: left;
	width: 33.3333%;
	padding: 0 5px;
	margin-bottom: 10px
}

.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-bottom {
	position: relative;
	z-index: 3;
	padding: 20px 0;
	background-color: #14496cde
}

.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: #fff;
	line-height: 30px
}

@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 {
	color: #fff;
	margin-left: 17px
}

.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)
}

.footer-style-one {
	position: relative;
	background-color: var(--theme-color-gray)
}

.footer-style-one .widgets-section {
	padding: 80px 0 16px
}

.footer-style-one .widgets-section .widget-title {
	color: var(--theme-color-dark);
	padding-bottom: 11px;
	margin-bottom: 15px
}

.footer-style-one .widgets-section .widget-title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background-color: var(--theme-color1);
	width: 96px;
	height: 1px
}

.footer-style-one .widgets-section .about-widget {
	max-width: 400px
}

.footer-style-one .widgets-section .about-widget .logo-box {
	margin-bottom: 27px
}

.footer-style-one .widgets-section .about-widget .text {
	margin-bottom: 15px
}

.footer-style-one .links-widget {
	padding-left: 80px
}

@media(max-width:1199.98px) {
	.footer-style-one .links-widget {
		padding-left: 0
	}
}

.footer-style-one .gallery-widget {
	padding-left: 40px
}

@media(max-width:1199.98px) {
	.footer-style-one .gallery-widget {
		padding-left: 0
	}
}

.contact-list-two {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contact-list-two .icon {
	position: relative;
	background-color: var(--bg-theme-color1);
	border-radius: 5px;
	color: var(--theme-color-light);
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 20px;
	padding: 10px;
	margin-right: 20px
}

.contact-list-two li a {
	color: var(--text-color);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.contact-list-two li a:hover {
	color: var(--theme-color1)
}

.footer-style-two {
	position: relative;
	background-color: var(--bg-theme-color1)
}

.footer-style-two .widgets-section {
	position: relative;
	padding: 80px 0 30px
}

.footer-style-two .widgets-section .widget-title {
	margin-bottom: 30px
}

.footer-style-two .about-widget {
	max-width: 400px
}

.footer-style-two .about-widget .logo-box {
	margin-bottom: 21px
}

.footer-style-two .about-widget .text {
	color: var(--theme-color-light);
	margin-bottom: 0
}

.footer-style-two .about-widget .newslatters-form-one {
	margin-right: -60px
}

@media(max-width:1199.98px) {
	.footer-style-two .about-widget .newslatters-form-one {
		margin-right: 0
	}
}

.footer-style-two .links-widget {
	padding-left: 100px
}

@media(max-width:1199.98px) {
	.footer-style-two .links-widget {
		padding-left: 0
	}
}

.footer-style-two .gallery-widget {
	padding-right: 35px
}

.footer-style-two .gallery-widget .images-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer-style-two .gallery-widget .images-box .image {
	margin-bottom: 10px;
	margin-right: 10px
}

.footer-style-two .footer-bottom {
	background-color: transparent;
	padding: 0
}

.footer-style-two .footer-bottom .inner-container {
	background-color: rgba(255, 255, 255, .1);
	padding: 20px 50px
}

.contact-list-three {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 26px
}

.contact-list-three li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 1px;
	color: var(--theme-color-light)
}

.contact-list-three li .icon {
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--bg-theme-color1);
	border-radius: 5px;
	color: var(--theme-color-light);
	font-size: 16px;
	line-height: 32px;
	margin-right: 10px
}

.contact-list-three li a {
	color: var(--theme-color-light);
	line-height: 32px
}

.newslatters-form-one {
	position: relative
}

.newslatters-form-one .form-group {
	position: relative
}

.newslatters-form-one .form-group input[type=text],
.newslatters-form-one .form-group input[type=email] {
	position: relative;
	display: block;
	height: 56px;
	width: 100%;
	font-size: var(--body-font-size);
	line-height: 24px;
	color: var(--theme-color-dark);
	padding: 15px 20px;
	background: #fff;
	padding-right: 70px;
	border: 1px solid transparent;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.newslatters-form-one .form-group input[type=text]::-webkit-input-placeholder,
.newslatters-form-one .form-group input[type=email]::-webkit-input-placeholder {
	color: var(--theme-color-dark)
}

.newslatters-form-one .form-group input[type=text]::-moz-placeholder,
.newslatters-form-one .form-group input[type=email]::-moz-placeholder {
	color: var(--theme-color-dark)
}

.newslatters-form-one .form-group input[type=text]:-ms-input-placeholder,
.newslatters-form-one .form-group input[type=email]:-ms-input-placeholder {
	color: var(--theme-color-dark)
}

.newslatters-form-one .form-group input[type=text]::-ms-input-placeholder,
.newslatters-form-one .form-group input[type=email]::-ms-input-placeholder {
	color: var(--theme-color-dark)
}

.newslatters-form-one .form-group input[type=text]::placeholder,
.newslatters-form-one .form-group input[type=email]::placeholder {
	color: var(--theme-color-dark)
}

.newslatters-form-one .form-group .theme-btn {
	position: absolute;
	right: 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;
	height: 56px;
	width: 61px;
	background-color: var(--theme-color2);
	color: var(--theme-color-dark)
}

@media(max-width:767.98px) {
	.newslatters-form-one .form-group .theme-btn {
		position: relative;
		width: 100%;
		line-height: 20px;
		margin-top: 10px
	}
}

.footer-style-three {
	position: relative;
	background-color: var(--bg-theme-color1)
}

.footer-style-three.pull-up .widgets-section {
	padding: 240px 0 30px;
	margin-top: -153px
}

.footer-style-three .widgets-section {
	position: relative;
	padding: 120px 0 70px
}

.footer-style-three .widget-title {
	margin-bottom: 40px
}

.footer-style-three .about-widget {
	max-width: 400px
}

.footer-style-three .about-widget .logo {
	margin-bottom: 38px
}

@media(max-width:1199.98px) {
	.footer-style-three .about-widget .logo {
		margin-bottom: 20px
	}
}

.logo.footer img {
    width: 130px;
}

.footer-style-three .about-widget .text {
	margin-bottom: 18px;
	color: var(--theme-color-light)
}

.footer-style-three .links-widget {
	padding-left: 70px
}

@media(max-width:1199.98px) {
	.footer-style-three .links-widget {
		padding-left: 0
	}
}

.footer-style-three .contact-widget .contact-list-four {
	margin-bottom: 25px
}

.footer-style-three .gallery-widget {
	padding-left: 20px;
	padding-right: 10px
}

@media(max-width:1199.98px) {
	.footer-style-three .gallery-widget {
		padding-left: 0;
		padding-right: 0
	}
}

.footer-style-three .footer-bottom {
	background-color: rgba(255, 255, 255, .1)
}

.contact-list-four {
	position: relative;
	margin-bottom: 20px
}

.contact-list-four li {
	position: relative;
	padding-left: 32px;
	color: var(--theme-color-light);
	margin-bottom: 10px
}

.contact-list-four li .icon {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: var(--theme-color-light)
}

.contact-list-four li a {
	color: var(--theme-color-light)
}

.newslatters-form-two {
	position: relative
}

.newslatters-form-two .form-group {
	position: relative
}

.newslatters-form-two .form-group input[type=text],
.newslatters-form-two .form-group input[type=email] {
	position: relative;
	display: block;
	height: 56px;
	width: 100%;
	font-size: var(--body-font-size);
	line-height: 24px;
	color: var(--theme-color-light);
	padding: 15px 20px;
	background: rgba(255, 255, 255, .2);
	padding-right: 70px;
	border: 1px solid transparent;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.newslatters-form-two .form-group input[type=text]::-webkit-input-placeholder,
.newslatters-form-two .form-group input[type=email]::-webkit-input-placeholder {
	color: var(--theme-color-light)
}

.newslatters-form-two .form-group input[type=text]::-moz-placeholder,
.newslatters-form-two .form-group input[type=email]::-moz-placeholder {
	color: var(--theme-color-light)
}

.newslatters-form-two .form-group input[type=text]:-ms-input-placeholder,
.newslatters-form-two .form-group input[type=email]:-ms-input-placeholder {
	color: var(--theme-color-light)
}

.newslatters-form-two .form-group input[type=text]::-ms-input-placeholder,
.newslatters-form-two .form-group input[type=email]::-ms-input-placeholder {
	color: var(--theme-color-light)
}

.newslatters-form-two .form-group input[type=text]::placeholder,
.newslatters-form-two .form-group input[type=email]::placeholder {
	color: var(--theme-color-light)
}

.newslatters-form-two .form-group .theme-btn {
	position: absolute;
	right: 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;
	height: 56px;
	width: 61px;
	background: rgba(255, 255, 255, .2);
	color: var(--theme-color-light)
}

@media(max-width:767.98px) {
	.newslatters-form-two .form-group .theme-btn {
		position: relative;
		width: 100%;
		border-radius: 0;
		line-height: 20px;
		margin-top: 10px
	}
}

.footer-style-four {
	position: relative;
	background-color: var(--bg-theme-color3);
	color: var(--theme-color-light)
}

.footer-style-four .widgets-section {
	padding: 256px 0 30px
}

.footer-style-four .widgets-section .widget-title {
	margin-bottom: 20px
}

.footer-style-four .about-widget {
	max-width: 400px
}

.footer-style-four .about-widget .text {
	color: var(--theme-color-light);
	margin-bottom: 28px
}

.footer-style-four .about-widget .newslatters-form-one .form-group .theme-btn {
	height: 56px;
	width: 56px;
	background: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

@media(max-width:767.98px) {
	.footer-style-four .about-widget .newslatters-form-one .form-group .theme-btn {
		position: absolute;
		right: 0;
		top: 0;
		margin-top: 0
	}
}

.footer-style-four .links-widget {
	margin-left: 70px
}

@media(max-width:1199.98px) {
	.footer-style-four .links-widget {
		margin-left: 0
	}
}

.footer-style-four .links-widget .user-links li a i {
	color: var(--theme-color-light)
}

@media(max-width:1199.98px) {
	.footer-style-four .blog-widget br {
		display: none
	}
}

.footer-style-four .blog-widget .recent-post .post-info i {
	color: var(--theme-color2)
}

.footer-style-four .footer-lower {
	background-color: rgba(255, 255, 255, .05);
	padding: 20px 0 18px
}

.footer-style-four .footer-lower .logo-box .logo {
	padding: 10px 0
}

@media(max-width:767.98px) {
	.footer-style-four .footer-lower .logo-box .logo {
		text-align: center
	}
}

.footer-style-four .footer-lower .right-column {
	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
}

@media(max-width:767.98px) {
	.footer-style-four .footer-lower .right-column {
		display: none
	}
}

.footer-style-four .footer-lower .right-column .info-btn {
	position: relative;
	margin-right: 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

@media(max-width:991.98px) {
	.footer-style-four .footer-lower .right-column .info-btn {
		display: none
	}
}

.footer-style-four .footer-lower .right-column .info-btn .icon {
	background-color: var(--theme-color2);
	border-radius: 50%;
	color: var(--theme-color-dark);
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin-right: 15px
}

.footer-style-four .footer-lower .right-column .info-btn small {
	display: block;
	color: var(--theme-color-light);
	line-height: 24px
}

.footer-style-four .footer-lower .right-column .info-btn strong {
	color: var(--theme-color-light)
}

.footer-style-four .footer-lower .right-column .social-icon-two li:first-child {
	margin-right: 30px
}

@media(max-width:991.98px) {
	.footer-style-four .footer-lower .right-column .social-icon-two li:first-child {
		display: none
	}
}

.footer-style-four .footer-bottom {
	background-color: var(--bg-theme-color3)
}

.footer-style-five {
	position: relative;
	background-color: var(--bg-theme-color3);
	color: var(--theme-color-light)
}

.footer-style-five .widgets-section {
	position: relative;
	padding: 133px 0 90px
}

@media(max-width:991.98px) {
	.footer-style-five .widgets-section {
		padding-bottom: 40px
	}
}

.footer-style-five .widgets-section .widget-title {
	position: relative;
	color: var(--theme-color-light);
	margin-bottom: 25px
}

.footer-style-five .newslatter-widget {
	margin-right: -50px
}

@media(max-width:1199.98px) {
	.footer-style-five .newslatter-widget {
		margin-right: 0;
		max-width: 400px
	}
}

.footer-style-five .newslatter-widget .widget-content {
	background-color: var(--bg-theme-color1);
	padding: 30px
}

.footer-style-five .newslatter-widget .widget-content .title {
	color: var(--theme-color-light);
	margin-bottom: 15px
}

.footer-style-five .newslatter-widget .widget-content .text {
	color: var(--theme-color-light);
	margin-bottom: 7px
}

.footer-style-five .links-widget {
	padding-left: 100px
}

@media(max-width:1199.98px) {
	.footer-style-five .links-widget {
		padding-left: 0
	}
}

.footer-style-five .links-widget .user-links li {
	margin-bottom: 12px
}

.footer-style-five .contact-info-list li {
	position: relative;
	padding-left: 60px;
	margin-bottom: 25px
}

.footer-style-five .contact-info-list li .text {
	color: var(--theme-color-light)
}

.footer-style-five .contact-info-list li .text a {
	color: inherit
}

.footer-style-five .contact-info-list li .icon {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	background-color: rgba(255, 255, 255, .15);
	color: var(--bg-theme-color2);
	line-height: 40px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	margin-right: 20px;
	text-align: center
}

.footer-style-five .about-widget .logo {
	margin-bottom: 22px
}

.footer-style-five .about-widget .text {
	color: var(--theme-color-light);
	margin-bottom: 25px
}

.footer-style-five .footer-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, .1);
	padding: 15px 0
}

@media(max-width:991.98px) {
	.footer-style-five .footer-bottom {
		position: relative;
		background-color: var(--theme-color1)
	}
}

.newslatters-form-three {
	position: relative
}

.newslatters-form-three .form-group {
	position: relative
}

.newslatters-form-three .form-group input[type=text],
.newslatters-form-three .form-group input[type=email] {
	position: relative;
	display: block;
	height: 56px;
	width: 100%;
	font-size: var(--body-font-size);
	line-height: 24px;
	color: var(--theme-color-light);
	padding: 15px 20px;
	background: var(--bg-theme-color1);
	padding-right: 70px;
	border: 1px solid var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.newslatters-form-three .form-group input[type=text]::-webkit-input-placeholder,
.newslatters-form-three .form-group input[type=email]::-webkit-input-placeholder {
	color: var(--theme-color-light)
}

.newslatters-form-three .form-group input[type=text]::-moz-placeholder,
.newslatters-form-three .form-group input[type=email]::-moz-placeholder {
	color: var(--theme-color-light)
}

.newslatters-form-three .form-group input[type=text]:-ms-input-placeholder,
.newslatters-form-three .form-group input[type=email]:-ms-input-placeholder {
	color: var(--theme-color-light)
}

.newslatters-form-three .form-group input[type=text]::-ms-input-placeholder,
.newslatters-form-three .form-group input[type=email]::-ms-input-placeholder {
	color: var(--theme-color-light)
}

.newslatters-form-three .form-group input[type=text]::placeholder,
.newslatters-form-three .form-group input[type=email]::placeholder {
	color: var(--theme-color-light)
}

.newslatters-form-three .form-group .theme-btn {
	position: absolute;
	right: 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;
	height: 56px;
	width: 61px;
	background: #fff;
	color: var(--theme-color1)
}

.footer-style-six {
	position: relative;
	background-color: var(--bg-theme-color3)
}

.footer-style-six .widgets-section {
	position: relative;
	padding: 80px 0 30px
}

.footer-style-six .widgets-section .widget-title {
	position: relative;
	margin-bottom: 15px;
	color: var(--theme-color-light)
}

.footer-style-six .about-widget .logo {
	margin-bottom: 22px
}

.footer-style-six .about-widget .text {
	color: var(--theme-color-light);
	margin-bottom: 20px
}

.footer-style-six .contact-widget {
	padding-left: 45px;
	margin-right: -10px
}

@media(max-width:1199.98px) {
	.footer-style-six .contact-widget {
		padding-left: 0;
		margin-right: 0
	}
}

.footer-style-six .contact-widget .text {
	color: var(--theme-color-light);
	margin-bottom: 17px
}

.footer-style-six .contact-widget .contact-list-four li {
	padding-left: 22px;
	margin-bottom: 5px
}

.footer-style-six .contact-widget .contact-list-four li i {
	color: var(--theme-color2)
}

.footer-style-six .links-widget {
	padding-left: 70px
}

@media(max-width:1199.98px) {
	.footer-style-six .links-widget {
		padding-left: 0
	}
}

.footer-style-six .newslatter-widget .text {
	margin: 10px 0 30px
}

.footer-style-six .newslatter-widget .newslatters-form-one .form-group .theme-btn {
	height: 56px;
	width: 56px;
	background: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

@media(max-width:767.98px) {
	.footer-style-six .newslatter-widget .newslatters-form-one .form-group .theme-btn {
		position: absolute;
		right: 0;
		top: 0;
		margin-top: 0
	}
}

.footer-style-six .footer-bottom {
	background-color: transparent;
	padding: 0
}

.footer-style-six .footer-bottom .inner-container {
	padding: 21px 0;
	border-top: 1px solid rgba(255, 255, 255, .4)
}

.footer-style-seven {
	position: relative;
	background-color: var(--bg-theme-color3)
}

.footer-style-seven .widgets-section {
	position: relative;
	padding: 80px 0 17px
}

.footer-style-seven .widgets-section .widget-title {
	margin-bottom: 25px
}

.footer-style-seven .about-widget {
	max-width: 350px
}

.footer-style-seven .about-widget .logo {
	margin-bottom: 25px
}

.footer-style-seven .about-widget .text {
	color: var(--theme-color-light);
	margin-bottom: 20px
}

.footer-style-seven .about-widget .newslatters-form-one .form-group .theme-btn {
	height: 56px;
	width: 56px;
	background: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

@media(max-width:767.98px) {
	.footer-style-seven .about-widget .newslatters-form-one .form-group .theme-btn {
		position: absolute;
		right: 0;
		top: 0;
		margin-top: 0
	}
}

.footer-style-seven .links-widget {
	padding-left: 70px
}

@media(max-width:1199.98px) {
	.footer-style-seven .links-widget {
		padding-left: 0
	}
}

.footer-style-seven .links-widget .user-links li {
	margin-bottom: 1px
}

.footer-style-seven .links-widget .user-links li i {
	color: var(--theme-color-light)
}

.footer-style-seven .services-widget {
	padding-left: 70px
}

@media(max-width:1199.98px) {
	.footer-style-seven .services-widget {
		padding-left: 0
	}
}

.footer-style-seven .contact-widget .text {
	color: var(--theme-color-light);
	margin-bottom: 10px
}

.footer-style-seven .contact-widget .contact-list-four li i {
	color: var(--theme-color1);
	font-size: 18px
}

.footer-style-seven .footer-lower .inner-container {
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, .2);
	background: var(--bg-theme-color3);
	padding-top: 10px;
	padding-bottom: 15px
}

.footer-style-seven .footer-lower .info-box {
	position: relative
}

@media(max-width:991.98px) {
	.footer-style-seven .footer-lower .info-box {
		padding: 20px
	}
}

.footer-style-seven .footer-lower .info-box:last-child .inner::before {
	display: none
}

.footer-style-seven .footer-lower .info-box .inner {
	position: relative;
	padding: 0 0 0 63px;
	margin-left: 30px
}

@media(max-width:991.98px) {
	.footer-style-seven .footer-lower .info-box .inner {
		margin-left: 0;
		padding-left: 0;
		text-align: center
	}
}

.footer-style-seven .footer-lower .info-box .inner:before {
	position: absolute;
	right: 30px;
	top: 10px;
	height: 46px;
	width: 1px;
	background-color: rgba(255, 255, 255, .2);
	content: ""
}

@media(max-width:991.98px) {
	.footer-style-seven .footer-lower .info-box .inner:before {
		display: none
	}
}

.footer-style-seven .footer-lower .info-box .icon {
	position: absolute;
	left: 0;
	top: 10px;
	color: var(--bg-theme-color1);
	font-size: 40px;
	line-height: 1.1em;
	font-weight: 900
}

@media(max-width:991.98px) {
	.footer-style-seven .footer-lower .info-box .icon {
		position: relative;
		display: inline-block;
		top: 0;
		margin-bottom: 10px
	}
}

.footer-style-seven .footer-lower .info-box .title {
	color: var(--theme-color-light);
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	display: block;
	margin-bottom: 6px
}

.footer-style-seven .footer-lower .info-box .text {
	color: var(--theme-color-light);
	line-height: 23px;
	font-weight: 500
}

.footer-style-seven .footer-lower .info-box .text a {
	color: var(--theme-color-light);
	font-weight: 500
}

.footer-style-seven .footer-bottom {
	background-color: transparent
}

.footer-style-seven .footer-bottom .copyright-text {
	color: rgba(255, 255, 255, .6)
}

.footer-style-seven .footer-bottom .footer-nav li a {
	color: rgba(255, 255, 255, .6)
}

.footer-style-eight {
	position: relative;
	background-color: var(--bg-theme-color3);
	color: var(--theme-color-light)
}

.footer-style-eight .widgets-section {
	position: relative;
	padding: 80px 0 17px
}

.footer-style-eight .widgets-section .widget-title {
	position: relative;
	margin-bottom: 23px;
	color: var(--theme-color-light)
}

.footer-style-eight .widgets-section .about-widget .logo {
	margin-bottom: 25px
}

.footer-style-eight .widgets-section .about-widget .text {
	color: var(--theme-color-light);
	margin-bottom: 18px
}

.footer-style-eight .contact-widget {
	padding-left: 40px;
	margin-right: -50px
}

@media(max-width:1199.98px) {
	.footer-style-eight .contact-widget {
		padding-left: 0;
		margin-right: 0
	}
}

.footer-style-eight .contact-widget .info-box {
	position: relative;
	padding-left: 60px;
	margin-bottom: 10px
}

.footer-style-eight .contact-widget .info-box .icon {
	position: absolute;
	left: 0;
	top: 12px;
	background-color: rgba(255, 255, 255, .05);
	color: var(--theme-color-light);
	line-height: 40px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	margin-right: 20px;
	text-align: center
}

.footer-style-eight .contact-widget .info-box .text {
	color: var(--theme-color-light)
}

.footer-style-eight .contact-widget .info-box .text a {
	color: var(--theme-color-light)
}

.footer-style-eight .links-widget {
	margin-left: 100px
}

@media(max-width:1199.98px) {
	.footer-style-eight .links-widget {
		margin-left: 0
	}
}

.footer-style-eight .links-widget li {
	margin-bottom: 1px
}

.footer-style-eight .links-widget li a {
	color: var(--theme-color-light)
}

.footer-style-eight .experience-widget {
	background-color: var(--bg-theme-color1);
	padding: 30px 18px 25px;
	max-width: 220px;
	margin-left: 10px
}

.footer-style-eight .experience-widget .count-box {
	color: var(--theme-color-light);
	font-size: 55px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 17px
}

.footer-style-eight .experience-widget .count-box .count-text {
	color: var(--theme-color-light);
	font-size: 55px;
	font-weight: 700;
	line-height: 60px
}

.footer-style-eight .experience-widget .counter-title {
	color: var(--theme-color-light);
	font-weight: 500;
	margin-bottom: 5px
}

.footer-style-eight .experience-widget .text {
	color: var(--theme-color-light);
	margin: 0
}

.footer-style-eight .footer-bottom {
	padding: 25px 0
}

.footer-style-nine {
	position: relative;
	background-color: var(--theme-color3)
}

.footer-style-nine .widgets-section {
	padding: 80px 0 16px
}

.footer-style-nine .widgets-section .widget-title {
	position: relative;
	margin-bottom: 15px;
	color: var(--theme-color-light)
}

.footer-style-nine .widgets-section .about-widget .logo {
	margin-bottom: 28px
}

.footer-style-nine .widgets-section .about-widget .text {
	color: var(--theme-color-light);
	margin-bottom: 30px
}

.footer-style-nine .widgets-section .about-widget .info-btn {
	position: relative;
	display: inline-block;
	padding-left: 75px
}

.footer-style-nine .widgets-section .about-widget .info-btn .icon {
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--bg-theme-color1);
	border-radius: 50%;
	color: var(--theme-color-light);
	font-size: 16px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center
}

.footer-style-nine .widgets-section .about-widget .info-btn .title {
	display: block;
	color: var(--theme-color-light);
	line-height: 24px
}

.footer-style-nine .widgets-section .about-widget .info-btn .text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0
}

.footer-style-nine .links-widget {
	margin-left: 50px
}

@media(max-width:1199.98px) {
	.footer-style-nine .links-widget {
		margin-left: 0
	}
}

.footer-style-nine .links-widget li {
	margin-bottom: 6px
}

.footer-style-nine .links-widget li a {
	color: var(--theme-color-light)
}

.footer-style-nine .links-widget li .icon {
	color: var(--theme-color-light);
	font-size: 14px
}

.footer-style-nine .contact-widget {
	padding-right: 20px
}

.footer-style-nine .contact-widget .text {
	color: var(--theme-color-light);
	margin-bottom: 20px
}

.footer-style-nine .contact-widget li {
	color: var(--theme-color-light);
	margin-bottom: 6px
}

.footer-style-nine .contact-widget li .icon {
	color: var(--theme-color1);
	margin-right: 10px
}

.footer-style-nine .contact-widget li a {
	color: var(--theme-color-light)
}

.footer-style-nine .newslatters-widget .text {
	margin-bottom: 15px
}

.footer-style-nine .newslatters-widget .newslatters-form-one .form-group .theme-btn {
	height: 56px;
	width: 56px;
	background: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

@media(max-width:767.98px) {
	.footer-style-nine .newslatters-widget .newslatters-form-one .form-group .theme-btn {
		position: absolute;
		right: 0;
		top: 0;
		margin-top: 0
	}
}

.footer-style-ten {
	position: relative;
/*	background-color: var(--bg-theme-color3);*/
background-repeat: no-repeat;

    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
     background-position: center;
    background-size: cover;
	color: var(--theme-color-light);
	background-image: url(../images/resource/footer_banner_1.jpg);
}

.footer-style-ten .widgets-section {
	position: relative;
	padding: 80px 0 17px
}

.footer-style-ten .widgets-section .widget-title {
	position: relative;
	margin-bottom: 18px;
	color: var(--theme-color-light)
}

.footer-style-ten .about-widget {
 
	text-align: justify;
 }

.footer-bg-6{
/*	background-image: url(../images/resource/footer_banner_1.jpg);*/
}
.footer-style-ten .about-widget .logo {
	margin-bottom: 10px
}

.footer-style-ten .about-widget .text {
	color: var(--theme-color-light);
	font-size: 16px;
	font-family: "Playwrite DE Grund", cursive;
 	margin-bottom: 20px
}

 

.footer-style-ten .contact-widget li {
	margin-bottom: 6px;
	line-height: 32px;
	color: var(--theme-color-light)
}

.footer-style-ten .contact-widget li a {
	color: var(--theme-color-light);
	font-family: "Playwrite DE Grund", cursive;
	font-size: 14px;
}

 

.footer-style-ten .links-widget li {
	margin-bottom: 13px;
	line-height: 32px;
	color: var(--theme-color-light)
}

.footer-style-ten .links-widget li a {
	color: var(--theme-color-light);
	font-family: "Playwrite DE Grund", cursive;
	font-size: 14px;
}

.footer-style-ten .footer-bottom .inner-container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.footer-style-ten .footer-bottom .inner-container .copyright-text {
	color: rgba(255, 255, 255, .8)
}

@media(max-width:991.98px) {
	.footer-style-ten .footer-bottom .inner-container .copyright-text {
		margin-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: #fdc009
}

.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-color-dark);
	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(--theme-color-dark);
	font-size: 8px;
	position: absolute;
	top: 1px;
	right: 1px;
	background-color: var(--theme-color2);
	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: #fff;
	background-color: var(--theme-color1)
}

.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: #fff;
	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.png);
	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.html) 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.png) 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-color3);
	-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: #fff;
	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(--theme-color-dark)
}

.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 40px
}

.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: #fff;
	background-color: var(--theme-color1);
	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(--theme-color-dark);
	background-color: var(--theme-color2)
}

.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-color1)
}

.shop-sidebar .category-widget .category-list li a:hover {
	color: var(--theme-color3)
}

.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: #fff;
	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(--theme-color-dark);
	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-color3);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 250px;
	position: relative;
	padding: 110px 0
}

@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-color2);
	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-image: linear-gradient(241deg, #e5b680 0%, #154a6c 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;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.contact-details__info li .icon span {
	color: #fff;
	font-size: 25px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.contact-details__info li:hover .icon {
	background-color: var(--theme-color1)
}

.contact-details__info li:hover .icon span {
	color: #fff
}

.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: 18px;
	color: var(--notech-black)
}

.contact-details__info li+li {
	margin-top: 19px
}

.map-section {
	margin-bottom: -200px
}

.map {
	height: 600px
}

.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-color1)
}

.sidebar-service-list li a:hover i {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	background-color: var(--theme-color1)
}

.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-color1)
}

.sidebar-service-list li.current a i {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	background-color: var(--theme-color1)
}

.service-details-help {
	position: relative;
	display: block;
	padding: 57px 55px 50px;
	margin-top: 30px;
	text-align: center;
	z-index: 1;
	background-color: var(--theme-color1);
	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: 14px;
	background-color: var(--theme-color1);
	color: #fff;
	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-color3);
	color: #fff;
	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: #fff
}

.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-color3);
	-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: #fff;
	background-color: var(--theme-color3)
}

@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-color1);
	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: #fff;
	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: #fff;
	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-color1);
	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-color2)
}

.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-color3);
	color: #fff
}

.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: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	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: #fff;
	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-color1);
	-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-color-dark);
	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
}

/* Slider  */


   
.banner-header__item {
	background: center center/cover no-repeat scroll;
	height: 90vh;
}
	 
.banner-header__item .carousel-caption {
	background: -o-linear-gradient(80deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .38) 35%, rgba(0, 0, 0, 0.2) 58%, rgba(0, 0, 0, 0.1) 100%);
	background: linear-gradient(10deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .38) 35%, rgba(0, 0, 0, 0.2) 58%, rgba(0, 0, 0, 0.1) 100%);
	bottom: 0 !important;
	height: 100%;
	left: 0 !important;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	right: 0 !important;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
}
	 
.banner-header__item .carousel-caption h2 {
	margin-bottom: 2rem !important;
}
	 
.banner-header .slick-dots {
	bottom: 5%;
	left: 0;
	list-style: none;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 5;
}
	 
.banner-header .slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 5px;
	margin: 0 8px;
	position: relative;
	width: 30px;
}
	 
.banner-header .slick-dots li:last-child {
	margin-right: 0;
}
	 
.banner-header .slick-dots .slick-active button,
.banner-header .slick-dots li button:hover {
	background: white;
}
	 
.banner-header .slick-dots li button {
	background: rgba(255, 255, 255, .5);
	border: 0;
	border-radius: 0%;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 5px;
	padding: 0;
	-o-transition: all .4s cubic-bezier(.55, .085, .68, .53);
	-webkit-transition: all .4s cubic-bezier(.55, .085, .68, .53);
	transition: all .4s cubic-bezier(.55, .085, .68, .53);
	width: 30px;
}

.banner-hero {
  background-image: url("https://uh.edu/uh-research/_images/uh-research-header.jpg");
  background-size: cover;
  background-position: center center;
  height: 90vh;
}

.banner__title--gray--left {
  color: var(--banner-dark-gray);
}

.banner__title--white--left {
  color: white;
  font-weight: 700;
  text-align: left;
}

.banner__title--white--center {
  color: white;
  font-weight: 700;
  text-align: center;
}

.banner__content--white--large--left {
  font-size: 1.424rem;
  margin: 0;
  padding: 0;
  text-align: left;
}

.banner__content--white--center {
  color: white;
  text-align: center;
}

.card {
  border: 0;
  border-radius: 0;
}

.card .card-body .card-title {
  color: var(--banner-dark-gray);
  font-weight: 700;
}

.card .card-body .card-text {
  color: var(--banner-dark-gray)
}

.banner__btn--transparent {
  border: 2px solid white;
  border-radius: 1rem;
  color: white;
  display: inline-block;
  font-weight: 500;
  padding: .5rem 1rem;
  margin-top: .5rem;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.banner__btn--transparent:hover {
  background-color: white;
  color: var(--banner-dark-blue);
}


#leftCard .banner__btn--transparent {
  background-color: white !important;
  border: 0px solid white;
  color: var(--banner-dark-gray) !important;
}

#leftCard .banner__btn--transparent:hover {
  background-color: var(--banner-navy) !important;
  color: white !important;
}

.banner-img--gradient--black {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("https://www.newcastle.edu.au/__data/assets/image/0008/437957/graduate-research-header.jpg");
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.wave {
  display: block;
  margin-top: -5rem;
}

.banner--gray {
  background-color: rgb(189, 199, 208);
}

.banner--gray p a {
  color: var(--banner-dark-gray);
  text-decoration: none;
  font-size: 1rem;
}


/*----------------------------------------*/
/*  6.12 Process
/*----------------------------------------*/
.tpprocess-border {
  border: 1px solid #57595C;
  border-radius: 166px;
}
.tpprocess__step span {
  padding: 4px 24px;
  background-color: var(--tp-theme-orange);
  color: #fff;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tpprocess:hover .tpprocess__step span {
  background-color: var(--tp-theme-color);
}
.tpprocess__title {
  font-size: 30px;
}
@media (max-width: 767px) {
  .tpprocess__angle {
    margin-bottom: 30px;
  }
}
.tpprocess__count {
  background: #FF3838;
  height: 77px;
  width: 77px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 58px;
  font-size: 30px;
  font-family: var(--tp-font-heading);
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  border: 8px solid #fff;
}
.tpprocess__icon span {
  font-size: 85px;
  background: #FFE9C9;
  width: 150px;
  height: 150px;
  display: inline-block;
  text-align: center;
  line-height: 175px;
  border-radius: 100%;
  color: #000;
}
@media (max-width: 767px) {
  .tpprocess__icon-2 {
    margin-bottom: 30px;
  }
}
.tpprocess__icon-2 span {
  height: 259px;
  width: 259px;
  font-size: 143px;
  line-height: 253px;
  margin: auto;
}
.tpprocess__icon-2-pos span {
  line-height: 350px;
}
.tpprocess__icon-2-pos .tpprocess__count {
  bottom: inherit;
  top: -20px;
}
.tpprocess-2 {
  margin-left: -6px;
  margin-top: -33px;
}
@media (max-width: 767px) {
  .tpprocess-2 {
    margin-left: 0px;
    margin-top: 0px;
  }
}

.tpprocess-3 {
  margin-left: -5px;
  margin-top: -6px;
}
@media (max-width: 767px) {
  .tpprocess-3 {
    margin-left: 0px;
    margin-top: 0px;
  }
}

.tpprocess-4 {
  margin-top: -25px;
  margin-left: -5px;
}
@media (max-width: 767px) {
  .tpprocess-4 {
    margin-left: 0px;
    margin-top: 0px;
  }
}

.tpprocess__shape {
  position: absolute;
  bottom: -44px;
  left: 0;
}

.tpprocess__shape-3 {
  bottom: inherit;
  top: -40px;
}

/*---------------css------------------*/
.pro-slider .slick-dots li button:before{
	width: 40px !important;
    height: 10px !important;
    content: '';
    background: var(--theme-color1) !important;
}
.pro-slider .slick-dots li button{
	width: 40px !important;
    height: 10px !important;
}
.pro-slider .slick-dots li {
    width: 40px !important;
    height: 10px !important;
    overflow: hidden;
    border-radius: 5px !important;
}
.about-section-seven .content-column .info-box .title{
	font-size: 17px !important;
}
.sec-title h2 span {
    color: #e5b680 !important;
}
.team-block-two .info-box .name {
    margin-bottom: 5px !important;
    font-size: 21px !important;
    color: #154a6c;
}
.help-title{
	font-size: 25px !important;
}
/*    Process      */

 

.hr-line {
  border-top: 1px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, White, DimGrey, White) border-box;
}

 
 .text-justify{
 	text-align: justify;
 }

.main-timeline:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #c6c6c6;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

p.year {
  display: block;
  font-weight: 800 !important;
  font-size: 30px;
  color: #232323;
  margin: 0px 30px;
}

p.description {
  font-weight: 200;
  font-size: 15px;
}

.order_1 {
  order: 3;
}

.order_2 {
  order: 2;
  left: 10px;
}

.order_3 {
  order: 1;
}

.main-timeline .icon {
  width: 18px;
  height: 18px;
  position: relative;
  right: 8px;
}

.main-timeline .icon:before,
.main-timeline .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
}

.main-timeline .icon:before {
  background: #fff;
  border: 2px solid #232323;
  left: -3px;
}

.main-timeline .icon:after {
  border: 2px solid #c6c6c6;
  left: 3px;
}

.main-timeline .date-content {
  width: 50%;
  position: relative;
}

.main-timeline .date-content:before {
  content: "";
  width: 50%;
  height: 2px;
  background: #c6c6c6;
  margin: auto 0;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}

.main-timeline .order_1:before {
  content: "";
  width: 50%;
  height: 2px;
  background: #c6c6c6;
  position: absolute;
  padding-right: 30px;
  margin-right: 50% !important;
}

.main-timeline .date-outer {
  width: 125px;
  height: 125px;
  font-size: 16px;
  text-align: center;
  z-index: 1;
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
  content: "";
  width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  right: 0;
}

.main-timeline .date-outer:before {
  background: #fff;
  border: 2px solid #232323;
  left: -6px;
}

.main-timeline .date-outer:after {
  border: 2px solid #c6c6c6;
  left: 6px;
}

.main-timeline .date {
  width: 100%;
  position: absolute;
  top: 27%;
  left: 0;
}

@container timeline (max-width: 640px) {
  .timeline {
    flex-direction: column !important;
  }

  .main-timeline:before {
    margin-left: 1px;
  }

  .main-timeline .icon {
    margin: auto 2px;
  }

  .main-timeline .timeline-content {
    padding: 10px 30px;
  }

  .order_1 {
    order: 2;
  }

  .order_2 {
    order: 1;
    left: -1em;
  }

  .order_3 {
    order: 3;
  }

  .order_1b {
    order: 2;
  }

  .order_2b {
    order: 1;
    left: -1em;
  }

  .order_3b {
    order: 3;
  }

  .main-timeline .order_1:before {
    width: 100%;
  }

  .main-timeline .order_1b:before {
    width: 100%;
  }

  .main-timeline .order_1b:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #c6c6c6;
    position: absolute;
    top: 0;
    padding-right: 30px;
    bottom: 0;
    margin-right: 50% !important;
  }
}
@container timeline (max-width: 350px) {
  .icon {
    display: none;
  }

  .main-timeline .date-content:before {
    visibility: hidden;
  }

  .date-content {
    left: -15px;
  }
}

/* Custom css*/

.heading-text{
    font-size:35px;
}

.heading-second{
    font-size:25px;
}

.text-subtext{
    font-size:18px;
}


ul.list-block li {
    list-style: check;
    margin-left:10px !important;
}

homepage-box{
    font-size: 15px;
    line-height: 1.2;
    margin-top: 14px;
    text-align: center;
}

.box-desgin {
    background: #00516e;
    padding: 10px;
    border-radius: 15px;
    margin-top: 50px;
    padding: 6px 15px;
}

.text-primary{
    color:#154A6C !important;
}

.inner-box.box-inner {
    margin: 0px !important;
    padding: 0px!important;
}
.inner-text{
    margin:20px;
}

.acc-btn.bg-color {
    background: #dedede;
}

.heading-h2{
    font-size:28px;
}
.bg-grey {
    background: #dedede;
}

.bg-image-section {
    background-image: url('https://prayagflatbars.com/images/bg.jpg');
}

.hide {
    display: none;
}

.bg-box-bg {
    background: #0F3E5A;
    background: linear-gradient(90deg,rgba(15, 62, 90, 1) 0%, rgba(43, 41, 41, 1) 100%);
    margin: 10px 0px;
    border-radius: 25px 0px;
}
@media screen and (max-width: 480px) {
    .mobile-view {
        text-align: center !important;
    }
    .scroll-to-top {
	bottom: 100px;
   }
   .footer-widget.contact-widget {
    margin-left: 19px !important;
}
}

@media screen and (max-width: 294px) {
    .scroll-to-top {
	bottom: 80px;
   }
}

.bolder {
    font-weight: 800 !important;
}

h4.sub-title {
    color: #154a6c !important;
}

ul.list-steel li {
    list-style: disc;
    margin-left: 18px;
}
.text-wrap {
    margin-top: 15px;
    font-family: "Playwrite DE Grund", cursive;
    font-size: 14px;
    text-align: justify;
}
.inner-column-certificate {
    padding-top: 5px;
}
.text-span {
    color: black;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}
h3.title.text-color {
    color: #003269 !important;
    font-size: 27px !important;
    margin: 0px !important;
}

