@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800&family=Manrope:wght@300;400;500;600;700&family=Great+Vibes&display=swap";
@import url('https://fonts.googleapis.com/css2?family=Bad+Script&display=swap');
@import "animate.css";
@import "owl.css";
@import "jquery.fancybox.min.css";
@import "linear.css";
@import "fontawesome.css";
@import "flaticon.css";
@import "swiper.min.css";
@import "tm-bs-mp.css";
@import "tm-utility-classes.css";

:root {
	--theme-color-light: #ffffff;
	--theme-color-dark: #000000;
	--theme-color-gray: #f1f1f1;
	--theme-color1: #b11c41;
	--theme-color2: #171c30;
	--theme-color3: #c92e29;
	--theme-color4: #ebf6fc;
	--theme-color5: #577352;
	--theme-color6: #57678c;
	--theme-color7: #c8af6b;
	--theme-color8: #c92e29;
	--theme-color1-rgb: 177, 28, 65;
	--theme-color2-rgb: 23, 28, 48;
	--theme-color3-rgb: 192, 137, 59;
	--theme-color1-rgb: 235, 246, 252;
	--theme-color2-rgb: 87, 115, 82;
	--theme-color3-rgb: 87, 103, 140;
	--theme-color1-rgb: 200, 175, 107;
	--theme-color2-rgb: 214, 122, 75;
	--bg-theme-color1: var(--theme-color1);
	--bg-theme-color2: var(--theme-color2);
	--bg-theme-color3: var(--theme-color3);
	--bg-theme-color4: var(--theme-color4);
	--bg-theme-color5: var(--theme-color5);
	--bg-theme-color6: var(--theme-color6);
	--bg-theme-color7: var(--theme-color7);
	--bg-theme-color8: var(--theme-color8);
	--text-color: #6a6a6a;
	--headings-color: #0f0f0f;
	--link-color: var(--headings-color);
	--link-hover-color: var(--headings-color);
	--text-font: "Manrope", sans-serif;
	--title-font: "Cinzel", serif;
	--script-font: "Great Vibes", cursive;
	--body-font-size: 16px;
	--body-line-height: 28px;
	--body-font-weight: 400;
	--line-height-heading-h1: 1em;
	--line-height-heading: 1.2em;
	--line-height-heading-small: 1.4em;
	--h1-font-size: 88px;
	--h2-font-size: 70px;
	--h3-font-size: 40px;
	--h4-font-size: 24px;
	--h5-font-size: 22px;
	--h6-font-size: 20px;
	--h1-font-weight: 600;
	--h2-font-weight: 600;
	--h3-font-weight: 600;
	--h4-font-weight: 600;
	--h5-font-weight: 600;
	--h6-font-weight: 600;
	--sec-title-subtitle-font-size: 22px;
	--sec-title-subtitle-color: var(--headings-color);
	--sec-title-subtitle-font-family: var(--title-font);
	--sec-title-subtitle-font-weight: 400;
	--sec-title-subtitle-line-height: var(--line-height-heading);
	--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);
	--sec-title-line-height: var(--line-height-heading);
	--theme-light-background: #F2F3F5;
	--theme-light-background-text-color: var(--headings-color);
	--theme-black: #131313;
	--container-width: 1310px;
	--small-container-width: 1000px;
	--large-container-width: 1760px;
	--container-pt: 120px;
	--container-pb: 120px
}

::-moz-selection {
	background: var(--theme-color-dark);
	color: #fff;
	text-shadow: none
}

::selection {
	background: var(--theme-color-dark);
	color: #fff;
	text-shadow: none
}

:active,
:focus {
	outline: none !important
}

::-webkit-input-placeholder {
	color: #7c858c
}

::-moz-input-placeholder {
	color: #7c858c
}

::-ms-input-placeholder {
	color: #7c858c
}

.script-font-family {
	font-family: var(--script-font);
	font-weight: 400
}

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);
	text-align:justify;
	hyphens: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--headings-color);
	font-family: var(--title-font);
	position: relative;
	line-height: var(--line-height-heading-)
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
	font-weight: 400;
	line-height: 1;
	color: var(--headings-color)
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	font-weight: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1rem
}

h1 {
	font-size: var(--h1-font-size);
	font-weight: var(--h1-font-weight);
	line-height: var(--line-height-heading-h1)
}

h2 {
	font-size: var(--h2-font-size);
	font-weight: var(--h2-font-weight);
	line-height: var(--line-height-heading)
}

h3 {
	font-size: var(--h3-font-size);
	font-weight: var(--h3-font-weight);
	line-height: var(--line-height-heading)
}

h4 {
	font-size: var(--h4-font-size);
	font-weight: var(--h4-font-weight);
	line-height: var(--line-height-heading-small);
	letter-spacing: .15px
}

h5 {
	font-size: var(--h5-font-size);
	font-weight: var(--h5-font-weight);
	line-height: var(--line-height-heading-small)
}

h6 {
	font-size: var(--h6-font-size);
	font-weight: var(--h6-font-weight);
	line-height: var(--line-height-heading-small)
}

table p {
	margin-bottom: 0
}

p {
	margin-bottom: 20px
}

p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
	text-decoration: underline
}

a {
	color: var(--link-color);
	text-decoration: none;
	font-weight: var(--body-font-weight);
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	outline: none
}

a b,
a strong {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

a img {
	border: none
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
	margin-bottom: 10px
}

ol,
ul {
	list-style-position: inside;
	margin: 0;
	padding: 0
}

b,
strong {
	color: #333;
	font-weight: var(--body-font-weight-bold)
}

iframe {
	border: none !important
}

.container .container {
	width: 100%
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}

section>.container,
section>.container-fluid {
	padding-top: var(--container-pt);
	padding-bottom: var(--container-pt)
}

@media(min-width:1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: var(--container-width)
	}
}

.form-control,
.input-text {
	height: calc(2.25rem + 27px);
	padding: 14px 30px;
	outline: 0;
	background-color: #f4f5f8;
	border: 1px solid #f4f5f8;
	color: #686a6f;
	font-size: .9rem;
	width: 100%
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
	color: #686a6f;
	opacity: 1
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
	color: #686a6f;
	opacity: 1
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
	color: #686a6f;
	opacity: 1
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
	color: #686a6f;
	opacity: 1
}

.form-control::placeholder,
.input-text::placeholder {
	color: #686a6f;
	opacity: 1
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
	color: #686a6f
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
	color: #686a6f
}

textarea.form-control {
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px
}

.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)
}

/* ===============================================
    Pre-loader
------------------------*/
#preloader  {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -30px 0 0 -30px;
 }
#status {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #141414;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.dark-layout .sticky-header {
	background-color: var(--theme-color-dark)
}

.dark-layout .hidden-bar .upper-box {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.dark-layout .hidden-bar .social-links {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.dark-layout .hidden-bar .social-links li {
	border-right: 1px solid rgba(0, 0, 0, .1)
}

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 100%
}

textarea {
	overflow: hidden;
	resize: none
}

button {
	outline: none !important;
	cursor: pointer
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0
}

figure.image {
	margin-bottom: 0
}

.title a {
	color: inherit
}

.color1 {
	color: var(--theme-color1)
}

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

.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)
}

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #fff
}

.preloader img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.preloader:after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 260px;
	height: 260px;
	margin-left: -130px;
	margin-top: -130px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.png);
	background-size: 260px;
	-webkit-animation: fa-spin 20s infinite linear;
	animation: fa-spin 20s infinite linear;
	content: ""
}

.preloader:before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: -10px;
	color: var(--theme-color1);
	font-family: var(--text-font);
	font-family: var(--title-font);
	font-weight: 600;
	font-size: 18px;
	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-color3);
	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
}

.tabs-box {
	position: relative
}

.tabs-box .tab {
	display: none
}

.tabs-box .tab.active-tab {
	display: block
}

.list-style-one {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0
}

.list-style-one li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: var(--theme-color2);
	margin-right: 30px;
	letter-spacing: 0
}

.list-style-one li i {
	position: relative;
	color: var(--theme-color1);
	font-size: 16px;
	line-height: 30px;
	margin-right: 10px
}

.list-style-one li a {
	display: block;
	color: var(--theme-color2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.list-style-one li a:hover {
	color: var(--theme-color1)
}

.list-style-two {
	position: relative
}

.list-style-two li {
	position: relative;
	margin-bottom: 16px;
	padding-left: 32px
}

.list-style-two li:last-child {
	margin-bottom: 0
}

.list-style-two li i {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--theme-color-dark);
	font-size: 16px;
	border-radius: 50%
}

.list-style-two.light li {
	color: var(--theme-color-light)
}

.list-style-two.two-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.list-style-two.two-column li {
	width: 50%
}

@media(max-width:767.98px) {
	.list-style-two.two-column li {
		width: 100%
	}
}

.social-icon-one {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.social-icon-one li {
	margin-left: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.social-icon-one li:last-child {
	margin-right: 0
}

.social-icon-one li a {
	position: relative;
	color: var(--theme-color-light);
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid var(--theme-color-light);
	background-color: transparent;
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 9
}

.social-icon-one li a i {
	position: relative
}

.social-icon-one li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-dark);
	border-radius: 50%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.social-icon-one li a:hover {
	border-color: var(--bg-theme-color1)
}

.social-icon-one li a:hover::before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.social-icon-two {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 1
}

.social-icon-two li {
	margin-left: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.social-icon-two li:first-child {
	margin-left: 0
}

.social-icon-two li a {
	position: relative;
	color: var(--theme-color-gray);
	font-size: 18.15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #e3e3e3;
	background-color: transparent;
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-box-shadow: 0 21px 10px rgba(4, 4, 4, .05);
	box-shadow: 0 21px 10px rgba(4, 4, 4, .05)
}

.social-icon-two li a i {
	position: relative
}

.social-icon-two li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background:var(--theme-color3);
	color: var(--theme-color-dark);
	border-radius: 50%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}


.social-icon-two li a:hover::before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.custom-radio-box {
	display: block;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: var(--theme-color-dark)
}

.custom-radio-box input {
	position: absolute !important;
	opacity: 0;
	cursor: pointer
}

.custom-radio-box .checkmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 14px;
	width: 14px;
	background-color: var(--theme-color2);
	border-radius: 50%
}

.custom-radio-box .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	top: 3.5px;
	left: 3.5px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--theme-color-light)
}

.custom-radio-box input~.checkmark {
	background-color: #9a9a9a
}

.custom-radio-box input:checked~.checkmark {
	background-color: var(--bg-theme-color3)
}

.custom-radio-box input:checked~.checkmark:after {
	display: block
}

.custom-radio-box-two {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: var(--theme-color-dark)
}

.custom-radio-box-two input {
	position: absolute !important;
	opacity: 0;
	cursor: pointer
}

.custom-radio-box-two .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: var(--theme-color2);
	border-radius: 50%
}

.custom-radio-box-two .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f6e8db
}

.custom-radio-box-two input~.checkmark {
	background-color: #9a9a9a
}

.custom-radio-box-two input:checked~.checkmark {
	background-color: var(--bg-theme-color1)
}

.custom-radio-box-two input:checked~.checkmark:after {
	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-color2);
	background: var(--theme-color-gray);
	border-radius: 0 22px 22px 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.play-btn:hover .icon {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.play-btn:hover .title {
	background-color: var(--bg-theme-color2);
	color: var(--theme-color-light)
}

.play-now {
	position: relative;
	display: block;
	z-index: 9;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.play-now .icon {
	position: relative;
	display: inline-block;
	height: 85px;
	width: 85px;
	text-align: center;
	line-height: 85px;
	background-color: #fff;
	color: var(--bg-theme-color2);
	z-index: 1;
	font-size: 18px;
	display: block;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
	-webkit-transform-origin: center;
	transform-origin: center
}

.play-now .ripple: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;
	content: ""
}

.play-now .ripple.light {
	-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
}

.play-now .ripple::after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

@-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
	}
}

.default-navs {
	z-index: 9
}

.default-navs .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.default-navs .owl-next,
.default-navs .owl-prev {
	display: block;
	width: 60px;
	height: 60px;
	font-size: 20px;
	font-weight: 700;
	line-height: 58px;
	color: var(--theme-color-dark);
	background: var(--theme-color-light);
	border: 1px solid #e3e3e3;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 50%;
	margin-left: 20px;
	-webkit-box-shadow: 0 21px 10px rgba(0, 0, 0, .05);
	box-shadow: 0 21px 10px rgba(0, 0, 0, .05)
}

.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color5);
	border-color: var(--theme-color5)
}

.default-navs .owl-prev {
	margin-left: 0
}

.default-dots {
	padding-bottom: 0
}

.default-dots .owl-dots {
	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;
	margin-top: -50px
}

.default-dots .owl-dots .owl-dot {
	height: 3px;
	width: 60px;
	background-color: #dfdfdf;
	margin-right: 18px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.default-dots .owl-dots .owl-dot {
		width: 30px
	}
}

.default-dots .owl-dots .owl-dot.active {
	background-color: var(--bg-theme-color5)
}

.disable-navs .owl-nav {
	display: none
}

.default-tabs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px
}

.default-tabs .tab-buttons {
	position: relative;
	margin-bottom: 30px
}

.default-tabs .tab-btn {
	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-btn:last-child {
	margin-right: 0
}

.default-tabs .tab-btn.active-btn {
	background: var(--gradient-1);
	color: #fff
}

.default-tabs .tabs-content {
	position: relative;
	width: 100%
}

.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
}

.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: 18px;
	line-height: 26px;
	padding: 13px 35px 13px;
	font-weight: 700;
	overflow: hidden;
	color: var(--theme-color-light);
	background: var(--theme-color3);
	font-family: var(--title-font);
	border-radius: 50px;
	text-transform: capitalize
}

.btn-style-one i {
	position: relative;
	display: block;
	margin-left: 10px
}

.btn-style-one:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--bg-theme-color2);
	border-radius: inherit;
	-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-light)
}

.btn-style-one.hover-light:hover {
	color: var(--theme-color1)
}

.btn-style-one.hover-light:before {
	background-color: var(--theme-color-light)
}

.btn-style-one.yellow-bg {
	background-color: var(--bg-theme-color7);
	color: var(--theme-color-light);
	text-transform: capitalize;
	font-weight: 400;
	border: 0
}

.btn-style-one.yellow-bg:before {
	background-color: var(--bg-theme-color1)
}

.btn-style-one.green-bg {
	background-color: var(--bg-theme-color5);
	color: var(--theme-color-light);
	text-transform: capitalize;
	font-weight: 400;
	border: 0
}

.btn-style-one.green-bg:hover {
	color: var(--bg-theme-color5)
}

.btn-style-one.green-bg:before {
	background-color: var(--theme-color-light)
}

.btn-style-one.orange-bg {
	background-color: var(--bg-theme-color8);
	color: var(--theme-color-light);
	font-weight: 400;
	border: 0;
	text-transform: none;
	padding: 15px 24px 13px;
	font-family: var(--text-font)
}

.btn-style-one.orange-bg:before {
	background-color: var(--bg-theme-color1)
}

.btn-style-two {
	position: relative;
	line-height: 20px;
	padding: 17px 50px 13px;
	color: var(--theme-color-dark);
	font-size: 16px;
	font-weight: 700;
	border-radius: 50px;
	text-transform: uppercase;
	background-color: var(--theme-color-light);
	border: 1px solid var(--theme-color-dark);
	overflow: hidden
}

.btn-style-two i {
	position: relative;
	display: block;
	margin-left: 10px
}

.btn-style-two:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--theme-color-dark);
	border-radius: inherit;
	-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.yellow-bg {
	background-color: var(--bg-theme-color7);
	color: var(--theme-color-light);
	text-transform: capitalize;
	font-weight: 400;
	border: 0
}

.btn-style-two.yellow-bg:before {
	background-color: var(--bg-theme-color1)
}

.btn-style-two.green-bg {
	background-color: var(--bg-theme-color5);
	color: var(--theme-color-light);
	text-transform: capitalize;
	border: 0
}

.btn-style-two.green-bg:hover {
	color: var(--bg-theme-color5)
}

.btn-style-two.green-bg:before {
	background-color: var(--theme-color-light)
}

.theme-btn.small {
	padding: 10px 30px;
	line-height: 20px;
	font-size: 10px
}

.theme-btn.large {
	padding: 20px 60px;
	line-height: 25px
}

.accordion-box {
	position: relative
}

.accordion-box .block {
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .05);
	box-shadow: 0 5px 40px rgba(0, 0, 0, .05);
	margin-bottom: 10px
}

.accordion-box .block .acc-btn {
	position: relative;
	color: var(--headings-color);
	font-family: var(--title-font);
	font-weight: var(--h4-font-weight);
	font-size: 20px;
	cursor: pointer;
	padding: 20px 30px;
	padding-right: 70px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-bottom: 1px solid #fff
}

.accordion-box .block .acc-btn .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: 30px;
	top: 50%;
	height: 35px;
	font-size: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 2;
	color: var(--theme-color3);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.accordion-box .block .acc-btn.active {
	background-color: var(--theme-color3);
	color: #fff
}

.accordion-box .block .acc-btn.active .icon {
	color: var(--theme-color3)
}

.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 {
	position: relative;
	padding: 25px 30px
}

.accordion-box .block .acc-content .content .text {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #808287;
	margin-bottom: 0
}

.accordion-box .block .acc-content.current {
	display: block
}

.anim-icons {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto
}

.anim-icons.full-width {
	max-width: 100%
}

.anim-icons .icon {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%
}

.couple-frame {
	width: 352px;
	height: 406px;
	background-image: url(../images/icons/couple-frame.png);
	pointer-events: none
}

.team-frame {
	width: 193px;
	height: 221px;
	background-image: url(../images/icons/team-frame.png)
}

.team3-frame {
	width: 251px;
	height: 235px;
	background-image: url(../images/icons/team3-frame.png)
}

.testi-frame {
	width: 250px;
	height: 250px;
	background-image: url(../images/icons/testi-frame.png);
    background-size: 100%;
}

.banner-frame {
	width: 982px;
	height: 795px;
	background-image: url(../images/banner/banner4-frame.png)
}

.testi3-frame {
	width: 872px;
	height: 707px;
	background-image: url(../images/icons/testi3-frame.png)
}

.story-frame {
	width: 422px;
	height: 420px;
	background-image: url(../images/icons/story-frame.png)
}

.icon-divider {
	background-image: url(../images/icons/divider.png);
	height: 22px;
	width: 172px;
	display: inline-block
}

.icon-divider-5 {
	background-image: url(../images/icons/divider-5.png);
	height: 22px;
	width: 172px;
	display: inline-block
}

.icon-heart {
	background-image: url(../images/banner/icon-heart.png);
	width: 124px;
	height: 112px
}

.icon-heart-2 {
	background-image: url(../images/banner/icon-heart-2.png);
	width: 209px;
	height: 123px
}

.icon-heart-4 {
	background-image: url(../images/icons/icon-heart-4.png);
	width: 31px;
	height: 28px
}

.icon-heart-5 {
	background-image: url(../images/icons/icon-heart-5.png);
	width: 134px;
	height: 14px
}

.icon-green-heart {
	background-image: url(../images/icons/icon-heart-3.png);
	width: 91px;
	height: 53px
}

.icon-flower {
	width: 633px;
	height: 508px;
	background-image: url(../images/icons/icon-flower-2.png)
}

.icon-flowers-1 {
	width: 669px;
	height: 641px;
	background-image: url(../images/icons/flowers-1.png)
}

.icon-flowers-2 {
	width: 422px;
	height: 441px;
	background-image: url(../images/icons/flowers-2.png);
	pointer-events: none
}

.icon-flowers-3 {
	width: 344px;
	height: 907px;
	background-image: url(../images/icons/flowers-3.png)
}

.icon-flowers-5 {
	width: 254px;
	height: 264px;
	background-image: url(../images/icons/flowers-5.png)
}

.icon-flowers-6 {
	width: 255px;
	height: 754px;
	background-image: url(../images/icons/flowers-6.png)
}

.icon-flowers-7 {
	width: 250px;
	height: 753px;
	background-image: url(../images/icons/flowers-7.png)
}

.icon-flowers-8 {
	width: 179px;
	height: 459px;
	background-image: url(../images/icons/flowers-8.png)
}

.icon-flowers-9 {
	width: 1486px;
	height: 252px;
	background-image: url(../images/icons/icon-flowers-2.png)
}

.icon-flowers-10 {
	width: 120px;
	height: 806px;
	background-image: url(../images/icons/flowers-10.png)
}

.icon-flowers-11 {
	width: 163px;
	height: 855px;
	background-image: url(../images/icons/flowers-11.png)
}

.icon-flowers-12 {
	width: 406px;
	height: 765px;
	background-image: url(../images/icons/flowers-12.png)
}

.icon-flowers-13 {
	width: 479px;
	height: 651px;
	background-image: url(../images/icons/flowers-13.png)
}

.icon-flowers-14 {
	width: 524px;
	height: 715px;
	background-image: url(../images/icons/flowers-14.png)
}

.icon-flowers-15 {
	width: 375px;
	height: 404px;
	background-image: url(../images/icons/flowers-15.png)
}

.icon-flowers-16 {
	width: 564px;
	height: 463px;
	background-image: url(../images/icons/flowers-16.png)
}

.icon-flowers-17 {
	width: 237px;
	height: 203px;
	background-image: url(../images/icons/flowers-17.png)
}

.icon-flowers-18 {
	width: 382px;
	height: 481px;
	background-image: url(../images/icons/flowers-18.png)
}

.icon-flowers-19 {
	width: 459px;
	height: 737px;
	background-image: url(../images/icons/flowers-19.png)
}

.icon-flowers-20 {
	width: 351px;
	height: 622px;
	background-image: url(../images/icons/flowers-20.png)
}

.icon-flowers-21 {
	width: 432px;
	height: 604px;
	background-image: url(../images/icons/cta-flowers.png)
}

.icon-border {
	width: 352px;
	height: 406px;
	background-image: url(../images/icons/couple-border.png);
	pointer-events: none
}

.icon-shape-1 {
	width: 332px;
	height: 695px;
	background-image: url(../images/icons/icon-shape-1.png)
}

.icon-shape {
	width: 283px;
	height: 279px;
	background-image: url(../images/icons/services-shape.png)
}

.icon-leave {
	width: 153px;
	height: 150px;
	background-image: url(../images/icons/icon-leave.png)
}

.icon-leave-2 {
	width: 275px;
	height: 514px;
	background-image: url(../images/icons/icon-leave-2.png)
}

.icon-leave-3 {
	width: 264px;
	height: 512px;
	background-image: url(../images/icons/icon-leave-3.png)
}

.icon-leave-4 {
	width: 119px;
	height: 225px;
	background-image: url(../images/icons/icon-leave-4.png)
}

.icon-leave-5 {
	width: 69px;
	height: 118px;
	background-image: url(../images/icons/icon-leave-5.png)
}

.icon-leaves-5 {
	width: 226px;
	height: 254px;
	background-image: url(../images/icons/icon-leaves-5.png)
}

.icon-leaves-6 {
	width: 226px;
	height: 254px;
	background-image: url(../images/icons/icon-leaves-6.png)
}

.icon-leaves-7 {
	width: 382px;
	height: 711px;
	background-image: url(../images/icons/icon-leaves-7.png)
}

.icon-leaves-8 {
	width: 261px;
	height: 227px;
	background-image: url(../images/icons/icon-leaves-8.png)
}

.icon-leaves-9 {
	width: 179px;
	height: 126px;
	background-image: url(../images/icons/icon-leaves-9.png)
}

.icon-leaves-10 {
	width: 153px;
	height: 136px;
	background-image: url(../images/icons/icon-leaves-10.png)
}

.icon-leaves-11 {
	width: 130px;
	height: 172px;
	background-image: url(../images/icons/icon-leaves-11.png)
}

.icon-leaves-12 {
	width: 179px;
	height: 497px;
	background-image: url(../images/icons/icon-leaves-12.png)
}

.icon-leaves-13 {
	width: 700px;
	height: 513px;
	background-image: url(../images/icons/icon-leaves-13.png)
}

.icon-leaves-14 {
	width: 408px;
	height: 366px;
	background-image: url(../images/icons/icon-leaves-14.png)
}

.icon-leaves-15 {
	width: 474px;
	height: 488px;
	background-image: url(../images/icons/icon-leaves-15.png)
}

.icon-leaves-16 {
	width: 654px;
	height: 271px;
	background-image: url(../images/icons/icon-leaves-16.png)
}

.icon-leaves-17 {
	width: 292px;
	height: 262px;
	background-image: url(../images/icons/icon-leaves-17.png)
}

.icon-leaves-18 {
	width: 340px;
	height: 288px;
	background-image: url(../images/icons/icon-leaves-18.png)
}

.icon-leaves-19 {
	width: 366px;
	height: 329px;
	background-image: url(../images/icons/icon-leaves-19.png)
}

.icon-leaves-20 {
	width: 426px;
	height: 351px;
	background-image: url(../images/icons/icon-leaves-20.png)
}

.icon-leaves-21 {
	width: 303px;
	height: 591px;
	background-image: url(../images/icons/icon-leaves-21.png)
}

.icon-leaves-22 {
	width: 270px;
	height: 338px;
	background-image: url(../images/icons/icon-leaves-22.png)
}

.icon-leaves-23 {
	width: 416px;
	height: 1116px;
	background-image: url(../images/icons/icon-leaves-23.png)
}

.icon-leaves-24 {
	width: 656px;
	height: 923px;
	background-image: url(../images/icons/icon-leaves-24.png)
}

.icon-leaves-25 {
	width: 270px;
	height: 339px;
	background-image: url(../images/icons/icon-leaves-25.png)
}

.icon-leaves-26 {
	width: 285px;
	height: 400px;
	background-image: url(../images/icons/icon-leaves-26.png)
}

.icon-leaves-27 {
	width: 86px;
	height: 123px;
	background-image: url(../images/icons/icon-leaves-27.png)
}

.icon-leaves-28 {
	width: 86px;
	height: 123px;
	background-image: url(../images/icons/icon-leaves-28.png)
}

.icon-leaves-29 {
	width: 242px;
	height: 237px;
	background-image: url(../images/icons/icon-leaves-29.png)
}

.icon-leaves-30 {
	width: 153px;
	height: 145px;
	background-image: url(../images/icons/icon-leaves-30.png)
}

.icon-leaves-31 {
	width: 148px;
	height: 140px;
	background-image: url(../images/icons/icon-leaves-31.png)
}

.icon-leaves-32 {
	width: 175px;
	height: 137px;
	background-image: url(../images/icons/icon-leaves-32.png)
}

.icon-leaves-33 {
	width: 150px;
	height: 270px;
	background-image: url(../images/icons/icon-leaves-33.png)
}

.icon-leaves-34 {
	width: 303px;
	height: 261px;
	background-image: url(../images/icons/icon-leaves-34.png)
}

.icon-leaves-35 {
	width: 153px;
	height: 145px;
	background-image: url(../images/icons/icon-leaves-35.png)
}

.icon-leaves-36 {
	width: 180px;
	height: 55px;
	background-image: url(../images/icons/icon-leaves-36.png)
}

.icon-leaves-37 {
	width: 80px;
	height: 104px;
	background-image: url(../images/icons/icon-leaves-37.png)
}

.icon-flower-3 {
	width: 141px;
	height: 217px;
	background-image: url(../images/icons/icon-flower-3.png)
}

.icon-flower-4 {
	width: 134px;
	height: 188px;
	background-image: url(../images/icons/icon-flower-4.png)
}

.icon-flower-6 {
	width: 80px;
	height: 105px;
	background-image: url(../images/icons/icon-flower-6.png)
}

.icon-flower-7 {
	width: 106px;
	height: 76px;
	background-image: url(../images/icons/icon-flower-7.png)
}

.icon-flower-8 {
	width: 111px;
	height: 169px;
	background-image: url(../images/icons/icon-flower-8.png)
}

.icon-flower-9 {
	width: 100px;
	height: 140px;
	background-image: url(../images/icons/icon-flower-9.png)
}

.icon-flower-10 {
	width: 87px;
	height: 134px;
	background-image: url(../images/icons/icon-flower-10.png)
}

.icon-flower-11 {
	width: 83px;
	height: 116px;
	background-image: url(../images/icons/icon-flower-11.png)
}

.icon-flower-12 {
	width: 200px;
	height: 316px;
	background-image: url(../images/icons/icon-flower-12.png)
}

.icon-flower-13 {
	width: 79px;
	height: 124px;
	background-image: url(../images/icons/icon-flower-13.png)
}

.icon-flower-14 {
	width: 129px;
	height: 201px;
	background-image: url(../images/icons/icon-flower-14.png)
}

.icon-flower-15 {
	width: 406px;
	height: 765px;
	background-image: url(../images/icons/icon-flower-15.png)
}

.icon-flower-16 {
	width: 459px;
	height: 645px;
	background-image: url(../images/icons/icon-flower-16.png)
}

.icon-flower-17 {
	width: 673px;
	height: 786px;
	background-image: url(../images/icons/icon-flower-17.png)
}

.icon-flower-18 {
	width: 460px;
	height: 621px;
	background-image: url(../images/icons/icon-flower-18.png)
}

.icon-flower-19 {
	width: 200px;
	height: 594px;
	background-image: url(../images/icons/icon-flower-19.png)
}

.icon-flower-20 {
	width: 407px;
	height: 549px;
	background-image: url(../images/icons/icon-flower-20.png)
}

.icon-flower-21 {
	width: 129px;
	height: 201px;
	background-image: url(../images/icons/icon-flower-21.png)
}

.icon-flower-22 {
	width: 382px;
	height: 488px;
	background-image: url(../images/icons/icon-flower-22.png)
}

.icon-flower-23 {
	width: 762px;
	height: 494px;
	background-image: url(../images/icons/icon-flower-23.png)
}

.icon-flower-24 {
	width: 579px;
	height: 624px;
	background-image: url(../images/icons/icon-flower-24.png)
}

.icon-flower-25 {
	width: 896px;
	height: 583px;
	background-image: url(../images/icons/icon-flower-25.png)
}

.icon-flower-26 {
	width: 326px;
	height: 97px;
	background-image: url(../images/icons/icon-flower-26.png)
}

.icon-flower-27 {
	width: 146px;
	height: 134px;
	background-image: url(../images/icons/icon-flower-27.png)
}

.icon-flower-28 {
	width: 495px;
	height: 474px;
	background-image: url(../images/icons/icon-flower-28.png)
}

.icon-flower-29 {
	width: 228px;
	height: 427px;
	background-image: url(../images/icons/icon-flower-29.png)
}

.icon-flower-30 {
	width: 79px;
	height: 105px;
	background-image: url(../images/icons/icon-flower-30.png)
}

.icon-bubbles {
	width: 100%;
	height: 100%;
	background-image: url(../images/icons/icon-bubbles.png)
}

.icon-bubbles-2 {
	width: 100%;
	height: 100%;
	background-image: url(../images/icons/icon-bubbles-2.png)
}

.icon-line {
	width: 88px;
	height: 323px;
	background-image: url(../images/icons/icon-line.png)
}

.icon-quote {
	width: 61px;
	height: 45px;
	background-image: url(../images/icons/icon-quote.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
}

.rotate-x {
	-webkit-animation: rotate-x 10s infinite linear;
	animation: rotate-x 10s 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)
	}
}

@-webkit-keyframes rotate-x {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	25% {
		-webkit-transform: rotate(-25deg);
		transform: rotate(-25deg)
	}

	50% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	75% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes rotate-x {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	25% {
		-webkit-transform: rotate(-25deg);
		transform: rotate(-25deg)
	}

	50% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	75% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@-webkit-keyframes anim-shadow {
	0% {
		text-shadow: 0 0 0 rgba(0, 0, 0, .01)
	}

	50% {
		text-shadow: 0 -30px 30px rgba(0, 0, 0, .1)
	}

	100% {
		text-shadow: 0 0 0 rgba(0, 0, 0, .01)
	}
}

@keyframes anim-shadow {
	0% {
		text-shadow: 0 0 0 rgba(0, 0, 0, .01)
	}

	50% {
		text-shadow: 0 -30px 30px rgba(0, 0, 0, .1)
	}

	100% {
		text-shadow: 0 0 0 rgba(0, 0, 0, .01)
	}
}

.overlay-anim {
	position: relative
}

.overlay-anim:after {
	background: rgba(255, 255, 255, .3);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	opacity: 1;
	z-index: 2;
	pointer-events: none
}

.overlay-anim:hover:after {
	height: 100%;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.overlay-anim-two {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.overlay-anim-two:hover a:after {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.overlay-anim-two: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
}

.circle {
	position: fixed;
	width: 10px;
	height: 10px;
	left: -10px;
	top: -10px;
	border-radius: 100%;
	z-index: 1;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1)
}

@supports(mix-blend-mode:difference) {
	.circle {
		background-color: #fff;
		mix-blend-mode: difference
	}
}

@media only screen and (max-width:1023px) {
	.circle {
		display: none !important
	}
}

.circle-follow {
	position: fixed;
	mix-blend-mode: difference;
	width: 30px;
	height: 30px;
	left: -21px;
	top: -21px;
	border-radius: 100%;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1)
}

@supports(mix-blend-mode:difference) {
	.circle-follow {
		border: 1px solid #fff;
		mix-blend-mode: difference
	}
}

@media only screen and (max-width:1023px) {
	.circle-follow {
		display: none !important
	}
}

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	overflow: hidden;
	-webkit-transform: scale(.95);
	transform: scale(.95)
}

.search-popup .search-back-drop {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--theme-color-dark);
	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 {
	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-right,
.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
}

.main-header {
	position: relative;
	width: 100%;
	z-index: 999
}
.header-top{
    background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(39,39,39,1) 100%);
}
.main-header .header-lower {
	position: relative
}

.main-header .logo {
	position: relative;
	display: block;
    max-width:250px;
}

.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-header .main-menu {
	position: static
}

@media(max-width:991.98px) {
	.main-header .main-menu {
		display: none
	}
}

.main-header .main-menu .navbar-header {
	display: none
}

.main-header .main-menu .navbar-collapse {
	padding: 0
}

.main-header .main-menu .navigation {
	position: static;
	margin: 0
}

.main-header .outer-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 15px 0;
	margin-right: 47px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-menu .navigation>li>a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
	font-size: 16px;
	color: var(--theme-color-gray);
	line-height: 55px;
	font-weight: 500;
	padding: 0;
	text-transform: capitalize;
	font-family: var(--text-font);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.main-menu .navigation>li>a .icon {
	position: relative;
	font-size: 20px;
	line-height: 22px;
	margin-left: 10px
}

.main-menu .navigation>li>a:hover {
	color: var(--theme-color3)
}

.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: -20px;
	width: 220px;
	z-index: 100;
	padding: 10px 0;
	background-color: #fff;
	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: 25px;
	font-weight: 400;
	font-size: 16px;
	color: var(--theme-color-dark);
	text-align: left;
	margin: 0 15px;
	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: 25px;
	font-weight: 400;
	font-size: 16px;
	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 .ui-btn-outer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.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:first-child {
	margin-left: 0
}

.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)
}

.info-btn {
	position: relative;
	color: var(--theme-color1);
	padding-left: 65px;
	text-align: left;
	white-space: nowrap
}

.info-btn .icon {
	position: absolute;
	left: 0;
	top: 7px;
	height: 50px;
	font-size: 40px;
	line-height: 1em;
	color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.info-btn .title {
	display: block;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 400;
	color: var(--theme-color-dark)
}

.info-btn .text {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: -.8px;
	font-family: var(--title-font)
}

.info-btn:hover {
	color: var(--theme-color1)
}

.info-btn:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	background-color: var(--bg-theme-color-dark)
}

.header-contact-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 25px
}

.header-contact-list li {
	position: relative;
	padding-left: 50px;
	min-height: 52px;
	margin-left: 35px;
	margin-bottom: 25px
}

.header-contact-list li:last-child {
	padding-right: 0;
	border-right: 0;
	margin-right: 0
}

.header-contact-list li .icon {
	position: absolute;
	left: 0;
	top: 5px;
	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;
	border: 1px solid rgba(39, 39, 47, .1);
	font-size: 18px;
	color: var(--theme-color-dark)
}

.header-contact-list li .title {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: var(--theme-color-dark)
}

.header-contact-list li .text {
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: var(--theme-color-dark)
}

.header-contact-list li .text a {
	color: var(--theme-color-dark);
	font-weight: 700
}

.header-style-one {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.header-style-one .main-box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-style-one .main-box .logo {
	padding: 35px 0
}

@media(max-width:991.98px) {
	.header-style-one .main-box .logo {
		padding: 20px 0
	}
}

.header-style-one .main-box .nav-outer {
	width: auto
}

.header-style-one .main-box .nav-outer .navigation>li {
	padding: 20px 0
}

@media(max-width:1199.98px) {
	.header-style-one .main-box .nav-outer .navigation>li {
		margin-right: 40px
	}
}

.header-style-one .main-box .nav-outer .navigation>li>a {
	color: var(--theme-color-light)
}

.header-style-one .main-box .outer-box .social-icon-one {
	margin-left: 50px
}

@media(max-width:1399.98px) {
	.header-style-one .main-box .outer-box .social-icon-one {
		display: none
	}
}

.header-style-one .main-box .outer-box .social-icon-one a {
	width: 50px;
	height: 50px;
	line-height: 50px
}

.header-style-one .main-box .outer-box .toggle-hidden-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 40px
}

@media(max-width:991.98px) {
	.header-style-one .main-box .outer-box .toggle-hidden-bar {
		display: none
	}
}

.header-style-one .main-box .outer-box .toggle-hidden-bar .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--theme-color-light);
	margin: 0 4px
}

.header-style-two {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.header-style-two .main-box {
	padding-top: 30px
}

@media(max-width:1199.98px) {
	.header-style-two .main-box {
		padding-top: 0;
		background-color: var(--theme-color-light);
		-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
		box-shadow: 0 10px 30px rgba(0, 0, 0, .05)
	}
}

.header-style-two .main-box .nav-outer {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media(max-width:1199.98px) {
	.header-style-two .main-box .nav-outer {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.header-style-two .main-box .nav-outer .navigation>li {
	padding: 14px 0;
	margin: 0 23px
}

.header-style-two .main-box .nav-outer .top-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%
}

@media(max-width:1199.98px) {
	.header-style-two .main-box .nav-outer .top-left {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}

.header-style-two .main-box .nav-outer .top-left .logo {
	padding: 15px 0;
	display: none
}

@media(max-width:1199.98px) {
	.header-style-two .main-box .nav-outer .top-left .logo {
		display: block
	}
}

.header-style-two .main-box .nav-outer .top-left .ui-btn {
	margin-left: 0;
	margin-top: 30px
}

.header-style-two .main-box .nav-outer .top-center {
	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-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%
}

@media(max-width:1199.98px) {
	.header-style-two .main-box .nav-outer .top-center {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none
	}
}

.header-style-two .main-box .nav-outer .top-center .logo {
	padding: 10px 0;
	margin: 0 50px
}

@media(max-width:1199.98px) {
	.header-style-two .main-box .nav-outer .top-center .logo {
		display: none
	}
}

@media(max-width:991.98px) {
	.header-style-two .main-box .nav-outer .top-center .navigation {
		display: none
	}
}

.header-style-two .main-box .nav-outer .top-center .mobile-nav-toggler {
	color: var(--theme-color-dark)
}

.header-style-two .main-box .nav-outer .top-right {
	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-top: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%
}

@media(max-width:1199.98px) {
	.header-style-two .main-box .nav-outer .top-right {
		display: none
	}
}

.header-style-two .outer-box .social-icon-two a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid var(--theme-color-dark);
	background-color: var(--theme-color-light)
}

.header-style-two .outer-box .social-icon-two a:hover {
	border-color: var(--theme-color1)
}

.header-style-two .toggle-hidden-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media(max-width:1199.98px) {
	.header-style-two .toggle-hidden-bar {
		display: none
	}
}

.header-style-two .toggle-hidden-bar .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--theme-color-dark);
	margin: 0 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.header-style-two .toggle-hidden-bar:hover .dot {
	background-color: var(--bg-theme-color1);
	margin: 0 7px
}

.header-style-three {
	position: relative
}

.header-style-three .header-lower {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%
}

.header-style-three .header-lower .main-box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-style-three .header-lower .main-box .logo {
	padding: 35px 0
}

@media(max-width:991.98px) {
	.header-style-three .header-lower .main-box .logo {
		padding: 10px 0
	}
}

.header-style-three .header-lower .main-box .nav-outer {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto
}

@media(max-width:991.98px) {
	.header-style-three .header-lower .main-box .nav-outer {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.header-style-three .header-lower .main-box .nav-outer .navigation>li {
	padding: 20px 0
}

.header-style-three .header-lower .main-box .nav-outer .navigation>li>a {
	color: var(--theme-color-light)
}

@media(max-width:1199.98px) {
	.header-style-three .header-lower .main-box .nav-outer .navigation>li {
		margin-right: 30px
	}
}

.header-style-three .header-lower .main-box .outer-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header-style-three .header-lower .main-box .outer-box .toggle-hidden-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px
}

@media(max-width:991.98px) {
	.header-style-three .header-lower .main-box .outer-box .toggle-hidden-bar {
		display: none
	}
}

.header-style-three .header-lower .main-box .outer-box .toggle-hidden-bar .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--theme-color-light);
	margin: 0 3px
}

.header-style-three .header-lower .main-box .outer-box .social-icon-one {
	-ms-flex-wrap: unset;
	flex-wrap: unset
}

@media(max-width:1199.98px) {
	.header-style-three .header-lower .main-box .outer-box .social-icon-one {
		display: none
	}
}

.header-style-three .header-lower .main-box .outer-box .social-icon-one a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: var(--theme-color-darks);
	background-color: var(--theme-color-light)
}

.header-style-three .header-lower .main-box .outer-box .social-icon-one a:hover {
	color: var(--theme-color-light)
}

.header-style-four {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 40px;
	z-index: 3
}

@media(max-width:991.98px) {
	.header-style-four {
		padding-top: 0;
		background-color: rgba(0, 0, 0, .4)
	}
}

.header-style-four .main-box .main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media(max-width:991.98px) {
	.header-style-four .main-box .main-menu {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.header-style-four .main-box .nav-outer {
	display: block
}

.header-style-four .main-box .nav-outer .navigation>li {
	padding: 5px 0;
	margin: 0 23px
}

.header-style-four .main-box .nav-outer .navigation>li>a {
	color: var(--theme-color-light)
}

.header-style-four .main-box .nav-outer .top-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40%
}

.header-style-four .main-box .nav-outer .top-left .logo {
	padding: 10px 0;
	display: none
}

.header-style-four .main-box .nav-outer .top-left .logo img {
	max-height: 50px
}

@media(max-width:991.98px) {
	.header-style-four .main-box .nav-outer .top-left .logo {
		display: block
	}
}

@media(max-width:991.98px) {
	.header-style-four .main-box .nav-outer .top-left .navigation {
		display: none
	}
}

.header-style-four .main-box .nav-outer .top-center {
	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: 20%
}

@media(max-width:991.98px) {
	.header-style-four .main-box .nav-outer .top-center {
		display: none
	}
}

.header-style-four .main-box .nav-outer .top-right {
	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;
	width: 40%
}

.header-style-four .main-box .nav-outer .top-right .info-btn {
	padding-left: 30px;
	margin-right: 40px
}

@media(max-width:1399.98px) {
	.header-style-four .main-box .nav-outer .top-right .info-btn {
		margin-right: 0
	}
}

@media(max-width:991.98px) {
	.header-style-four .main-box .nav-outer .top-right .info-btn {
		display: none
	}
}

.header-style-four .main-box .nav-outer .top-right .info-btn .icon {
	color: var(--theme-color-light);
	font-size: 24px;
	line-height: 1em
}

.header-style-four .main-box .nav-outer .top-right .info-btn span {
	font-family: var(--text-font);
	font-weight: 400;
	color: var(--theme-color-light);
	font-size: 16px;
	line-height: 40px
}

@media(max-width:1399.98px) {
	.header-style-four .main-box .nav-outer .outer-box .social-icon-two {
		display: none
	}
}

.header-style-four .main-box .nav-outer .outer-box .social-icon-two a {
	color: var(--theme-color-light);
	border: 1px solid var(--theme-color-light);
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent
}

.header-style-four .main-box .nav-outer .outer-box .social-icon-two a:before {
	background-color: var(--theme-color6)
}

.header-style-four .main-box .nav-outer .outer-box .social-icon-two a:hover {
	border-color: var(--theme-color6)
}

.header-style-four .main-box .nav-outer .toggle-hidden-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 50px;
	margin-left: 0
}

@media(max-width:1399.98px) {
	.header-style-four .main-box .nav-outer .toggle-hidden-bar {
		display: none
	}
}

.header-style-four .main-box .nav-outer .toggle-hidden-bar .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--theme-color-light);
	margin: 0 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.header-style-four .main-box .nav-outer .toggle-hidden-bar:hover .dot {
	background-color: var(--bg-theme-color7)
}

.header-style-five {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.header-style-five .main-box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-style-five .main-box .logo {
	padding: 5px 0;
	margin-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position:relative;
	width:150px;
	height:100px;
}
.logo p{
	position: absolute;
    top: 160%;
    text-align: center;
    line-height: 16px;
    font-weight: 600;
	font-family:var(--title-font);
}
.header-style-five .main-box .logo img{
	position:absolute;
	
}
@media(max-width:991.98px) {
	.header-style-five .main-box .logo {
		padding: 20px 0;
		max-width: 180px
	}
}

.header-style-five .main-box .nav-outer {
	width: auto
}

.header-style-five .main-box .nav-outer .navigation>li {
	padding: 20px 0
}

@media(max-width:1199.98px) {
	.header-style-five .main-box .nav-outer .navigation>li {
		margin-right: 40px
	}
}

@media(max-width:1199.98px) {
	.header-style-five .main-box .outer-box .btn-box {
		display: none
	}
}

.header-style-five .main-box .outer-box .btn-box .theme-btn {
	padding: 15px 28px 13px
}

.header-style-five .main-box .outer-box .mobile-nav-toggler {
	color: var(--theme-color3)
}

.header-style-five .header-lower {
	position: relative;
	text-align: right;
    margin-top: -15px;
}

@media(max-width:991.98px) {
	.header-style-five .header-lower {
		display: none
	}
}

.header-style-five .header-lower .inner-container {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-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: 5px 10px 5px 40px
}

.header-style-five .header-lower .inner-container:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: var(--theme-color3);
	border-radius: 40px
}

.header-style-five .header-lower .inner-container .list-style-one li {
	color: #000;
	font-weight: 500;
	margin-right: 40px
}

.header-style-five .header-lower .inner-container .list-style-one li a {
	color: #fff;
	font-weight: 500
}
.header-style-five .header-lower .inner-container .list-style-one li span{
	padding:0 10px; color:#fff;
}
.header-style-five .header-lower .inner-container .list-style-one li a:hover {
	color: #fff;
}

.header-style-five .header-lower .inner-container .list-style-one i {
	margin-top: -3px;
	color: #fff;
	font-size: 24px
}

.header-style-five .header-lower .inner-container .bottom-right .social-icon-two {
	margin-left: 40px
}

.header-style-five .header-lower .inner-container .bottom-right .social-icon-two a {
	background-color: var(--theme-color-light);
	width: 50px;
	height: 50px;
	line-height: 50px
}

.header-style-five .header-lower .inner-container .bottom-right .social-icon-two a:before {
	background-color: var(--bg-theme-color8)
}

.header-style-five .header-lower .inner-container .bottom-right .social-icon-two a:hover {
	border-color: var(--bg-theme-color3)
}

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0;
	z-index: 99999;
	background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(39, 39, 39, 1) 100%);
	-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;
	position: relative;
	width: 130px;
    height: 100px;
}

.sticky-header .logo img {
	position:absolute;
}

.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: 40px;
	padding: 10px 0
}

.sticky-header .main-menu .navigation>li.logo {
	display: none
}

.sticky-header .main-menu .navigation>li>a {
	color: var(--theme-color-gray)
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
	color: var(--theme-color3)
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
	display: none
}

.sticky-header .mobile-nav-toggler {
	color: var(--theme-color3)
}

@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: 740px;
	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(--theme-color-dark)
}

.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);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.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(--theme-color-dark)
	}

	.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: 16px;
	color: var(--theme-color-dark);
	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: 16px;
		color: #fff;
		font-weight: 400;
		text-transform: capitalize
	}
}

.mobile-nav-toggler {
	position: relative;
	font-size: 28px;
	line-height: 20px;
	cursor: pointer;
	color: var(--theme-color-light);
	display: none;
	top: -3px;
	margin-left: 20px;
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}

@media(max-width:991.98px) {
	.mobile-nav-toggler {
		display: block
	}
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	visibility: hidden
}

.mobile-menu .upper-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 15px 20px
}

.mobile-menu .close-btn {
	position: relative;
	top: 0;
	right: -5px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-color: rgba(255, 255, 255, .1);
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px)
}

.mobile-menu .close-btn:hover {
	opacity: .5
}

.mobile-menu .nav-logo {
	position: relative;
	text-align: left;
	width: 100%
}

.mobile-menu .nav-logo img {
	max-height: 50px
}

.mobile-menu .menu-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: var(--theme-color-dark);
	padding: 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	-webkit-transform: translateX(101%);
	transform: translateX(101%)
}

.mobile-menu .contact-list-one {
	padding: 30px 20px 20px
}

.mobile-menu-visible {
	overflow: hidden
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .4s ease 200ms;
	transition: all .4s ease 200ms;
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: translateY(0px);
	transform: translateY(0px)
}

.mobile-menu-visible .scroll-to-top {
	opacity: 0;
	visibility: hidden
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>ul>li:last-child {
	border-bottom: none
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
	color: #fff
}

.mobile-menu .navigation li.logo {
	display: none
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: 16px;
	line-height: 44px;
	color: #fff;
	cursor: pointer;
	z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 1px;
	height: 24px;
	border-left: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
	content: "\f106"
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none
}

.mobile-menu .navigation li>ul>li {
	padding-left: 20px
}

.contact-list-one {
	position: relative;
	padding: 30px 30px 20px;
	width: 100%
}

.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: 0;
	font-size: 34px;
	line-height: 40px;
	color: var(--theme-color1)
}

.contact-list-one li .title {
	display: block;
	font-size: 14px;
	color: var(--theme-color-dark);
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase
}

.contact-list-one li .text {
	font-size: 14px;
	line-height: 24px;
	color: var(--theme-color-dark)
}

.contact-list-one li .text a {
	color: var(--theme-color-dark);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.contact-list-one li .text a:hover {
	color: var(--theme-color1)
}

.contact-list-one.light li .icon {
	color: var(--theme-color7)
}

.contact-list-one.light li .text,
.contact-list-one.light li .title {
	color: var(--theme-color-light)
}

.contact-list-one.light li .text a,
.contact-list-one.light li .title a {
	color: var(--theme-color-light)
}

.mobile-menu .social-links {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: var(--theme-color2);
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .1);
	margin-top: auto
}

.mobile-menu .social-links li {
	position: relative;
	text-align: center;
	width: 100%;
	border-right: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .social-links li a {
	position: relative;
	display: block;
	line-height: 50px;
	height: 50px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.mobile-menu .social-links li a:hover {
	color: var(--theme-color2)
}

.toggle-hidden-bar {
	position: relative
}

.hidden-bar {
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	overflow-y: auto;
	z-index: 99999;
	max-width: 320px;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	visibility: hidden;
	background: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.hidden-bar::-webkit-scrollbar {
	width: 2px
}

.hidden-bar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px #cecece;
	box-shadow: inset 0 0 2px #cecece;
	border-radius: 10px
}

.hidden-bar::-webkit-scrollbar-thumb {
	background: #7a7a7a;
	border-radius: 10px
}

.hidden-bar::-webkit-scrollbar-thumb:hover {
	background: #7a7a7a
}

.hidden-bar .inner-box {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: var(--theme-color-light);
	height: 100%
}

.hidden-bar .upper-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 20px 30px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.hidden-bar .upper-box .close-btn {
	position: relative;
	top: -5px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: var(--theme-color1);
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.hidden-bar .upper-box .close-btn:hover {
	opacity: .5
}

.hidden-bar .upper-box .nav-logo {
	position: relative;
	text-align: left;
	width: 100%
}

.hidden-bar .upper-box .nav-logo img {
	max-height: 40px
}

.hidden-bar .text-box {
	position: relative;
	padding: 25px 30px
}

.hidden-bar .text-box .title {
	color: var(--theme-color-dark)
}

.hidden-bar .text-box .text {
	color: var(--theme-color-dark)
}

.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(--theme-color-light);
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin-top: auto
}

.hidden-bar .social-links li {
	position: relative;
	text-align: center;
	width: 100%;
	border-right: 1px solid rgba(0, 0, 0, .1)
}

.hidden-bar .social-links li a {
	position: relative;
	display: block;
	line-height: 50px;
	height: 50px;
	font-size: 14px;
	text-align: center;
	color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.hidden-bar .social-links li a:hover {
	color: var(--theme-color2)
}

.sec-title {
	position: relative;
	margin-bottom: 60px
}

@media(max-width:575.98px) {
	.sec-title {
		margin-bottom: 40px
	}
}

.sec-title .sub-title {
	position: relative;
	display: inline-block;
	color: var(--sec-title-subtitle-color);
	font-size: var(--sec-title-subtitle-font-size);
	font-weight: var(--sec-title-subtitle-font-weight);
	line-height: var(--sec-title-subtitle-line-height);
	font-family: var(--sec-title-subtitle-font-family);
	text-transform: uppercase;
	letter-spacing: 1.3px;
	margin-bottom: 0
}

@media(max-width:991.98px) {
	.sec-title .sub-title {
		font-size: 18px
	}
}

@media(max-width:575.98px) {
	.sec-title .sub-title {
		font-size: 16px
	}
}

.sec-title h2 {
	position: relative;
	display: block;
	color: var(--sec-title-color);
	font-size: var(--sec-title-font-size);
	font-weight: var(--sec-title-font-weight);
	line-height: var(--sec-title-line-height);
	font-family: var(--sec-title-font-family);
	margin-bottom: 0;
	text-transform: capitalize;
	z-index: 2
}

@media(max-width:991.98px) {
	.sec-title h2 {
		font-size: 54px
	}
}

@media(max-width:575.98px) {
	.sec-title h2 {
		font-size: 42px;
		line-height: 1.2em
	}

	.sec-title h2 br {
		display: none
	}
}

.sec-title .text {
	margin-top: 20px
}

@media(max-width:575.98px) {
	.sec-title .text br {
		display: none
	}
}

.sec-title.style-two .sub-title {
	font-family: var(--text-font);
	font-weight: 500;
	font-size: 16px;
	color: var(--theme-color7);
	letter-spacing: 2px;
	margin-bottom: 15px
}

.sec-title.style-two h2 {
	font-size: 60px
}

@media(max-width:991.98px) {
	.sec-title.style-two h2 {
		font-size: 48px;
		line-height: 1.2em;
		letter-spacing: 0
	}

	.sec-title.style-two h2 br {
		display: none
	}
}

@media(max-width:767.98px) {
	.sec-title.style-two h2 {
		font-size: 38px
	}
}

@media(max-width:767.98px) {
	.sec-title.style-two .text br {
		display: none
	}
}

.sec-title.style-three .icon {
	display: inline-block;
	-webkit-animation: pulse 2s infinite linear;
	animation: pulse 2s infinite linear;
	margin-bottom: 10px
}

.sec-title.style-three .sub-title {
	position: relative;
	display: block;
	font-family: var(--text-font);
	font-weight: 800;
	font-size: 16px;
	color: var(--theme-color5);
	text-transform: uppercase;
	letter-spacing: .12em;
	margin-bottom: 12px
}

.sec-title.style-three h2 {
	font-weight: 400;
	text-transform: capitalize
}

@media(max-width:767.98px) {
	.sec-title.style-three h2 {
		font-size: 42px;
		line-height: 1.2em
	}

	.sec-title.style-three h2 br {
		display: none
	}
}

.sec-title.style-four .sub-title {
	position: relative;
	font-family: var(--text-font);
	font-weight: 500;
	font-size: 16px;
	color: var(--theme-color6);
	text-transform: uppercase;
	margin-bottom: 10px
}

.sec-title.style-four h2 {
	font-size: 60px;
	font-family: var(--title-font);
	font-weight: 400
}

@media(max-width:767.98px) {
	.sec-title.style-four h2 {
		font-size: 42px;
		line-height: 1.2em
	}

	.sec-title.style-four h2 br {
		display: none
	}
}

.sec-title.style-five .sub-title {
	position: relative;
	font-family: var(--text-font);
	font-weight: 500;
	font-size: 16px;
	color: var(--theme-color8);
	text-transform: uppercase;
	margin-bottom: 10px
}

.sec-title.style-five h2 {
	font-size: 60px;
	font-family: var(--title-font);
	font-weight: 400
}

@media(max-width:767.98px) {
	.sec-title.style-five h2 {
		font-size: 42px;
		line-height: 1.2em
	}

	.sec-title.style-five h2 br {
		display: none
	}
}

.sec-title.light .sub-title,
.sec-title.light .text,
.sec-title.light h2,
.sec-title.light h1 {
	color: var(--theme-color-light)
}

.banner-section {
	position: relative;
	padding: 220px 0 440px;
	background-color: var(--bg-theme-color2)
}

@media(max-width:575.98px) {
	.banner-section {
		padding: 200px 0
	}
}

@media(max-width:575.98px) {
	.banner-section .bg {
		opacity: .2
	}
}

.banner-section .content-box {
	position: relative;
	text-align: center
}

.banner-section .content-box .date {
	position: relative;
	color: var(--theme-color-light);
	font-family: var(--text-font);
	font-weight: 400;
	line-height: 54.13px;
	font-size: 20px;
	margin-bottom: 15px;
	letter-spacing: 3px;
	text-transform: uppercase
}

@media(max-width:991.98px) {
	.banner-section .content-box .date {
		font-size: 16px;
		line-height: 1.4em
	}
}

@media(max-width:575.98px) {
	.banner-section .content-box .date {
		font-size: 14px;
		letter-spacing: .8px;
		margin-bottom: 25px
	}
}

.banner-section .content-box .name {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: var(--theme-color-light);
	font-family: var(--script-font);
	font-weight: 400;
	line-height: 44px;
	font-size: 100px;
	margin-bottom: 35px
}

@media(max-width:991.98px) {
	.banner-section .content-box .name {
		font-size: 72px;
		margin-bottom: 15px
	}
}

@media(max-width:767.98px) {
	.banner-section .content-box .name {
		font-size: 54px
	}
}

@media(max-width:575.98px) {
	.banner-section .content-box .name {
		line-height: 1em;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 30px
	}
}

.banner-section .content-box .name .icon-heart {
	margin: 0 10px
}

@media(max-width:991.98px) {
	.banner-section .content-box .name .icon-heart {
		max-width: 100px;
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat
	}
}

.banner-section .content-box .text {
	position: relative;
	color: #cbcbcb;
	line-height: 40px;
	font-size: 24px
}

@media(max-width:991.98px) {
	.banner-section .content-box .text {
		font-size: 20px;
		line-height: 1.8em
	}
}

@media(max-width:767.98px) {
	.banner-section .content-box .text {
		font-size: 16px
	}
}

@media(max-width:575.98px) {
	.banner-section .content-box .text br {
		display: none
	}
}

.banner-section-two {
	position: relative;
	background-color: #fafafa;
	padding: 240px 0 70px;
	background-image: url(../images/icons/overlay2.jpg)
}

@media(max-width:1199.98px) {
	.banner-section-two {
		padding-top: 200px
	}
}

.banner-section-two .icon-flowers-1 {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 238px;
	height: 500px;
	background-image: url(../images/banner/icon-flowers-1.png);
	background-repeat: no-repeat
}

@media(max-width:1199.98px) {
	.banner-section-two .icon-flowers-1 {
		opacity: .3
	}
}

.banner-section-two .icon-flowers-2 {
	position: absolute;
	top: 10px;
	right: 0;
	width: 261px;
	height: 612px;
	background-image: url(../images/banner/icon-flowers-2.png);
	background-repeat: no-repeat
}

@media(max-width:1199.98px) {
	.banner-section-two .icon-flowers-2 {
		opacity: .3
	}
}

.banner-section-two .content-column {
	margin-bottom: 50px
}

.banner-section-two .content-column .inner-column {
	position: relative;
	text-align: center
}

.banner-section-two .content-column .inner-column .sub-title {
	position: relative;
	color: #444;
	font-family: var(--text-font);
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase
}

.banner-section-two .content-column .inner-column .name {
	position: relative;
	color: var(--theme-color-dark);
	font-family: var(--script-font);
	font-weight: 400;
	line-height: 1.4em;
	font-size: 60px;
	margin-bottom: 25px
}

@media(max-width:1199.98px) {
	.banner-section-two .content-column .inner-column .name {
		font-size: 56px;
		line-height: 60px
	}
}

.banner-section-two .content-column .inner-column .name span {
	position: relative;
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-weight: 400;
	line-height: 95px;
	font-size: 120px
}

@media(max-width:1199.98px) {
	.banner-section-two .content-column .inner-column .name span {
		font-size: 90px
	}
}

.banner-section-two .content-column .inner-column .date {
	position: relative;
	display: inline-block;
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-weight: 600;
	line-height: 42px;
	font-size: 32px;
	margin-bottom: 30px;
	padding: 10px 0;
	letter-spacing: 10px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000
}

@media(max-width:1199.98px) {
	.banner-section-two .content-column .inner-column .date {
		font-size: 26px
	}
}

.banner-section-two .content-column .inner-column .address {
	position: relative;
	color: var(--theme-color-dark);
	font-family: var(--text-font);
	font-weight: 500;
	line-height: 1.2em;
	font-size: 16px
}

.banner-section-two .content-column .inner-column .address .icon {
	font-size: 18px;
	margin-right: 10px
}

.banner-section-two .image-column {
	margin-bottom: 50px
}

.banner-section-two .image-column .inner-column {
	position: relative;
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media(max-width:1199.98px) {
	.banner-section-two .image-column .inner-column {
		margin-top: 0
	}
}

@media(max-width:991.98px) {
	.banner-section-two .image-column .inner-column {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

@media(max-width:767.98px) {
	.banner-section-two .image-column .inner-column {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.banner-section-two .image-column .inner-column .image-box {
	position: relative;
	max-width: 294px;
	width: 100%;
	padding: 15px;
	margin: 0 auto;
	text-align: center
}

.banner-section-two .image-column .inner-column .image-box:hover {
	-webkit-animation: pulse 3s infinite linear;
	animation: pulse 3s infinite linear
}

.banner-section-two .image-column .inner-column .image-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid var(--theme-color-dark);
	border-radius: 300px
}

.banner-section-two .image-column .inner-column .image {
	position: relative
}

.banner-section-two .image-column .inner-column .image:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -55px;
	width: 117px;
	height: 180px;
	background-image: url(../images/banner/icon-flowers-3.png);
	background-repeat: no-repeat
}

.banner-section-two .image-column .inner-column .image:after {
	content: "";
	position: absolute;
	top: 0;
	right: -55px;
	width: 111px;
	height: 156px;
	background-image: url(../images/banner/icon-flowers-4.png);
	background-repeat: no-repeat
}

.banner-section-two .image-column .inner-column .image img {
	border-radius: 300px;
	min-height: 380px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.banner-section-two .image-column.style-two .image {
	position: relative
}

.banner-section-two .image-column.style-two .image:before {
	bottom: auto;
	top: 0;
	left: -55px;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.banner-section-two .image-column.style-two .image:after {
	top: auto;
	bottom: 0;
	right: -55px;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.banner-section-three {
	position: relative;
	background-color: #1a2418
}

.banner-section-three .icon-bubbles-2 {
	position: absolute;
	bottom: 0;
	left: 0
}

.banner-section-three .icon-leaves-23 {
	position: absolute;
	bottom: 0;
	left: -170px
}

@media(max-width:1399.98px) {
	.banner-section-three .icon-leaves-23 {
		opacity: .3
	}
}

.banner-section-three .icon-leaves-24 {
	position: absolute;
	bottom: 0;
	right: -270px
}

@media(max-width:1399.98px) {
	.banner-section-three .icon-leaves-24 {
		opacity: .3
	}
}

.banner-section-three .content-column {
	z-index: 2
}

.banner-section-three .content-column .inner-column {
	position: relative;
	padding: 220px 0 190px;
	text-align: center
}

.banner-section-three .content-column .inner-column .name {
	position: relative;
	color: var(--theme-color-light);
	font-family: var(--script-font);
	font-weight: 400;
	line-height: 1.2em;
	font-size: 90px;
	margin-bottom: 30px;
	letter-spacing: 10px
}

@media(max-width:1199.98px) {
	.banner-section-three .content-column .inner-column .name {
		font-size: 70px
	}
}

@media(max-width:575.98px) {
	.banner-section-three .content-column .inner-column .name {
		font-size: 50px
	}
}

.banner-section-three .content-column .inner-column .name .icon-heart-2 {
	display: inline-block;
	margin: 10px 0;
	-webkit-animation: zoom-one 3s infinite linear;
	animation: zoom-one 3s infinite linear
}

@media(max-width:1199.98px) {
	.banner-section-three .content-column .inner-column .name .icon-heart-2 {
		margin: 20px 0
	}
}

@media(max-width:575.98px) {
	.banner-section-three .content-column .inner-column .name .icon-heart-2 {
		background-size: 100px;
		background-repeat: no-repeat;
		height: 60px;
		background-position: center;
		margin: 20px auto
	}
}

.banner-section-three .content-column .inner-column .text {
	position: relative;
	color: var(--theme-color-light);
	font-family: var(--title-font);
	font-weight: 400;
	line-height: 30px;
	font-size: 20px;
	margin-bottom: 30px
}

.banner-section-three .content-column .inner-column .date {
	position: relative;
	color: var(--theme-color-light);
	font-family: var(--title-font);
	font-weight: 500;
	line-height: 1em;
	font-size: 33px;
	margin-bottom: 20px
}

.banner-section-three .content-column .inner-column .theme-btn {
	padding: 14px 72px;
	font-size: 16px;
	font-weight: 500;
	text-transform: unset;
	font-family: var(--text-font)
}

.banner-section-three .bg-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	overflow: hidden;
	z-index: 2
}

@media(max-width:991.98px) {
	.banner-section-three .bg-image {
		width: 100%
	}
}

.banner-section-three .bg-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media(max-width:991.98px) {
	.banner-section-three .bg-image img {
		opacity: .2
	}
}

.banner-section-four {
	position: relative;
	padding: 0 0 100px 0;
	overflow: hidden
}

.banner-section-four .banner-frame {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media(max-width:991.98px) {
	.banner-section-four .banner-frame {
		display: none
	}
}

@media(max-width:991.98px) {
	.banner-section-four {
		padding: 200px 0 120px
	}
}

@media(max-width:575.98px) {
	.banner-section-four {
		padding: 0 0 100px;
	}
}

.banner-section-four .content-box {
	position: relative;
	min-height: 795px;
	padding: 210px 0 50px;
	text-align: center
}

@media(max-width:991.98px) {
	.banner-section-four .content-box {
		padding: 0;
		min-height: auto
	}
}

.banner-section-four .content-box .date {
	position: relative;
	display: block;
	color: var(--theme-color-light);
	font-family: var(--title-font);
	font-weight: 400;
	line-height: 1em;
	font-size: 29px;
	margin-bottom: 60px
}

@media(max-width:575.98px) {
	.banner-section-four .content-box .date {
		font-size: 24px;
		margin-bottom: 30px
	}
}

.banner-section-four .content-box .date strong {
	display: block;
	color: #eeab7c;
	font-size: 48px;
	line-height: 1em;
	margin-top: 20px
}

.banner-section-four .content-box .name {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: var(--theme-color-light);
	font-family: var(--script-font);
	font-weight: 400;
	line-height: 1em;
	font-size: 79px;
	margin-bottom: 60px
}

@media(max-width:991.98px) {
	.banner-section-four .content-box .name {
		font-size: 64px
	}
}

@media(max-width:575.98px) {
	.banner-section-four .content-box .name {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 30px
	}
}

.banner-section-four .content-box .name span {
	color: #57678c;
	display: inline-block;
	margin: 0 45px;
	font-size: 143px;
	font-family: var(--title-font);
	font-weight: 400
}

@media(max-width:767.98px) {
	.banner-section-four .content-box .name span {
		font-size: 92px
	}
}

@media(max-width:575.98px) {
	.banner-section-four .content-box .name span {
		font-size: 72px;
		display: block;
		line-height: 1.2em
	}
}

.banner-section-four .content-box .sub-title {
	position: relative;
	display: block;
	color: var(--theme-color-light);
	font-family: var(--title-font);
	font-weight: 400;
	line-height: 1em;
	font-size: 26px;
	margin-bottom: 15px
}

@media(max-width:575.98px) {
	.banner-section-four .content-box .sub-title {
		font-size: 18px
	}
}

.banner-section-four .content-box .address {
	position: relative;
	color: var(--theme-color-light);
	font-family: var(--title-font);
	font-weight: 400;
	line-height: 1em;
	font-size: 33px
}

@media(max-width:575.98px) {
	.banner-section-four .content-box .address {
		font-size: 24px
	}
}

.banner-section-five {
	position: relative;
	padding: 180px 0 25px;
	background-color: var(--theme-color-light)
}

@media(max-width:991.98px) {
	.banner-section-five {
		padding: 250px 0 0
	}
	.logo p {
		position: absolute;
		top: 171%;
		text-align: center;
		line-height: 16px;
		font-weight: 600;
	}
}

@media(max-width:575.98px) {
	.banner-section-five .bg {
		opacity: .2
	}
}

.banner-section-five .icon-flowers-13 {
	position: absolute;
	bottom: -55px;
	left: 0
}

@media(max-width:1199.98px) {
	.banner-section-five .icon-flowers-13 {
		opacity: .2
	}
}

.banner-section-five .icon-flowers-14 {
	position: absolute;
	bottom: -120px;
	right: 15px;
	opacity: .2
}

.banner-section-five .content-box {
	position: relative;
	text-align: center
}

.banner-section-five .content-box .icon-divider-5 {
	margin-bottom: 45px
}

@media(max-width:1199.98px) {
	.banner-section-five .content-box .icon-divider-5 {
		margin-bottom: 30px
	}
}

@media(max-width:991.98px) {
	.banner-section-five .content-box .icon-divider-5 {
		margin-bottom: 0
	}
}

.banner-section-five .content-box .title {
	margin-bottom: 20px
}

@media(max-width:1199.98px) {
	.banner-section-five .content-box .title {
		font-size: 60px
	}
}

@media(max-width:991.98px) {
	.banner-section-five .content-box .title {
		font-size: 50px
	}
}

@media(max-width:767.98px) {
	.banner-section-five .content-box .title {
		font-size: 40px
	}

	.banner-section-five .content-box .title br {
		display: none
	}
}

@media(max-width:575.98px) {
	.banner-section-five .content-box .title {
		font-size: 35px
	}
}

.banner-section-five .content-box .text {
	position: relative;
	color: var(--theme-color-dark);
	line-height: 40px;
	font-size: 30px;
	margin-bottom: 50px;
	font-family: "Bad Script", cursive;
	text-align: center;
}

@media(max-width:991.98px) {
	.banner-section-five .content-box .text {
		font-size: 20px;
		line-height: 1.8em
	}
}

@media(max-width:767.98px) {
	.banner-section-five .content-box .text {
		font-size: 16px
	}
}

.banner-section-five .content-box .icon-flower-26 {
	position: relative;
	margin: 0 auto
}

.banner-section-five .content-box .icon-flower-27 {
	position: absolute;
	bottom: -80px;
	right: 200px
}

.countdown-section {
	position: relative;
	padding: 120px 0
}

@media(max-width:575.98px) {
	.countdown-section {
		padding: 120px 0 70px
	}
}

.countdown-section .content-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin-top: -275px;
	margin-bottom: 25px
}

@media(max-width:575.98px) {
	.countdown-section .content-box {
		margin-top: -150px
	}
}

.countdown-section .content-box .inner-column .image-box {
	position: relative;
	margin-bottom: 120px
}

@media(max-width:575.98px) {
	.countdown-section .content-box .inner-column .image-box {
		margin-bottom: 70px
	}
}

.countdown-section .content-box .inner-column .image-box .image img {
	border-radius: 50%
}

.countdown-section .content-box .inner-column .image-box .icon-box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media(max-width:575.98px) {
	.countdown-section .content-box .inner-column .image-box .icon-box {
		display: none
	}
}

.countdown-section .content-box .inner-column .image-box .icon-box .icon-flowers-1 {
	-webkit-animation: fa-spin 100s infinite linear;
	animation: fa-spin 100s infinite linear
}

.countdown-section .content-box .inner-column .caption-box {
	position: relative
}

.countdown-section .content-box .inner-column .caption-box .text {
	position: relative;
	color: var(--theme-color-dark);
	font-family: var(--text-font);
	font-weight: 800;
	font-size: 16px;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 5px
}

.countdown-section .content-box .inner-column .caption-box .icon-divider {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.countdown-section .time-counter .time-countdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

@media(max-width:575.98px) {
	.countdown-section .time-counter .time-countdown {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.countdown-section .time-counter .time-countdown .counter-column {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	min-width: 230px;
	padding: 0 32px
}

@media(max-width:991.98px) {
	.countdown-section .time-counter .time-countdown .counter-column {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-width: 190px
	}
}

@media(max-width:767.98px) {
	.countdown-section .time-counter .time-countdown .counter-column {
		min-width: 50px
	}
}

@media(max-width:575.98px) {
	.countdown-section .time-counter .time-countdown .counter-column {
		padding: 10px 0;
		-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
	}
}

.countdown-section .time-counter .time-countdown .counter-column .count {
	position: relative;
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-weight: 400;
	font-size: 70px;
	line-height: 1em;
	display: block;
	text-align: center
}

@media(max-width:767.98px) {
	.countdown-section .time-counter .time-countdown .counter-column .count {
		font-size: 60px
	}
}

.countdown-section .time-counter .time-countdown .counter-column sub {
	position: relative;
	font-family: var(--title-font);
	font-weight: 400;
	font-size: 18px;
	color: var(--theme-color-dark);
	margin-bottom: 24px
}

@media(max-width:767.98px) {
	.countdown-section .time-counter .time-countdown .counter-column sub {
		font-size: 16px
	}
}

.countdown-section-two {
	position: relative;
	padding: 120px 0
}

.countdown-section-two .bg {
	background-position: center top;
	height: auto;
	bottom: 0;
	top: -50px
}

.countdown-section-two .sec-title {
	margin-bottom: 30px
}

.countdown-section-two .sec-title .text {
	font-size: 18px
}

.countdown-section-two .icon-flower-3 {
	position: absolute;
	top: 250px;
	left: 20px
}

@media(max-width:1399.98px) {
	.countdown-section-two .icon-flower-3 {
		display: none
	}
}

.countdown-section-two .icon-flower-4 {
	position: absolute;
	top: 250px;
	right: 0
}

@media(max-width:1399.98px) {
	.countdown-section-two .icon-flower-4 {
		display: none
	}
}

.countdown-section-two .outer-box {
	display: block;
	margin: 0 130px 25px
}

@media(max-width:1199.98px) {
	.countdown-section-two .outer-box {
		margin: 0
	}
}

.countdown-section-two .time-counter {
	position: relative;
	text-align: center
}

.countdown-section-two .time-counter .time-countdown {
	border: 1px solid #4c4c4c;
	border-radius: 300px;
	padding: 60px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media(max-width:575.98px) {
	.countdown-section-two .time-counter .time-countdown {
		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-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.countdown-section-two .time-counter .time-countdown .counter-column {
	position: relative;
	max-width: 250px;
	width: 100%;
	padding: 0 32px;
	border-left: 1px solid #d6d6d6
}

@media(max-width:575.98px) {
	.countdown-section-two .time-counter .time-countdown .counter-column {
		border-left: 0
	}
}

.countdown-section-two .time-counter .time-countdown .counter-column:first-child {
	border-left: 0
}

@media(max-width:991.98px) {
	.countdown-section-two .time-counter .time-countdown .counter-column {
		min-width: auto
	}
}

@media(max-width:575.98px) {
	.countdown-section-two .time-counter .time-countdown .counter-column {
		padding: 20px 0
	}
}

.countdown-section-two .time-counter .time-countdown .counter-column .count {
	position: relative;
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-size: 70px;
	font-weight: 400;
	line-height: 1em;
	display: block;
	text-align: center
}

@media(max-width:767.98px) {
	.countdown-section-two .time-counter .time-countdown .counter-column .count {
		font-size: 50px
	}
}

.countdown-section-two .time-counter .time-countdown .counter-column sub {
	position: relative;
	margin-bottom: 7px;
	font-family: var(--title-font);
	font-weight: 400;
	font-size: 18px;
	color: var(--theme-color-dark)
}

@media(max-width:767.98px) {
	.countdown-section-two .time-counter .time-countdown .counter-column sub {
		font-size: 16px
	}
}

.countdown-section-two .time-counter .btn-box {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: -25px;
	width: 100%
}

.countdown-section-two .time-counter .btn-box .theme-btn {
	min-width: 175px
}

.countdown-section-three {
	position: relative;
	padding: 120px 0
}

.countdown-section-three .icon-leaves-10 {
	position: absolute;
	top: -60px;
	left: 25px;
	background-repeat: no-repeat;
	z-index: 1
}

@media(max-width:1199.98px) {
	.countdown-section-three .icon-leaves-10 {
		display: none
	}
}

.countdown-section-three .icon-leaves-11 {
	position: absolute;
	top: -65px;
	right: 50px;
	background-repeat: no-repeat;
	z-index: 1
}

@media(max-width:1199.98px) {
	.countdown-section-three .icon-leaves-11 {
		display: none
	}
}

.countdown-section-three .outer-box {
	position: relative
}

.countdown-section-three .outer-box:before {
	content: "";
	position: absolute;
	right: -44px;
	bottom: -38px;
	width: 400px;
	height: 191px;
	background-image: url(../images/icons/shadow.png);
	background-repeat: no-repeat;
	z-index: 1
}

.countdown-section-three .outer-box:after {
	content: "";
	position: absolute;
	left: -44px;
	bottom: -38px;
	width: 400px;
	height: 191px;
	background-image: url(../images/icons/shadow.png);
	background-repeat: no-repeat;
	z-index: 1;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.countdown-section-three .time-counter {
	position: relative;
	border: 1px solid var(--theme-color-dark);
	background-color: var(--theme-color-light)
}

@media(max-width:767.98px) {
	.countdown-section-three .time-counter {
		padding: 50px 0 40px
	}
}

.countdown-section-three .time-counter .time-countdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

@media(max-width:767.98px) {
	.countdown-section-three .time-counter .time-countdown {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.countdown-section-three .time-counter .time-countdown .counter-column {
	position: relative;
	min-width: 250px;
	padding: 60px 32px;
	border-left: 1px solid var(--theme-color-dark)
}

.countdown-section-three .time-counter .time-countdown .counter-column:first-child {
	border-left: 0
}

@media(max-width:991.98px) {
	.countdown-section-three .time-counter .time-countdown .counter-column {
		min-width: 190px
	}
}

@media(max-width:767.98px) {
	.countdown-section-three .time-counter .time-countdown .counter-column {
		min-width: auto;
		padding: 20px 0;
		border-left: 0
	}
}

.countdown-section-three .time-counter .time-countdown .counter-column .count {
	position: relative;
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-size: 70px;
	font-weight: 400;
	line-height: 1em;
	display: block;
	text-align: center
}

.countdown-section-three .time-counter .time-countdown .counter-column sub {
	position: relative;
	margin-bottom: 7px;
	font-family: var(--title-font);
	font-weight: 400;
	font-size: 18px;
	color: var(--theme-color-dark)
}

.countdown-section-four {
	position: relative;
	padding: 120px 0
}

.countdown-section-four .content-box .inner-box {
	position: relative;
	margin-bottom: 25px;
	text-align: center
}

.countdown-section-four .content-box .inner-box .date {
	color: var(--theme-color-dark);
	font-size: 50px;
	line-height: 1em;
	font-weight: 400;
	margin-bottom: 15px
}

.countdown-section-four .content-box .inner-box .address {
	color: var(--theme-color-dark);
	font-size: 24px;
	line-height: 1.3em;
	font-family: var(--title-font);
	font-weight: 400
}

.countdown-section-four .time-counter {
	position: relative
}

.countdown-section-four .time-counter .time-countdown-two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px
}

.countdown-section-four .time-counter .time-countdown-two .counter-column {
	position: relative;
	background-color: #f7f7f7;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	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-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.countdown-section-four .time-counter .time-countdown-two .counter-column .count {
	position: relative;
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-size: 70px;
	font-weight: 400;
	line-height: 1em;
	display: block;
	text-align: center;
	margin-bottom: 15px
}

.countdown-section-four .time-counter .time-countdown-two .counter-column sub {
	position: relative;
	margin-bottom: 7px;
	font-family: var(--title-font);
	font-weight: 400;
	font-size: 18px;
	color: var(--theme-color-dark)
}

.couple-section {
	position: relative;
	padding: 120px 0
}

.couple-section .outer-box {
	position: relative;
	padding-top: 30px
}

.couple-section .outer-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 1px;
	background-color: #444;
	display: inline-block
}

@media(max-width:991.98px) {
	.couple-section .outer-box:before {
		display: none
	}
}

.couple-section .outer-box:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 30px;
	height: 114px;
	background-image: url(../images/icons/divider-2.png);
	background-repeat: no-repeat;
	margin-right: -1px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media(max-width:991.98px) {
	.couple-section .outer-box:after {
		display: none
	}
}

.couple-block {
	margin-bottom: 50px
}

.couple-block .inner-box {
	position: relative;
	max-width: 422px;
	margin: 0 auto;
	padding-right: 50px
}

@media(max-width:991.98px) {
	.couple-block .inner-box {
		padding-right: 0
	}
}

.couple-block .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.couple-block .inner-box .image-box {
	position: relative;
	width: 352px;
	margin: 0 auto;
	margin-bottom: 25px
}

@media(max-width:575.98px) {
	.couple-block .inner-box .image-box {
		width: 280px
	}
}

.couple-block .inner-box .image-box .image {
	overflow: hidden
}

.couple-block .inner-box .image-box .image img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.couple-block .inner-box .image-box .couple-frame {
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	height: auto;
	width: auto
}

@media(max-width:575.98px) {
	.couple-block .inner-box .image-box .couple-frame {
		background-size: cover
	}
}

.couple-block .inner-box .image-box .icon-border {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat
}

@media(max-width:575.98px) {
	.couple-block .inner-box .image-box .icon-border {
		width: 100%;
		height: 100%;
		background-size: cover
	}
}

.couple-block .inner-box .image-box .icon-flowers-2 {
	position: absolute;
	top: -30px;
	left: -35px;
	-webkit-animation: zoom-one 15s infinite linear;
	animation: zoom-one 15s infinite linear
}

@media(max-width:575.98px) {
	.couple-block .inner-box .image-box .icon-flowers-2 {
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background-size: cover
	}
}

.couple-block .content-box {
	position: relative;
	text-align: center
}

.couple-block .content-box .designation {
	color: var(--theme-color3);
	font-family: var(--title-font);
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1em
}

.couple-block .content-box .name {
	position: relative;
	color: var(--theme-color-dark);
	font-weight: 400;
	font-size: 38px;
	margin-bottom: 25px
}

.couple-block .content-box .text {
	position: relative;
	font-family: var(--text-font);
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px
}

.couple-block .content-box .social-icon-two {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media(max-width:991.98px) {
	.couple-block.style-two {
		margin-bottom: 0
	}
}

.couple-block.style-two .inner-box {
	padding-right: 0;
	padding-left: 70px
}

@media(max-width:991.98px) {
	.couple-block.style-two .inner-box {
		padding: 50px 0 0
	}
}

.couple-section-two {
	position: relative;
	padding: 120px 0 50px
}

.couple-section-two .icon-leave-4 {
	position: absolute;
	top: 120px;
	left: 85px
}

@media only screen and (max-width:1699px) {
	.couple-section-two .icon-leave-4 {
		display: none
	}
}

@media(max-width:1199.98px) {
	.couple-section-two .icon-leave-4 {
		display: none
	}
}

.couple-block-two {
	margin-bottom: 70px
}

.couple-block-two .inner-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;
	padding-top: 50px;
	max-width: 300px;
	margin: 0 auto
}

@media(max-width:991.98px) {
	.couple-block-two .inner-box {
		padding-top: 20px
	}
}

.couple-block-two .inner-box:hover .image-box .image img {
	opacity: .7
}

.couple-block-two .image-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 60px
}

.couple-block-two .image-box .image {
	position: relative
}

.couple-block-two .image-box .image:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 260px;
	height: 260px;
	margin-top: -132px;
	margin-left: -132px;
	background-image: url(../images/icons/couple-frame-2.png);
	background-repeat: no-repeat;
	-webkit-animation: zoom-two 3s infinite linear;
	animation: zoom-two 3s infinite linear
}

.couple-block-two .image-box .image img {
	position: relative;
	border-radius: 300px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.couple-block-two .content-box {
	position: relative;
	text-align: center
}

.couple-block-two .content-box .designation {
	display: block;
	color: var(--theme-color7);
	font-family: var(--title-font);
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: 1px;
	margin-bottom: 10px
}

.couple-block-two .content-box .name {
	position: relative;
	color: var(--theme-color-dark);
	font-family: var(--script-font);
	font-weight: 400;
	font-size: 48px;
	margin-bottom: 30px
}

@media(max-width:767.98px) {
	.couple-block-two .content-box .name {
		margin-bottom: 20px
	}
}

.couple-block-two .content-box .text {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	padding: 0 10px
}

.couple-block-two.style-two .inner-box {
	padding-top: 20px
}

.couple-block-two.style-two .image-box {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-bottom: 0
}

@media(max-width:991.98px) {
	.couple-block-two.style-two .image-box {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		margin-bottom: 60px
	}
}

.couple-block-two.style-two .image-box .image::before {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.couple-block-two.style-two .content-box .text {
	margin-bottom: 65px
}

@media(max-width:991.98px) {
	.couple-block-two.style-two .content-box .text {
		margin-bottom: 0
	}
}

.couple-image-block {
	margin-bottom: 30px
}

.couple-image-block .inner-box {
	position: relative
}

.couple-image-block .image-box {
	position: relative;
	max-width: 355px;
	margin: 0 auto;
	width: 100%
}

@media(max-width:991.98px) {
	.couple-image-block .image-box {
		margin-top: 0;
		margin-bottom: 50px
	}
}

.couple-image-block .image-box .image {
	position: relative;
	padding: 13px
}

.couple-image-block .image-box .image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 1px solid var(--theme-color-dark);
	border-radius: 300px
}

@media(max-width:575.98px) {
	.couple-image-block .image-box .image:before {
		display: none
	}
}

.couple-image-block .image-box .image img {
	border-radius: 300px
}

.couple-image-block .image-box .icon-flower-3 {
	position: absolute;
	top: 30px;
	left: -60px;
	background-repeat: no-repeat
}

@media(max-width:1399.98px) {
	.couple-image-block .image-box .icon-flower-3 {
		top: 0;
		left: -30px
	}
}

.couple-image-block .image-box .icon-flower-4 {
	position: absolute;
	bottom: 10px;
	right: -50px;
	background-repeat: no-repeat
}

@media(max-width:1399.98px) {
	.couple-image-block .image-box .icon-flower-4 {
		right: -30px
	}
}

.couple-section-three {
	position: relative;
	padding: 200px 0 120px;
	z-index: 1
}

@media(max-width:991.98px) {
	.couple-section-three {
		padding: 120px 0
	}
}

.couple-section-three .icon-flowers-12 {
	position: absolute;
	left: -60px;
	bottom: -310px
}

@media only screen and (max-width:1699px) {
	.couple-section-three .icon-flowers-12 {
		display: none
	}
}

.couple-section-three .icon-leave-4 {
	position: absolute;
	top: 120px;
	left: 85px
}

.couple-section-three .outer-box {
	position: relative;
	border: 2px solid #f1d395
}

.couple-section-three .outer-box:before {
	content: "";
	position: absolute;
	left: -12px;
	bottom: -12px;
	top: 10px;
	right: 10px;
	border: 2px solid #f1d395
}

@media(max-width:991.98px) {
	.couple-section-three .outer-box:before {
		border: 0
	}
}

.couple-section-three .outer-box .icon-flower-13 {
	position: absolute;
	top: -50px;
	left: -90px
}

.couple-section-three .outer-box .icon-flower-14 {
	position: absolute;
	right: -100px;
	bottom: -70px
}

@media only screen and (max-width:1699px) {
	.couple-section-three .outer-box .icon-flower-14 {
		display: none
	}
}

.couple-block-three {
	position: relative
}

.couple-block-three .inner-box {
	position: relative;
	padding: 75px 60px
}

@media(max-width:1199.98px) {
	.couple-block-three .inner-box {
		padding: 60px 20px 50px
	}
}

@media(max-width:991.98px) {
	.couple-block-three .inner-box {
		text-align: center;
		padding: 30px 20px 40px
	}
}

.couple-block-three .inner-box .content-box {
	position: relative;
	text-align: right
}

@media(max-width:767.98px) {
	.couple-block-three .inner-box .content-box {
		text-align: center !important
	}
}

.couple-block-three .inner-box .content-box .designation {
	display: inline-block;
	color: var(--theme-color6);
	font-family: var(--title-font);
	border-bottom: 1px solid var(--theme-color6);
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: 1px;
	margin-bottom: 5px
}

.couple-block-three .inner-box .content-box .name {
	position: relative;
	color: var(--theme-color-dark);
	font-family: var(--script-font);
	font-weight: 400;
	font-size: 48px;
	margin-bottom: 20px
}

@media(max-width:767.98px) {
	.couple-block-three .inner-box .content-box .name {
		margin-bottom: 10px
	}
}

.couple-block-three .inner-box .content-box .text {
	position: relative;
	font-family: var(--text-font);
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0
}

@media(max-width:1399.98px) {
	.couple-block-three .inner-box .content-box .text br {
		display: none
	}
}

.couple-block-three.style-two .content-box {
	text-align: left;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.couple-image-block-two {
	position: relative;
	z-index: 3
}

.couple-image-block-two .inner-box {
	position: relative
}

.couple-image-block-two .image-box {
	position: relative;
	margin: 0 auto;
	margin: -25px -10px -40px
}

@media(max-width:1399.98px) {
	.couple-image-block-two .image-box {
		margin-top: 0
	}
}

@media(max-width:1199.98px) {
	.couple-image-block-two .image-box {
		margin: 0
	}
}

@media(max-width:991.98px) {
	.couple-image-block-two .image-box {
		margin-top: 0;
		margin-bottom: 30px
	}
}

.couple-image-block-two .image-box .image img {
	position: relative;
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%)
}

@media(max-width:991.98px) {
	.couple-image-block-two .image-box .image img {
		-webkit-clip-path: none;
		clip-path: none;
		width: 100%
	}
}

.couple-image-block-two .image-box .icon-leaves-14 {
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: -1
}

@media(max-width:1199.98px) {
	.couple-image-block-two .image-box .icon-leaves-14 {
		display: none
	}
}

.couple-image-block-two .image-box .icon-leaves-15 {
	position: absolute;
	top: -35px;
	left: -30px
}

@media(max-width:1399.98px) {
	.couple-image-block-two .image-box .icon-leaves-15 {
		z-index: -1;
		left: -60px
	}
}

@media(max-width:1199.98px) {
	.couple-image-block-two .image-box .icon-leaves-15 {
		display: none
	}
}

.event-section {
	position: relative;
	background-color: var(--bg-theme-color4);
	padding: 120px 0 70px;
	z-index: 1
}

@media(max-width:991.98px) {
	.event-section .sec-title {
		text-align: center
	}
}

.event-section .float-text {
	position: absolute;
	right: 70px;
	bottom: 40px;
	color: #d6e3ea;
	font-family: var(--title-font);
	font-weight: 800;
	font-size: 220px;
	line-height: 54px;
	-webkit-animation: anim-shadow 5s infinite linear;
	animation: anim-shadow 5s infinite linear
}

@media(max-width:991.98px) {
	.event-section .float-text {
		right: 50%;
		font-size: 180px;
		text-align: center;
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}
}

@media(max-width:767.98px) {
	.event-section .float-text {
		font-size: 150px
	}
}

@media(max-width:575.98px) {
	.event-section .float-text {
		bottom: 10px;
		font-size: 60px
	}
}

.event-section .icon-flowers-3 {
	position: absolute;
	top: 35px;
	right: 0
}

@media(max-width:1399.98px) {
	.event-section .icon-flowers-3 {
		opacity: .1
	}
}

.event-section .icon-shape-1 {
	position: absolute;
	top: 95px;
	left: 0
}

@media(max-width:1399.98px) {
	.event-section .icon-shape-1 {
		display: none
	}
}

.event-section .icon-circle {
	position: absolute;
	bottom: 0;
	left: 190px;
	width: 597px;
	height: 597px;
	background-color: #e7ecf0;
	border-radius: 50%
}

@media(max-width:1199.98px) {
	.event-section .icon-circle {
		left: 100px
	}
}

.event-block {
	margin-bottom: 50px
}

.event-block .inner-box {
	position: relative;
	z-index: 9
}

@media(max-width:991.98px) {
	.event-block .inner-box {
		text-align: center
	}
}

.event-block .inner-box .image {
	position: relative;
	margin-bottom: 50px
}

.event-block .inner-box .text {
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 20px
}

.event-info-block {
	margin-bottom: 50px
}

.event-info-block .inner-box {
	position: relative;
	padding-left: 85px;
	z-index: 9
}

@media(max-width:1399.98px) {
	.event-info-block .inner-box {
		padding-left: 30px
	}
}

@media(max-width:1199.98px) {
	.event-info-block .inner-box {
		padding-left: 0
	}
}

@media(max-width:991.98px) {
	.event-info-block .inner-box {
		text-align: center
	}
}

.event-info-block .inner-box .content-box {
	padding-left: 20px;
	margin-bottom: 40px
}

@media(max-width:991.98px) {
	.event-info-block .inner-box .content-box {
		padding-left: 0
	}
}

.event-info-block .inner-box .content-box .text {
	margin-bottom: 30px
}

.event-info-block .inner-box .content-box .event-time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-weight: 700;
	font-size: 22px;
	line-height: 35px
}

@media(max-width:991.98px) {
	.event-info-block .inner-box .content-box .event-time {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media(max-width:575.98px) {
	.event-info-block .inner-box .content-box .event-time {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.event-info-block .inner-box .content-box .event-time .icon {
	font-size: 40px;
	margin-right: 10px
}

.event-info-block .inner-box .image {
	position: relative;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.event-section-two {
	position: relative;
	background-color: #f7f7f7;
	padding: 120px 0 10px
}

@media(max-width:991.98px) {
	.event-section-two {
		padding: 120px 0 90px
	}
}

.event-section-two .icon-flowers-6 {
	position: absolute;
	bottom: 145px;
	left: 0
}

@media(max-width:1399.98px) {
	.event-section-two .icon-flowers-6 {
		opacity: .1
	}
}

.event-section-two .icon-leaves-5 {
	position: absolute;
	top: 45px;
	right: 0
}

@media(max-width:1399.98px) {
	.event-section-two .icon-leaves-5 {
		opacity: .1
	}
}

.event-section-two .icon-leaves-6 {
	position: absolute;
	bottom: 25px;
	right: 0
}

@media(max-width:1399.98px) {
	.event-section-two .icon-leaves-6 {
		opacity: .1
	}
}

.event-block-two {
	margin-bottom: 70px
}

@media(max-width:991.98px) {
	.event-block-two {
		margin-bottom: 30px
	}
}

.event-block-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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media(max-width:1199.98px) {
	.event-block-two .inner-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media(max-width:991.98px) {
	.event-block-two .inner-box {
		background-color: var(--theme-color-light);
		padding: 70px 20px
	}
}

.event-block-two .inner-box:hover .image-box .image img {
	opacity: .9;
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.event-block-two .inner-box:hover .content-box .title {
	color: var(--theme-color7)
}

.event-block-two .inner-box .date-column {
	position: relative;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 16.66666667%;
	margin-bottom: 50px
}

@media(max-width:1199.98px) {
	.event-block-two .inner-box .date-column {
		margin-bottom: 30px
	}
}

@media(max-width:1399.98px) {
	.event-block-two .inner-box .date-column {
		width: 20%
	}
}

@media(max-width:991.98px) {
	.event-block-two .inner-box .date-column {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.event-block-two .inner-box .date-column .date-box {
	position: relative;
	display: block;
	min-width: 212px;
	min-height: 212px;
	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: 1px solid #000;
	border-radius: 50%;
	background-color: var(--theme-color-light);
	margin: 0 auto
}

@media(max-width:991.98px) {
	.event-block-two .inner-box .date-column .date-box {
		min-height: 180px;
		min-width: 180px
	}
}

.event-block-two .inner-box .date-column .date-box:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: var(--theme-color-dark)
}

@media(max-width:1199.98px) {
	.event-block-two .inner-box .date-column .date-box:before {
		display: none
	}
}

.event-block-two .inner-box .date-column .date-box .date {
	text-align: center;
	line-height: 1em
}

.event-block-two .inner-box .date-column .date-box .date span {
	display: block;
	font-family: var(--title-font);
	font-weight: 400;
	font-size: 64px;
	line-height: 1em
}

.event-block-two .inner-box .date-column .date-box .icon-flower-6 {
	position: absolute;
	top: 15px;
	left: -20px
}

@media(max-width:991.98px) {
	.event-block-two .inner-box .date-column .date-box .icon-flower-6 {
		opacity: .3
	}
}

.event-block-two .inner-box .date-column .date-box .icon-flower-7 {
	position: absolute;
	bottom: -20px;
	right: -20px
}

@media(max-width:991.98px) {
	.event-block-two .inner-box .date-column .date-box .icon-flower-7 {
		opacity: .3
	}
}

.event-block-two .inner-box .image-column {
	position: relative;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 41.66666667%;
	margin-bottom: 50px;
	text-align: right;
	padding-left: 30px
}

@media(max-width:1399.98px) {
	.event-block-two .inner-box .image-column {
		width: 40%
	}
}

@media(max-width:1199.98px) {
	.event-block-two .inner-box .image-column {
		padding: 0 !important;
		margin-bottom: 30px;
		width: 100%;
		text-align: center
	}
}

.event-block-two .inner-box .image-column .image-box {
	position: relative;
	border-radius: 300px;
	padding: 12px;
	border: 1px solid #000;
	display: inline-block
}

.event-block-two .inner-box .image-column .image-box .image {
	position: relative;
	overflow: hidden;
	border-radius: 300px
}

.event-block-two .inner-box .image-column .image-box .image img {
	position: relative;
	border-radius: 300px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.event-block-two .inner-box .content-column {
	position: relative;
	width: 41.66666667%;
	padding-right: 30px;
	margin-bottom: 50px
}

@media(max-width:1399.98px) {
	.event-block-two .inner-box .content-column {
		width: 40%
	}
}

@media(max-width:1199.98px) {
	.event-block-two .inner-box .content-column {
		text-align: center;
		padding: 0 !important;
		margin-bottom: 0;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}

@media(max-width:991.98px) {
	.event-block-two .inner-box .content-column {
		width: 100%
	}
}

.event-block-two .inner-box .content-column .content-box {
	position: relative
}

.event-block-two .inner-box .content-column .content-box .time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px
}

@media(max-width:1199.98px) {
	.event-block-two .inner-box .content-column .content-box .time {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.event-block-two .inner-box .content-column .content-box .time p {
	color: #101010;
	border-bottom: 1px solid var(--theme-color-dark);
	line-height: 1em;
	font-family: var(--text-font);
	font-weight: 400;
	font-size: 16px;
	margin-left: 8px;
	margin-bottom: 0
}

.event-block-two .inner-box .content-column .content-box .time .icon {
	font-size: 22px
}

.event-block-two .inner-box .content-column .content-box .title {
	position: relative;
	margin-bottom: 25px;
	font-family: var(--title-font);
	font-weight: 400;
	font-size: 35px
}

@media(max-width:1199.98px) {
	.event-block-two .inner-box .content-column .content-box .title {
		margin-bottom: 20px
	}
}

.event-block-two .inner-box .content-column .content-box .text {
	color: var(--theme-color-dark)
}

.event-block-two.style-two .image-column {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	text-align: left;
	padding-right: 30px;
	padding-left: 0
}

@media(max-width:1199.98px) {
	.event-block-two.style-two .image-column {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: center
	}
}

.event-block-two.style-two .content-column {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	padding-right: 0;
	padding-left: 0
}

.event-block-two.style-two .content-column .content-box {
	padding-left: 75px
}

@media(max-width:1199.98px) {
	.event-block-two.style-two .content-column .content-box {
		padding-left: 0
	}
}

.event-block-two:last-child .date-column .date-box::before {
	display: none
}

.event-section-three {
	position: relative;
	padding: 120px 0 70px
}

.event-section-three .content-column {
	position: relative;
	margin-bottom: 50px;
	z-index: 1
}

.event-section-three .content-column .inner-column {
	position: relative;
	margin-right: -30px;
	padding-top: 35px
}

@media(max-width:1199.98px) {
	.event-section-three .content-column .inner-column {
		margin-right: 0;
		padding-top: 0
	}
}

.event-section-three .content-column .inner-column .sec-title {
	margin-bottom: 25px
}

@media(max-width:1199.98px) {
	.event-section-three .content-column .inner-column .sec-title h2 {
		font-size: 46px
	}
}

.event-section-three .content-column .inner-column .sec-title .text {
	margin-top: 50px;
	margin-right:30px;
}

@media(max-width:1199.98px) {
	.event-section-three .content-column .inner-column .sec-title .text {
		margin-top: 30px
	}

	.event-section-three .content-column .inner-column .sec-title .text br {
		display: none
	}
}

.event-section-three .content-column .inner-column .btn-box {
	display: block;
	margin-top: 45px
}

.event-section-three .content-column .inner-column .btn-box .theme-btn {
	padding: 15px 28px 13px
}

.event-section-three .image-column {
	position: relative;
	margin-bottom: 50px
}

.event-section-three .image-column .inner-column {
	position: relative;
	text-align: right;
	margin-right: -20px;
	padding-bottom: 195px
}

@media(max-width:1199.98px) {
	.event-section-three .image-column .inner-column {
		margin: 0;
		padding-bottom: 0
	}
}

.event-section-three .image-column .inner-column:before {
	content: "";
	position: absolute;
	top: 60px;
	left: 25px;
	width: 597px;
	height: 597px;
	border-radius: 50%;
	background-color: #f9f6ef
}

.event-section-three .image-column .inner-column .image-1 {
	position: relative;
	display: inline-block;
	margin-bottom: 0
}

@media(max-width:1199.98px) {
	.event-section-three .image-column .inner-column .image-1 {
		width: 100%
	}
}

.event-section-three .image-column .inner-column .image-1 img {
	width: 100%
}

.event-section-three .image-column .inner-column .image-2 {
	position: absolute;
	left: -5px;
	bottom: 0;
	margin-bottom: 0;
	overflow: hidden
}

@media(max-width:1199.98px) {
	.event-section-three .image-column .inner-column .image-2 {
		display: none
	}
}

.event-section-three .image-column .inner-column .icon-leaves-30 {
	position: absolute;
	top: 80px;
	left: 50px
}

.event-section-three .image-column .inner-column .icon-leaves-31 {
	position: absolute;
	top: -70px;
	right: -130px
}

.event-section-three .image-column .inner-column .icon-leaves-32 {
	position: absolute;
	bottom: -230px;
	right: 50px
}

@media(max-width:991.98px) {
	.event-section-three .image-column .inner-column .icon-leaves-32 {
		display: none
	}
}

.info-block {
	position: relative;
	margin-bottom: 25px
}

.info-block .inner {
	position: relative
}

.info-block .title {
	font-size: 30px;
	color: var(--theme-color8);
	margin-bottom: 5px;
	text-decoration: underline
}

.info-block .text {
	color: var(--theme-color-dark);
	margin-right:20px;
}

@media(max-width:1199.98px) {
	.info-block .text br {
		display: none
	}
}

.fun-fact-section {
	position: relative;
	padding: 120px 0 50px
}

.counter-block {
	position: relative;
	margin-bottom: 70px
}

.counter-block:first-child .inner:before {
	display: none
}

@media(max-width:1199.98px) {
	.counter-block:nth-child(odd) .inner::before {
		display: none
	}
}

.counter-block .inner {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.counter-block .inner:before {
	content: "";
	position: absolute;
	top: 45px;
	left: -15px;
	width: 13px;
	height: 80px;
	background-image: url(../images/icons/divider-4.png)
}

@media(max-width:767.98px) {
	.counter-block .inner:before {
		display: none
	}
}

.counter-block .inner:hover .count-box {
	color: var(--theme-color7);
	-webkit-transform: translateY(10px);
	transform: translateY(10px)
}

.counter-block .content {
	position: relative;
	text-align: center
}

.counter-block .content .icon-flower-30 {
	position: absolute;
	top: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.counter-block .count-box {
	font-size: 80px;
	line-height: 1em;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color8);
	margin-bottom: 20px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.counter-block .counter-title {
	font-size: var(--body-font-size);
	line-height: 1.6em;
	font-weight: 400;
	color: var(--theme-color-dark);
	font-family: var(--text-font);
	margin-bottom: 0
}

.gallery-section {
	position: relative;
	padding: 195px 0 175px
}

@media(max-width:1199.98px) {
	.gallery-section {
		padding-top: 0
	}
}

@media(max-width:991.98px) {
	.gallery-section {
		padding: 0 0 120px
	}
}

.gallery-section .outer-box {
	position: relative;
	padding: 170px 0;
	background-color: #2d344c;
	max-width: 1148px;
	min-height: 545px;
	width: 100%;
	margin: 0 auto
}

@media(max-width:1199.98px) {
	.gallery-section .outer-box {
		padding: 120px 30px 5px
	}
}

.gallery-section .outer-box .images-box .image:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left
}

@media(max-width:1199.98px) {
	.gallery-section .outer-box .images-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px
	}
}

.gallery-section .outer-box .images-box .image {
	position: absolute;
	margin-bottom: 0
}

.gallery-section .outer-box .images-box .image:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(255, 255, 255, 0.2)));
	background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2));
	border-radius: inherit;
	-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);
	z-index: 3;
	pointer-events: none
}

@media(max-width:1199.98px) {
	.gallery-section .outer-box .images-box .image {
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		width: 25%;
		padding: 0 15px;
		margin-bottom: 30px
	}

	.gallery-section .outer-box .images-box .image img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
}

@media(max-width:991.98px) {
	.gallery-section .outer-box .images-box .image {
		width: 33.3333%
	}
}

@media(max-width:767.98px) {
	.gallery-section .outer-box .images-box .image {
		width: 50%
	}
}

@media(max-width:575.98px) {
	.gallery-section .outer-box .images-box .image {
		width: 100%
	}
}

.gallery-section .outer-box .images-box .image-1 {
	top: -55px;
	left: -70px
}

@media(max-width:1399.98px) {
	.gallery-section .outer-box .images-box .image-1 {
		left: -20px
	}
}

.gallery-section .outer-box .images-box .image-2 {
	top: -195px;
	left: 195px
}

.gallery-section .outer-box .images-box .image-3 {
	top: -130px;
	right: 260px
}

.gallery-section .outer-box .images-box .image-4 {
	top: -20px;
	right: -70px
}

@media(max-width:1399.98px) {
	.gallery-section .outer-box .images-box .image-4 {
		right: -20px
	}
}

.gallery-section .outer-box .images-box .image-5 {
	bottom: -55px;
	right: 140px
}

.gallery-section .outer-box .images-box .image-6 {
	bottom: -60px;
	left: 280px
}

.gallery-section .outer-box .images-box .image-7 {
	bottom: 130px;
	left: -30px
}

@media(max-width:1399.98px) {
	.gallery-section .outer-box .images-box .image-7 {
		left: -20px
	}
}

.gallery-section-two {
	position: relative;
	padding: 120px 0 90px
}

.gallery-section-two .title {
	position: relative;
	margin-bottom: 40px;
	text-align: center
}

@media(max-width:575.98px) {
	.gallery-section-two .title {
		font-size: 30px
	}
}

.gallery-block-two {
	margin-bottom: 30px
}

.gallery-block-two .inner-box {
	position: relative
}

.gallery-block-two .inner-box:hover .image-box .overlay {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left
}

.gallery-block-two .inner-box:hover .image-box .overlay .icon {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.gallery-block-two .inner-box .image-box {
	position: relative;
	margin: 0
}

.gallery-block-two .inner-box .image-box .overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-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)
}

.gallery-block-two .inner-box .image-box .overlay::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: var(--bg-theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity: .8
}

.gallery-block-two .inner-box .image-box .overlay .icon {
	position: relative;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: var(--theme-color-light);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.gallery-section-three {
	position: relative;
	padding: 120px 0 80px;
	background-color: #f7f7f7
}

@media(max-width:575.98px) {
	.gallery-section-three .sec-title {
		text-align: center
	}
}

.gallery-section-three .bg {
	background-size: auto
}

.gallery-section-three .row {
	margin: 0 -20px
}

.gallery-section-three .row>div {
	padding: 0 20px
}

.gallery-section-three .right-column .text {
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-weight: 600;
	font-size: 40px;
	line-height: 46px;
	padding-top: 10px;
	padding-left: 70px;
	margin-bottom: 40px;
	max-width: 460px
}

@media(max-width:1199.98px) {
	.gallery-section-three .right-column .text {
		padding-left: 0;
		text-align: center;
		max-width: 100%
	}
}

@media(max-width:575.98px) {
	.gallery-section-three .right-column .text {
		text-align: center;
		font-size: 30px;
		line-height: 1em
	}
}

@media(max-width:575.98px) {
	.gallery-section-three .right-column .text br {
		display: none
	}
}

.gallery-block-three {
	margin-bottom: 40px
}

.gallery-block-three .inner-box {
	position: relative
}

@media(max-width:991.98px) {
	.gallery-block-three .inner-box {
		text-align: center
	}
}

.gallery-block-three .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.gallery-block-three .inner-box .image {
	position: relative;
	display: block;
	overflow: hidden
}
.gallery-block-three .inner-box .image video{
	object-fit: cover;
}
.gallery-block-three .inner-box .image img {
	width: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.gallery-section-four {
	position: relative;
	z-index: 2
}

.gallery-block-four .inner-box {
	position: relative
}

@media(max-width:991.98px) {
	.gallery-block-four .inner-box {
		margin-bottom: 20px
	}
}

.gallery-block-four .inner-box:hover .image-box .overlay {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left
}

.gallery-block-four .inner-box:hover .image-box .overlay .icon {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.gallery-block-four .inner-box .image-box {
	position: relative;
	margin: 0
}

.gallery-block-four .inner-box .image-box .overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-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)
}

.gallery-block-four .inner-box .image-box .overlay::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: var(--bg-theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity: .8
}

.gallery-block-four .inner-box .image-box .overlay .icon {
	position: relative;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: var(--theme-color-light);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.gallery-section-five {
	position: relative;
	padding: 80px 0;
}

.gallery-block-five {
	margin-bottom: 40px
}

.gallery-block-five .inner-box {
	position: relative
}

@media(max-width:991.98px) {
	.gallery-block-five .inner-box {
		text-align: center
	}
}

.gallery-block-five .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.gallery-block-five .inner-box .image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	border-radius: 0 0 500px 500px
}

.gallery-block-five .inner-box .image img {
	border-radius: 0 0 300px 300px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.gallery-block-five.style-two .image {
	border-radius: 500px
}

.gallery-block-five.style-two .image img {
	border-radius: 500px
}

.gallery-block-five.style-three .image {
	border-radius: 500px 500px 0 0
}

.gallery-block-five.style-three .image img {
	border-radius: 500px 500px 0 0
}

.gallery-section-six {
	position: relative;
	padding: 120px 0 15px
}

.gallery-section-six .title {
	position: relative;
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-weight: 600;
	font-size: 40px;
	margin-bottom: 40px;
	text-align: center
}

.gallery-section-six .gallery-block-six .inner-box {
	position: relative
}

.gallery-section-six .gallery-block-six .inner-box:hover .image-box .overlay {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left
}

.gallery-section-six .gallery-block-six .inner-box:hover .image-box .overlay .icon {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.gallery-section-six .gallery-block-six .inner-box .image-box {
	position: relative;
	margin: 0
}

.gallery-section-six .gallery-block-six .inner-box .image-box .overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-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)
}

.gallery-section-six .gallery-block-six .inner-box .image-box .overlay::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: var(--bg-theme-color5);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity: .8
}

.gallery-section-six .gallery-block-six .inner-box .image-box .overlay .icon {
	position: relative;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: var(--theme-color-light);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.gallery-section-seven {
	position: relative;
	padding: 50px 0;
}
.bg-gray{
	background:#f8f8f8;
}
@media(max-width:767.98px) {
	.gallery-section-seven .sec-title {
		text-align: center
	}
}

.gallery-section-seven .icon-leaves-21 {
	position: absolute;
	top: 25%;
	left: 0
}

.gallery-section-seven .icon-leaves-22 {
	position: absolute;
	top: 30%;
	right: 0
}

.gallery-section-seven .view-all {
	position: absolute;
	right: 50px;
	top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-family: var(--text-font);
	font-weight: 500;
	line-height: 20px;
	letter-spacing: .12em;
	text-transform: uppercase;
	margin-bottom: 0;
	z-index: 2
}

@media(max-width:1199.98px) {
	.gallery-section-seven .view-all {
		right: 0;
		top: 0
	}
}

@media(max-width:991.98px) {
	.gallery-section-seven .view-all {
		display: none
	}
}

.gallery-section-seven .view-all:hover {
	border-color: var(--bg-theme-color6)
}

.gallery-section-seven .view-all:hover .icon {
	background-color: var(--bg-theme-color6);
	border-color: var(--bg-theme-color6);
	color: var(--theme-color-light)
}

.gallery-section-seven .view-all .icon {
	position: relative;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #282828;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: var(--theme-color-light);
	text-align: center;
	margin-left: 15px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0 21px 10px rgba(0, 0, 0, .05);
	box-shadow: 0 21px 10px rgba(0, 0, 0, .05);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.gallery-block-seven .inner-box {
	position: relative;
	height: 100%
}

.gallery-block-seven .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1) rotate(5deg);
	transform: scale(1.1) rotate(5deg)
}

.gallery-block-seven .inner-box .image-box .image {
	margin-bottom: 0;
	overflow: hidden
}

.gallery-block-seven .inner-box .image-box .image a {
	display: block
}

.gallery-block-seven .inner-box .image-box .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin:15px 30px;
}

.gallery-block-seven.style-two .inner-box {
	padding: 50px
}

@media(max-width:1199.98px) {
	.gallery-block-seven.style-two .inner-box {
		padding: 0
	}
}

.gallery-section-eight {
	position: relative;
	padding: 120px 0
}

.gallery-section-eight .sec-title {
	margin-bottom: 20px
}

@media(max-width:1199.98px) {
	.gallery-section-eight .sec-title {
		text-align: center
	}
}

.gallery-section-eight .gallery-navs {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -20px;
	max-width: 1310px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	z-index: 2
}

@media(max-width:1199.98px) {
	.gallery-section-eight .gallery-navs {
		position: relative;
		bottom: -20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media(max-width:767.98px) {
	.gallery-section-eight .gallery-navs {
		bottom: 0;
		margin-top: 70px
	}
}

.gallery-section-eight .gallery-navs .testi-prev,
.gallery-section-eight .gallery-navs .testi-next {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	color: var(--theme-color-dark);
	background: #fff;
	-webkit-box-shadow: 0 21px 10px rgba(4, 4, 4, .05);
	box-shadow: 0 21px 10px rgba(4, 4, 4, .05);
	border: 1px solid #e3e3e3;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 50%
}

.gallery-section-eight .gallery-navs .testi-prev:hover,
.gallery-section-eight .gallery-navs .testi-next:hover {
	color: var(--theme-color-light);
	border-color: var(--bg-theme-color8);
	background-color: var(--bg-theme-color8)
}

.gallery-section-eight .gallery-navs .testi-prev {
	position: absolute;
	bottom: 0;
	left: 450px
}

@media(max-width:991.98px) {
	.gallery-section-eight .gallery-navs .testi-prev {
		left: 170px
	}
}

@media(max-width:767.98px) {
	.gallery-section-eight .gallery-navs .testi-prev {
		left: 90px
	}
}

.gallery-section-eight .gallery-navs .testi-next {
	position: absolute;
	bottom: 0;
	right: 450px
}

@media(max-width:991.98px) {
	.gallery-section-eight .gallery-navs .testi-next {
		right: 170px
	}
}

@media(max-width:767.98px) {
	.gallery-section-eight .gallery-navs .testi-next {
		right: 90px
	}
}

.gallery-section-eight .carousel-outer {
	position: relative;
	margin-left: -405px;
	margin-right: -405px;
	margin-bottom: 20px
}

@media(max-width:991.98px) {
	.gallery-section-eight .carousel-outer {
		margin: 0;
		padding: 0 15px
	}
}

.gallery-section-eight .styled-pagination {
	position: relative;
	max-width: 272px;
	margin: 0 auto;
	width: 100%;
	height: 2px !important;
	margin-top: 30px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #bfbfbf
}

@media(max-width:575.98px) {
	.gallery-section-eight .styled-pagination {
		max-width: 260px;
		margin-top: 0
	}
}

.gallery-section-eight .styled-pagination .swiper-pagination-progressbar-fill {
	background: var(--bg-theme-color8)
}

.gallery-section-eight .styled-pagination .swiper-pagination-progressbar-fill::before {
	position: absolute;
	top: -7px;
	right: 0;
	height: 7px;
	width: 7px;
	background-color: var(--bg-theme-color1);
	border-radius: 50%;
	content: "";
	-webkit-transform: none;
	transform: none;
	display: none
}

.gallery-block-eight {
	position: relative;
	margin-bottom: 40px
}

.gallery-block-eight .inner-box {
	position: relative
}

.gallery-block-eight .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.gallery-block-eight .inner-box .image-box {
	position: relative
}

.gallery-block-eight .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	z-index: 1
}

.gallery-block-eight .inner-box .image-box .image img {
	width: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.gallery-section-nine {
	position: relative;
	padding: 120px 0 70px
}

.gallery-section-nine:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1469px;
	height: 755px;
	background-color: #eee;
}

.gallery-section-nine .icon-flowers-18 {
	position: absolute;
	top: 195px;
	left: 0
}

@media(max-width:1399.98px) {
	.gallery-section-nine .icon-flowers-18 {
		opacity: .3
	}
}

.gallery-section-nine .sec-title {
	margin-bottom: 30px
}

@media(max-width:1199.98px) {
	.gallery-section-nine .sec-title {
		text-align: center
	}
}

.gallery-section-nine .sec-title h2 {
	font-weight: 400
}

.gallery-section-nine .custom-row {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -25px
}

.gallery-section-nine .custom-row>div {
	padding: 0 25px
}

@media(max-width:1399.98px) {
	.gallery-section-nine .custom-row {
		margin: 0 -15px
	}

	.gallery-section-nine .custom-row>div {
		width: 33.3333%;
		padding: 0 15px
	}
}

@media(max-width:1399.98px) and (max-width:991.98px) {
	.gallery-section-nine .custom-row>div {
		width: 50%
	}
}

@media(max-width:1399.98px) and (max-width:575.98px) {
	.gallery-section-nine .custom-row>div {
		width: 100%
	}
}

.gallery-block-nine {
	position: relative;
	margin-bottom: 50px
}

@media(max-width:1399.98px) {
	.gallery-block-nine {
		margin-bottom: 30px
	}
}

.gallery-block-nine .inner-box {
	position: relative
}

.gallery-block-nine .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.gallery-block-nine .inner-box .image-box {
	position: relative
}

.gallery-block-nine .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	z-index: 1
}

.gallery-block-nine .inner-box .image-box .image img {
	width: 100%;
	height: 297px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid #e1ad62;
    padding: 10px;
}

.services-section {
	position: relative;
	padding: 70px 0;
}

.services-section .sec-title {
	margin-bottom: 115px
}

.services-section .sec-title .icon-divider {
	position: relative;
	margin: 0 auto;
	display: inherit;
	margin-bottom: 35px
}

@media(max-width:991.98px) {
	.services-section .sec-title {
		margin-bottom: 60px
	}
}

.services-block {
	position: relative;
	margin-bottom: 50px
}

.services-block:nth-child(2) {
	margin-top: -60px
}
.services-block:nth-child(5) {
    margin-top: -60px;
}
@media(max-width:991.98px) {
	.services-block:nth-child(2) {
		margin-top: 0
	}
}

.services-block .inner-box {
	position: relative;
	padding: 50px 20px 60px;
	max-width: 370px;
	border: 3px solid var(--theme-color3);
	margin: 75px auto 0 auto;
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 9
}

.services-block .inner-box:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 15px;
	right: 15px;
	bottom: 20px;
	pointer-events: none;
	background-color: var(--theme-color-gray)
}

.services-block .inner-box:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 15px;
	right: 15px;
	bottom: 20px;
	display: block;
	opacity: 0;
	background-color: var(--bg-theme-color2);
	background-size: cover;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.services-block .inner-box:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.services-block .inner-box:hover .image-box .icon {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.services-block .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.services-block .inner-box:hover .content-box {
	color: var(--theme-color-light)
}

.services-block .inner-box:hover .content-box .title {
	color: var(--theme-color-light)
}

.services-block .inner-box:hover .content-box .date {
	color: var(--theme-color-light)
}

.services-block .inner-box:hover .content-box .time {
	color: var(--theme-color-light)
}

.services-block .inner-box:hover .content-box .phone {
	color: var(--theme-color-light)
}

.services-block .inner-box .frame {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}


.services-block .inner-box .frame:before {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: 50px;
	pointer-events: none;
	background-image: url(../images/icons/service-frame.png);
	background-repeat: no-repeat;
	background-position: center
}

.services-block .inner-box .frame:after {
	top: auto;
	bottom: -80px;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.services-block .inner-box .image-box {
	position: relative;
	margin-bottom: 35px;
	z-index: 9
}

.services-block .inner-box .image-box .image {
	position: relative;
	height: 270px;
	width: 270px;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden
}

.services-block .inner-box .image-box .image img {
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.services-block .inner-box .image-box .icon-shape {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -142px;
	-webkit-animation: fa-spin 15s infinite linear;
	animation: fa-spin 15s infinite linear
}

.services-block .inner-box .image-box .icon {
	position: absolute;
	bottom: 0;
	left: 30px;
	display: inline-block;
	background-color: var(--theme-color-light);
	border-radius: 50%;
	font-size: 56px;
	width: 100px;
	height: 100px;
	line-height: 120px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.services-block .inner-box .content-box {
	position: relative;
	z-index: 9;
}
.services-block .inner-box .content-box .ser-list{
	padding:0 10px;
	display:block;
}
.services-block .inner-box .content-box .ser-list li{
	display: block;
	text-align: left;
}
.services-block .inner-box .title {
	font-family: var(--title-font);
	font-weight: 600;
	font-size: 24px;
	min-height:60px;
}

.services-block .inner-box .title:hover {
	color: var(--theme-color1)
}

.services-block .inner-box .date {
	color: #242424;
	font-family: var(--text-font);
	font-weight: 400;
	line-height: 30px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.services-block .inner-box .time {
	color: #3d3d3d;
	font-family: var(--text-font);
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 20px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.services-block .inner-box .icon-divider-3 {
	background-image: url(../images/icons/divider-3.png);
	display: inline-block;
	width: 112px;
	height: 16px;
	margin-bottom: 20px;
	background-repeat: no-repeat
}

.services-block .inner-box .address {
	font-family: var(--text-font);
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.services-block .inner-box .phone {
	font-family: var(--text-font);
	font-weight: 600;
	font-size: 20px
}

.services-section-two {
	position: relative;
	padding: 120px 0 90px
}

.services-block-two {
	position: relative;
	margin-bottom: 30px
}

.services-block-two .inner-box {
	position: relative;
	text-align: center
}

.services-block-two .inner-box:hover .image img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.services-block-two .inner-box .image img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.services-block-two .inner-box .sub-title {
	display: inline-block;
	font-size: 16px;
	font-family: var(--text-font);
	border-bottom: 1px solid #000;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 15px
}

.services-block-two .inner-box .title {
	font-family: var(--title-font);
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 20px
}

.services-block-two .inner-box .title a:hover {
	color: var(--theme-color7)
}

.services-section-three {
	position: relative;
	padding: 120px 0 70px;
	margin-top: -75px
}

.services-section-three .icon-flowers-9 {
	position: absolute;
	bottom: 60px;
	left: 250px;
	background-position: center
}

.services-block-three {
	margin-bottom: 30px
}

.services-block-three .inner-box {
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	text-align: center
}

.services-block-three .inner-box:hover .image-box .info-box {
	opacity: 1;
	visibility: visible
}

.services-block-three .inner-box:hover .image-box .info-box:before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.services-block-three .inner-box:hover .image-box .info-box .icon {
	top: 0;
	opacity: 1;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms
}

.services-block-three .inner-box:hover .image-box .info-box .date {
	top: 0;
	opacity: 1;
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms
}

.services-block-three .inner-box:hover .image-box .info-box .text {
	top: 0;
	opacity: 1;
	-webkit-transition-delay: 600ms;
	transition-delay: 600ms
}

.services-block-three .inner-box:hover .image-box .btn-box {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 800ms;
	transition-delay: 800ms
}

.services-block-three .inner-box .image-box {
	position: relative
}

.services-block-three .inner-box .image-box .image:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 20px solid var(--theme-color-light);
	border-radius: 300px;
	pointer-events: none
}

@media(max-width:575.98px) {
	.services-block-three .inner-box .image-box .image:before {
		border: 10px solid var(--theme-color-light)
	}
}

.services-block-three .inner-box .image-box .image img {
	border-radius: 300px
}

.services-block-three .inner-box .image-box .info-box {
	position: absolute;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	background-color: transparent;
	height: 100%;
	width: 100%;
	z-index: 3;
	opacity: 0;
	padding: 55px 75px;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1199.98px) {
	.services-block-three .inner-box .image-box .info-box {
		padding: 20px 35px
	}
}

@media(max-width:575.98px) {
	.services-block-three .inner-box .image-box .info-box {
		padding: 55px 60px
	}
}

.services-block-three .inner-box .image-box .info-box:before {
	position: absolute;
	content: "";
	top: 50px;
	left: 40px;
	right: 40px;
	bottom: 50px;
	opacity: .8;
	border-radius: 300px;
	background-color: var(--bg-theme-color5);
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1199.98px) {
	.services-block-three .inner-box .image-box .info-box:before {
		top: 20px;
		left: 20px;
		right: 20px;
		bottom: 20px
	}
}

.services-block-three .inner-box .image-box .info-box .icon {
	position: relative;
	color: var(--theme-color-light);
	font-size: 80px;
	margin-bottom: 25px;
	top: 20px;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 9
}

@media(max-width:575.98px) {
	.services-block-three .inner-box .image-box .info-box .icon {
		font-size: 62px
	}
}

.services-block-three .inner-box .image-box .info-box .date {
	position: relative;
	color: var(--theme-color-light);
	font-family: var(--title-font);
	font-weight: 500;
	line-height: 1em;
	font-size: 30px;
	margin-bottom: 35px;
	top: 20px;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 9
}

@media(max-width:575.98px) {
	.services-block-three .inner-box .image-box .info-box .date {
		font-size: 24px;
		margin-bottom: 20px
	}
}

.services-block-three .inner-box .image-box .info-box .text {
	position: relative;
	color: var(--theme-color-light);
	margin-bottom: 35px;
	top: 20px;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.services-block-three .inner-box .image-box .btn-box {
	z-index: 9;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.services-block-three .inner-box .image-box .theme-btn {
	background-color: var(--theme-color-light);
	color: var(--theme-color-dark);
	padding: 14px 56px
}

@media(max-width:575.98px) {
	.services-block-three .inner-box .image-box .theme-btn {
		padding: 12px 40px 9px;
		line-height: 20px
	}
}

.services-block-three .inner-box .image-box .theme-btn:before {
	background-color: var(--bg-theme-color2)
}

.services-block-three .inner-box .image-box .theme-btn:hover {
	color: var(--theme-color-light)
}

.services-section-four {
	position: relative;
	padding: 120px 0 80px
}

@media(max-width:991.98px) {
	.services-section-four {
		padding-top: 0
	}
}

.services-section-four .icon-leaves-34 {
	position: absolute;
	top: 350px;
	left: 70px
}

@media only screen and (max-width:1699px) {
	.services-section-four .icon-leaves-34 {
		left: 0
	}
}

@media(max-width:1399.98px) {
	.services-section-four .icon-leaves-34 {
		top: 200px
	}
}

@media(max-width:991.98px) {
	.services-section-four .icon-leaves-34 {
		display: none
	}
}

.services-section-four .icon-leaves-35 {
	position: absolute;
	bottom: 190px;
	right: 175px
}

@media only screen and (max-width:1699px) {
	.services-section-four .icon-leaves-35 {
		right: 0
	}
}

@media(max-width:1399.98px) {
	.services-section-four .icon-leaves-35 {
		bottom: 100px
	}
}

@media(max-width:991.98px) {
	.services-section-four .icon-leaves-35 {
		display: none
	}
}

.services-section-four .sec-title {
	margin-bottom: 50px
}

.services-section-four .sec-title .icon-leaves-36 {
	margin: 30px auto 0
}

.services-section-four .row {
	margin: 0 -23px
}

.services-section-four .row>div {
	padding: 0 23px
}

.service-image-block {
	margin-bottom: 40px
}

@media(max-width:991.98px) {
	.service-image-block {
		display: none
	}
}

.service-image-block .inner-box {
	text-align: center;
	padding-top: 125px
}

.service-block-four {
	position: relative;
	margin-bottom: 40px
}

.service-block-four.pull-down {
	top: 90px
}

@media(max-width:991.98px) {
	.service-block-four.pull-down {
		top: 0
	}
}

.service-block-four.pull-up {
	top: -70px
}

@media(max-width:991.98px) {
	.service-block-four.pull-up {
		top: 0
	}
}

.service-block-four .inner-box {
	position: relative;
	background-color: #f7f7f7;
	padding: 130px 25px 25px;
	outline: 1px solid #cdcdcd;
	border: 10px solid var(--theme-color-light);
	border-radius: 7px;
	margin-top: 75px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	height: calc(100% - 75px)
}

@media(max-width:1199.98px) {
	.service-block-four .inner-box {
		padding: 120px 20px 30px
	}
}

@media(max-width:575.98px) {
	.service-block-four .inner-box {
		padding: 130px 20px 30px
	}
}

.service-block-four .inner-box:hover {
	border-color: var(--bg-theme-color3);
	outline-color: var(--bg-theme-color3);
	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)
}

.service-block-four .inner-box:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}
.service-icon{
    margin-bottom:20px;
    position: absolute;
    left: 30px;
    top: -100px;
}
.service-icon img{
    max-width:250px; 
    padding:5px;
     border-radius:200px 200px 0 0;
      border:1px solid ;
      border-color: var(--bg-theme-color3);
}
.service-icon:hover img{
    -webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}
.ser-list li{
    padding:5px;
     margin:0;
}
.ser-list li:before{
    content:'\f14a';
    font-family:FontAwesome;
    padding-right:10px;
    color:var(--theme-color3);

}
.service-block-four .inner-box .icon {
	position: absolute;
	left: 45px;
	top: -75px;
	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: 139px;
	height: 139px;
	font-size: 80px;
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color8);
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.service-block-four .inner-box .icon {
		height: 100px;
		width: 100px;
		left: 0;
		right: 0;
		top: -40px;
		font-size: 48px;
		margin: 0 auto
	}
}

.service-block-four .inner-box .icon-leaves-33 {
	position: absolute;
	bottom: -5px;
	right: 0
}

.service-block-four .inner-box .content-box {
	position: relative
}

@media(max-width:575.98px) {
	.service-block-four .inner-box .content-box {
		text-align: center
	}
}

.service-block-four .inner-box .content-box .title {
	font-size: 26px;
	margin-bottom: 13px
}

.service-block-four .inner-box .content-box .title a:hover {
	color: var(--theme-color8)
}

@media(max-width:1399.98px) {
	.service-block-four .inner-box .content-box .text br {
		display: none
	}
}

.contact-section {
	position: relative;
	z-index: 2;
	padding: 120px 0 80px
}

.contact-section .video-column {
	margin-bottom: 50px
}

@media(max-width:991.98px) {
	.contact-section .video-column {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

.contact-section .video-column .inner-column {
	margin-right: 45px;
	padding-top: 85px
}

@media(max-width:1399.98px) {
	.contact-section .video-column .inner-column {
		margin-right: 0
	}
}

.contact-section .video-column .inner-column .video-box {
	position: relative
}

.contact-section .video-column .inner-column .video-box .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 8
}

.contact-section .video-column .inner-column .video-box .play-btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 130px;
	height: 130px;
	line-height: 130px;
	pointer-events: none;
	border-radius: 50%;
	border: 2px solid var(--theme-color-light);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media(max-width:575.98px) {
	.contact-section .video-column .inner-column .video-box .play-btn:before {
		width: 100px;
		height: 100px;
		line-height: 100px
	}
}

.contact-section .video-column .inner-column .video-box .play-btn .icon {
	width: 110px;
	height: 110px;
	line-height: 110px;
	background-color: var(--theme-color-light);
	border: 1px solid var(--theme-color-light);
	font-size: 28px;
	color: var(--theme-color-dark)
}

@media(max-width:575.98px) {
	.contact-section .video-column .inner-column .video-box .play-btn .icon {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 20px
	}
}

.contact-section .video-column .inner-column .video-box .play-btn .icon:hover {
	background-color: var(--bg-theme-color1);
	color: var(--theme-color-light)
}

.contact-section .video-column .inner-column .video-box .image {
	margin-bottom: 0;
	overflow: hidden
}

@media(max-width:991.98px) {
	.contact-section .video-column .inner-column .video-box .image img {
		width: 100%
	}
}

.contact-section .video-column .inner-column .video-box .icon-leaves-27 {
	position: absolute;
	bottom: -70px;
	left: 45px
}

@media(max-width:575.98px) {
	.contact-section .video-column .inner-column .video-box .icon-leaves-27 {
		display: none
	}
}

.contact-section .form-column {
	position: relative;
	margin-bottom: 50px;
	z-index: 3
}

.contact-section .form-column .inner-column {
	position: relative
}

.contact-section .form-column .inner-column .icon-leave {
	position: absolute;
	bottom: -20px;
	right: 20px;
	z-index: 9
}

@media(max-width:1199.98px) {
	.contact-section .form-column .inner-column .icon-leave {
		display: none
	}
}

.contact-section .form-column .inner-column .contact-form-one {
	margin-top: -150px
}

.contact-form-one {
	position: relative;
	position: relative;
	padding: 60px 70px;
	background-color: var(--theme-color-gray);
	overflow: hidden
}

@media(max-width:1199.98px) {
	.contact-form-one {
		padding: 40px 40px 30px
	}
}

@media(max-width:575.98px) {
	.contact-form-one {
		padding: 30px 20px
	}
}

.contact-form-one:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	background-image: url(../images/icons/icon-flowers.png);
	background-position: top right;
	background-repeat: no-repeat
}

.contact-form-one .form-group {
	position: relative;
	margin-bottom: 20px
}

.contact-form-one .form-group:last-child {
	margin-bottom: 0
}

.contact-form-one .select2-container--default .select2-selection--single,
.contact-form-one input:not([type=submit]),
.contact-form-one textarea,
.contact-form-one select {
	position: relative;
	display: block;
	height: 65px;
	width: 100%;
	padding: 25px 45px;
	font-size: var(--body-font-size);
	color: #67687a;
	line-height: 32px;
	font-weight: 400;
	background-color: var(--theme-color-light);
	border: 1px solid transparent;
	border-radius: 50px;
	margin-bottom: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.contact-form-one ::-webkit-input-placeholder {
	color: var(--theme-color-dark)
}

.contact-form-one input:focus,
.contact-form-one select:focus,
.contact-form-one textarea:focus {
	border-color: var(--theme-color1)
}

.contact-form-one textarea {
	height: 130px;
	resize: none;
	margin-bottom: 10px;
	border-radius: 30px
}

.contact-form-one input[type=submit] {
	width: 100%;
	font-weight: 400;
	line-height: 32px;
	padding: 15px 30px
}

.contact-section-two {
	position: relative;
	padding: 120px 0 70px
}

.contact-section-two .icon-leaves-7 {
	position: absolute;
	bottom: 100px;
	right: 0;
	background-repeat: no-repeat
}

@media(max-width:1199.98px) {
	.contact-section-two .icon-leaves-7 {
		opacity: .1
	}
}

.contact-section-two .form-column {
	position: relative;
	margin-bottom: 50px;
	z-index: 3
}

.contact-section-two .form-column .inner-column {
	position: relative;
	padding-right: 50px
}

@media(max-width:1399.98px) {
	.contact-section-two .form-column .inner-column {
		padding-right: 0
	}
}

.contact-section-two .image-column {
	margin-bottom: 50px
}

.contact-section-two .image-column .inner-column {
	position: relative
}

@media(max-width:1199.98px) {
	.contact-section-two .image-column .inner-column {
		text-align: center;
		margin: 0 auto
	}
}

.contact-section-two .image-column .inner-column .image-box {
	margin-bottom: 70px
}

.contact-section-two .image-column .inner-column .content-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 25px
}

@media(max-width:1199.98px) {
	.contact-section-two .image-column .inner-column .content-box {
		-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;
		text-align: center;
		padding-left: 0
	}
}

.contact-section-two .image-column .inner-column .content-box .title-box {
	padding-left: 40px
}

@media(max-width:575.98px) {
	.contact-section-two .image-column .inner-column .content-box .title-box {
		padding-left: 0
	}
}

.contact-section-two .image-column .inner-column .content-box .title {
	position: relative;
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 15px
}

.contact-section-two .image-column .inner-column .content-box .text {
	margin-bottom: 40px
}

.contact-section-two .image-column .inner-column .content-box .text br {
	display: none
}

.contact-section-two .image-column .inner-column .content-box .theme-btn {
	position: relative
}

.contact-form-two {
	position: relative;
	padding: 40px;
	border: 1px solid var(--theme-color-dark)
}

@media(max-width:575.98px) {
	.contact-form-two {
		padding: 20px
	}
}

.contact-form-two .icon-flower-8 {
	position: absolute;
	top: -40px;
	left: -40px
}

.contact-form-two .icon-flower-9 {
	position: absolute;
	bottom: 0;
	right: -90px
}

.contact-form-two .title {
	font-family: var(--title-font);
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 15px
}

.contact-form-two .form-group {
	position: relative;
	margin-bottom: 20px
}

.contact-form-two .form-group:last-child {
	margin-bottom: 0
}

.contact-form-two .form-group .radio-box {
	position: relative
}

.contact-form-two .form-group .radio-box input[type=radio] {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 1em
}

.contact-form-two .select2-container--default .select2-selection--single,
.contact-form-two input:not([type=submit]),
.contact-form-two textarea,
.contact-form-two select {
	position: relative;
	display: block;
	height: 50px;
	width: 100%;
	padding: 20px 30px;
	font-size: var(--body-font-size);
	color: #282828;
	line-height: 32px;
	font-size: 14px;
	font-weight: 400;
	background-color: var(--theme-color-light);
	border: 1px solid var(--theme-color-dark);
	border-radius: 50px;
	margin-bottom: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.contact-form-two ::-webkit-input-placeholder {
	color: #282828
}

.contact-form-two input:focus,
.contact-form-two select:focus,
.contact-form-two textarea:focus {
	border-color: var(--theme-color1)
}

.contact-form-two textarea {
	height: 90px;
	resize: none;
	margin-bottom: 10px;
	border-radius: 35px
}

.contact-section-three {
	position: relative;
	padding: 120px 0 70px
}

@media(max-width:1199.98px) {
	.contact-section-three {
		padding-top: 0
	}
}

.contact-section-three:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	height: auto;
	background-color: #f3fdf1;
	bottom: 240px
}

.contact-section-three .icon-flower-25 {
	position: absolute;
	bottom: 280px;
	right: -170px
}

.contact-section-three .form-column {
	margin-bottom: 50px
}

.contact-section-three .form-column .inner-column {
	position: relative;
	background-color: var(--theme-color-light);
	border-radius: 50px 20px 20px;
	padding: 70px;
	-webkit-box-shadow: 0 3px 96px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 96px rgba(0, 0, 0, .1);
	margin: -90px -55px 0;
	z-index: 3
}

@media(max-width:1199.98px) {
	.contact-section-three .form-column .inner-column {
		margin: 0;
		padding: 50px 30px
	}
}

@media(max-width:991.98px) {
	.contact-section-three .form-column .inner-column {
		margin: 0
	}
}

@media(max-width:575.98px) {
	.contact-section-three .form-column .inner-column {
		padding: 50px 20px
	}
}

.contact-section-three .contact-block .inner-box {
	margin-right: 35px
}

@media(max-width:1199.98px) {
	.contact-section-three .contact-block .inner-box {
		margin: 0 !important
	}
}

.contact-section-three .contact-block.right .inner-box {
	margin-left: 35px;
	margin-right: 0
}

.contact-form-three {
	position: relative
}

.contact-form-three .title {
	font-family: var(--title-font);
	font-weight: 400;
	font-size: 30px;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 30px
}

.contact-form-three .form-group {
	position: relative;
	margin-bottom: 20px
}

.contact-form-three .form-group:last-child {
	margin-bottom: 0
}

.contact-form-three .form-group .radio-box {
	position: relative
}

.contact-form-three .form-group .radio-box input[type=radio] {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 1em
}

.contact-form-three .form-group .theme-btn:before {
	background-color: var(--theme-color-dark)
}

.contact-form-three .form-group .theme-btn:hover {
	color: var(--theme-color-light)
}

.contact-form-three .custom-radio-box input:checked~.checkmark {
	background-color: var(--bg-theme-color5)
}

.contact-form-three .select2-container--default .select2-selection--single,
.contact-form-three input:not([type=submit]),
.contact-form-three textarea,
.contact-form-three select {
	position: relative;
	display: block;
	height: 50px;
	width: 100%;
	padding: 15px 30px;
	font-size: var(--body-font-size);
	color: #282828;
	line-height: 32px;
	font-size: 14px;
	font-weight: 400;
	background-color: var(--theme-color-light);
	border: 1px solid var(--theme-color-dark);
	border-radius: 50px;
	margin-bottom: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.contact-form-three ::-webkit-input-placeholder {
	color: #282828
}

.contact-form-three input:focus,
.contact-form-three select:focus,
.contact-form-three textarea:focus {
	border-color: var(--theme-color1)
}

.contact-form-three textarea {
	height: 90px;
	resize: none;
	margin-bottom: 10px;
	border-radius: 35px
}

.contact-form-three input[type=submit] {
	width: 100%;
	font-weight: 400;
	line-height: 32px;
	padding: 15px 30px
}

.contact-block {
	position: relative;
	margin-bottom: 50px
}

.contact-block .inner-box {
	position: relative;
	padding: 65px 30px 50px;
	background-color: #1a2418;
	color: var(--theme-color-light);
	text-align: center
}

@media(max-width:991.98px) {
	.contact-block .inner-box {
		display: block;
		width: 100%
	}
}

.contact-block .inner-box:hover .icon:before {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.contact-block .inner-box .icon {
	position: relative;
	display: inline-block;
	font-size: 80px;
	color: var(--theme-color-light);
	margin-bottom: 35px
}

.contact-block .inner-box .icon:before {
	position: relative;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 3
}

.contact-block .inner-box .icon:after {
	position: absolute;
	right: 0;
	top: 0;
	height: 47px;
	width: 47px;
	border-radius: 50%;
	background-color: var(--bg-theme-color5);
	content: ""
}

.contact-block .inner-box .title {
	font-size: 25px;
	font-family: var(--title-font);
	font-weight: 600;
	margin-bottom: 15px;
	color: var(--theme-color-light)
}

.contact-block .inner-box .date {
	margin-bottom: 20px
}

.contact-block .inner-box .date span {
	font-weight: 700
}

.contact-block .inner-box .address {
	margin-top: 20px
}

.contact-block .inner-box .address .number {
	display: block;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 700;
	color: var(--theme-color-light)
}

.contact-block .inner-box .address .number:hover {
	color: var(--theme-color7)
}

.contact-block .inner-box .icon-heart-5 {
	position: relative;
	margin: 0 auto
}

.subscribe-section {
	position: relative;
	padding: 120px 0 70px;
	background-color: #f7f7f7
}

.subscribe-section .icon-leaves-6.style-two {
	position: absolute;
	top: 40px;
	left: 40px;
	-webkit-transform: scale(-1);
	transform: scale(-1)
}

@media(max-width:1199.98px) {
	.subscribe-section .icon-leaves-6.style-two {
		display: none
	}
}

.subscribe-section .icon-leaves-6 {
	position: absolute;
	right: 45px;
	bottom: 85px
}

@media(max-width:1199.98px) {
	.subscribe-section .icon-leaves-6 {
		display: none
	}
}

.subscribe-section .icon-flower-23 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.subscribe-section .gallery-carousel-outer {
	position: relative;
	padding-top: 50px;
	margin-bottom: -85px
}

.subscribe-section .title-column {
	position: relative;
	margin-bottom: 50px
}

@media(max-width:991.98px) {
	.subscribe-section .title-column .inner-column {
		text-align: center
	}
}

.subscribe-section .title-column .title {
	color: var(--theme-color-dark);
	font-size: 60px;
	line-height: 1em;
	font-family: var(--title-font);
	font-weight: 600;
	margin-bottom: 10px
}

@media(max-width:575.98px) {
	.subscribe-section .title-column .title {
		font-size: 45px
	}
}

.subscribe-section .form-column {
	position: relative;
	margin-bottom: 40px
}

.subscribe-form-one {
	padding-top: 20px
}

.subscribe-form-one .form-group {
	max-width: 740px;
	width: 100%;
	position: relative;
	padding-right: 195px
}

@media(max-width:575.98px) {
	.subscribe-form-one .form-group {
		padding-right: 0
	}
}

.subscribe-form-one .form-group select,
.subscribe-form-one .form-group textarea,
.subscribe-form-one .form-group input:not([type=submit]) {
	position: relative;
	display: block;
	background-color: var(--theme-color-light);
	border: 1px solid var(--theme-color-dark);
	height: 64px;
	width: 100%;
	padding: 22px 40px 18px;
	line-height: 22px;
	border-radius: 50px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.subscribe-form-one .form-group .theme-btn {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 34px;
	border-radius: 50px
}

@media(max-width:575.98px) {
	.subscribe-form-one .form-group .theme-btn {
		position: relative;
		display: block;
		margin: 0 auto;
		margin-top: 10px
	}
}

.marquee-section {
	position: relative;
	padding: 50px 0;
	border: 1px solid #d0d0d0
}

@media(max-width:1199.98px) {
	.marquee-section {
		padding: 100px 0
	}
}

@media(max-width:575.98px) {
	.marquee-section {
		padding: 60px 0
	}
}

.marquee-section .icon-leaves-37 {
	position: relative
}

.marquee-section .icon-leaves-37:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--theme-color3);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.marquee {
	position: relative;
	--duration: 30s;
	--gap: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	gap: var(--gap)
}

.marquee .marquee-group {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	gap: var(--gap);
	min-width: 100%;
	-webkit-animation: scroll var(--duration) linear infinite;
	animation: scroll var(--duration) linear infinite
}

.marquee .text {
	font-size: 70px;
	line-height: 36px;
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	text-transform: uppercase
}

@media(max-width:1199.98px) {
	.marquee .text {
		font-size: 60px
	}
}

@media(max-width:575.98px) {
	.marquee .text {
		font-size: 40px
	}
}

@media(prefers-reduced-motion:reduce) {
	.marquee .marquee-group {
		-webkit-animation-play-state: play;
		animation-play-state: play
	}
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		-webkit-transform: translateX(calc(-100% - var(--gap)));
		transform: translateX(calc(-100% - var(--gap)))
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		-webkit-transform: translateX(calc(-100% - var(--gap)));
		transform: translateX(calc(-100% - var(--gap)))
	}
}

.pricing-section {
	position: relative;
	padding: 120px 0 90px
}

.pricing-section .icon-leaves-36 {
	margin: 20px auto 0
}

.pricing-block {
	position: relative;
	margin-bottom: 30px
}

.pricing-block .inner-box {
	position: relative;
	padding-left: 100px
}

@media(max-width:1199.98px) {
	.pricing-block .inner-box {
		padding-left: 0;
		background-color: #252c43;
		outline: 1px solid #cdcdcd;
		border: 9px solid var(--theme-color-light);
		padding: 20px 20px 50px
	}
}

.pricing-block .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.pricing-block .inner-box:hover .content-box {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.pricing-block .inner-box .icon-flower-29 {
	position: absolute;
	bottom: 10px;
	right: 25px;
	z-index: 1
}

.pricing-block .inner-box .image-box .image {
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 3;
	overflow: hidden
}

@media(max-width:1199.98px) {
	.pricing-block .inner-box .image-box .image {
		position: relative;
		top: 0
	}
}

.pricing-block .inner-box .image-box .image img {
	width: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.pricing-block .inner-box .content-box {
	position: relative;
	background-color: #252c43;
	padding: 60px 40px 55px 210px;
	outline: 1px solid #cdcdcd;
	border: 9px solid var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1399.98px) {
	.pricing-block .inner-box .content-box {
		padding-left: 190px;
		padding-right: 20px
	}
}

@media(max-width:1199.98px) {
	.pricing-block .inner-box .content-box {
		padding: 0;
		border: none;
		outline: none;
		background-color: transparent;
		padding-top: 20px
	}
}

.pricing-block .inner-box .content-box .title {
	color: var(--theme-color-light)
}

.pricing-block .inner-box .content-box .features-list {
	position: relative;
	margin-bottom: 30px;
	z-index: 2
}

.pricing-block .inner-box .content-box .features-list li {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	color: var(--theme-color-light);
	margin-bottom: 10px
}

@media(max-width:575.98px) {
	.pricing-block .inner-box .content-box .features-list li {
		font-size: 14px
	}
}

.pricing-block .inner-box .content-box .features-list li i {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 18px;
	text-align: center;
	width: 14px;
	height: 16px;
	line-height: 16px;
	color: var(--theme-color8)
}

.pricing-block .inner-box .content-box .price {
	color: var(--theme-color-light);
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: var(--text-font);
	z-index: 2
}

.pricing-block .inner-box .content-box .price span {
	font-size: 16px;
	font-weight: 400
}

.pricing-block .inner-box .content-box .theme-btn {
	padding: 14px 34px;
	z-index: 2
}

@media(max-width:1199.98px) {
	.pricing-block .inner-box .content-box .theme-btn {
		margin-left: 0
	}
}

.call-to-action {
	position: relative;
	max-height: 768px
}

.call-to-action .bg {
	background-attachment: fixed
}

.call-to-action .bg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--theme-color-dark);
	opacity: .4
}

.call-to-action .icon-flowers {
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/icons/cta-flowers.png);
	display: inline-block;
	width: 432px;
	height: 604px
}

@media(max-width:1399.98px) {
	.call-to-action .icon-flowers {
		display: none
	}
}

.call-to-action .outer-box {
	position: relative;
	padding: 170px 0 280px;
	margin: 0 auto;
	text-align: center
}

@media(max-width:767.98px) {
	.call-to-action .outer-box {
		padding: 100px 0 200px
	}
}

.call-to-action .outer-box .title {
	color: var(--theme-color-light);
	font-size: 60px;
	font-family: var(--title-font);
	font-weight: 600;
	text-transform: capitalize
}

@media(max-width:575.98px) {
	.call-to-action .outer-box .title {
		font-size: 40px
	}
}

@media(max-width:767.98px) {
	.call-to-action .outer-box .title br {
		display: none
	}
}

.call-to-action .outer-box .text {
	color: var(--theme-color-light)
}

.call-to-action .outer-box .icon {
	color: var(--theme-color-light);
	font-size: 81px;
	display: block;
	margin-bottom: 40px
}

.testimonial-section {
	position: relative;
	padding: 120px 0
}

.testimonial-section .sec-title {
	margin-bottom: 20px
}

@media(max-width:1199.98px) {
	.testimonial-section .sec-title {
		text-align: center
	}
}

.testimonial-section .testimonial-navs {
	position: absolute;
	right: 0;
	left: 0;
	top: -180px;
	max-width: 1310px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	z-index: 2;
	padding: 0 15px
}

@media(max-width:1199.98px) {
	.testimonial-section .testimonial-navs {
		position: relative;
		top: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 30px
	}
}

.testimonial-section .testimonial-navs .testi-prev,
.testimonial-section .testimonial-navs .testi-next {
	display: block;
	width: 68px;
	height: 68px;
	font-size: 20px;
	font-weight: 700;
	line-height: 68px;
	color: var(--theme-color-dark);
	background: #fff;
	-webkit-box-shadow: 0 21px 10px rgba(4, 4, 4, .05);
	box-shadow: 0 21px 10px rgba(4, 4, 4, .05);
	border: 1px solid #e3e3e3;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 50%;
	margin-left: 20px
}

.testimonial-section .testimonial-navs .testi-prev:hover,
.testimonial-section .testimonial-navs .testi-next:hover {
	color: var(--theme-color-light);
	border-color: var(--bg-theme-color1);
	background-color: var(--bg-theme-color1)
}

.testimonial-section .carousel-outer {
	position: relative;
	margin-left: -15px;
	margin-right: -15px
}

.testimonial-section .carousel-outer .testimonial-block {
	padding: 10px 30px
}

@media(max-width:991.98px) {
	.testimonial-section .carousel-outer .testimonial-block {
		padding: 0 15px
	}
}

.testimonial-section .carousel-outer .testimonial-slider {
	overflow: hidden
}

.testimonial-section .styled-pagination {
	position: relative;
	max-width: 443px;
	margin: 0 auto;
	width: 100%;
	height: 4px !important;
	margin-top: 30px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #bfbfbf
}

@media(max-width:575.98px) {
	.testimonial-section .styled-pagination {
		max-width: 280px
	}
}

.testimonial-section .styled-pagination .swiper-pagination-progressbar-fill {
	background: var(--bg-theme-color1)
}

.testimonial-section .styled-pagination .swiper-pagination-progressbar-fill::before {
	position: absolute;
	top: -7px;
	right: 0;
	height: 7px;
	width: 7px;
	background-color: var(--bg-theme-color1);
	border-radius: 50%;
	content: "";
	-webkit-transform: none;
	transform: none;
	display: none
}

.testimonial-block {
	position: relative;
	margin-bottom: 30px
}

.testimonial-block .inner-box {
	position: relative;
	border: 2px solid #f2f2f2;
	padding: 0 80px 85px;
	margin: 0 auto;
	margin-top: 67px;
	text-align: center
}

@media(max-width:1199.98px) {
	.testimonial-block .inner-box {
		padding: 0 30px 30px
	}
}

@media(max-width:991.98px) {
	.testimonial-block .inner-box {
		margin-top: 80px
	}
}

.testimonial-block .inner-box:before {
	content: "";
	position: absolute;
	top: -25px;
	right: -40px;
	width: 206px;
	height: 200px;
	background-image: url(../images/icons/flowers-4.png);
	background-repeat: no-repeat;
	-webkit-animation: zoom-two 5s infinite linear;
	animation: zoom-two 5s infinite linear
}

@media(max-width:991.98px) {
	.testimonial-block .inner-box:before {
		opacity: .1
	}
}

.testimonial-block .inner-box:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: -40px;
	width: 206px;
	height: 200px;
	background-image: url(../images/icons/flowers-4-2.png);
	background-repeat: no-repeat;
	-webkit-animation: zoom-two 5s infinite linear;
	animation: zoom-two 5s infinite linear;
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

@media(max-width:991.98px) {
	.testimonial-block .inner-box:after {
		opacity: .1
	}
}

.testimonial-block .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.testimonial-block .inner-box .image-box {
	position: relative;
	margin-top: -78px;
	margin-bottom: 15px
}

.testimonial-block .inner-box .image-box .image {
	position: relative;
	display: inline-block;
	-webkit-box-shadow: 0 21px 10px rgba(4, 4, 4, .05);
	box-shadow: 0 21px 10px rgba(4, 4, 4, .05);
	width: 180px;
	height: 180px;
	border: 12px solid var(--theme-color-light);
	border-radius: 50%;
	outline: 1px solid #c1c1c1;
	overflow: hidden;
	margin-bottom: 0;
	z-index: 1
}

.testimonial-block .inner-box .image-box .image img {
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-block .inner-box .content-box {
	position: relative
}

.testimonial-block .inner-box .content-box .name {
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-weight: 500;
	font-size: 26px;
	margin-bottom: 0
}

.testimonial-block .inner-box .content-box .designation {
	display: block;
	color: #282828;
	font-family: var(--text-font);
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 40px
}

.testimonial-block .inner-box .content-box .text {
	font-weight: 600;
	margin-bottom: 0;
	line-height: 32px
}

.testimonial-section-two {
	position: relative;
	padding: 120px 0 90px
}

.testimonial-section-two .sec-title {
	margin-bottom: 20px
}

@media(max-width:991.98px) {
	.testimonial-section-two .sec-title {
		text-align: center
	}

	.testimonial-section-two .sec-title br {
		display: none
	}
}

.testimonial-section-two .sec-title .sub-title {
	font-size: 22px;
	font-weight: 800
}

.testimonial-section-two .default-navs .owl-nav {
	position: absolute;
	top: -140px;
	right: 0
}

@media(max-width:991.98px) {
	.testimonial-section-two .default-navs .owl-nav {
		position: relative;
		top: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px;
		margin-bottom: 30px
	}
}

.testimonial-section-two .default-dots .owl-dots {
	position: absolute;
	bottom: 80px;
	left: 0
}

@media(max-width:1399.98px) {
	.testimonial-section-two .default-dots .owl-dots {
		display: none
	}
}

.testimonial-block-two {
	position: relative
}

.testimonial-block-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;
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 25px;
	padding-right: 30px
}

@media(max-width:991.98px) {
	.testimonial-block-two .inner-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 30px 20px
	}
}

.testimonial-block-two .inner-box .image-box {
	position: relative;
	padding: 20px 30px
}

@media(max-width:991.98px) {
	.testimonial-block-two .inner-box .image-box {
		margin-bottom: 20px
	}
}

.testimonial-block-two .inner-box .image-box .image {
	min-width: 200px;
    padding:10px;
}

@media(max-width:575.98px) {
	.testimonial-block-two .inner-box .image-box .image {
		min-width: 100%
	}
}

.testimonial-block-two .inner-box .image-box .image img {
	border-radius: 50%
}

.testimonial-block-two .inner-box .image-box .testi-frame {
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat
}

@media(max-width:575.98px) {
	.testimonial-block-two .inner-box .image-box .testi-frame {
		left: -4.5%;
		top: 0;
		height: 100%;
		width: 100%;
		background-size: cover
	}
}

.testimonial-block-two .inner-box .content-box {
	position: relative;
	padding-left: 70px;
	padding-bottom: 70px
}

@media(max-width:1199.98px) {
	.testimonial-block-two .inner-box .content-box {
		padding-left: 40px
	}
}

@media(max-width:991.98px) {
	.testimonial-block-two .inner-box .content-box {
		padding-left: 0;
		text-align: center;
		padding-bottom: 0
	}
}

.testimonial-block-two .inner-box .content-box .text {
	position: relative;
	color: #777;
	font-size: 30px;
	line-height: 44px;
	margin-bottom: 20px;
	font-family: "Bad Script", cursive;
}

@media(max-width:991.98px) {
	.testimonial-block-two .inner-box .content-box .text {
		margin-bottom: 20px
	}
}

@media(max-width:575.98px) {
	.testimonial-block-two .inner-box .content-box .text {
		font-size: 18px;
		line-height: 1.4em
	}
}

.testimonial-block-two .inner-box .content-box .name {
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 0;
	line-height: 47px
}

@media(max-width:575.98px) {
	.testimonial-block-two .inner-box .content-box .name {
		font-size: 24px;
		line-height: 1.2em
	}
}

.testimonial-block-two .inner-box .content-box .designation {
	color: var(--theme-color-dark);
	font-family: var(--text-font);
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0;
	margin-left: 20px
}

@media(max-width:991.98px) {
	.testimonial-block-two .inner-box .content-box .designation {
		display: block;
		margin-left: 0
	}
}

.testimonial-section-three {
	position: relative;
	background-color: #f7f7f7;
	padding: 120px 0;
	z-index: 1
}

.testimonial-section-three .icon-flower-17 {
	position: absolute;
	bottom: 20px;
	left: -220px
}

@media(max-width:991.98px) {
	.testimonial-section-three .icon-flower-17 {
		opacity: .15
	}
}

.testimonial-section-three .icon-flower-18 {
	position: absolute;
	top: 40px;
	right: -80px
}

@media(max-width:991.98px) {
	.testimonial-section-three .icon-flower-18 {
		opacity: .15
	}
}

.testimonial-section-three .sec-title {
	margin-bottom: 10px
}

.testimonial-section-three .default-navs .owl-nav {
	position: absolute;
	top: -160px;
	right: 0
}

.testimonial-section-three .default-navs-two {
	z-index: 9
}

.testimonial-section-three .default-navs-two .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media(max-width:767.98px) {
	.testimonial-section-three .default-navs-two .owl-nav {
		display: none
	}
}

.testimonial-section-three .default-navs-two .owl-next,
.testimonial-section-three .default-navs-two .owl-prev {
	position: relative;
	display: block;
	font-size: 30px;
	font-family: var(--title-font);
	font-weight: 400;
	line-height: 47px;
	color: var(--theme-color-dark);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.testimonial-section-three .default-navs-two .owl-next:hover,
.testimonial-section-three .default-navs-two .owl-prev:hover {
	color: var(--theme-color6)
}

.testimonial-section-three .default-navs-two .owl-prev {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 30px
}

@media(max-width:1399.98px) {
	.testimonial-section-three .default-navs-two .owl-prev {
		left: 50px
	}
}

@media(max-width:1199.98px) {
	.testimonial-section-three .default-navs-two .owl-prev {
		left: 0;
		margin-left: 0
	}
}

@media(max-width:767.98px) {
	.testimonial-section-three .default-navs-two .owl-prev {
		top: auto;
		left: 40%;
		bottom: -100px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@media(max-width:575.98px) {
	.testimonial-section-three .default-navs-two .owl-prev {
		left: 0;
		-webkit-transform: none;
		transform: none
	}
}

.testimonial-section-three .default-navs-two .owl-prev:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 135px;
	height: 12px;
	background-image: url(../images/icons/icon-arrow.png)
}

@media(max-width:1199.98px) {
	.testimonial-section-three .default-navs-two .owl-prev:before {
		display: none
	}
}

.testimonial-section-three .default-navs-two .owl-next {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 30px
}

@media(max-width:1399.98px) {
	.testimonial-section-three .default-navs-two .owl-next {
		right: 50px
	}
}

@media(max-width:1199.98px) {
	.testimonial-section-three .default-navs-two .owl-next {
		right: 0;
		margin-left: 0
	}
}

@media(max-width:767.98px) {
	.testimonial-section-three .default-navs-two .owl-next {
		top: auto;
		right: 40%;
		bottom: -100px;
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}
}

@media(max-width:575.98px) {
	.testimonial-section-three .default-navs-two .owl-next {
		right: 0;
		-webkit-transform: none;
		transform: none
	}
}

.testimonial-section-three .default-navs-two .owl-next:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 135px;
	height: 12px;
	background-image: url(../images/icons/icon-arrow.png);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

@media(max-width:1199.98px) {
	.testimonial-section-three .default-navs-two .owl-next:before {
		display: none
	}
}

.testimonial-block-three {
	position: relative
}

.testimonial-block-three .inner-box {
	position: relative;
	min-height: 707px;
	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
}

@media(max-width:991.98px) {
	.testimonial-block-three .inner-box {
		min-width: auto;
		min-height: auto;
		padding-top: 30px
	}
}

.testimonial-block-three .inner-box .testi3-frame {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-52%);
	transform: translateX(-52%)
}

@media(max-width:991.98px) {
	.testimonial-block-three .inner-box .testi3-frame {
		display: none
	}
}

.testimonial-block-three .inner-box .content-box {
	position: relative;
	max-width: 400px;
	margin: 0 auto
}

.testimonial-block-three .inner-box .content-box .icon {
	display: inline-block;
	margin-bottom: 30px
}

.testimonial-block-three .inner-box .content-box .text {
	position: relative;
	color: #777;
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 25px
}

@media(max-width:575.98px) {
	.testimonial-block-three .inner-box .content-box .text br {
		display: none
	}
}

.testimonial-block-three .inner-box .content-box .name {
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 0;
	line-height: 1em
}

.testimonial-block-three .inner-box .content-box .designation {
	color: var(--theme-color-dark);
	font-family: var(--text-font);
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0
}

.team-section {
	position: relative;
	background-color: var(--bg-theme-color4);
	padding: 120px 0
}

@media(max-width:991.98px) {
	.team-section {
		padding: 120px 0 70px
	}
}

.team-section .icon-flower {
	position: absolute;
	top: 0;
	right: -200px;
	background-position: right
}

.team-section .icon-leave-2 {
	position: absolute;
	top: 65px;
	left: 0
}

@media only screen and (max-width:1699px) {
	.team-section .icon-leave-2 {
		display: none
	}
}

.team-section .icon-leave-3 {
	position: absolute;
	bottom: 0;
	right: 0
}

@media only screen and (max-width:1699px) {
	.team-section .icon-leave-3 {
		display: none
	}
}

.team-section .sec-title .icon-divider {
	position: relative;
	margin: 0 auto;
	display: inherit;
	margin-bottom: 35px
}

.team-section .outer-box {
	position: relative;
	padding-top: 30px
}

.team-section .outer-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 1px;
	background-color: #444;
	display: inline-block
}

@media(max-width:991.98px) {
	.team-section .outer-box:before {
		display: none
	}
}

.team-section .outer-box:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 30px;
	height: 114px;
	background-image: url(../images/icons/divider-2.png);
	background-repeat: no-repeat;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media(max-width:991.98px) {
	.team-section .outer-box:after {
		display: none
	}
}

.team-section .left-column .inner-column {
	margin-right: 50px
}

@media(max-width:1199.98px) {
	.team-section .left-column .inner-column {
		margin-right: 10px
	}
}

.team-section .right-column .inner-column {
	padding-left: 60px
}

@media(max-width:1199.98px) {
	.team-section .right-column .inner-column {
		padding-left: 15px
	}
}

@media(max-width:991.98px) {
	.team-section .right-column .inner-column {
		padding-left: 0
	}
}

.team-block {
	margin-bottom: 60px
}

.team-block .inner-box {
	position: relative;
	text-align: center
}

.team-block .inner-box:hover .image-box .icon-flowers-5 {
	-webkit-animation: zoom-two 5s infinite linear;
	animation: zoom-two 5s infinite linear
}

.team-block .inner-box:hover .image-box .image img {
	opacity: .8;
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.team-block .inner-box .image-box {
	position: relative;
	width: 193px;
	margin: 0 auto 25px
}

.team-block .inner-box .image-box .image {
	position: relative;
	overflow: hidden
}

.team-block .inner-box .image-box .image img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block .inner-box .image-box .team-frame {
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	height: auto;
	width: auto
}

.team-block .inner-box .image-box .icon-border {
	position: absolute;
	top: -10px;
	left: -10px;
	background-repeat: no-repeat;
	background-size: 100%;
	max-width: 210px
}

.team-block .inner-box .image-box .icon-flowers-5 {
	position: absolute;
	top: -30px;
	left: -35px
}

.team-block .inner-box .content-box {
	position: relative
}

.team-block .inner-box .content-box .name {
	color: #282828;
	font-family: var(--script-font);
	font-weight: 400;
	font-size: 28px;
	margin-bottom: 0
}

.team-block .inner-box .content-box .designation {
	color: var(--theme-color1);
	font-family: var(--text-font);
	font-weight: 400
}

.team-section-two {
	position: relative;
	padding: 120px 0
}

.team-section-two .sec-title {
	margin-bottom: 20px
}

.team-section-two .icon-flowers-7 {
	position: absolute;
	bottom: 120px;
	left: 0
}

@media(max-width:1399.98px) {
	.team-section-two .icon-flowers-7 {
		opacity: .1
	}
}

.team-section-two .owl-carousel .owl-item:nth-child(odd) .team-block-two {
	margin-top: 110px
}

@media(max-width:1199.98px) {
	.team-section-two .owl-carousel .owl-item:nth-child(odd) .team-block-two {
		margin-top: 0
	}
}

.team-section-two .owl-carousel {
	padding-bottom: 10px
}

.team-section-two .owl-carousel .owl-nav {
	display: none
}

.team-section-two .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-two .owl-carousel .owl-dots .owl-dot {
	height: 3px;
	width: 60px;
	background-color: #dfdfdf;
	margin-right: 18px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.team-section-two .owl-carousel .owl-dots .owl-dot {
		width: 30px
	}
}

.team-section-two .owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--bg-theme-color3)
}

.team-block-two {
	margin-bottom: 40px
}

.team-block-two .inner-box {
	position: relative;
	padding-top: 25px;
	margin: 0 auto;
	text-align: center
}

.team-block-two .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .8
}

.team-block-two .inner-box .image-box {
	position: relative;
	margin-bottom: 20px;
	padding: 25px;
	border: 1px solid var(--theme-color-dark);
	border-radius: 300px
}

.team-block-two .inner-box .image-box .icon-flower-10 {
	position: absolute;
	top: 0;
	left: 0
}

.team-block-two .inner-box .image-box .icon-flower-11 {
	position: absolute;
	bottom: 0;
	right: -10px
}

.team-block-two .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	border-radius: 300px
}

.team-block-two .inner-box .image-box .image img {
	border-radius: 300px;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-two .inner-box .content-box {
	position: relative;
	text-align: center
}

.team-block-two .inner-box .content-box .name {
	color: #282828;
	font-family: var(--title-font);
	font-weight: 400;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 10px
}

.team-block-two .inner-box .content-box .name a:hover {
	color: var(--theme-color7)
}

.team-block-two .inner-box .content-box .designation {
	display: block;
	font-family: var(--text-font);
	font-weight: 400;
	margin-bottom: 20px
}

.team-block-two .inner-box .content-box .social-icon-two {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.team-block-two .inner-box .content-box .social-icon-two a {
	font-size: 16px;
	width: 40px;
	height: 38px;
	line-height: 38px;
	border-color: #aaa;
	-webkit-box-shadow: none;
	box-shadow: none
}

.team-section-three {
	position: relative;
	padding: 120px 0 70px
}

.team-section-three .team-block-outer {
	position: relative;
	margin-bottom: 120px
}

.team-section-three .team-block-outer .image-column {
	margin-bottom: 50px
}

@media(max-width:1199.98px) {
	.team-section-three .team-block-outer .image-column .inner-column {
		text-align: center
	}
}

.team-section-three .team-block-outer .image-column .inner-column .image-box {
	position: relative
}

@media(max-width:1199.98px) {
	.team-section-three .team-block-outer .image-column .inner-column .image-box {
		max-width: 400px;
		margin: 0 auto
	}
}

.team-section-three .team-block-outer .image-column .inner-column .image-box .image img {
	border-radius: 300px 300px 0 0
}

.team-section-three .team-block-outer .image-column .inner-column .image-box .icon-leaves-8 {
	position: absolute;
	top: 0;
	left: -100px;
	background-repeat: no-repeat;
	pointer-events: none
}

@media(max-width:575.98px) {
	.team-section-three .team-block-outer .image-column .inner-column .image-box .icon-leaves-8 {
		display: none
	}
}

.team-section-three .team-block-outer .image-column .inner-column .image-box .icon-leaves-9 {
	position: absolute;
	bottom: -20px;
	right: -40px;
	background-repeat: no-repeat;
	pointer-events: none
}

.team-section-three .team-block-outer .content-column {
	margin-bottom: 50px
}

.team-section-three .team-block-outer .content-column .inner-column {
	position: relative;
	padding-left: 40px;
	padding-top: 20px
}

@media(max-width:1199.98px) {
	.team-section-three .team-block-outer .content-column .inner-column {
		padding: 0;
		text-align: center
	}
}

.team-section-three .team-block-outer .content-column .inner-column .team-info-box {
	position: relative
}

.team-section-three .team-block-outer .content-column .inner-column .team-info-box .name {
	color: var(--theme-color-dark);
	font-family: var(--script-font);
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 8px;
	margin-bottom: 15px
}

@media(max-width:991.98px) {
	.team-section-three .team-block-outer .content-column .inner-column .team-info-box .name {
		font-size: 48px
	}
}

.team-section-three .team-block-outer .content-column .inner-column .team-info-box .designation {
	margin-bottom: 10px;
	color: var(--theme-color5);
	font-family: var(--title-font);
	font-weight: 700;
	font-size: 17px;
	line-height: 1em;
	letter-spacing: 0;
	text-transform: uppercase
}

@media(max-width:1199.98px) {
	.team-section-three .team-block-outer .content-column .inner-column .team-info-box .designation {
		display: block;
		margin-top: 10px;
		margin-bottom: 20px
	}
}

.team-section-three .team-block-outer .content-column .inner-column .team-info-box .text {
	font-size: 18px;
	line-height: 32px
}

.team-section-three .team-block-outer .content-column .inner-column .team-info-box .social-icon-two {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0
}

@media(max-width:1199.98px) {
	.team-section-three .team-block-outer .content-column .inner-column .team-info-box .social-icon-two {
		position: relative;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px
	}
}

.team-section-three .team-block-outer .content-column .inner-column .team-info-box .social-icon-two a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	-webkit-box-shadow: none;
	box-shadow: none
}

.team-section-three .team-block-outer .content-column .inner-column .team-info-box .social-icon-two a:before {
	background-color: var(--theme-color5)
}

.team-section-three .team-block-outer .content-column .inner-column .team-info-box .social-icon-two a:hover {
	border-color: var(--bg-theme-color5)
}

.team-section-three .team-block-outer .content-column .inner-column .carousel-outer {
	margin-top: 50px
}

.team-section-three .team-block-outer.style-two .image-column {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

@media(max-width:1199.98px) {
	.team-section-three .team-block-outer.style-two .image-column {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
}

.team-section-three .team-block-outer.style-two .content-column .inner-column {
	padding-left: 0;
	padding-right: 40px;
	padding-top: 10px
}

@media(max-width:1199.98px) {
	.team-section-three .team-block-outer.style-two .content-column .inner-column {
		padding: 0
	}
}

.team-section-three .team-block-outer.style-two .groom-image .image-box {
	position: relative
}

.team-section-three .team-block-outer.style-two .groom-image .image-box .image img {
	border-radius: 0 0 300px 300px
}

@media(max-width:1199.98px) {
	.team-section-three .team-block-outer.style-two .groom-image .image-box .image img {
		border-radius: 300px 300px 0 0
	}
}

.team-section-three .team-block-outer.style-two .groom-image .image-box .icon-leaves-8 {
	position: absolute;
	top: auto;
	left: auto;
	bottom: 0;
	right: -80px;
	-webkit-transform: scale(-1);
	transform: scale(-1);
	background-repeat: no-repeat
}

@media(max-width:1199.98px) {
	.team-section-three .team-block-outer.style-two .groom-image .image-box .icon-leaves-8 {
		top: 0;
		left: -100px;
		right: auto;
		bottom: auto;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@media(max-width:575.98px) {
	.team-section-three .team-block-outer.style-two .groom-image .image-box .icon-leaves-8 {
		display: none
	}
}

.team-section-three .team-block-outer.style-two .groom-image .image-box .icon-leaves-9 {
	position: absolute;
	top: -20px;
	left: -40px;
	-webkit-transform: scale(-1);
	transform: scale(-1);
	background-repeat: no-repeat
}

@media(max-width:1199.98px) {
	.team-section-three .team-block-outer.style-two .groom-image .image-box .icon-leaves-9 {
		top: auto;
		left: auto;
		bottom: -20px;
		right: -40px;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.team-block-three {
	position: relative
}

.team-block-three .inner-box {
	position: relative;
	text-align: center
}

.team-block-three .inner-box:hover .team3-frame {
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg)
}

.team-block-three .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .9
}

.team-block-three .inner-box .image-box {
	position: relative;
	padding-top: 20px
}

.team-block-three .inner-box .image-box .image {
	display: inline-block;
	width: 197px;
	height: 197px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 30px
}

.team-block-three .inner-box .image-box .image img {
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-three .inner-box .image-box .team3-frame {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -131px;
	background-size: cover;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	pointer-events: none
}

.team-block-three .inner-box .name {
	font-family: var(--title-font);
	font-weight: 400;
	color: var(--theme-color-dark);
	font-size: 26px;
	line-height: 32px
}

.team-block-three .inner-box .name:hover {
	color: var(--theme-color5)
}

.team-block-three .inner-box .designation {
	color: #aaa
}

.team-section-four {
	position: relative;
	padding: 120px 0 80px
}

.team-section-four .sec-title {
	margin-bottom: 95px
}

@media(max-width:767.98px) {
	.team-section-four .sec-title {
		margin-bottom: 60px
	}
}

.team-block-four {
	margin-bottom: 40px
}

.team-block-four .inner-box {
	position: relative;
	text-align: center
}

.team-block-four .inner-box:hover .image-box .icon-leaves-18,
.team-block-four .inner-box:hover .image-box .icon-leaves-17 {
	-webkit-animation: zoom-two 3s infinite linear;
	animation: zoom-two 3s infinite linear
}

.team-block-four .inner-box .image-box {
	position: relative;
	max-width: 330px;
	margin: 0 auto 25px
}

.team-block-four .inner-box .image-box .image img {
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.team-block-four .inner-box .image-box .icon-leaves-17 {
	position: absolute;
	top: 30px;
	left: 70px;
	z-index: -1;
	pointer-events: none
}

.team-block-four .inner-box .image-box .icon-leaves-18 {
	position: absolute;
	top: 0;
	left: 20px;
	pointer-events: none
}

.team-block-four .inner-box .image-box .icon-leaves-19 {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: -1;
	pointer-events: none
}

.team-block-four .inner-box .image-box .icon-leaves-20 {
	position: absolute;
	top: 0;
	left: -10px;
	pointer-events: none
}

@media(max-width:1199.98px) {
	.team-block-four .inner-box .image-box .icon-leaves-20 {
		top: -20px;
		left: -40px
	}
}

.team-block-four .inner-box .content-box {
	position: relative;
	text-align: center
}

.team-block-four .inner-box .content-box .name {
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-weight: 400;
	margin-bottom: 0;
	font-size: 26px;
	line-height: 32px
}

.team-block-four .inner-box .content-box .designation {
	color: #aaa;
	font-family: var(--text-font);
	font-weight: 400
}

.team-block-four.style-two .inner-box:hover .icon-leaves-20,
.team-block-four.style-two .inner-box:hover .icon-leaves-19 {
	-webkit-animation: zoom-two 3s infinite linear;
	animation: zoom-two 3s infinite linear
}

.team-block-four.style-two .image-box {
	margin-top: -40px
}

@media(max-width:991.98px) {
	.team-block-four.style-two .image-box {
		margin-top: 0
	}
}

.news-section {
	position: relative;
	padding:0 0 80px 0
}

@media(max-width:1199.98px) {
	.news-section br {
		display: none
	}
}

.news-section .icon-leave-4 {
	content: "";
	position: absolute;
	top: 280px;
	right: 190px
}

@media(max-width:1199.98px) {
	.news-section .icon-leave-4 {
		display: none
	}
}

.news-section .icon-flower-12 {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50px
}

@media(max-width:1199.98px) {
	.news-section .icon-flower-12 {
		display: none
	}
}

.news-section .theme-btn {
	line-height: 30px;
	font-weight: 700;
	min-width: 240px
}

.news-block {
	margin-bottom: 50px
}

.news-block .inner-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media(max-width:991.98px) {
	.news-block .inner-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.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 .image-box {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

@media(max-width:1399.98px) {
	.news-block .inner-box .image-box {
		min-width: 50%
	}
}

@media(max-width:991.98px) {
	.news-block .inner-box .image-box {
		width: 100%
	}
}

.news-block .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	width:250px
}

.news-block .inner-box .image-box .image img {
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	width:250px;
	margin:0 auto;
}

.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
}

@media(max-width:991.98px) {
	.news-block .inner-box .image-box {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		margin-bottom: 30px;
		padding-left: 0
	}
}

.news-block .inner-box .content-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 30px;
}
.news-block .inner-box .content-box .text{
	margin-bottom:20px;
}
@media(max-width:1199.98px) {
	.news-block .inner-box .content-box {
		margin-right: 20px
	}
}

@media(max-width:767.98px) {
	.news-block .inner-box .content-box {
		margin-right: 0
	}
}

@media(max-width:575.98px) {
	.news-block .inner-box .content-box {
		-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;
		text-align: center
	}
}

.news-block .inner-box .content-box .date {
	color: var(--theme-color7);
	font-family: var(--title-font);
	font-weight: 400;
	font-size: 16px;
	line-height: 1em;
	min-width:60px;
	max-width:110px;
	margin-right:10px;
}

.news-block .inner-box .content-box .date span {
	display: block;
	font-family: var(--title-font);
	font-weight: 400;
	font-size: 80px;
	line-height: 1em
}

.news-block .inner-box .content-box .title-box {
	padding-left: 20px;
	border-left: 1px solid #d5d5d5
}

@media(max-width:1199.98px) {
	.news-block .inner-box .content-box .title-box {
		margin-left: 20px
	}
}

@media(max-width:575.98px) {
	.news-block .inner-box .content-box .title-box {
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
		margin-top: 20px
	}
}

.news-block .inner-box .content-box .title-box .title {
	display: block;
	font-family: var(--title-font);
	font-weight: 400;
	font-size: 30px;
	line-height: 1.2em
}

.news-block .inner-box .content-box .title-box .title a:hover {
	color: var(--theme-color3)
}

.news-block.style-two .image-box {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	padding-left: 0
}

.news-block.style-two .content-box {
	margin-left: 80px;
	margin-right: 0
}

@media(max-width:1199.98px) {
	.news-block.style-two .content-box {
		margin-left: 30px
	}
}

@media(max-width:991.98px) {
	.news-block.style-two .content-box {
		margin-left: 0
	}
}

.news-section-two {
	position: relative;
	padding: 120px 0 50px
}

.news-block-two {
	margin-bottom: 70px
}

.news-block-two .inner-box {
	position: relative
}

@media(max-width:767.98px) {
	.news-block-two .inner-box {
		text-align: center
	}
}

.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 a 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 .image {
	position: relative;
	overflow: hidden;
	border-radius: 0 0 600px 600px;
	margin-bottom: 40px
}

.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 .date {
	position: relative;
	color: var(--theme-color5);
	font-family: var(--text-font);
	font-weight: 500;
	display: inline-block;
	margin-bottom: 15px
}

.news-block-two .inner-box .date:before {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	background-color: #cad1c9;
	width: 100%;
	height: 1px
}

.news-block-two .inner-box .title {
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 15px
}

.news-block-two .inner-box .title a:hover {
	color: var(--theme-color5)
}

.news-block-two .inner-box .text {
	margin-bottom: 30px
}

@media(max-width:575.98px) {
	.news-block-two .inner-box .text {
		margin-bottom: 0
	}

	.news-block-two .inner-box .text br {
		display: none
	}
}

.news-block-two .inner-box .readmore {
	position: relative;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #c2c2c2;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: var(--theme-color-light);
	text-align: center;
	-webkit-box-shadow: 0 21px 10px rgba(0, 0, 0, .05);
	box-shadow: 0 21px 10px rgba(0, 0, 0, .05)
}

.news-block-two .inner-box .readmore:hover {
	background-color: var(--bg-theme-color5);
	border-color: var(--bg-theme-color5);
	color: var(--theme-color-light)
}

.news-block-two.style-two .image-box .image {
	border-radius: 500px
}

.news-block-two.style-three .image-box .image {
	border-radius: 500px 500px 0 0
}

.news-section-three {
	position: relative;
	padding: 120px 0
}

@media(max-width:575.98px) {
	.news-section-three br {
		display: none
	}
}

.news-section-three .theme-btn {
	font-family: var(--text-font);
	font-weight: 500;
	background-color: var(--bg-theme-color6);
	color: var(--theme-color-light)
}

.news-section-three .theme-btn:before {
	background-color: var(--bg-theme-color7)
}

.news-block-three {
	margin-bottom: 50px
}

.news-block-three .inner-box {
	position: relative;
	padding: 10px;
	background-color: #f7f7f7;
	margin-right: 20px
}

@media(max-width:1199.98px) {
	.news-block-three .inner-box {
		text-align: center;
		margin-right: 0
	}
}

.news-block-three .inner-box:hover .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 a img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.news-block-three .inner-box .category {
	position: relative;
	display: inline-block;
	border: 1px solid #000;
	border-radius: 300px;
	padding: 0 10px;
	font-family: var(--text-font);
	font-weight: 400;
	font-size: 13px;
	background-color: var(--theme-color-light);
	margin-bottom: 10px;
	text-transform: uppercase
}

.news-block-three .inner-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}

.news-block-three .inner-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-three .inner-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 .content-box {
	padding: 40px 40px 30px
}

@media(max-width:575.98px) {
	.news-block-three .inner-box .content-box {
		padding: 20px
	}
}

.news-block-three .inner-box .content-box .title {
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 10px
}

.news-block-three .inner-box .content-box .title a:hover {
	color: var(--theme-color6)
}

.news-block-three .inner-box .content-box .text {
	margin-bottom: 25px
}

.news-block-three .inner-box .content-box .author-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media(max-width:1199.98px) {
	.news-block-three .inner-box .content-box .author-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media(max-width:575.98px) {
	.news-block-three .inner-box .content-box .author-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.news-block-three .inner-box .content-box .author-box img {
	border-radius: 50%
}

.news-block-three .inner-box .content-box .author-box .info-box {
	margin-left: 15px
}

@media(max-width:575.98px) {
	.news-block-three .inner-box .content-box .author-box .info-box {
		margin-left: 0;
		margin-top: 20px
	}
}

.news-block-three .inner-box .content-box .author-box .info-box .date {
	color: var(--theme-color6);
	font-family: var(--text-font);
	font-weight: 500;
	font-size: 14px;
	line-height: 1em
}

.news-block-three .inner-box .content-box .author-box .info-box .name {
	color: var(--theme-color-dark);
	font-family: var(--text-font);
	font-weight: 400;
	font-size: 16px;
	line-height: 31px;
	margin-bottom: 0
}

.news-block-three .inner-box .content-box .author-box .info-box .name:before {
	content: "";
	position: absolute;
	bottom: 7px;
	right: 0;
	width: 130px;
	height: 1px;
	background-color: #c8c8c8
}

.news-block-four .inner-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 32px
}

@media(max-width:767.98px) {
	.news-block-four .inner-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
}

.news-block-four .inner-box:hover .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 a img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.news-block-four .inner-box .category {
	position: relative;
	display: inline-block;
	border: 1px solid #000;
	border-radius: 300px;
	padding: 0 10px;
	font-family: var(--text-font);
	font-weight: 400;
	font-size: 13px;
	background-color: var(--theme-color-light);
	margin-bottom: 10px;
	text-transform: uppercase
}

.news-block-four .inner-box .image-box {
	position: relative
}

@media(max-width:767.98px) {
	.news-block-four .inner-box .image-box {
		width: 100%
	}
}

.news-block-four .inner-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	min-width: 270px
}

.news-block-four .inner-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.news-block-four .inner-box .image a:after {
	position: absolute;
	background: rgba(255, 255, 255, .3);
	bottom: 0;
	left: 50%;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	content: "";
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}

.news-block-four .inner-box .content-box {
	position: relative;
	margin-left: 30px
}

@media(max-width:767.98px) {
	.news-block-four .inner-box .content-box {
		padding: 30px 20px;
		margin: 0;
		background-color: #f7f7f7
	}
}

.news-block-four .inner-box .content-box .title {
	color: var(--theme-color-dark);
	font-family: var(--title-font);
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 10px
}

.news-block-four .inner-box .content-box .title a:hover {
	color: var(--theme-color6)
}

.news-block-four .inner-box .content-box .text {
	margin-bottom: 20px
}

.news-block-four .inner-box .content-box .author-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media(max-width:767.98px) {
	.news-block-four .inner-box .content-box .author-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media(max-width:575.98px) {
	.news-block-four .inner-box .content-box .author-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.news-block-four .inner-box .content-box .author-box img {
	border-radius: 50%
}

.news-block-four .inner-box .content-box .author-box .info-box {
	margin-left: 15px
}

@media(max-width:575.98px) {
	.news-block-four .inner-box .content-box .author-box .info-box {
		margin-left: 0;
		margin-top: 20px
	}
}

.news-block-four .inner-box .content-box .author-box .info-box .date {
	color: var(--theme-color6);
	font-family: var(--text-font);
	font-weight: 500;
	font-size: 14px;
	line-height: 1em
}

.news-block-four .inner-box .content-box .author-box .info-box .name {
	color: var(--theme-color-dark);
	font-family: var(--text-font);
	font-weight: 400;
	font-size: 16px;
	line-height: 31px;
	margin-bottom: 0
}

.news-block-four .inner-box .content-box .author-box .info-box .name:before {
	content: "";
	position: absolute;
	bottom: 7px;
	right: 0;
	width: 130px;
	height: 1px;
	background-color: #c8c8c8
}

.news-section-five {
	position: relative;
	padding: 120px 0;
	background-color: #f7f7f7;
	z-index: 3
}

.news-section-five .icon-flowers-19 {
	position: absolute;
	bottom: 0;
	left: 0
}

@media(max-width:1199.98px) {
	.news-section-five .icon-flowers-19 {
		opacity: .2
	}
}

.news-section-five .icon-flowers-20 {
	position: absolute;
	top: 98px;
	right: 0
}

@media(max-width:1199.98px) {
	.news-section-five .icon-flowers-20 {
		opacity: .2
	}
}

.news-section-five .sec-title {
	margin-bottom: 45px
}

.news-section-five .sec-title .icon-leaves-36 {
	margin: 25px auto 0
}

.news-section-five .row {
	margin: 0 -24px
}

.news-section-five .row>div {
	padding: 0 24px
}

@media(max-width:1199.98px) {
	.news-section-five .row {
		margin: 0 -15px
	}

	.news-section-five .row>div {
		padding: 0 15px
	}
}

.news-section-five .bottom-box {
	margin-top: 90px
}

@media(max-width:1199.98px) {
	.news-section-five .bottom-box {
		margin-top: 30px
	}
}

.news-section-five .bottom-box .title {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.5em
}

@media(max-width:991.98px) {
	.news-section-five .bottom-box .title br {
		display: none
	}
}

@media(max-width:575.98px) {
	.news-section-five .bottom-box .title {
		font-size: 26px
	}
}

.news-section-five .bottom-box .btn-box {
	margin-top: 25px
}

.news-section-five .bottom-box .btn-box .theme-btn {
	padding: 14px 55px
}

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

.news-block-five .inner-box {
	position: relative;
	padding: 50px 40px 40px 35px;
	outline: 1px solid #cdcdcd;
	background-color: var(--theme-color-light);
	border: 9px solid #f7f7f7;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1199.98px) {
	.news-block-five .inner-box {
		padding: 40px 20px
	}
}

.news-block-five .inner-box:hover {
	border-color: var(--bg-theme-color8);
	outline-color: var(--bg-theme-color8);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .2)
}

.news-block-five .inner-box .icon-flower-30 {
	position: absolute;
	bottom: 0;
	right: 0
}

.news-block-five .inner-box .content-box {
	position: relative
}

.news-block-five .inner-box .content-box .date {
	color: var(--theme-color8);
	margin-bottom: 10px
}

.news-block-five .inner-box .content-box .title {
	margin-bottom: 12px;
	font-size: 20px
}

.news-block-five .inner-box .content-box .title:hover {
	color: var(--theme-color8)
}

.news-block-five .inner-box .content-box .text {
	margin-bottom: 30px;
	font-size: 14px
}

@media(max-width:1199.98px) {
	.news-block-five .inner-box .content-box .text br {
		display: none
	}
}

.news-block-five .inner-box .image-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.news-block-five .inner-box .image-box .image {
	position: relative;
	margin-bottom: 0;
	border-radius: 50%
}

.news-block-five .inner-box .image-box .image img {
	border-radius: 50%;
	-webkit-box-shadow: 0 21px 10px rgba(0, 0, 0, .05);
	box-shadow: 0 21px 10px rgba(0, 0, 0, .05);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.news-block-five .inner-box .image-box .name {
	color: var(--theme-color-dark);
	margin-left: 14px;
	font-weight: 500;
	text-transform: capitalize
}

.news-block-five .inner-box .image-box .name span {
	text-decoration: underline
}

.fun-fact-section {
	position: relative;
	padding: 120px 0 50px
}

.counter-block {
	position: relative;
	margin-bottom: 70px
}

.counter-block:first-child .inner:before {
	display: none
}

@media(max-width:1199.98px) {
	.counter-block:nth-child(odd) .inner::before {
		display: none
	}
}

.counter-block .inner {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.counter-block .inner:before {
	content: "";
	position: absolute;
	top: 45px;
	left: -15px;
	width: 13px;
	height: 80px;
	background-image: url(../images/icons/divider-4.png)
}

@media(max-width:767.98px) {
	.counter-block .inner:before {
		display: none
	}
}

.counter-block .inner:hover .count-box {
	color: var(--theme-color7);
	-webkit-transform: translateY(10px);
	transform: translateY(10px)
}

.counter-block .content {
	position: relative;
	text-align: center
}

.counter-block .content .icon-flower-30 {
	position: absolute;
	top: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.counter-block .count-box {
	font-size: 80px;
	line-height: 1em;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color8);
	margin-bottom: 20px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.counter-block .counter-title {
	font-size: var(--body-font-size);
	line-height: 1.6em;
	font-weight: 400;
	color: var(--theme-color-dark);
	font-family: var(--text-font);
	margin-bottom: 0
}

.pricing-section {
	position: relative;
	padding: 120px 0 90px
}

.pricing-section .icon-leaves-36 {
	margin: 20px auto 0
}

.pricing-block {
	position: relative;
	margin-bottom: 80px
}

.pricing-block .inner-box {
	position: relative;
	padding-left: 100px
}

@media(max-width:1199.98px) {
	.pricing-block .inner-box {
		padding-left: 0;
		background-color: #252c43;
		outline: 1px solid #cdcdcd;
		border: 9px solid var(--theme-color-light);
		padding: 20px 20px 50px
	}
}

.pricing-block .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.pricing-block .inner-box:hover .content-box {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.pricing-block .inner-box .icon-flower-29 {
	position: absolute;
	bottom: 10px;
	right: 25px;
	z-index: 1
}

.pricing-block .inner-box .image-box .image {
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 3;
	overflow: hidden;
	max-width:300px;
}
.pricing-block .inner-box .image-box .image .item img{
	width:100%;
	height:400px;
	object-fit: cover;
}
@media(max-width:1199.98px) {
	.pricing-block .inner-box .image-box .image {
		position: relative;
		top: 0
	}
}
.partner-item-carousel .owl-nav{
	position:absolute;
	bottom:30px;
}
.partner-item-carousel .owl-nav .owl-prev,
.partner-item-carousel .owl-nav .owl-next{
	background:#fff;
	width:20px;
}
.partner-item-carousel .owl-nav .owl-next{
	right:0;
	top:3px;
}
.pricing-block .inner-box .image-box .image img {
	width: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.pricing-block .inner-box .content-box {
	position: relative;
	background-color: #252c43;
	padding: 60px 40px 55px 210px;
	outline: 1px solid #cdcdcd;
	border: 9px solid var(--theme-color-light);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:1399.98px) {
	.pricing-block .inner-box .content-box {
		padding-left: 190px;
		padding-right: 20px
	}
}

@media(max-width:1199.98px) {
	.pricing-block .inner-box .content-box {
		padding: 0;
		border: none;
		outline: none;
		background-color: transparent;
		padding-top: 20px
	}
}

.pricing-block .inner-box .content-box .title {
	color: var(--theme-color-light);
	z-index:9;
	font-size:30px;
	min-height:120px;
}
.pricing-block .inner-box .content-box p{
	color: var(--theme-color-light);
	position:relative;
	z-index:9;

}
.pricing-block .inner-box .content-box .features-list {
	position: relative;
	margin-bottom: 30px;
	z-index: 2
}

.pricing-block .inner-box .content-box .features-list li {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	color: var(--theme-color-light);
	margin-bottom: 10px
}

@media(max-width:575.98px) {
	.pricing-block .inner-box .content-box .features-list li {
		font-size: 14px
	}
}

.pricing-block .inner-box .content-box .features-list li i {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 18px;
	text-align: center;
	width: 14px;
	height: 16px;
	line-height: 16px;
	color: var(--theme-color8)
}

.pricing-block .inner-box .content-box .price {
	color: var(--theme-color-light);
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: var(--text-font);
	z-index: 2
}

.pricing-block .inner-box .content-box .price span {
	font-size: 16px;
	font-weight: 400
}

.pricing-block .inner-box .content-box .theme-btn {
	padding: 14px 34px;
	z-index: 2
}

@media(max-width:1199.98px) {
	.pricing-block .inner-box .content-box .theme-btn {
		margin-left: 0
	}
}

.video-section {
	position: relative;
	background-color: #f7f7f7;
	margin-bottom: 80px;
	z-index: 2
}

@media(max-width:1199.98px) {
	.video-section {
		padding: 120px 0;
		margin-bottom: 0
	}
}

.video-section .icon-leaves-25 {
	position: absolute;
	bottom: 40px;
	left: -25px
}

.video-section .icon-leaves-26 {
	position: absolute;
	top: 10px;
	right: 0
}

@media only screen and (max-width:1699px) {
	.video-section .icon-leaves-26 {
		opacity: .1
	}
}

.video-section .video-column .inner-column {
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px)
}

@media(max-width:1199.98px) {
	.video-section .video-column .inner-column {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.video-section .video-column .inner-column .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.video-section .video-column .inner-column .play-btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 130px;
	height: 130px;
	line-height: 130px;
	pointer-events: none;
	border-radius: 50%;
	border: 2px solid var(--theme-color-light);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media(max-width:575.98px) {
	.video-section .video-column .inner-column .play-btn:before {
		width: 100px;
		height: 100px;
		line-height: 100px
	}
}

.video-section .video-column .inner-column .play-btn .icon {
	height: 110px;
	width: 110px;
	border: 0;
	line-height: 112px;
	font-size: 30px;
	color: #101010
}

@media(max-width:575.98px) {
	.video-section .video-column .inner-column .play-btn .icon {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 20px
	}
}

.video-section .video-column .inner-column .play-btn .icon:hover {
	background-color: var(--bg-theme-color6);
	color: var(--theme-color-light)
}

@media(max-width:991.98px) {
	.video-section .video-column .inner-column .image img {
		width: 100%
	}
}

.video-section .content-column .inner-column {
	padding: 120px 0 250px;
	padding-left: 100px
}

@media(max-width:1199.98px) {
	.video-section .content-column .inner-column {
		padding: 0;
		padding-top: 50px
	}
}

@media(max-width:991.98px) {
	.video-section .content-column .inner-column {
		text-align: center;
		padding-top: 0
	}
}

.video-section .date-box-outer {
	position: relative
}

.video-section .date-box-outer .event-date-box {
	position: absolute;
	right: 0;
	left: 275px;
	bottom: -80px;
	-webkit-box-shadow: 0 3px 84px rgba(0, 0, 0, .31);
	box-shadow: 0 3px 84px rgba(0, 0, 0, .31);
	background-color: #1b2640;
	padding: 80px 0 30px
}

.video-section .date-box-outer .event-date-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/icons/overlay3.jpg);
	content: "";
	opacity: .1
}

@media(max-width:1199.98px) {
	.video-section .date-box-outer .event-date-box {
		position: relative;
		bottom: 0;
		left: 0;
		-webkit-transform: none;
		transform: none;
		margin-top: 50px
	}
}

@media(max-width:991.98px) {
	.video-section .date-box-outer .event-date-box {
		min-width: auto
	}
}

.video-section .date-box-outer .event-date-box .icon-flower-21 {
	position: absolute;
	bottom: -60px;
	right: -50px;
	z-index: 3
}

.video-section .date-box-outer .event-date-box .icon-line {
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3
}

@media(max-width:991.98px) {
	.video-section .date-box-outer .event-date-box .icon-line {
		display: none
	}
}

.date-block {
	position: relative;
	margin-bottom: 50px
}

.date-block .inner-box {
	position: relative;
	padding: 0 25px;
	text-align: center
}

@media(max-width:575.98px) {
	.date-block .inner-box {
		-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;
		text-align: center
	}
}

.date-block .title {
	color: var(--theme-color-light);
	font-size: 30px;
	line-height: 1em;
	font-family: var(--title-font);
	font-weight: 400
}

.date-block .date {
	color: var(--theme-color-light);
	font-size: 19px;
	line-height: 29px;
	font-family: var(--title-font);
	font-weight: 400
}

.date-block .address {
	color: var(--theme-color-light);
	font-size: 19px;
	line-height: 29px;
	font-family: var(--title-font);
	font-weight: 400;
	margin-top: 25px
}

.date-block.style-two {
	padding-right: 0;
	margin-bottom: 0
}

.clients-section {
	position: relative;
	padding: 120px 0 70px
}

.clients-section .title-column {
	margin-bottom: 50px
}

.clients-section .title-column .inner-column {
	padding-top: 20px
}

@media(max-width:1399.98px) {
	.clients-section .title-column .inner-column .sec-title {
		text-align: center
	}
}

.clients-section .images-column {
	margin-bottom: 20px
}

.clients-section .images-column .inner-column {
	position: relative
}

.client-block {
	margin-bottom: 30px
}

.client-block .image {
	border: 3px solid var(--theme-color-gray);
	height: 145px;
	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;
	background-color: var(--theme-color-light)
}

.client-block .image:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.client-block a {
	padding: 20px;
	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
}

.client-block a img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.client-block a:hover img {
	opacity: .8
}

.clients-section-two {
	position: relative;
	padding: 120px 0 90px
}

.clients-section-two .icon-flower-22 {
	position: absolute;
	top: -160px;
	right: -55px
}

@media(max-width:1199.98px) {
	.clients-section-two .icon-flower-22 {
		opacity: .15
	}
}

.clients-section-two .sec-title {
	margin-bottom: 30px
}

.client-block-two a {
	position: relative;
	min-height: 90px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.client-block-two a img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	width: auto !important
}

.client-block-two a:hover img {
	opacity: .8
}

.clients-section-three {
	position: relative;
	background-color: #f3fdf1;
	padding: 120px 0 100px
}

.clients-section-three .icon-leaves-28 {
	position: absolute;
	bottom: 0;
	left: 120px
}

@media only screen and (max-width:1699px) {
	.clients-section-three .icon-leaves-28 {
		display: none
	}
}

.clients-section-three .icon-leaves-29 {
	position: absolute;
	top: 65px;
	right: 20px
}

@media only screen and (max-width:1699px) {
	.clients-section-three .icon-leaves-29 {
		display: none
	}
}

.client-block-three a {
	min-height: 90px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.client-block-three a img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	width: auto !important
}

.client-block-three a:hover img {
	opacity: .8
}

.clients-section-four {
	position: relative;
	padding: 120px 0 160px
}

@media(max-width:767.98px) {
	.clients-section-four {
		padding: 120px 0
	}
}

.clients-section-four .sec-title {
	margin-bottom: 80px
}

@media only screen and (max-width:1699px) {
	.clients-section-four .sec-title {
		text-align: center;
		margin-bottom: 50px
	}
}

.clients-section-four .icon-flower-15 {
	position: absolute;
	top: 0;
	left: 0
}

@media only screen and (max-width:1699px) {
	.clients-section-four .icon-flower-15 {
		display: none
	}
}

.clients-section-four .icon-flower-16 {
	position: absolute;
	top: 0;
	right: 0
}

@media only screen and (max-width:1699px) {
	.clients-section-four .icon-flower-16 {
		display: none
	}
}

@media(max-width:1399.98px) {
	.clients-section-four .icon-flower-16 {
		opacity: .3;
		z-index: -1
	}
}

@media(max-width:767.98px) {
	.clients-section-four .icon-flower-16 {
		display: none
	}
}

.clients-section-four .outer-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 800px;
	width: 100%;
	margin: 0 auto
}

.clients-section-four .outer-box .client-block-four {
	max-width: 33.3333%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	margin-right: -1px;
	margin-bottom: -1px
}

@media(max-width:767.98px) {
	.clients-section-four .outer-box .client-block-four {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}
}

@media(max-width:575.98px) {
	.clients-section-four .outer-box .client-block-four {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.client-block-four {
	position: relative;
	text-align: center
}

.client-block-four:nth-child(3) .inner-box {
	-webkit-transform: translate(40px, -40px);
	transform: translate(40px, -40px)
}

@media(max-width:991.98px) {
	.client-block-four:nth-child(3) .inner-box {
		-webkit-transform: none;
		transform: none
	}
}

.client-block-four:nth-child(4) .inner-box {
	-webkit-transform: translate(-40px, 40px);
	transform: translate(-40px, 40px)
}

@media(max-width:991.98px) {
	.client-block-four:nth-child(4) .inner-box {
		-webkit-transform: none;
		transform: none
	}
}

.client-block-four .inner-box {
	position: relative;
	background-color: var(--theme-color-light);
	border: 1px solid #565656;
	text-align: center;
	height: 150px;
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.client-block-four .inner-box:hover {
	opacity: .8
}

.client-block-four .inner-box .image {
	position: relative;
	margin-bottom: 0
}

.story-section {
	position: relative;
	background-color: #f5f2ea;
	padding: 50px 0;
}

.story-section.pull-down {
	margin-bottom: -120px;
	padding-bottom: 230px
}

.story-section .icon-flowers-10 {
	top: auto;
	bottom: 0
}

@media only screen and (max-width:1699px) {
	.story-section .icon-flowers-10 {
		display: none
	}
}

.story-section .icon-flowers-11 {
	left: auto;
	right: 0;
	top: 120px
}

@media only screen and (max-width:1699px) {
	.story-section .icon-flowers-11 {
		display: none
	}
}

@media(max-width:1199.98px) {
	.story-section .image-column {
		margin-top: 70px
	}
}

.story-section .owl-carousel {
	padding-bottom: 40px
}

.story-section .owl-carousel .owl-nav {
	display: none
}

.story-section .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
}

.story-section .owl-carousel .owl-dots .owl-dot {
	height: 3px;
	width: 60px;
	background-color: #dfdfdf;
	margin-right: 18px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.story-section .owl-carousel .owl-dots .owl-dot {
		width: 30px
	}
}

.story-section .owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--theme-color3)
}

.story-section .owl-carousel .owl-item .image {
	text-align: center
}

.story-section .owl-carousel .owl-item .image img {
	display: inline-block;
	width: auto !important
}

.story-section .icon-heart-4 {
	position: relative;
	margin-top: 30px;
	margin-bottom: 35px
}

@media(max-width:1199.98px) {
	.story-section .icon-heart-4 {
		margin: 30px auto 35px
	}
}

@media(max-width:767.98px) {
	.story-section .icon-heart-4 {
		display: none
	}
}

.story-section .icon-heart-4::before {
	content: "";
	position: absolute;
	left: 20px;
	bottom: 0;
	width: 286px;
	height: 2px;
	background-color: var(--theme-color3)
}

@media(max-width:1199.98px) {
	.story-section .icon-heart-4::before {
		margin-left: -140px;
		bottom: 12px
	}
}

.story-block {
	margin-bottom: 30px
}

.story-block .inner-box {
	position: relative
}
.story-block .inner-box .text{
	text-align: justify;
}
@media(max-width:1199.98px) {
	.story-block .inner-box {
		text-align: center
	}
}

@media(max-width:767.98px) {
	.story-block .inner-box {
		background-color: var(--theme-color-light);
		padding: 40px 20px;
		border-radius: 20px;
		-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
		box-shadow: 0 10px 10px rgba(0, 0, 0, .05)
	}
}

.story-block .inner-box .date {
	font-family: var(--text-font);
	font-weight: 600;
	color: var(--theme-color5);
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 20px;
	text-transform: uppercase
}

.story-block .inner-box .title {
	font-size: 32px;
	font-family: var(--title-font);
	font-weight: 400;
	line-height: 1.2em;
	color: var(--theme-color-dark)
}

@media(max-width:767.98px) {
	.story-block .inner-box .title br {
		display: none
	}
}

@media(max-width:575.98px) {
	.story-block .inner-box .title {
		font-size: 28px
	}
}

.story-section-two {
	position: relative;
	padding: 120px 0;
	z-index: 1
}

.story-section-two .sec-title {
	margin-bottom: 30px
}

@media(max-width:991.98px) {
	.story-section-two .sec-title {
		text-align: center
	}
}

.story-section-two .sec-title .sub-title {
	color: #444;
	font-family: var(--text-font);
	font-weight: 700
}

.story-section-two .default-navs {
	z-index: 9
}

.story-section-two .default-navs .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.story-section-two .default-navs .owl-nav:before {
	content: "";
	position: absolute;
	top: 75px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #c1c1c1;
	z-index: -1
}

.story-section-two .default-navs .owl-next:hover,
.story-section-two .default-navs .owl-prev:hover {
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color6);
	border-color: var(--theme-color6)
}

.story-section-two .default-navs .owl-prev {
	position: absolute;
	top: 45px;
	left: 0;
	margin-left: 0
}

.story-section-two .default-navs .owl-next {
	position: absolute;
	top: 45px;
	right: 0
}

.story-section-two .carousel-outer {
	position: relative;
	margin: 0
}

.story-section-two .carousel-outer .story-block-two {
	padding: 10px 25px
}

@media(max-width:1199.98px) {
	.story-section-two .carousel-outer .story-block-two {
		padding: 0
	}
}

.story-section-two .carousel-outer .testimonial-slider {
	overflow: hidden
}

.story-block-two {
	margin-bottom: 50px
}

@media(max-width:767.98px) {
	.story-block-two {
		margin-bottom: 0
	}
}

.story-block-two .inner-box {
	position: relative;
	text-align: center;
	padding-top: 10px
}

.story-block-two .inner-box:hover .icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	background-color: var(--bg-theme-color7)
}

.story-block-two .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .9
}

.story-block-two .inner-box .icon {
	position: relative;
	display: block;
	width: 112px;
	height: 112px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 60px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--bg-theme-color6);
	color: var(--theme-color-light);
	margin: 0 auto 35px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.story-block-two .inner-box .icon {
		width: 100px;
		height: 100px
	}
}

.story-block-two .inner-box .icon:after {
	content: "";
	position: absolute;
	top: -9px;
	left: -9px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 1px solid #000;
	pointer-events: none
}

@media(max-width:575.98px) {
	.story-block-two .inner-box .icon:after {
		top: -4.5px;
		left: -4.5px;
		width: 110px;
		height: 110px
	}
}

.story-block-two .inner-box .sub-title {
	font-family: var(--text-font);
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 1px;
	color: var(--theme-color6);
	text-transform: uppercase;
	margin-bottom: 5px
}

.story-block-two .inner-box .designation {
	font-family: var(--title-font);
	font-weight: 400;
	color: var(--theme-color-dark);
	font-size: 40px;
	line-height: 1em;
	margin-bottom: 25px
}

.story-block-two .inner-box .text {
	margin-bottom: 35px
}

@media(max-width:575.98px) {
	.story-block-two .inner-box .text br {
		display: none
	}
}

.story-block-two .inner-box .image-box {
	position: relative
}

.story-block-two .inner-box .image-box .image {
	border-radius: 300px;
	overflow: hidden
}

.story-block-two .inner-box .image-box .image img {
	border-radius: 300px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.story-block-two .inner-box .image-box .icon-leaves-16 {
	position: absolute;
	top: 0;
	left: -35px
}

@media(max-width:1399.98px) {
	.story-block-two .inner-box .image-box .icon-leaves-16 {
		display: none
	}
}

.story-section-three {
	position: relative;
	background-color: #f7f7f7;
	padding: 120px 0
}

.story-section-three .icon-flowers-15 {
	position: absolute;
	top: 218px;
	left: 0
}

@media(max-width:1399.98px) {
	.story-section-three .icon-flowers-15 {
		opacity: .3
	}
}

.story-section-three .icon-flowers-16 {
	position: absolute;
	top: 35px;
	right: 10px
}

@media(max-width:1399.98px) {
	.story-section-three .icon-flowers-16 {
		opacity: .3
	}
}

.story-section-three .icon-flowers-17 {
	position: absolute;
	bottom: 70px;
	right: 110px
}

@media(max-width:1199.98px) {
	.story-section-three .icon-flowers-17 {
		opacity: .3
	}
}

.story-section-three .sec-title {
	margin-bottom: 40px
}

.story-section-three .sec-title .icon-leaves-36 {
	margin: 30px auto 0
}

.story-section-three .default-navs {
	z-index: 9
}

.story-section-three .default-navs .owl-nav {
	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;
	margin-left: 100px
}

@media(max-width:1199.98px) {
	.story-section-three .default-navs .owl-nav {
		margin-left: 0
	}
}

.story-section-three .default-navs .owl-next,
.story-section-three .default-navs .owl-prev {
	display: block;
	width: 60px;
	height: 60px;
	font-size: 20px;
	font-weight: 700;
	line-height: 58px;
	color: var(--theme-color-dark);
	background: var(--theme-color-light);
	border: 1px solid #e3e3e3;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 50%;
	margin-left: 20px;
	-webkit-box-shadow: 0 21px 10px rgba(0, 0, 0, .05);
	box-shadow: 0 21px 10px rgba(0, 0, 0, .05)
}

.story-section-three .default-navs .owl-next:hover,
.story-section-three .default-navs .owl-prev:hover {
	color: var(--theme-color-light);
	background-color: var(--bg-theme-color8);
	border-color: var(--theme-color8);
	-webkit-box-shadow: none;
	box-shadow: none
}

.story-section-three .default-navs .owl-prev {
	margin-left: 0
}

.story-block-three .inner-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media(max-width:1199.98px) {
	.story-block-three .inner-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.story-block-three .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.story-block-three .inner-box .content-box {
	position: relative;
	min-width: 440px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-top: 150px;
	padding-left: 10px
}

@media(max-width:1399.98px) {
	.story-block-three .inner-box .content-box {
		min-width: 300px
	}
}

@media(max-width:1199.98px) {
	.story-block-three .inner-box .content-box {
		text-align: center;
		padding-top: 0
	}
}

.story-block-three .inner-box .content-box .name {
	font-family: var(--script-font);
	font-size: 48px;
	font-weight: 400;
	line-height: 1.2em;
	color: var(--theme-color-dark)
}

@media(max-width:575.98px) {
	.story-block-three .inner-box .content-box .name {
		font-size: 28px
	}
}

.story-block-three .inner-box .content-box .date {
	color: var(--theme-color-dark);
	font-size: 16px;
	line-height: 1em;
	font-weight: 500;
	margin-bottom: 20px
}

.story-block-three .inner-box .content-box .video-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 55px
}

@media(max-width:1199.98px) {
	.story-block-three .inner-box .content-box .video-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 0
	}
}

.story-block-three .inner-box .content-box .video-box .icon {
	position: relative;
	width: 110px;
	height: 110px;
	line-height: 110px;
	color: var(--theme-color-light);
	border-radius: 50%;
	background-color: #252c43;
	border: none;
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.story-block-three .inner-box .content-box .video-box .icon {
		height: 80px;
		width: 80px;
		line-height: 80px
	}
}

.story-block-three .inner-box .content-box .video-box .icon:after {
	content: "";
	position: absolute;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	border-radius: 50%;
	border: 1px dashed var(--theme-color-light)
}

.story-block-three .inner-box .content-box .video-box .icon:hover {
	background-color: var(--bg-theme-color8)
}

.story-block-three .inner-box .content-box .video-box .title {
	font-weight: 700;
	margin-left: 15px
}

.story-block-three .inner-box .image-box {
	position: relative;
	padding: 50px 60px 35px;
	margin-right: 14px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 522px
}

@media(max-width:1399.98px) {
	.story-block-three .inner-box .image-box {
		margin: 0 auto 20px
	}
}

@media(max-width:575.98px) {
	.story-block-three .inner-box .image-box {
		padding: 0
	}
}

.story-block-three .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	border-radius: 50%
}

.story-block-three .inner-box .image-box .image img {
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

@media(max-width:575.98px) {
	.story-block-three .inner-box .image-box .image img {
		border-radius: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.story-block-three .inner-box .image-box .story-frame {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media(max-width:575.98px) {
	.story-block-three .inner-box .image-box .story-frame {
		display: none
	}
}

.story-block-three .inner-box .image-box .icon-flower-28 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-55%, -50%);
	transform: translate(-55%, -50%)
}

@media(max-width:575.98px) {
	.story-block-three .inner-box .image-box .icon-flower-28 {
		display: none
	}
}

.story-block-three .inner-box .text-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	width: 100%
}

.story-block-three .inner-box .text-box .text {
	font-size: 18px;
	line-height: 34px
}

@media(max-width:1199.98px) {
	.story-block-three .inner-box .text-box .text {
		margin: 20px 0;
		text-align: center
	}
}

.main-footer {
	position: relative;
	background-color: var(--bg-theme-color2)
}

.main-footer .widgets-section {
	position: relative
}

.main-footer .footer-column {
	position: relative;
}

.main-footer .footer-widget {
	position: relative
}

.main-footer .widget-title {
	position: relative;
	font-family: var(--text-font);
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: var(--theme-color-light);
	margin-bottom: 30px
}

.main-footer .widget-content {
	position: relative;
	 max-width: 300px;
}

.main-footer .widget-content .text {
	color: var(--theme-color-light)
}
.main-footer .widget-content .text p{
	line-height: 16px;
    font-weight: 600;
	font-family:var(--title-font);
	color:#fff;
}
.recent-post {
	position: relative;
	margin-bottom: 30px
}

.recent-post:last-child {
	margin-bottom: 0
}

.recent-post .inner {
	position: relative;
	padding-left: 100px;
	min-height: 80px
}

.recent-post .inner:hover .post-thumb img {
	opacity: .7
}

.recent-post .inner .post-thumb {
	position: absolute;
	left: 0;
	top: 10px;
	height: 80px;
	width: 80px;
	border-radius: 5px;
	overflow: hidden
}

.recent-post .inner .post-thumb img {
	width: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.recent-post .inner .post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--theme-color-light);
	line-height: 30px;
	margin-bottom: 5px
}

.recent-post .inner .post-info i {
	font-size: 12px;
	margin-right: 10px;
	color: var(--theme-color1)
}

.recent-post .inner .post-title {
	color: var(--theme-color-light);
	letter-spacing: -.8px;
	margin-bottom: 15px;
	font-family: var(--text-font)
}

.user-links {
	position: relative
}

.user-links li {
	margin-bottom: 10px;
	padding-left: 33px
}

.user-links li i {
	position: absolute;
	left: 0;
	color: var(--theme-color1)
}

.user-links li:last-child {
	margin-bottom: 0
}

.user-links li a {
	position: relative;
	display: inline-block;
	color: var(--theme-color-dark);
	-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 i {
	display: none
}

.user-links.light li i {
	color: var(--theme-color-light)
}

.user-links.light li a {
	color: var(--theme-color-light)
}

.user-links.two-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.user-links.two-column li {
	width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}

.contact-list {
	position: relative
}

.contact-list li {
	margin-bottom: 15px;
	padding-left: 30px
}

.contact-list li i {
	position: absolute;
	left: 0;
	color: var(--theme-color1);
	font-size: 18px
}

.contact-list li:last-child {
	margin-bottom: 0
}

.contact-list li a {
	position: relative;
	display: inline-block;
	color: var(--theme-color-dark);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.contact-list li a:hover {
	color: var(--theme-color1)
}

.contact-list.style-two li {
	padding-left: 0
}

.contact-list.style-two li i {
	display: none
}

.contact-list.light li i {
	color: var(--theme-color-light)
}

.contact-list.light li a {
	color: var(--theme-color-light)
}

.contact-list.light li a:hover {
	color: var(--theme-color7)
}

.contact-list.two-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.contact-list.two-column li {
	width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}

.contact-list-two {
	position: relative
}

.contact-list-two li {
	position: relative;
	padding-left: 55px;
	color: var(--theme-color-light);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 41px;
	margin-bottom: 10px
}

.contact-list-two li a {
	color: var(--theme-color-light)
}

.contact-list-two li i {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--theme-color-light);
	font-size: 18px;
	width: 41px;
	height: 41px;
	line-height: 41px;
	background-color: var(--bg-theme-color7);
	border-radius: 50%;
	text-align: center
}

.contact-list-three li {
	position: relative;
	padding-left: 50px;
	min-height: 41px;
	margin-bottom: 10px
}

.contact-list-three li i {
	position: absolute;
	top: -5px;
	left: 0;
	color: var(--theme-color-light);
	font-size: 18px;
	width: 41px;
	height: 41px;
	line-height: 41px;
	background-color: var(--theme-color3);
	border-radius: 50%;
	text-align: center
}

.contact-list-three.light li i {
	color: var(--theme-color-light)
}

.contact-list-three.light li a ,.contact-list-three.light li a strong{
	color: var(--theme-color-light);

}

.contact-list-three.light li a:hover {
	color: var(--theme-color7)
}

.contact-list-four li {
	position: relative;
	padding-left: 50px;
	min-height: 41px;
	margin-bottom: 10px;
	color: var(--theme-color-dark)
}

.contact-list-four li i {
	position: absolute;
	top: -5px;
	left: 0;
	color: var(--theme-color-light);
	font-size: 18px;
	width: 41px;
	height: 41px;
	line-height: 41px;
	background-color: var(--bg-theme-color8);
	border-radius: 50%;
	text-align: center
}

.contact-list-four.light li i {
	color: var(--theme-color-light)
}

.contact-list-four.light li a {
	color: var(--theme-color-light)
}

.contact-list-four.light li a:hover {
	color: var(--theme-color7)
}

.footer-bottom {
	position: relative;
	z-index: 3;
	background-color: #0d1222;
	padding: 30px 0
}

@media(max-width:991.98px) {
	.footer-bottom {
		text-align: center
	}
}

.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;
	color: var(--theme-color-light);
	text-align: center;
	margin: 0
}

@media(max-width:991.98px) {
	.footer-bottom .copyright-text {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}

.footer-bottom .copyright-text a {
	color: inherit
}

.footer-bottom .copyright-text a:hover {
	color: var(--theme-color-light)
}

.footer-bottom .footer-nav {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media(max-width:575.98px) {
	.footer-bottom .footer-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.footer-bottom .footer-nav li {
	font-size: 16px;
	line-height: 32px;
	color: rgba(255, 255, 255, .7);
	margin-left: 30px
}

.footer-bottom .footer-nav li:first-child {
	margin-left: 0
}

@media(max-width:991.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(--bg-theme-color2)
}

.footer-style-one .footer-upper {
	position: relative;
	padding: 70px 0 65px
}

@media(max-width:991.98px) {
	.footer-style-one .footer-upper {
		padding: 30px 0
	}
}

@media(max-width:575.98px) {
	.footer-style-one .footer-upper {
		display: none
	}
}

.footer-style-one .footer-upper .outer-box {
	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
}

.footer-style-one .footer-upper .outer-box .text {
	color: var(--theme-color-light)
}

@media(max-width:991.98px) {
	.footer-style-one .footer-upper .outer-box .upper-center {
		display: none
	}
}

.footer-style-one .footer-upper .outer-box .upper-right .social-icon-one li {
	color: var(--theme-color-light)
}

.footer-style-one .footer-upper .outer-box .upper-right .social-icon-one a {
	font-size: 20px;
	width: 65px;
	height: 65px;
	line-height: 65px
}

@media(max-width:991.98px) {
	.footer-style-one .footer-upper .outer-box .upper-right .social-icon-one a {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 16px
	}
}

.footer-style-one .widgets-section {
	position: relative;
	padding: 55px 0 15px;
	border-top: 2px solid #4e5366
}

.footer-style-one .widgets-section .newsletter-widget .text {
	color: #a6a6a6;
	margin-bottom: 20px
}

.newsletter-form-one {
	position: relative
}

.newsletter-form-one .form-group {
	position: relative;
	padding-right: 200px;
	max-width: 855px;
	width: 100%
}

@media(max-width:991.98px) {
	.newsletter-form-one .form-group {
		max-width: auto;
		padding-right: 0
	}
}

.newsletter-form-one .form-group input[type=text],
.newsletter-form-one .form-group input[type=email] {
	position: relative;
	height: 60px;
	width: 100%;
	color: var(--theme-color-dark);
	padding: 25px 40px;
	background-color: var(--theme-color-light);
	border-radius: 50px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.newsletter-form-one .form-group input[type=text]::-webkit-input-placeholder,
.newsletter-form-one .form-group input[type=email]::-webkit-input-placeholder {
	color: var(--theme-color-dark)
}

.newsletter-form-one .form-group input[type=text]::-moz-placeholder,
.newsletter-form-one .form-group input[type=email]::-moz-placeholder {
	color: var(--theme-color-dark)
}

.newsletter-form-one .form-group input[type=text]:-ms-input-placeholder,
.newsletter-form-one .form-group input[type=email]:-ms-input-placeholder {
	color: var(--theme-color-dark)
}

.newsletter-form-one .form-group input[type=text]::-ms-input-placeholder,
.newsletter-form-one .form-group input[type=email]::-ms-input-placeholder {
	color: var(--theme-color-dark)
}

.newsletter-form-one .form-group input[type=text]::placeholder,
.newsletter-form-one .form-group input[type=email]::placeholder {
	color: var(--theme-color-dark)
}

.newsletter-form-one .form-group .theme-btn {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 180px;
	line-height: 30px;
	width: 100%
}

@media(max-width:991.98px) {
	.newsletter-form-one .form-group .theme-btn {
		position: relative;
		text-align: center;
		max-width: 100%;
		margin-top: 10px
	}
}

.footer-style-two {
	position: relative;
	background-color: #353022
}

.footer-style-two .icon-flowers-8 {
	position: absolute;
	top: 70px;
	left: 0;
	background-repeat: no-repeat
}

@media only screen and (max-width:1699px) {
	.footer-style-two .icon-flowers-8 {
		opacity: .05
	}
}

.footer-style-two .icon-flowers-8.style-two {
	position: absolute;
	bottom: 0;
	right: 0;
	left: auto;
	-webkit-transform: scale(-1) !important;
	transform: scale(-1) !important
}

.footer-style-two .icon-flowers-9 {
	position: absolute;
	top: 0;
	left: 50%;
	background-repeat: no-repeat;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.footer-style-two .icon-flower-24 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.footer-style-two .widgets-section {
	position: relative;
	padding: 225px 0 35px;
	border-top: 2px solid #4e5366
}

@media(max-width:1199.98px) {
	.footer-style-two .widgets-section {
		padding-top: 150px
	}
}

.footer-style-two .widgets-section .widget-title {
	position: relative
}

.footer-style-two .widgets-section .widget-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 69px;
	height: 2px;
	background-color: var(--bg-theme-color7)
}

.footer-style-two .widgets-section .about-widget {
	text-align: center;
	margin-top: -10px
}

@media(max-width:767.98px) {
	.footer-style-two .widgets-section .about-widget br {
		display: none
	}
}

@media(max-width:1199.98px) {
	.footer-style-two .widgets-section .about-widget {
		text-align: left
	}
}

.footer-style-two .widgets-section .about-widget .logo {
	margin-bottom: 30px
}

.footer-style-two .widgets-section .icons-widget .social-icon-one {
	margin-top: 40px
}

.footer-style-two .widgets-section .icons-widget .social-icon-one li {
	margin-left: 0;
	margin-right: 20px
}

.footer-style-two .widgets-section .icons-widget .social-icon-one a {
	width: 62px;
	height: 62px;
	line-height: 62px;
	font-size: 20px
}

.footer-style-two .widgets-section .icons-widget .social-icon-one a:before {
	background-color: var(--bg-theme-color7)
}

.footer-style-two .widgets-section .icons-widget .social-icon-one a:hover {
	border-color: var(--bg-theme-color7)
}

.footer-style-two .footer-bottom {
	border: 0;
	background-color: transparent;
	padding-bottom: 50px;
	padding-top: 0
}

.footer-style-two .footer-bottom .copyright-text {
	color: var(--theme-color-light);
	text-align: center
}

@media(max-width:575.98px) {
	.footer-style-two .footer-bottom .copyright-text {
		text-align: left
	}
}

.footer-style-three {
	position: relative;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(39, 39, 39, 1) 100%);
}

.footer-style-three .icon-leaves-12 {
	position: absolute;
	top: 0;
	left: 0
}

@media(max-width:1199.98px) {
	.footer-style-three .icon-leaves-12 {
		opacity: .2
	}
}

.footer-style-three .icon-leaves-13 {
	position: absolute;
	top: 0;
	right: -20%
}

@media(max-width:1199.98px) {
	.footer-style-three .icon-leaves-13 {
		opacity: .2
	}
}

.footer-style-three .icon-bubbles {
	position: absolute
}

.footer-style-three .widgets-section {
	position: relative;
	padding: 60px 0 15px;
	border-top: 2px solid #4e5366
}

.footer-style-three .widgets-section .widget-title {
	position: relative;
	margin-bottom: 50px
}

.footer-style-three .widgets-section .widget-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 69px;
	height: 2px;
	background-color: var(--theme-color3)
}

@media(max-width:575.98px) {
	.footer-style-three .widgets-section .about-widget br {
		display: none
	}
}

.footer-style-three .widgets-section .about-widget .logo {
	margin-bottom: 20px
}
.footer-style-three .widgets-section .about-widget .logo  img{
	max-width:130px;
}
.footer-style-three .widgets-section .subscribe-widget .text {
	color: var(--theme-color-light);
	margin-bottom: 30px
}

.footer-style-three .footer-bottom {
	border: 0;
	background-color: transparent;
}

@media(max-width:1199.98px) {
	.footer-style-three .footer-bottom {
		padding: 20px 0
	}
}

.footer-style-three .footer-bottom .outer-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
}

@media(max-width:767.98px) {
	.footer-style-three .footer-bottom .outer-container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media(max-width:767.98px) {
	.footer-style-three .footer-bottom .outer-container .icons-box .social-icon-one {
		display: none
	}
}

.footer-style-three .footer-bottom .outer-container .icons-box .social-icon-one a {
	width: 54px;
	height: 54px;
	line-height: 54px;
	font-size: 16px
}

.footer-style-three .footer-bottom .outer-container .icons-box .social-icon-one a:before {
	background-color: var(--bg-theme-color5)
}

.footer-style-three .footer-bottom .outer-container .icons-box .social-icon-one a:hover {
	border-color: var(--bg-theme-color5)
}

.footer-style-three .footer-bottom .copyright-text {
	color: var(--theme-color-light)
}

.newsletter-form-two {
	position: relative
}

.newsletter-form-two .form-group {
	position: relative
}

.newsletter-form-two .form-group input[type=text],
.newsletter-form-two .form-group input[type=email] {
	position: relative;
	display: block;
	height: 64px;
	width: 100%;
	font-size: var(--body-font-size);
	line-height: 24px;
	color: var(--theme-color2);
	padding: 20px 30px;
	background: var(--theme-color-light);
	border-radius: 50px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.newsletter-form-two .form-group input[type=text]::-webkit-input-placeholder,
.newsletter-form-two .form-group input[type=email]::-webkit-input-placeholder {
	color: var(--theme-color2)
}

.newsletter-form-two .form-group input[type=text]::-moz-placeholder,
.newsletter-form-two .form-group input[type=email]::-moz-placeholder {
	color: var(--theme-color2)
}

.newsletter-form-two .form-group input[type=text]:-ms-input-placeholder,
.newsletter-form-two .form-group input[type=email]:-ms-input-placeholder {
	color: var(--theme-color2)
}

.newsletter-form-two .form-group input[type=text]::-ms-input-placeholder,
.newsletter-form-two .form-group input[type=email]::-ms-input-placeholder {
	color: var(--theme-color2)
}

.newsletter-form-two .form-group input[type=text]::placeholder,
.newsletter-form-two .form-group input[type=email]::placeholder {
	color: var(--theme-color2)
}

.newsletter-form-two .form-group .theme-btn {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 58px;
	height: 58px;
	padding: 15px 10px;
	line-height: 28px;
	border-radius: 50%;
	font-size: 24px;
	text-align: center;
	background-color: var(--theme-color3);
	color: var(--theme-color1)
}

.newsletter-form-two .form-group .theme-btn:hover {
	color: var(--theme-color2)
}

.newsletter-form-two .form-group .theme-btn i {
	color: var(--theme-color-light)
}

.footer-style-four {
	position: relative;
	background: 0 0
}

.footer-style-four .bg {
	height: auto;
	top: 60px;
	bottom: 0;
	overflow: hidden;
	background-color: #1b2640
}

.footer-style-four .icon-leave-5 {
	position: absolute;
	left: 47%;
	bottom: 30px
}

.footer-style-four .icon-flower-19 {
	position: absolute;
	top: 10px;
	left: -10px;
	z-index: 9
}

@media only screen and (max-width:1699px) {
	.footer-style-four .icon-flower-19 {
		display: none
	}
}

.footer-style-four .icon-flower-20 {
	position: absolute;
	top: 0;
	right: -110px;
	z-index: 9
}

@media only screen and (max-width:1699px) {
	.footer-style-four .icon-flower-20 {
		display: none
	}
}

.footer-style-four .icon-bubbles {
	position: absolute;
	top: 0;
	left: 0;
	background-position: center
}

.footer-style-four .widgets-section {
	position: relative;
	padding: 170px 0 15px
}

@media(max-width:991.98px) {
	.footer-style-four .widgets-section {
		padding-top: 80px
	}
}

.footer-style-four .widgets-section .widget-title {
	position: relative;
	margin-bottom: 40px
}

.footer-style-four .widgets-section .widget-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 69px;
	height: 2px;
	background-color: var(--bg-theme-color6)
}

@media(max-width:1199.98px) {
	.footer-style-four .widgets-section .about-widget br {
		display: none
	}
}

.footer-style-four .widgets-section .about-widget .logo {
	margin-bottom: 30px
}

.footer-style-four .widgets-section .copyright-text {
	color: var(--theme-color-light);
	margin-bottom: 25px
}

.footer-style-four .widgets-section .icons-box .social-icon-one a {
	width: 56px;
	height: 56px;
	line-height: 56px;
	font-size: 20px
}

.footer-style-four .widgets-section .icons-box .social-icon-one a:before {
	background-color: var(--bg-theme-color6)
}

.footer-style-four .widgets-section .icons-box .social-icon-one a:hover {
	border-color: var(--bg-theme-color6)
}

.footer-style-four .widgets-section .contact-widget {
	padding-top: 20px
}

.footer-style-four .widgets-section .contact-widget .contact-list-three li .icon {
	background-color: var(--bg-theme-color6)
}

.footer-style-four .contact-form-four {
	margin-left: 30px
}

@media(max-width:1399.98px) {
	.footer-style-four .contact-form-four {
		margin-left: 0
	}
}

.contact-form-four {
	position: relative;
	z-index: 9;
	padding: 80px 70px 55px;
	background-image: url(../images/icons/overlay.jpg)
}

.contact-form-four::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #57678c;
	opacity: .86
}

@media(max-width:1399.98px) {
	.contact-form-four {
		padding: 70px 30px
	}
}

@media(max-width:575.98px) {
	.contact-form-four {
		padding: 50px 20px
	}
}

.contact-form-four .title {
	color: var(--theme-color-light);
	font-family: var(--title-font);
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 20px
}

.contact-form-four .form-group {
	position: relative;
	margin-bottom: 20px
}

.contact-form-four .form-group:last-child {
	margin-bottom: 0
}

.contact-form-four .form-group .custom-radio-box {
	color: var(--theme-color-light)
}

.contact-form-four .form-group .custom-radio-box .checkmark {
	background-color: var(--theme-color-light)
}

.contact-form-four .form-group .custom-radio-box input~.checkmark {
	background-color: #8e9ab5
}

.contact-form-four .form-group .custom-radio-box input:checked~.checkmark {
	background-color: #8e9ab5
}

.contact-form-four .select2-container--default .select2-selection--single,
.contact-form-four input:not([type=submit]),
.contact-form-four textarea,
.contact-form-four select {
	position: relative;
	display: block;
	height: 50px;
	width: 100%;
	padding: 15px 30px;
	font-size: var(--body-font-size);
	color: var(--theme-color-light);
	line-height: 32px;
	font-size: 14px;
	font-weight: 400;
	background-color: transparent;
	border: 1px solid var(--theme-color-light);
	border-radius: 50px;
	margin-bottom: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.contact-form-four ::-webkit-input-placeholder {
	color: var(--theme-color-light)
}

.contact-form-four input:focus,
.contact-form-four select:focus,
.contact-form-four textarea:focus {
	border-color: var(--theme-color-dark)
}

.contact-form-four textarea {
	height: 90px;
	resize: none;
	margin-bottom: 10px;
	border-radius: 20px
}

.contact-form-four input[type=submit] {
	width: 100%;
	font-weight: 400;
	line-height: 32px;
	padding: 15px 30px
}

.contact-form-four .theme-btn {
	background-color: var(--theme-color-light);
	color: var(--theme-color-dark);
	font-family: var(--text-font)
}

.contact-form-four .theme-btn:before {
	background-color: var(--bg-theme-color7)
}

.contact-form-four .theme-btn:hover {
	color: var(--theme-color-light)
}

.footer-style-five {
	position: relative;
	background: 0 0;
	padding-top: 130px;
	padding-bottom: 30px
}

.footer-style-five .icon-flowers-3 {
	position: absolute;
	top: 40px;
	right: 0
}

@media(max-width:1399.98px) {
	.footer-style-five .icon-flowers-3 {
		opacity: .1
	}
}

.footer-style-five .icon-flowers-21 {
	position: absolute;
	bottom: 0;
	left: 0
}

@media(max-width:1399.98px) {
	.footer-style-five .icon-flowers-21 {
		opacity: .1
	}
}

.footer-style-five .footer-column {
	margin-bottom: 20px
}

.footer-style-five .float-text {
	position: absolute;
	right: -100px;
	top: 0;
	color: #f7f7f7;
	font-family: var(--title-font);
	font-weight: 400;
	font-size: 278px;
	line-height: .9em;
	text-transform: uppercase;
	-webkit-animation: anim-shadow 5s infinite linear;
	animation: anim-shadow 5s infinite linear
}

@media(max-width:1399.98px) {
	.footer-style-five .float-text {
		font-size: 200px
	}
}

@media(max-width:991.98px) {
	.footer-style-five .float-text {
		font-size: 150px
	}
}

@media(max-width:767.98px) {
	.footer-style-five .float-text {
		font-size: 120px
	}
}

@media(max-width:575.98px) {
	.footer-style-five .float-text {
		font-size: 70px
	}
}

.footer-style-five .title {
	font-size: 90px;
	font-weight: 400
}

@media(max-width:991.98px) {
	.footer-style-five .title {
		font-size: 80px
	}
}

@media(max-width:767.98px) {
	.footer-style-five .title {
		font-size: 60px
	}
}

@media(max-width:575.98px) {
	.footer-style-five .title {
		font-size: 40px
	}
}

.footer-style-five .widgets-section {
	position: relative;
	padding: 40px 0 15px
}

.footer-style-five .widgets-section .widget-title {
	position: relative;
	margin-bottom: 30px;
	color: var(--theme-color-dark)
}

.footer-style-five .widgets-section .widget-title:before {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 69px;
	height: 2px;
	background-color: var(--bg-theme-color8)
}

.footer-style-five .widgets-section .links-widget .widget-title {
	margin-bottom: 20px
}

.footer-style-five .widgets-section .links-widget .social-icon-two a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: var(--theme-color-light);
	font-size: 18px
}

.footer-style-five .widgets-section .links-widget .social-icon-two a:before {
	background-color: var(--bg-theme-color8)
}

.footer-style-five .widgets-section .links-widget .social-icon-two a:hover {
	border-color: var(--bg-theme-color8)
}

.footer-style-five .footer-lower {
	background-color: var(--theme-color-light);
	padding-top: 75px
}

.footer-style-five .footer-lower .gallery-block-two .image-box .overlay:before {
	background-color: var(--bg-theme-color8) !important
}

.footer-style-five .footer-bottom {
	padding: 0;
	background-color: transparent
}

.footer-style-five .footer-bottom .copyright-text {
	color: var(--theme-color-dark)
}

.contact-form-five {
	position: relative;
	z-index: 9
}

.contact-form-five .form-group {
	position: relative;
	margin-bottom: 20px
}

.contact-form-five .form-group:last-child {
	margin-bottom: 0
}

.contact-form-five .select2-container--default .select2-selection--single,
.contact-form-five input:not([type=submit]),
.contact-form-five textarea,
.contact-form-five select {
	position: relative;
	display: block;
	height: 50px;
	width: 100%;
	padding: 15px 30px;
	font-size: var(--body-font-size);
	color: var(--theme-color-light);
	line-height: 32px;
	font-size: 14px;
	font-weight: 400;
	background-color: var(--theme-color-light);
	border: 1px solid #e4e4e4;
	border-radius: 50px;
	margin-bottom: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.contact-form-five ::-webkit-input-placeholder {
	color: var(--theme-color-dark)
}

.contact-form-five input:focus,
.contact-form-five select:focus,
.contact-form-five textarea:focus {
	border-color: var(--theme-color-dark)
}

.contact-form-five textarea {
	height: 121px;
	resize: none;
	margin-bottom: 0;
	border-radius: 30px
}

.contact-form-five input[type=submit] {
	width: 100%;
	font-weight: 400;
	line-height: 32px;
	padding: 15px 30px
}

.contact-form-five .theme-btn {
	padding: 15px 53px
}

.product-details .bxslider .image-box {
	position: relative;
	display: block;
	margin-right: 30px;
	margin-bottom: 10px
}

.product-details .bxslider .image-box img {
	width: 100%
}

.product-details .bxslider .thumb-box li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	width: 100px;
	height: 100px
}

.product-details .bxslider .thumb-box li:last-child {
	margin: 0 !important
}

.product-details .bxslider .thumb-box li a {
	position: relative;
	display: inline-block
}

.product-details .bxslider .thumb-box li a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.product-details .bxslider .thumb-box li a.active:before {
	opacity: 1
}

.product-details .bx-wrapper {
	margin-bottom: 30px
}

.product-details .product-info .product-details__top {
	position: relative;
	display: block;
	margin-top: -8px
}

.product-details .product-info .product-details__title {
	font-size: 40px;
	line-height: 44px;
	font-weight: 700;
	margin: 0
}

.product-details .product-info .product-details__title span {
	position: relative;
	display: inline-block;
	color: var(--theme-color1);
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	margin-left: 20px;
	letter-spacing: 0
}

.product-details .product-info .product-details__reveiw {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 22px;
	padding-bottom: 20px;
	margin-bottom: 31px;
	border-bottom: 1px solid #e0e4e8
}

.product-details .product-info .product-details__reveiw i {
	font-size: 16px;
	color: var(--theme-color1)
}

.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-color2);
	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-light);
	font-size: 8px;
	position: absolute;
	top: 1px;
	right: 1px;
	background-color: var(--theme-color1);
	border: none;
	border-left: 1px solid #e0e4e8;
	border-top-right-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: none;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.product-details__quantity .quantity-box button:hover {
	color: #fff;
	background-color: var(--theme-color2)
}

.product-details__quantity .quantity-box button.sub {
	bottom: 1px;
	top: auto;
	border-top-right-radius: 0;
	border-bottom-right-radius: 10px
}

.product-discription {
	position: relative;
	display: block
}

.product-discription .product-description__title {
	font-size: 30px;
	margin-bottom: 27px
}

.product-discription .product-description__text1 {
	font-size: 16px;
	line-height: 30px;
	margin: 0
}

.product-discription .product-description__list {
	position: relative;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px
}

.product-discription .product-description__list ul {
	position: relative;
	display: block
}

.product-discription .product-description__list ul li {
	position: relative;
	display: block;
	margin-bottom: 2px
}

.product-discription .product-description__list ul li:last-child {
	margin-bottom: 0
}

.product-discription .product-description__list ul li p {
	margin: 0;
	font-weight: 600;
	color: var(--headings-color)
}

.product-discription .product-description__list ul li p span:before {
	position: relative;
	display: inline-block;
	color: var(--theme-color1);
	font-size: 17px;
	line-height: 17px;
	margin-right: 11px;
	top: 2px
}

.product-discription .tabs-content .text p {
	margin-bottom: 17px
}

.product-discription .tabs-content .text p:last-child {
	margin-bottom: 0
}

.product-discription .tab-btn-box {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 60px
}

.product-discription .tab-btn-box:before {
	position: absolute;
	content: "";
	background-color: #e1e8e4;
	width: 100%;
	height: 1px;
	left: 0;
	top: 28px
}

.product-discription .tab-btn-box .tab-btns li {
	background-color: #fff;
	border: 1px solid #e1e8e4;
	color: #1e2434;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin: 0 8.5px;
	margin-bottom: 15px;
	padding: 14px 30px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.product-discription .tab-btn-box .tab-btns li.active-btn {
	color: var(--theme-color-light);
	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.png)
}

.category-block .inner-box.cat-bg-2:before {
	background-image: url(../images/icons/cat-2-bg.png)
}

.category-block .inner-box.cat-bg-3:before {
	background-image: url(../images/icons/cat-3-bg.png)
}

.category-block .inner-box.cat-bg-4:before {
	background-image: url(../images/icons/cat-4-bg.png)
}

.category-block .image {
	position: relative;
	display: inline-block;
	height: 180px;
	width: 180px;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 15px
}

.category-block .image img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.category-block h4 {
	font-size: 20px;
	color: var(--theme-color3);
	font-weight: 700;
	margin-bottom: 10px
}

.category-block h4 a {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.category-block h4 a:hover {
	color: var(--theme-color1)
}

.category-block p {
	font-size: 14px;
	color: #797f7d;
	line-height: 26px;
	margin-bottom: 0
}

.categories-section-two {
	position: relative;
	padding: 120px 0 90px
}

.category-block-two {
	position: relative;
	padding-top: 70px;
	margin-bottom: 30px;
	z-index: 9
}

.category-block-two .inner-box {
	position: relative;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	margin: 0 auto;
	padding: 18px
}

.category-block-two .inner-box:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 60px;
	width: 100%;
	border-radius: 10px;
	background: #e3eee5;
	content: ""
}

.category-block-two .inner-box:hover .image:before {
	left: 100%;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease
}

.category-block-two .inner-box:hover .image img {
	-webkit-transform: scale(.9);
	transform: scale(.9)
}

.category-block-two .inner-box:hover h4 a {
	color: var(--theme-color1)
}

.category-block-two .content {
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 0 40px 40px;
	z-index: 1;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

.category-block-two .content:before {
	position: absolute;
	top: -88px;
	left: 0;
	width: 180px;
	height: 180px;
	right: 0;
	margin: 0 auto;
	border-radius: 50%;
	background: #e3eee5;
	content: ""
}

.category-block-two .content:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 30px;
	line-height: 1em;
	color: #e8f3ea;
	height: 15px;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: .1em;
	content: attr(data-text)
}

.category-block-two .image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 25px;
	margin-top: -70px
}

.category-block-two .image img {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.category-block-two .image:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 120%;
	width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
	content: "";
	opacity: .3;
	left: -100%;
	pointer-events: none;
	z-index: 1
}

.category-block-two h4 {
	font-size: 22px;
	color: var(--theme-color3);
	font-weight: 700;
	margin-bottom: 15px
}

.category-block-two h4 a {
	color: var(--theme-color3);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.category-block-two p {
	font-size: 16px;
	color: #797f7d;
	line-height: 26px;
	margin-bottom: 0
}

.category-block-two .link {
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	background: #e8f3ea;
	border-radius: 50%;
	line-height: 50px;
	margin-top: 25px;
	color: #608174;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.category-block-two .link:hover {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.category-block-two.child-two .link {
	background: #f0e2e3
}

.category-block-two.child-two .inner-box:before {
	background: #f0e2e3
}

.category-block-two.child-two .inner-box:hover h4 a {
	color: #e69da2
}

.category-block-two.child-two .content:before {
	background: #f0e2e3
}

.category-block-two.child-two .content:after {
	color: #f0e2e3
}

.category-block-two.child-three .link {
	background: #f1ede1
}

.category-block-two.child-three .inner-box:before {
	background: #f1ede1
}

.category-block-two.child-three .inner-box:hover h4 a {
	color: #c9b579
}

.category-block-two.child-three .content:before {
	background: #f1ede1
}

.category-block-two.child-three .content:after {
	color: #f1ede1
}

.products-section {
	position: relative;
	padding: 120px 0
}

.products-section .bg-image {
	position: absolute;
	left: 0;
	top: 0;
	height: 670px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed
}

.products-section .bg-image:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #113629;
	opacity: .7;
	content: ""
}

.products-section .bg-image:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	width: 100%;
	background-image: url(../images/icons/pattern-8.png);
	background-position: center bottom;
	content: ""
}

.products-section .sec-title h2 {
	font-size: 60px
}

.products-section .sec-title .theme-btn {
	margin-top: 30px
}

.products-box {
	max-width: 1530px;
	position: relative;
	padding: 120px 60px 90px;
	margin: 120px auto 0;
	background-color: #f7f5ee;
	overflow: hidden;
	border-radius: 10px
}

.products-box:before {
	position: absolute;
	left: -90px;
	bottom: 0;
	height: 70%;
	width: 100%;
	background: url(../images/icons/shape-7.png) top left no-repeat;
	content: ""
}

.products-box .sec-title {
	margin-bottom: 30px
}

.products-box .outer-box {
	position: relative;
	padding-right: 400px
}

.products-box .outer-box .banner-box-two {
	position: absolute;
	right: 0;
	top: 0
}

.banner-box-two {
	position: relative
}

.banner-box-two .inner-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));
	background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--theme-color3)", endColorstr="#00e5e5e5", GradientType=0);
	content: ""
}

.banner-box-two .inner-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 370px;
	background: var(--theme-color3);
	border-radius: 10px;
	min-height: 440px;
	text-align: center;
	overflow: hidden;
	padding: 20px
}

.banner-box-two .title {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px
}

.banner-box-two .title strong {
	font-size: 60px;
	line-height: 1em;
	color: var(--theme-color2);
	font-weight: 400
}

.banner-box-two h4 {
	font-size: 30px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 30px
}

.product-block-two {
	position: relative;
	margin-bottom: 30px
}

.product-block-two .inner-box {
	position: relative;
	border: 2px solid transparent;
	border-radius: 10px;
	background: #fff;
	padding: 20px;
	padding-left: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 150px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.product-block-two .inner-box:hover {
	border: 2px solid var(--theme-color1)
}

.product-block-two .image {
	position: absolute;
	left: 20px;
	top: 20px;
	border-radius: 50%;
	overflow: hidden;
	height: 110px;
	width: 110px;
	border: 1px solid #e4e1d6;
	margin-bottom: 0
}

.product-block-two .image img {
	width: auto;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.product-block-two .inner-box:hover .image img {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg)
}

.product-block-two h4 {
	display: block;
	font-size: 22px;
	color: var(--theme-color3);
	font-weight: 700;
	margin-bottom: 5px
}

.product-block-two h4 a {
	color: var(--theme-color3);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.product-block-two .price {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: var(--theme-color1);
	font-weight: 600
}

.product-block-two .price del {
	display: inline-block;
	margin-left: 15px;
	font-size: 16px;
	color: red;
	line-height: 27px;
	opacity: .3
}

.product-block-two .rating {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #ffc737
}

.products-carousel .owl-nav {
	display: none
}

.products-carousel .owl-dots {
	position: absolute;
	right: 0;
	top: -80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 8
}

.products-carousel .owl-dot {
	position: relative;
	height: 7px;
	width: 7px;
	display: block;
	background: #879d91;
	margin-right: 5px;
	border-radius: 5px;
	display: block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.products-carousel .owl-dot.active {
	background: var(--theme-color3)
}

.featured-products {
	position: relative;
	padding: 120px 0 90px
}

.featured-products .bg-shape {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url(../images/icons/pattern-7.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 {
	border-radius: 10px;
	color: #797f7d;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin: 0 5px;
	padding: 10px 12px;
	position: relative;
	-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 {
	background-color: var(--headings-color);
	color: #fff
}

.featured-products .filters li:before {
	position: absolute;
	left: 0;
	bottom: 8px;
	height: 2px;
	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;
	-webkit-transition: transform 500ms cubic-bezier(.86, 0, .07, 1);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
	transition: -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
	transition: transform 500ms cubic-bezier(.86, 0, .07, 1);
	transition: transform 500ms cubic-bezier(.86, 0, .07, 1), -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
	-webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left
}

.product-block {
	position: relative;
	margin-bottom: 30px
}

.product-block.mix {
	display: none
}

.product-block .inner-box {
	position: relative;
	border: 2px solid #e4e1d5;
	border-radius: 10px;
	text-align: center;
	background: #fff;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.product-block .inner-box:hover {
	border: 2px solid var(--theme-color1);
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.product-block .image {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	margin-bottom: 0
}

.product-block .image:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
	content: "";
	opacity: .3;
	left: -100%;
	pointer-events: none;
	z-index: 1
}

.product-block .inner-box:hover .image:before {
	left: 100%;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease
}

.product-block .image img {
	width: auto;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.product-block .inner-box:hover .image img {
	-webkit-transform: scale(.9);
	transform: scale(.9)
}

.product-block .content {
	position: relative;
	padding: 30px
}

.product-block h4 {
	display: block;
	font-size: 22px;
	color: var(--theme-color2);
	font-weight: 700;
	margin-bottom: 5px
}

.product-block h4 a {
	color: var(--theme-color2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.product-block h4 a:hover {
	color: var(--theme-color1)
}

.product-block .price {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: var(--text-gray-silver);
	font-weight: 600
}

.product-block .price del {
	display: inline-block;
	margin-left: 15px;
	font-size: 16px;
	color: red;
	line-height: 27px;
	opacity: .3
}

.product-block .rating {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	color: #ffc737
}

.product-block .tag {
	position: absolute;
	top: 30px;
	left: 20px;
	font-size: 14px;
	line-height: 23px;
	color: #fff;
	background: #fd5f5c;
	font-weight: 400;
	padding: 0 12px;
	border-radius: 3px;
	z-index: 9;
	font-style: italic;
	text-transform: uppercase
}

.product-block .icon-box {
	position: absolute;
	right: 20px;
	top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.product-block .inner-box:hover .icon-box {
	top: 20px;
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms
}

.product-block .ui-btn {
	position: relative;
	display: block;
	height: 40px;
	width: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	z-index: 9;
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
	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: #fff
}

.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: #fff;
	background-color: var(--theme-color2)
}

table.tbl-shopping-cart>thead>tr>th,
table.tbl-shopping-cart>tbody>tr>th,
table.tbl-shopping-cart>tfoot>tr>th {
	color: #444
}

.payment-method .accordion-box .block {
	background: #f4f5f4;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 20px
}

.payment-method .accordion-box .block .acc-content .payment-info {
	position: relative;
	display: block;
	background-color: #fff;
	padding: 30px 30px 10px
}

.payment-method .accordion-box .block:last-child {
	margin-bottom: 0
}

.payment-method .accordion-box .block .acc-btn {
	padding: 19px 30px 22px
}

.payment-method .accordion-box .block .acc-btn .icon-outer {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 30px;
	height: auto;
	font-size: 28px;
	color: #1e2434
}

.payment-method .accordion-box .block .acc-btn.active .icon-outer {
	color: var(--text-color-bg-theme-color2)
}

.payment-method .payment-method h3 {
	margin-bottom: 32px
}

.shop-sidebar {
	position: relative;
	display: block
}

.shop-sidebar .sidebar-search {
	margin-bottom: 30px
}

.shop-sidebar .sidebar-search .search-form .form-group {
	position: relative;
	margin: 0
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
	position: relative;
	width: 100%;
	height: 52px;
	background-color: var(--theme-light-background);
	border: 1px solid var(--theme-light-background);
	border-radius: 5px;
	color: #646578;
	padding: 10px 60px 10px 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.shop-sidebar .sidebar-search .search-form .form-group button {
	position: absolute;
	display: inline-block;
	top: 5px;
	right: 5px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: var(--theme-color2);
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.shop-sidebar .sidebar-search .search-form .form-group button:hover {
	color: var(--headings-color);
	background-color: var(--theme-color1)
}

.shop-sidebar .sidebar-widget {
	position: relative;
	display: block;
	background-color: var(--theme-light-background);
	padding: 35px 30px 37px;
	border-radius: 5px;
	margin-bottom: 30px
}

.shop-sidebar .sidebar-widget:last-child {
	margin-bottom: 0
}

.shop-sidebar .sidebar-widget .widget-title {
	position: relative;
	display: block;
	margin-bottom: 16px
}

.shop-sidebar .category-widget .category-list li {
	position: relative;
	display: block;
	margin-bottom: 14px
}

.shop-sidebar .category-widget .category-list li:last-child {
	margin-bottom: 0
}

.shop-sidebar .category-widget .category-list li a {
	position: relative;
	display: inline-block;
	color: #646578;
	font-weight: 400;
	padding-left: 20px
}

.shop-sidebar .category-widget .category-list li a:before {
	position: absolute;
	content: "\f0da";
	font-family: "font awesome 6 pro";
	left: 0;
	top: 0;
	font-size: 16px;
	font-weight: 600;
	color: var(--theme-color2)
}

.shop-sidebar .category-widget .category-list li a:hover {
	color: var(--theme-color1)
}

.shop-sidebar .price-filters .widget-title {
	margin-bottom: 28px
}

.shop-sidebar .post-widget {
	padding-bottom: 9px
}

.shop-sidebar .post-widget .post {
	position: relative;
	padding-left: 90px;
	padding-bottom: 24px;
	margin-bottom: 23px;
	min-height: 108px;
	border-bottom: 1px solid #e1e1e1
}

.shop-sidebar .post-widget .post:last-child {
	margin-bottom: 0;
	border-bottom: none
}

.shop-sidebar .post-widget .post .post-thumb {
	position: absolute;
	left: 0;
	top: 7px;
	width: 70px;
	height: 70px;
	border: 1px solid #d0d4dd;
	border-radius: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.shop-sidebar .post-widget .post .post-thumb img {
	width: 100%;
	border-radius: 5px
}

.shop-sidebar .post-widget .post a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #646578;
	margin-bottom: 7px
}

.shop-sidebar .post-widget .post .price {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-family: poppins, sans-serif;
	font-weight: 600;
	color: #0a267a
}

.shop-sidebar .post-widget .post:hover .post-thumb {
	border-color: var(--theme-color1)
}

.shop-sidebar .post-widget .post:hover a {
	color: var(--theme-color1)
}

.range-slider {
	position: relative
}

.range-slider .title {
	line-height: 26px;
	position: relative;
	display: inline-block;
	margin-right: 4px
}

.range-slider .title:before {
	position: absolute;
	content: "$";
	left: -5px;
	top: -19px;
	color: #646578;
	font-size: 18px
}

.range-slider p {
	position: relative;
	display: inline-block;
	color: #646578;
	margin-right: 10px !important
}

.range-slider .input {
	color: #646578;
	max-width: 75px;
	font-size: 18px;
	margin-top: 5px;
	position: relative;
	display: inline-block
}

.range-slider .input input {
	background: 0 0;
	color: #646578;
	font-size: 15px;
	text-align: left
}

.range-slider .ui-widget.ui-widget-content {
	height: 4px;
	border: none;
	margin-bottom: 14px;
	background-color: #d0d4dd;
	border-radius: 2px
}

.range-slider .ui-slider .ui-slider-range {
	top: 0;
	height: 4px;
	background-color: var(--theme-color1)
}

.range-slider .ui-state-default {
	top: -5px;
	width: 14px;
	height: 14px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	margin-left: 0;
	background-color: var(--theme-color1);
	position: absolute
}

.range-slider .ui-state-default:before {
	position: absolute;
	content: "";
	background-color: #fff;
	width: 6px;
	height: 6px;
	left: 4px;
	top: 4px;
	border-radius: 50%
}

.range-slider .ui-widget-content .ui-state-default {
	top: -5px;
	width: 14px;
	height: 14px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	margin-left: 0;
	background-color: var(--theme-color1)
}

.range-slider .ui-widget-content .ui-state-default:before {
	position: absolute;
	content: "";
	background-color: #fff;
	width: 6px;
	height: 6px;
	left: 4px;
	top: 4px;
	border-radius: 50%
}

.range-slider input[type=submit] {
	position: relative;
	display: block;
	background: var(--theme-color1);
	color: var(--theme-color-light);
	float: right;
	text-align: center;
	border: none;
	font-size: 14px;
	font-weight: 600;
	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: #fff;
	background-color: var(--theme-color2)
}

@-webkit-keyframes "ripple" {
	70% {
		-webkit-box-shadow: 0 0 0 70px transparent;
		box-shadow: 0 0 0 70px transparent
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 transparent;
		box-shadow: 0 0 0 0 transparent
	}
}

@keyframes "ripple" {
	70% {
		-webkit-box-shadow: 0 0 0 70px transparent;
		box-shadow: 0 0 0 70px transparent
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 transparent;
		box-shadow: 0 0 0 0 transparent
	}
}

.page-title {
	background-color: var(--theme-color2);
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 115px 0 0;
	min-height: 450px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.page-title:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 32, 33, 0.9)), to(transparent));
	background: linear-gradient(180deg, rgba(17, 32, 33, 0.9), transparent)
}

.page-title .title {
	color: #fff;
	font-size: 64px;
	margin-bottom: 17px
}

.page-title .text {
	color: #fff;
	position: relative;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: .05em;
	max-width: 520px
}

.page-breadcrumb {
	position: relative;
	margin-top: 5px
}

.page-breadcrumb li {
	color: #fff;
	position: relative;
	display: inline-block;
	margin-right: 12px;
	padding-right: 13px;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize
}

.page-breadcrumb li:after {
	position: absolute;
	content: "\f105";
	right: -6px;
	top: 1px;
	font-size: 14px;
	font-weight: 900;
	font-family: "font awesome 6 pro"
}

.page-breadcrumb li:last-child {
	padding-right: 0;
	margin-right: 0
}

.page-breadcrumb li:last-child::after {
	display: none
}

.page-breadcrumb li a {
	color: #fff;
	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: var(--theme-color1)
}

.page-title.style-two {
	background-position: center center
}

.page-title.style-two .page-breadcrumb-outer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 8
}

.page-title.style-two .page-breadcrumb li {
	color: #070710;
	font-weight: 600
}

.page-title.style-two .page-breadcrumb li:after {
	color: #070710
}

.page-title.style-two .page-breadcrumb li a {
	color: rgba(7, 7, 16, .6)
}

.page-title.style-two .page-breadcrumb li a:hover {
	color: #070710
}

.play-now {
	position: relative;
	display: block;
	z-index: 9;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.play-now .icon {
	position: relative;
	display: inline-block;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	background-color: #fff;
	color: #ff6d2e;
	z-index: 1;
	padding-left: 0;
	font-size: 14px;
	display: block;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
	-ms-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
	-o-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
	-webkit-transform-origin: center;
	transform-origin: center
}

.play-now .ripple {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 70px;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite
}

.play-now .ripple:before {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 70px;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute
}

.play-now .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 70px;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute
}

.background-image {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	background-position: center;
	background-size: cover
}

.error-page__inner {
	position: relative;
	display: block;
	text-align: center
}

.error-page__inner .error-page__title-box {
	position: relative;
	display: block
}

.error-page__inner .error-page__title {
	position: relative;
	display: inline-block;
	font-size: 280px;
	line-height: 280px;
	margin-bottom: 0;
	color: var(--theme-color1)
}

.error-page__inner .error-page__sub-title {
	font-size: 40px;
	letter-spacing: .1em;
	text-transform: uppercase;
	line-height: 50px;
	margin-top: -16px
}

.error-page__inner .error-page__text {
	font-size: 20px;
	line-height: 30px;
	text-align: center
}

.error-page__inner .error-page__form {
	position: relative;
	display: block;
	margin: 42px auto 20px
}

.error-page__inner .error-page__form input[type=search] {
	height: 60px;
	width: 100%;
	border: none;
	outline: none;
	background-color: #f5f5f5;
	font-size: 14px;
	color: #333;
	padding-left: 50px;
	padding-right: 75px;
	border-radius: 7px
}

.error-page__inner .error-page__form button[type=submit] {
	background-color: transparent;
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 72px;
	outline: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0
}

.error-page__inner .error-page__form-input {
	position: relative;
	display: block;
	max-width: 570px;
	width: 100%;
	margin: 0 auto
}

.contact-details__info {
	position: relative;
	display: block;
	margin-top: 41px
}

.contact-details__info li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contact-details__info li .icon {
	height: 80px;
	width: 80px;
	background-color: var(--theme-color3);
	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-color2)
}

.contact-details__info li:hover .icon span {
	color: var(--theme-color3)
}

.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 {
	height: 450px
}

.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: #ebf6fc;
	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 {
	background-color: var(--theme-color1);
	border-radius: 15px;
	display: block;
	margin-top: 30px;
	overflow: hidden;
	padding: 57px 55px 50px;
	position: relative;
	text-align: center;
	z-index: 1
}

.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: 5px
}
.project-details__content-left li{
	padding-bottom:10px;
}
.project-details__content-left li i{
	margin-right:10px;
	color:var(--theme-color3);
}
.project-details__content-right {
	position: relative;
	display: block;
	margin-top: 40px
}

.project-details__details-box {
	position: relative;
	border-radius: 10px;
	background-color: #f0efec;
	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: #000;
	line-height: 24px;
	margin: 0
}
.project-details__details-box .icon {
    height: 40px;
    width: 40px;
	color:#fff;
    background-color: var(--theme-color3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-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;
	float: left;
	 margin-right:15px;
}
.project-details__name {
	font-size: 16px;
	line-height: 24px;
	color:#000;
}

.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-color-light)
}

.project-details__pagination li a:hover i {
	background-color: var(--theme-color1);
	color: var(--theme-color-light);
	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 {
	margin-top: 12px;
	margin-bottom: 21px
}

.blog-details__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 0;
	margin-top: 49px;
	border-top: 1px solid #ece9e0
}

@media only screen and (max-width:767px) {
	.blog-details__bottom {
		gap: 30px
	}
}

.blog-details__bottom p {
	margin: 0
}

.blog-details__tags span {
	color: #0e2207;
	font-size: 20px;
	margin-right: 14px;
	font-weight: var(--body-font-weight-bold)
}

.blog-details__tags a {
	position: relative;
	font-size: 12px;
	font-weight: 600;
	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(--bg-theme-color2);
	color: var(--theme-color-light);
	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 {
	background-color: var(--theme-color1);
	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-color2);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1
}

.blog-details__social-list a+a {
	margin-left: 10px
}

.blog-details__pagenation-box {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 53px
}

.blog-details__pagenation {
	position: relative;
	display: block
}

.blog-details__pagenation li {
	position: relative;
	float: left;
	font-size: 20px;
	color: #0e2207;
	font-weight: var(--body-font-weight-bold);
	color: var(--theme-light-background-text-color);
	background-color: var(--theme-light-background);
	line-height: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	max-width: 370px;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 52px;
	padding-bottom: 52px;
	border-radius: 10px
}

.blog-details__pagenation li:hover {
	background-color: var(--theme-color2);
	color: var(--text-color-bg-theme-color2)
}

.blog-details__pagenation li+li {
	margin-left: 30px
}

.nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 53px
}

@media only screen and (max-width:767px) {
	.nav-links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px
	}
}

.nav-links .prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: calc(50% - 15px);
	margin-right: 30px
}

@media only screen and (max-width:767px) {
	.nav-links .prev {
		width: 100%
	}
}

.nav-links .prev .thumb {
	margin-right: 20px
}

.nav-links .next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: calc(50% - 15px)
}

@media only screen and (max-width:767px) {
	.nav-links .next {
		width: 100%
	}
}

.nav-links .next .thumb {
	margin-left: 20px
}

.nav-links>div {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.nav-links>div .thumb {
	display: inline-block;
	min-width: 60px;
	width: 60px;
	height: 60px;
	overflow: hidden
}

.nav-links>div .thumb a {
	display: inline-block
}

.nav-links>div>a {
	background-color: var(--theme-light-background);
	color: var(--theme-light-background-text-color);
	border-radius: 10px;
	display: inline-block;
	font-family: var(--title-font);
	font-size: 20px;
	font-weight: var(--h3-font-weight);
	line-height: 1.637;
	word-wrap: break-word;
	white-space: -moz-pre-wrap;
	white-space: pre-wrap;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	padding: 52px 50px;
	width: 100%
}

@media only screen and (max-width:767px) {
	.nav-links>div>a {
		padding: 30px
	}
}

.nav-links>div>a:hover {
	color: var(--theme-color-light);
	background-color: var(--theme-color1)
}

@media(max-width:991px) {
	.sidebar {
		margin-top: 50px
	}
}

.sidebar__single+.sidebar__single {
	margin-top: 30px
}

.sidebar__title {
	margin: 0;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: var(--h4-font-weight)
}

.sidebar__search {
	position: relative;
	display: block
}

.sidebar__search-form {
	position: relative
}

.sidebar__search-form input[type=search] {
	display: block;
	border: none;
	outline: none;
	background-color: var(--theme-color1);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding-left: 50px;
	height: 74px;
	width: 100%;
	padding-right: 80px;
	border-radius: 10px
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {
	color: var(--theme-color-light);
	opacity: 1
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder,
.sidebar__search-form input[type=search]:-ms-input-placeholder,
.sidebar__search-form input[type=search]::-ms-input-placeholder,
.sidebar__search-form input[type=search]::placeholder {
	color: var(--theme-color-light);
	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
	}
	.fancybox-slide>*{
	    width:100%;
	}
	.fancybox-slide video{
	    width:94%;
	}
}

.sidebar__post .sidebar__post-list li:hover {
	background-color: #fff;
	border-radius: 10px
}

.sidebar__post .sidebar__post-list li+li {
	margin-top: 11px
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
	margin-right: 20px;
	-webkit-box-flex: 70px;
	-ms-flex: 70px 0 0;
	flex: 70px 0 0
}

.sidebar__post .sidebar__post-list .sidebar__post-image>img {
	width: 80px;
	border-radius: 10px
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
	position: relative;
	top: -3px
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
	font-size: 18px;
	margin: 0;
	line-height: 26px;
	letter-spacing: 0
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
	color: #0e2207;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
	font-size: 14px;
	font-weight: 500;
	color: #757873 !important;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
	color: var(--theme-color2);
	font-size: 14px;
	padding-right: 3px
}

.sidebar__category {
	position: relative;
	display: block;
	color: var(--theme-light-background-text-color);
	background-color: var(--theme-light-background);
	border-radius: 10px;
	padding: 45px 30px 38px;
	overflow: hidden;
	z-index: 1
}

@media only screen and (max-width:767px) {
	.sidebar__category {
		padding: 30px 15px
	}
}

.sidebar__category .sidebar__title {
	padding-left: 20px;
	margin-bottom: 9px
}

.sidebar__category-list {
	margin: 0
}

.sidebar__category-list li+li {
	margin-top: 4px
}

.sidebar__category-list li a {
	color: #757873;
	font-size: 16px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	background: 0 0;
	padding: 12px 20px;
	font-weight: 500;
	border-radius: 10px
}

.sidebar__category-list li a:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
	color: #0e2207;
	text-shadow: 1px 0 0 rgba(14, 34, 7, .5)
}

.sidebar__category-list li a:hover span {
	color: #ffcd1e;
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1)
}

.sidebar__category-list li a span {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: var(--theme-color2);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px
}

.sidebar__category-list li.active a {
	background-color: #fff;
	-webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
	color: #0e2207;
	border-radius: 10px;
	text-shadow: 1px 0 0 rgba(14, 34, 7, .5)
}

.sidebar__category-list li.active a span {
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	color: #ffcd1e
}

.sidebar__tags {
	position: relative;
	display: block;
	color: var(--theme-light-background-text-color);
	background-color: var(--theme-light-background);
	padding: 46px 45px 50px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1
}

@media only screen and (max-width:767px) {
	.sidebar__tags {
		padding: 30px
	}
}

.sidebar__tags .sidebar__title {
	margin-left: 5px;
	margin-bottom: 25px
}

.sidebar__tags-list {
	margin-top: -10px
}

.sidebar__tags-list a {
	font-size: 14px;
	color: #0e2207;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background: #fff;
	display: inline-block;
	padding: 5px 28px;
	margin-left: 5px;
	border-radius: 30px
}

.sidebar__tags-list a:hover {
	color: var(--theme-color-light);
	background: var(--theme-color1)
}

.sidebar__tags-list a+a {
	margin-left: 5px;
	margin-top: 10px
}

.sidebar__comments {
	position: relative;
	display: block;
	color: var(--theme-light-background-text-color);
	background-color: var(--theme-light-background);
	padding: 46px 50px 43px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1
}

@media only screen and (max-width:767px) {
	.sidebar__comments {
		padding: 30px
	}
}

.sidebar__comments .sidebar__title {
	margin-bottom: 25px
}

.sidebar__comments-list {
	position: relative;
	display: block
}

.sidebar__comments-list li {
	position: relative;
	display: block;
	padding-left: 65px;
	color: #fff
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
	background-color: var(--bg-theme-color2);
	color: var(--theme-color-light)
}

.sidebar__comments-list li+li {
	margin-top: 23px
}

.sidebar__comments-icon {
	height: 45px;
	width: 45px;
	background-color: var(--theme-color1);
	border-radius: 50%;
	font-size: 15px;
	color: var(--text-color-bg-theme-color1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.sidebar__comments-text-box p {
	font-size: 15px;
	margin: 0;
	line-height: 26px;
	font-weight: 500
}

.sidebar__comments-text-box p span {
	color: #0e2207
}

.sidebar__comments-text-box h5 {
	font-size: 15px;
	margin: 0;
	line-height: 26px;
	color: #757873;
	font-weight: 500;
	letter-spacing: 0
}

.comment-one .comment-one__title {
	margin-bottom: 30px
}

.comment-one .comment-one__single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ece9e0;
	padding-bottom: 60px;
	margin-bottom: 60px;
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: top
}

@media only screen and (max-width:767px) {
	.comment-one .comment-one__single {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.comment-one .comment-one__content {
	position: relative;
	margin-left: 45px
}

@media only screen and (max-width:767px) {
	.comment-one .comment-one__content {
		margin-top: 20px;
		margin-left: 0
	}
}

.comment-one .comment-one__content h3 {
	margin: 0;
	font-size: 20px;
	color: var(--theme-black);
	margin-bottom: 24px
}

.comment-one .comment-one__content p {
	font-size: 16px;
	font-weight: 500
}

.comment-one .comment-one__btn {
	padding: 5px 30px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px
}

.comment-one .comment-one__image {
	position: relative;
	display: block;
	border-radius: 50%;
	-webkit-box-flex: 100px;
	-ms-flex: 100px 0 0;
	flex: 100px 0 0
}

.comment-one .comment-one__image img {
	border-radius: 50%
}

.comment-form .comment-form__title {
	margin-top: -7px
}

.team-details {
	position: relative;
	display: block
}

.team-details__top {
	padding: 0 0 120px
}

.team-details-shape-1 {
	position: absolute;
	bottom: -270px;
	right: 0;
	opacity: .5;
	z-index: 2
}

.team-details-shape-1 img {
	width: auto
}

.team-details__top-left {
	position: relative;
	display: block;
	margin-right: 20px
}

.team-details__top-img {
	position: relative;
	display: block;
	border-radius: 30px
}

.team-details__top-img img {
	width: 100%;
	border-radius: 30px
}

.team-details__big-text {
	font-size: 80px;
	line-height: 80px;
	text-transform: uppercase;
	color: #eef0f6;
	letter-spacing: .35em;
	font-weight: 400;
	position: absolute;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 209px;
	left: -325px
}

.team-details__top-right {
	position: relative;
	display: block;
	margin-left: 50px
}

@media only screen and (max-width:991px) {
	.team-details__top-right {
		margin-top: 70px;
		margin-left: 0
	}
}

.team-details__top-content {
	position: relative;
	display: block;
	margin-top: -11px
}

.team-details__top-name {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 3px
}

.team-details__top-title {
	font-size: 16px;
	color: var(--theme-color1)
}

.team-details__social {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 28px
}

.team-details__social a {
	position: relative;
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background-color: var(--theme-color1);
	color: #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: #fff
}

.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-color2);
	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
}

/*New look*/
.rr-hero-shap {
    position: absolute;
    right: 620px;
    top: 324px;
    z-index: 3;
    animation: zooming 1.3S infinite alternate;
}

.rr-hero-shap-full-2 {
    position: absolute;
    left: 622px;
    bottom: -73px;
    z-index: 3;
    animation: zooming 1.3S infinite alternate;
}

.rr-hero-3-lr-img {
    position: relative;
    z-index: 1;
    top: 20px;
    left: 130px;
    animation: rrswing 3s ease-in-out 1s forwards infinite alternate;
    transform-origin: bottom right;
}
.rr-hero-3-md-img {
    position: relative;
    z-index: 2;
}
.rr-hero-3-rl-img {
    position: relative;
    z-index: 1;
    top: 20px;
    right: 130px;
    animation: rrswingright 3s ease-in-out 1s forwards infinite alternate;
    transform-origin: bottom left;
}
@keyframes rrswingright {
	0% {
	  -webkit-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	50% {
	  -webkit-transform: rotate(14deg);
	  -ms-transform: rotate(14deg);
	  transform: rotate(14deg);
	}
	100% {
	  -webkit-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
  }
  @keyframes rrswing {
	0% {
	  -webkit-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	50% {
	  -webkit-transform: rotate(-14deg);
	  -ms-transform: rotate(-14deg);
	  transform: rotate(-14deg);
	}
	100% {
	  -webkit-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
  }

  @media (max-width: 767px) {
    .rr-hero-3-lr-img {
        top: 8px;
        left: -23px;
        width: 152px;
    }
	.rr-hero-3-md-img {
        width: 135px;
        left: -13px;
    }
	.rr-hero-3-rl-img {
        top: 15px;
        right: 20px;
        width: 152px;
    }
}
.ptb-4{
	padding:40px 0;
}

.rr-hero-shap-full-4 {
    position: absolute;
    right: 0;
    bottom: 15%;
    -webkit-animation: upDown 1.3S infinite alternate;
    animation: upDown 1.3S infinite alternate;
}
.rr-hero-shap-full-3 {
    position: absolute;
    top: 60px;
    left: 0;
    -webkit-animation: upDown 1.3S infinite alternate;
    animation: upDown 1.3S infinite alternate;
}
.rr-hero-shap-full-2 {
    position: absolute;
    left: 60%;
    bottom: 18%;
    z-index: 3;
    animation: zooming 1.3S infinite alternate;
}
.rr-hero-shap {
    position: absolute;
    right: 620px;
    top: 324px;
    z-index: 3;
    animation: zooming 1.3S infinite alternate;
}

@keyframes heartbeat {
	to {
	  -webkit-transform: scale(1.3);
	  transform: scale(1.3);
	}
  }
  @-webkit-keyframes heartbeat {
	to {
	  -webkit-transform: scale(1.3);
	  transform: scale(1.3);
	}
  }
  @keyframes moving {
	0% {
	  transform: translatey(0px);
	}
	25% {
	  transform: translatex(20px);
	}
	50% {
	  transform: translatey(-20px);
	}
	75% {
	  transform: translatex(-20px);
	}
	100% {
	  transform: translatey(0px);
	}
  }
  @keyframes zooming {
	0% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
	50% {
	  -webkit-transform: scale(1.1);
	  transform: scale(1.1);
	}
	100% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
  }
  .zooming {
	-webkit-animation: zooming 1.3S infinite alternate;
	animation: zooming 1.3S infinite alternate;
  }
  
  @-webkit-keyframes zoom {
	0% {
	  -webkit-transform: scale(1) translate(0, 0);
	  transform: scale(1) translate(0, 0);
	}
	50% {
	  -webkit-transform: scale(1.1) translate(19px, 19px);
	  transform: scale(1.1) translate(19px, 19px);
	}
	100% {
	  -webkit-transform: scale(1) translate(0, 0);
	  transform: scale(1) translate(0, 0);
	}
  }
  @keyframes zoom {
	0% {
	  -webkit-transform: scale(1) translate(0, 0);
	  transform: scale(1) translate(0, 0);
	}
	50% {
	  -webkit-transform: scale(1.1) translate(19px, 19px);
	  transform: scale(1.1) translate(19px, 19px);
	}
	100% {
	  -webkit-transform: scale(1) translate(0, 0);
	  transform: scale(1) translate(0, 0);
	}
  }
  .zoom {
	-webkit-animation: zooming 1.3S infinite alternate;
	animation: zooming 1.3S infinite alternate;
  }
  
  @keyframes upDown {
	0% {
	  -webkit-transform: translateY(0px);
	  transform: translateY(0px);
	}
	100% {
	  -webkit-transform: translateY(-25px);
	  transform: translateY(-25px);
	}
  }
  .upDown-top {
	-webkit-animation: upDown 1S infinite alternate;
	animation: upDown 1S infinite alternate;
  }
  .book-appoinment{
	padding:15px ;
	 border:1px solid #ddd;
  }
  .left-panel li a{
	padding:15px 20px;
	display: block;
	background:#f5efe1;
	margin:2px 0;
	font-weight:700;
	padding-left: 30px;
	position:relative;
  }
  .left-panel li a:before{
	content:'';
	border:10px solid ;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left:0;
  }
 
  .left-panel li a:hover,
  .left-panel li a.active{
	background:var(--theme-color3);
	color:#fff;
  }
  .event-list{
	margin-bottom:20px;
	 margin-right:20px;
  }
  .event-list li{
	display:inline;
	padding-right:20px;
	color: #000;
    font-weight: 700;
  }
  .event-list li:before{
	content:'\f14a';
	font-family: FontAwesome;
	margin-right:10px;
	color:var(--theme-color3);

  }
  .play-btn{
	position: absolute;
	left:0; 
	right:0; 
	margin:0 auto;
	top:40%;
	text-align: center;
	width:40px;
	height:40px;
	
  }
  .play-btn i{
	width:40px;
	height:40px;
	line-height:40px;
	background:var(--theme-color3);
	text-align: center;
	color:#fff;
  }
  .video-sec{
	width:100%;
	height:200px;
	background:#f8f3ed;
	position: absolute;
	top:15%;
  }
  .video-img {
	padding:10px;
	background:#f8f3ed;
	 margin:20px 0;
  }