:root {
	--gradient-green: #5cc53f;
	--gradient-green-rgb: rgba(240, 96, 40);
	--gradient-green-rgba: rgba(240, 96, 40, 1);
	--gradient-green-rgba-4: rgba(175, 28, 4, .4);
	--gradient-green-rgba-2: rgba(175, 28, 4, .2);
	--gradient-green-rgba-1: rgba(175, 28, 4, .1);
	--gradient-green-1: #b24018;
	--gradient-green-1-rgba: #b24018;
	--gradient-green-1-rgba-4: rgba(175, 28, 4, .4);
	--gradient-green-1-rgba-2: rgba(175, 28, 4, .2);
	--gradient-green-1-rgba-1: rgba(175, 28, 4, .1);
	--gradient-blue: #00b1e6;
	--gradient-blue-rgba: rgba(0, 177, 230, 1);
	--gradient-blue-rgba-1: rgba(0, 177, 230, .1);
	--gradient-blue-rgba-2: rgba(0, 177, 230, .2);
	--gradient-blue-rgba-4: rgba(0, 177, 230, .4);
	--blue: #0072ff;
	--blue-rgba-4: rgba(0, 114, 255, .4);
	--blue-rgba-2: rgba(0, 114, 255, .2);
	--gradient-pink: #ffb7f6;
	--gradient-pink-rgba: rgba(255, 183, 246, 1);
	--gradient-pink-rgba-4: rgba(255, 183, 246, .4);
	--gradient-pink-1: #ff93f2;
	--gradient-pink-1-rgba: rgba(255, 147, 242, 1);
	--gradient-pink-1-rgba-4: rgba(255, 147, 242, .4);
	--gradient-pink-1-rgba-2: rgba(255, 147, 242, .2);
	--pink: #ff56ea;
	--pink-rgba-1: rgba(255, 86, 234, .1);
	--border-width: .3rem
}

a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none
}

ul {
	padding-left: 0
}

h1 {
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 5.5rem;
	letter-spacing: -.2rem
}

@media (max-width: 991px) {
	h1 {
		font-size: 3.5rem;
		line-height: 5.5rem
	}
}

h2 {
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: -.2rem
}

@media (max-width: 991px) {
	h2 {
		font-size: 2.5rem
	}
}

h3 {
	font-size: 2.10rem;
	font-weight: 600
}

h4 {
	font-size: 2rem;
	font-weight: 600
}

h5 {
	font-size: 1.8rem;
	font-weight: 600
}

h6 {
	font-size: 1.4rem;
	font-weight: 500
}

@media (max-width: 991px) {
	h6 {
		font-size: 1.6rem
	}
}

p {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.5rem;
	margin: 0
}

ul li {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 3rem
}

p.large {
	font-size: 1.8rem
}

.c-dark {
	color: #123769;
	fill: #123769
}

.c-grey {
	color: #000000;
	fill: #6a6f77
}

/*.c-grey {
	color: #6a6f77;
	fill: #6a6f77
}*/

.c-grey-1 {
	color: #1e1f1f;
	fill: #1e1f1f;
}

.c-purple {
	color: var(--gradient-purple);
	fill: var(--gradient-purple)
}

.c-pink {
	color: var(--gradient-pink);
	fill: var(--gradient-pink)
}

.c-green {
	color: var(--gradient-green);
	fill: var(--gradient-green)
}

.c-blue {
	color: var(--gradient-blue);
	fill: var(--gradient-blue)
}

.c-white {
	color: #fff;
	fill: #fff
}

.upper {
	text-transform: uppercase
}

.ls-1 {
	letter-spacing: .1rem
}

.ls-2 {
	letter-spacing: -.1rem
}

.paragraph-big {
	font-size: 2rem;
	font-weight: 600;
	line-height: 3rem
}

.paragraph-small {
	font-size: 1.4rem
}

@media (max-width: 991px) {
	.paragraph-small {
		font-size: 1.4rem
	}
}

.f-w-700 {
	font-weight: 700
}

.pattern-image {
	padding: 5rem 0
}

.pattern-image-wrapper {
	position: relative
}

.pattern-image img {
	position: relative;
	z-index: 2;
	max-width: 100%;
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem
}

.pattern-image .background-pattern {
	width: 95%;
	height: calc(100% + 10rem);
	left: initial;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem
}

.pattern-image-1 {
	text-align: right
}

.pattern-image-1 .background-pattern {
	width: 82.5%;
	right: -7rem
}

/*=== Background Layer ===*/
.black-layer:before,
.white-layer:before,
.gray-layer:before,
.gray-layer2:before,
.gray-layer3:before,
.gray-layer4:before,
.dark-layer:before,
.dark-layer2:before,
.dark-layer3:before,
.dark-layer4:before,
.dark-layer5:before,
.blue-layer:before {
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.black-layer:before {background-color: #000000;}
.white-layer:before {background-color:#ffffff;}
.gray-layer:before {background-color: #f1f1f1}
.gray-layer2:before {background-color: #f1eded}
.gray-layer3:before {background-color: #f3f0e5}
.gray-layer4:before {background-color: #eceff8}
.dark-layer:before {background-color: #181818;}
.dark-layer2 {background-color: #1b1c38;}
.dark-layer3:before {background-color: #0f0f0f;}
.dark-layer4:before {background-color: #363636;}
.dark-layer5:before {background-color: #1e1e1e;}
.blue-layer:before {background-color: var(--color4);}



@media (min-width: 992px) and (max-width: 1199px) {
	.pattern-image:not(.pattern-image-1) .background-pattern {
		right: -6rem
	}
}

@media (max-width: 991px) {
	.pattern-image:not(.pattern-image-1) .background-pattern {
		right: -3rem
	}

	.pattern-image-1 {
		text-align: left
	}

	.pattern-image-1 img {
		max-width: 90%
	}

	.pattern-image-1 .background-pattern {
		width: 90%;
		right: -2rem
	}
}

@media (max-width: 575px) {
	.pattern-image-1 .background-pattern {
		right: -1rem
	}
}

.link-underline>span {
	position: relative;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.link-underline>span::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0rem;
	bottom: -.25rem;
	height: .1rem;
	background-color: #fff;
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}

.link-underline:hover {
	color: unset
}

.link-underline:hover>span {
	text-decoration: none
}

.link-underline:hover>span::before {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.link-underline-1>span::before {
	background-color: #6a6f77
}

.slider-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	height: 100%
}

.slider-navigation>div {
	cursor: pointer
}

.slider-navigation>div:not(:last-child) {
	margin-right: 2rem
}

.slider-navigation i {
	font-size: 6rem;
	color: #cad1d4;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.slider-navigation i:hover {
	color: var(--gradient-blue)
}

@media (max-width: 991px) {
	.slider-navigation {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.form-floating .input {
	height: 6.3rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #212121;
	padding: 0 1rem;
	border-bottom: 0.2rem solid #e1e1ec
}

.form-floating .input:focus,
.form-floating .input:active {
	border-color: var(--gradient-green);
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-floating label {
	padding: 1.9rem 1rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #212121
}

.form-floating:nth-child(n+2) {
	margin-top: 2.7rem
}

.form-floating .textarea {
	height: 100%;
	padding: 2.3rem 1rem !important;
	resize: none
}

.form-floating.textarea-form {
	height: 100%
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
	-webkit-transform: scale(0.85) translateY(-2rem) translateX(0.15rem);
	transform: scale(0.85) translateY(-2rem) translateX(0.15rem)
}

.drop-shadow {
	filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-2));
	-webkit-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-2));
	-moz-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-2))
}

.drop-shadow-1 {
	filter: drop-shadow(0px 35px 25px var(--gradient-blue-rgba-4));
	-webkit-filter: drop-shadow(0px 35px 25px var(--gradient-blue-rgba-4));
	-moz-filter: drop-shadow(0px 35px 25px var(--gradient-blue-rgba-4))
}

.drop-shadow-2 {
	filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-1));
	-webkit-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-1));
	-moz-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-1))
}

.drop-shadow-3 {
	filter: drop-shadow(0px 35px 25px var(--gradient-purple-1-rgba-2));
	-webkit-filter: drop-shadow(0px 35px 25px var(--gradient-purple-1-rgba-2));
	-moz-filter: drop-shadow(0px 35px 25px var(--gradient-purple-1-rgba-2))
}

.drop-shadow-4 {
	filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-4));
	-webkit-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-4));
	-moz-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-4))
}

.drop-shadow-team-1 {
	filter: drop-shadow(0px 15px 10px var(--gradient-green-rgba-2));
	-webkit-filter: drop-shadow(0px 15px 10px var(--gradient-green-rgba-2));
	-moz-filter: drop-shadow(0px 15px 10px var(--gradient-green-rgba-2))
}

.drop-shadow-team-2 {
	filter: drop-shadow(0px 15px 10px var(--gradient-green-1-rgba-2));
	-webkit-filter: drop-shadow(0px 15px 10px var(--gradient-green-1-rgba-2));
	-moz-filter: drop-shadow(0px 15px 10px var(--gradient-green-1-rgba-2))
}

.drop-shadow-team-3 {
	filter: drop-shadow(0px 15px 10px var(--gradient-blue-rgba-2));
	-webkit-filter: drop-shadow(0px 15px 10px var(--gradient-blue-rgba-2));
	-moz-filter: drop-shadow(0px 15px 10px var(--gradient-blue-rgba-2))
}

.gprev,
.gnext {
	display: none
}

.social-gradient .twitter i {
	color: var(--gradient-blue)
}

.social-gradient .facebook i {
	color: var(--gradient-blue)
}

.social-gradient .linkedin i {
	color: var(--gradient-green)
}

.social-gradient .youtube i {
	color: var(--gradient-green)
}

ul.icon-list {
	list-style: none;
	margin-left: 3rem
}

@media (max-width: 991px) {
	ul.icon-list {
		margin-left: 1rem
	}
}




ul.icon-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

ul.icon-list li span {
	display: inline-block;
	width: calc(100% - 2.5rem)
}

ul.icon-list li::before {
	content: '\f101';
	font-family: 'Line Awesome Free';
	font-size: 2rem;
	font-weight: 900;
	width: 1.8rem;
	display: inline-block;
	position: relative;
	margin-right: .7rem
}

ul.icon-list-1 li::before {
	color: var(--gradient-green)
}

ul.icon-list-2 li::before {
	color: var(--gradient-blue)
}

.navigation-wrapper {
	width: 100%;
	position: fixed;
	top: 3.6rem;
	left: 0;
	z-index: 500;
	filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-2));
	-webkit-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-2));
	-moz-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-2));
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s;
	background: rgba(23, 23, 23, 0.6);
	padding: 5px 0;
}

.navigation-inner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.navigation .social {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 27px;
	z-index: 2;
	padding: 0 30px 0 40px
}

.navigation .social h6 {
	font-weight: 700;
	color: #fff
}

.navigation .social ul {
	list-style: none;
	margin-left: 3rem
}

.navigation .social ul li {
	display: inline-block
}

.navigation .social ul li:not(:last-child) {
	margin-right: 1rem
}

.navigation .social ul li a {
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.navigation .social ul li a i {
	font-size: 2rem;
	color: var(--gradient-blue);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.navigation .social ul li a:hover {
	background-color: var(--gradient-blue)
}

.navigation .social ul li a:hover i {
	color: #fff
}

@media (max-width: 350px) {
	.navigation .social {
		width: 100%;
		-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
	}

	.navigation .social ul {
		margin: 2rem 0 0 0
	}
}

.navigation-menu .parent {
	margin: 0
}

.navigation-menu .parent>li {
	list-style: none;
	display: inline-block;
	position: relative
}

.navigation-menu .parent>li>a {
	position: relative;
	z-index: 50
}

.navigation-menu .parent>li>a>span {
	font-size: 1.4rem;
	font-weight: 600;
	color: #000000
}

.navigation-menu .parent>li+li {
	margin-left: 2.0rem
}

.navigation-menu .parent>li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	z-index: 1
}

.navigation-menu .parent>li .child {
	position: absolute;
	top: 8rem;
	opacity: 0;
	visibility: hidden;
	min-width: 25rem;
	background-color: #fff;
	filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-1));
	-webkit-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-1));
	-moz-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-1));
	background: var(--gradient-green-rgb);
	background: -webkit-gradient(linear, left top, right top, from(var(--gradient-green-rgba)), to(var(--gradient-blue-rgba)));
	background: linear-gradient(90deg, var(--gradient-green-rgba) 0%, var(--gradient-blue-rgba) 100%);
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s;
	padding: .3rem
}

.navigation-menu .parent>li .child ul {
	background-color: #fff;
	padding: 1rem 4rem 1rem 2rem;
	border-top-right-radius: 1.7rem;
	border-bottom-right-radius: 1.7rem;
	border-bottom-left-radius: 1.7rem
}

.navigation-menu .parent>li .child li {
	list-style: none
}

.navigation-menu .parent>li .child li a {
	display: block;
	padding: 1.5rem 0 1.5rem 2rem;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.navigation-menu .parent>li .child li a span {
	font-size: 1.5rem;
	color: #000000;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.navigation-menu .parent>li .child li a span::before {
	background-color: #123769
}

.navigation-menu .parent>li .child li a:hover {
	background-color: #fff
}

.navigation-menu .parent>li .child li a:hover span {
	color: #123769
}

.navigation-menu .parent>li:hover .child {
	top: 4rem;
	opacity: 1;
	visibility: visible
}

.navigation-menu .mobile-header {
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px 0 20px;
	margin: 21px 0 24px 0
}

.navigation-menu .mobile-header ul {
	list-style: none;
	margin: 0
}

.navigation-menu .mobile-header ul li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	width: 35px;
	height: 35px;
	background-color: #fff;
	border-radius: 50%
}

.navigation-menu .mobile-header ul li i {
	font-size: 14px
}

.navigation-menu .mobile-header ul li:nth-child(n+2) {
	margin-left: .5rem
}

.navigation-menu .search {
	display: none;
	position: relative
}

.navigation-menu .search input {
	width: 100%;
	height: 5.5rem;
	border: none;
	outline-color: transparent;
	font-size: 1.6rem;
	color: #6a6f77;
	padding: 0 5rem 0 2.8rem
}

.navigation-menu .search button {
	background: transparent;
	border: none;
	position: absolute;
	top: 50%;
	right: 2.8rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.navigation-menu .search button i {
	font-size: 1.6rem
}

.navigation-menu .tagline {
	width: 35%;
	font-size: 14px;
	font-weight: 500;
	line-height: 2rem;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 2.3rem;
	display: none
}

.navigation-menu .background-pattern {
	display: none
}

@media (max-width: 991px) {
	.navigation-menu {
		position: absolute;
		top: -3.6rem;
		left: -100%;
		width: 100%;
		height: 100vh;
		-webkit-transition: all .25s ease-out 0s;
		transition: all .25s ease-out 0s
	}

	.navigation-menu .close-button {
		display: none;
		position: relative;
		z-index: 2
	}

	.navigation-menu .mobile-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		z-index: 2
	}

	.navigation-menu .tagline {
		display: block
	}

	.navigation-menu .background-pattern {
		display: block;
		top: 0;
		left: 0;
		width: 100%
	}

	.navigation-menu .parent li {
		display: block
	}

	.navigation-menu .parent li::after {
		display: none
	}

	.navigation-menu .parent li>a {
		display: block
	}

	.navigation-menu .parent li>a>span {
		display: block;
		color: #fff;
		width: 100%;
		padding: 15px 40px;
		font-size: 20px;
		font-weight: 500
	}

	.navigation-menu .parent li span::before {
		display: none
	}

	.navigation-menu .parent li.main-search {
		display: none
	}

	.navigation-menu .parent li.has-child a {
		position: relative
	}

	.navigation-menu .parent li.has-child a::after {
		content: '\f107';
		font-family: 'Font Awesome 5 Free';
		font-size: 20px;
		font-weight: 900;
		color: #fff;
		position: absolute;
		top: 50%;
		right: 40px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all .25s ease-out 0s;
		transition: all .25s ease-out 0s
	}

	.navigation-menu .parent li.has-child .child {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		border: none;
		border-radius: 0;
		z-index: 2
	}

	.navigation-menu .parent li.has-child .child ul {
		border-radius: 0
	}

	.navigation-menu .parent li.has-child .child a::after {
		content: '\f105'
	}

	.navigation-menu .parent li .child {
		position: relative;
		top: 0 !important;
		opacity: 1 !important;
		visibility: visible;
		display: none;
		padding: 0;
		background-color: #fff
	}

	.navigation-menu .parent li .child li a {
		padding: 0
	}

	.navigation-menu .parent li .child li a span {
		display: inline-block;
		color: #6a6f77;
		font-size: 20px;
		font-weight: 500;
		padding: 11.5px 40px
	}

	.navigation-menu .parent li .child li:first-child {
		padding-top: 19.75px
	}

	.navigation-menu .parent li .child li:last-child {
		padding-bottom: 19.75px
	}

	.navigation-menu .parent li+li {
		margin-left: 0
	}

	.navigation-menu .parent li.has-child.dropped>a::after {
		-webkit-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg)
	}
}

@media (max-width: 350px) {
	.navigation-menu .mobile-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.navigation-menu .mobile-header ul {
		margin-top: 3rem
	}
}

@media (min-width: 992px) {
	.navigation-menu .has-child .child {
		position: absolute !important;
		max-height: initial !important;
		-webkit-transition: all 0.25s ease !important;
		transition: all 0.25s ease !important
	}
}

.navigation.scrolled .navigation-wrapper {
	top: 0;
	background-color: #fff
}

.navigation.scrolled .navigation-inner {
	padding: 1rem 0 1rem 0
}

@media (max-width: 991px) {
	.navigation.scrolled .navigation-inner {
		padding: 1rem 0.5rem 1rem 0.5rem
	}
}

.navigation.scrolled .navigation-menu .parent li:hover .child {
	top: 5.7rem
}

.navigation-bar {
	width: 4rem;
	height: 16px;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.navigation-bar div {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #123769
}

@media (max-width: 991px) {
	.navigation-bar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.navigation-1:not(.scrolled) .navigation-logo {
	position: relative;
	height: 6.9rem
}

.navigation-1:not(.scrolled) .navigation-logo a {
	position: absolute;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.navigation-1:not(.scrolled) .navigation-logo .logo {
	opacity: 0;
	visibility: none
}

.navigation-1:not(.scrolled) span::before {
	background-color: #fff
}

.navigation-1:not(.scrolled) .navigation-menu .parent>li>a>span {
	color: #fff
}

.navigation-1:not(.scrolled) .navigation-bar div {
	background-color: #fff
}

.navigation-1.scrolled .navigation-logo .logo {
	opacity: 1;
	visibility: visible
}

.navigation-1.scrolled .navigation-logo .logo-white {
	opacity: 0;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	display: none;
}

.navigation.shown .navigation-menu {
	top: -3.6rem;
	left: 0
}

@media (max-width: 991px) {
	.navigation.shown.scrolled .navigation-menu {
		top: 0
	}
}

@media (max-width: 991px) {
	.navigation-inner {
		top: 8rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 2rem 0 2rem
	}

	.navigation-inner .search {
		display: block
	}

	.navigation .social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media (max-width: 730px) {
	.navigation-inner {
		top: 5rem
	}
}

.top-menu-wrapper {
	position: relative;
	left: 0;
	z-index: 500;
	width: 100%;
	padding: .8rem 5rem .8rem 5rem;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 991px) {
	.top-menu-wrapper {
		padding: .8rem 2rem .8rem 2rem
	}
}

.top-menu .tagline p {
	font-size: 1.3rem;
	font-weight: 600;
	color: #6a6f77;
	margin: 0
}

.top-menu .menu ul {
	list-style: none;
	margin: 0
}

.top-menu .menu ul li {
	display: inline-block
}

.top-menu .menu ul li+li {
	margin-left: 3.3rem
}

.top-menu .menu ul li.phone {
	font-size: 1.2rem;
	font-weight: 500;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.top-menu .menu ul li.phone:hover {
	color: #6a6f77
}

@media (max-width: 730px) {
	.top-menu {
		display: none
	}
}

.main-search {
	cursor: pointer
}

.main-search-lightbox .gprev,
.main-search-lightbox .gnext {
	display: none
}

.main-search-content {
	position: relative
}

.main-search-content input:not([type="checkbox"]):not([type="radio"]):not([type="range"]) {
	padding-right: 6rem
}

.main-search-content button {
	background: transparent;
	border: none;
	position: absolute;
	top: 50%;
	right: 2.8rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.main-search-content button i {
	font-size: 1.6rem
}

.hero {
	margin-bottom: 5rem
}

.hero .container {
	position: relative
}

.hero .container .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.hero-wrapper {
	position: relative
}

@media (max-width: 991px) {
	.hero {
		margin-bottom: 6rem
	}
}

.hero-image {
	width: 100%;
	height: 100%;
	padding: 17rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative
}

.hero-image>img {
	position: relative;
	z-index: 2
}

@media (max-width: 991px) {
	.hero-image {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 17.8rem 0 5rem 0
	}
}

@media (max-width: 575px) {
	.hero-image {
		position: static;
		padding: 5rem 0 0 0
	}

	.hero-image>img {
		-webkit-transform: scale(0.7);
		transform: scale(0.7)
	}

	.hero-image .hero-absolute-image img {
		-webkit-transform-origin: top center;
		transform-origin: top center;
		-webkit-transform: scale(0.7);
		transform: scale(0.7)
	}
}

.hero-content {
	position: relative;
	z-index: 2;
	padding: 17rem 0
}

.hero-content p {
	margin: 3rem 0 4.8rem 0
}

@media (max-width: 991px) {
	.hero-content {
		padding: 0 0 5rem 0;
		text-align: center
	}

	.hero-content p {
		margin: 3rem 0 3rem 0
	}
}

@media (max-width: 575px) {
	.hero-content {
		padding: 0 0 5rem 0;
		margin-top: -5rem
	}
}

.hero .background-pattern {
	width: 100%;
	border-radius: 0
}

.hero .background-pattern-img,
.hero .background-pattern-gradient {
	border-radius: 0 !important
}

.download-button {
	display: inline-block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	text-align: left;
	border-top-right-radius: 4rem;
	border-bottom-right-radius: 4rem;
	border-bottom-left-radius: 4rem
}

.download-button-group .download-button:not(:last-child) {
	margin-right: 1.8rem
}

@media (max-width: 991px) {
	.download-button-group:not(.download-button-group-1) {
		margin-top: -1rem
	}

	.download-button-group:not(.download-button-group-1) .download-button {
		margin-top: 1rem
	}
}

.download-button-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.8rem 3rem 1.6rem 3.4rem;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	border-top-right-radius: 4rem;
	border-bottom-right-radius: 4rem;
	border-bottom-left-radius: 4rem
}

.download-button-inner::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s
}

.download-button-icon {
	position: relative;
	z-index: 2
}

.download-button-icon i {
	-webkit-transition: all .25s ease-out .1s;
	transition: all .25s ease-out .1s
}

.download-button-content {
	position: relative;
	z-index: 2;
	margin-left: 1.2rem
}

.download-button-content h5 {
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
	-webkit-transition: all .25s ease-out .1s;
	transition: all .25s ease-out .1s
}

.download-button-content h3 {
	font-size: 2rem;
	font-weight: 700;
	margin: .3rem 0 0 0;
	-webkit-transition: all .25s ease-out .1s;
	transition: all .25s ease-out .1s
}

.download-button-google {
	background: var(--gradient-green-rgb);
	background: -webkit-gradient(linear, right top, left top, from(var(--gradient-green-rgba)), to(var(--gradient-blue-rgba)));
	background: linear-gradient(270deg, var(--gradient-green-rgba) 0%, var(--gradient-blue-rgba) 100%);
	filter: drop-shadow(0px 10px 10px var(--gradient-green-rgba-1));
	-webkit-filter: drop-shadow(0px 10px 10px var(--gradient-green-rgba-1));
	-moz-filter: drop-shadow(0px 10px 10px var(--gradient-green-rgba-1))
}

.download-button-google .download-button-inner::after {
	background-color: var(--gradient-green)
}

.download-button-google .download-button-icon i {
	font-size: 3.4rem
}

.download-button-apple {
	background: var(--gradient-green-rgb);
	background: -webkit-gradient(linear, left top, right top, from(var(--gradient-green-rgba)), to(var(--gradient-blue-rgba)));
	background: linear-gradient(90deg, var(--gradient-green-rgba) 0%, var(--gradient-blue-rgba) 100%);
	filter: drop-shadow(0px 10px 10px var(--gradient-blue-rgba-1));
	-webkit-filter: drop-shadow(0px 10px 10px var(--gradient-blue-rgba-1));
	-moz-filter: drop-shadow(0px 10px 10px var(--gradient-blue-rgba-1))
}

.download-button-apple .download-button-inner::after {
	background-color: var(--gradient-blue)
}

.download-button-apple .download-button-icon i {
	font-size: 4rem
}

.download-button:hover .download-button-inner::after {
	left: 100%
}

.download-button:hover .download-button-icon i {
	color: #fff
}

.download-button:hover .download-button-content h3,
.download-button:hover .download-button-content h5 {
	color: #fff
}

.download-button-1 {
	padding: 0;
	background: transparent;
	-webkit-box-shadow: inset 0px 0px 0px var(--border-width) #fff;
	box-shadow: inset 0px 0px 0px var(--border-width) #fff
}

.download-button-1 .download-button-inner {
	padding: calc(1.8rem + var(--border-width)) calc(3rem + var(--border-width)) calc(1.6rem + var(--border-width)) calc(3.4rem + var(--border-width))
}

.download-button-1 .download-button-inner::after {
	left: 100%;
	background-color: #fff
}

.download-button-1 .download-button-icon i {
	color: #fff
}

.download-button-1 .download-button-content h3,
.download-button-1 .download-button-content h5 {
	color: #fff
}

.download-button-1:hover .download-button-inner::after {
	left: 0
}

.download-button-1:hover .download-button-icon i {
	color: unset
}

.download-button-1:hover .download-button-content h3 {
	color: #123769
}

.download-button-1:hover .download-button-content h5 {
	color: #6a6f77
}

.download-button-1:not(:last-child) {
	margin: 0 0 1rem 0 !important
}

.download-button-1-group {
	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: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

@media (max-width: 991px) {
	.download-button-1-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 0 -2rem
	}

	.download-button-1,
	.download-button-1:not(:last-child) {
		margin: 0 0 0 2rem !important
	}
}

.download-button-2 {
	padding: 0;
	background: transparent;
	-webkit-box-shadow: inset 0px 0px 0px var(--border-width) #fff;
	box-shadow: inset 0px 0px 0px var(--border-width) #fff
}

.download-button-2 .download-button-inner {
	padding: calc(1.8rem + var(--border-width)) calc(3rem + var(--border-width)) calc(1.6rem + var(--border-width)) calc(3.4rem + var(--border-width))
}

.download-button-2 .download-button-inner::after {
	left: 100%;
	background-color: #fff
}

.download-button-2 .download-button-icon i {
	color: #fff
}

.download-button-2 .download-button-content h3,
.download-button-2 .download-button-content h5 {
	color: #fff
}

.download-button-2:hover .download-button-inner::after {
	left: 0
}

.download-button-2:hover .download-button-icon i {
	color: unset
}

.download-button-2:hover .download-button-content h3 {
	color: #123769
}

.download-button-2:hover .download-button-content h5 {
	color: #6a6f77
}

.button {
	display: inline-block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	background-color: #000;
	border: none;
	overflow: hidden;
	border-top-right-radius: 4rem;
	border-top-left-radius: 4rem;
	border-bottom-right-radius: 4rem;
	border-bottom-left-radius: 4rem
}

.button-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.8rem 0.8rem;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	border-top-right-radius: 4rem;
	border-top-left-radius: 4rem;
	border-bottom-right-radius: 4rem;
	border-bottom-left-radius: 4rem
}

.button-inner::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s
}

.button-content {
	position: relative;
	z-index: 2;
	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
}

.button-content i {
	font-size: 1.5rem;
	margin-right: .4rem
}

.button-content h4,
.button-content .text {
	font-size: 1.4rem;
	font-weight: 700;
	margin: .3rem 0 0 0;
	-webkit-transition: all .25s ease-out .1s;
	transition: all .25s ease-out .1s
}

@media (max-width: 991px) {

	.button-content h4,
	.button-content .text {
		font-size: 1.6rem
	}
}

.button:hover .button-inner::after {
	left: 100%
}

.button:hover .button-content {
	color: #fff
}

.button-1 {
	background-color: transparent;
	-webkit-box-shadow: inset 0px 0px 0px .3rem #FFFFFF;
	box-shadow: inset 0px 0px 0px .3rem #FFFFFF
}

.button-1 .button-inner::after {
	left: 100%
}

.button-1 .button-content {
	color: #fff
}

.button-1:hover .button-inner::after {
	left: 0
}

.button-1:hover .button-content {
	color: var(--gradient-blue)
}

.button-2 {
	color: #fff;
	background: var(--gradient-green-1-rgba);
	background: -webkit-gradient(linear, left top, right top, from(var(--gradient-green-1-rgba)), to(var(--gradient-green-rgba)));
	background: linear-gradient(90deg, var(--gradient-green-1-rgba) 0%, var(--gradient-green-rgba) 100%);
	filter: drop-shadow(0px 10px 10px var(--gradient-green-rgba-2));
	-webkit-filter: drop-shadow(0px 10px 10px var(--gradient-green-rgba-2));
	-moz-filter: drop-shadow(0px 10px 10px var(--gradient-green-rgba-2))
}

.button-2 .button-inner::after {
	background-color: var(--gradient-green)
}

.button-3 {
	color: #fff;
	background: var(--gradient-green-rgb);
	background: -webkit-gradient(linear, left top, right top, from(var(--gradient-green-rgba)), to(var(--gradient-blue-rgba)));
	background: linear-gradient(90deg, var(--gradient-green-rgba) 0%, var(--gradient-blue-rgba) 100%);
	filter: drop-shadow(0px 10px 10px var(--gradient-blue-rgba-2));
	-webkit-filter: drop-shadow(0px 10px 10px var(--gradient-blue-rgba-2));
	-moz-filter: drop-shadow(0px 10px 10px var(--gradient-blue-rgba-2))
}

.button-3 .button-inner::after {
	background-color: var(--gradient-blue)
}

.button-basic {
	color: #fff;
	background: var(--gradient-green-rgba);
	background: -webkit-gradient(linear, left top, right top, from(var(--gradient-blue-rgba)), to(var(--gradient-green-rgba)));
	background: linear-gradient(90deg, var(--gradient-blue-rgba) 0%, var(--gradient-green-rgba) 100%);
	filter: drop-shadow(0px 10px 10px var(--gradient-green-rgba-4));
	-webkit-filter: drop-shadow(0px 10px 10px var(--gradient-green-rgba-4));
	-moz-filter: drop-shadow(0px 10px 10px var(--gradient-green-rgba-4))
}

.button-basic .button-inner::after {
	background-color: var(--gradient-green)
}

.button-standard {
	color: #fff;
	background: var(--gradient-green-1-rgba);
	background: -webkit-gradient(linear, right top, left top, from(var(--gradient-green-1-rgba)), to(var(--gradient-green-rgba)));
	background: linear-gradient(270deg, var(--gradient-green-1-rgba) 0%, var(--gradient-green-rgba) 100%);
	filter: drop-shadow(0px 10px 10px var(--gradient-green-rgba-4));
	-webkit-filter: drop-shadow(0px 10px 10px var(--gradient-green-rgba-4));
	-moz-filter: drop-shadow(0px 10px 10px var(--gradient-green-rgba-4))
}

.button-standard .button-inner::after {
	background-color: var(--gradient-green-1)
}

.button-premium {
	color: #fff;
	background: var(--gradient-blue-rgba);
	background: -webkit-gradient(linear, right top, left top, from(var(--gradient-blue-rgba)), to(var(--gradient-green-rgba)));
	background: linear-gradient(270deg, var(--gradient-blue-rgba) 0%, var(--gradient-green-rgba) 100%);
	filter: drop-shadow(0px 10px 10px var(--gradient-blue-rgba-4));
	-webkit-filter: drop-shadow(0px 10px 10px var(--gradient-blue-rgba-4));
	-moz-filter: drop-shadow(0px 10px 10px var(--gradient-blue-rgba-4))
}

.button-premium .button-inner::after {
	background-color: var(--gradient-blue)
}

.section-heading {
	position: relative;
	z-index: 2
}

.section-heading .sub-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 1.8rem 0
}

.section-heading .sub-heading i {
	font-size: 2.4rem;
	margin: 0 .8rem 0 0
}

.section-heading .sub-heading h5 {
	font-size: 1.4rem;
	font-weight: 700;
	margin: .3rem 0 0 0
}

@media (max-width: 991px) {
	.section-heading .sub-heading h5 {
		font-size: 1.6rem
	}
}

.section-heading.center {
	text-align: center;
	margin: 0 auto
}

.section-heading.center .sub-heading {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width: 991px) {
	.section-heading.center-responsive {
		text-align: center;
		margin: 0 auto
	}

	.section-heading.center-responsive .sub-heading {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.section-heading.width-71 {
	width: 71%
}

.section-heading.width-64 {
	width: 64%
}

.section-heading.width-55 {
	width: 55%
}

.section-heading-1 .sub-heading {
	margin: 0 auto 0 0
}

.section-heading-1 h1 {
	font-size: 3rem;
	line-height: 5rem
}

.section-heading-2 h1 {
	font-size: 3rem;
	line-height: 5rem
}

@media (max-width: 991px) {

	.section-heading.width-71,
	.section-heading.width-64,
	.section-heading.width-55 {
		width: 100%
	}
}

.app-feature-1 .app-feature-wrapper {
	padding: 5rem 0 5rem 0
}

@media (max-width: 991px) {
	.app-feature-1 .app-feature-wrapper {
		padding: 0
	}
}

.app-feature-2 .app-feature-wrapper {
	padding: 0 0 5rem 0
}

@media (max-width: 991px) {
	.app-feature-2 .app-feature-wrapper {
		padding: 0
	}
}

.app-feature .section-heading {
	margin-bottom: 6rem
}

@media (max-width: 991px) {
	.app-feature .section-heading {
		margin-bottom: 3rem
	}
}

.app-feature-row {
	margin-top: 9rem
}

@media (max-width: 991px) {
	.app-feature-row {
		margin-top: 0
	}
}

.app-feature-single {
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: .1rem;
	border-top-right-radius: 0rem;
	border-bottom-right-radius: 0rem;
	border-bottom-left-radius: 0rem;
	filter: drop-shadow(0px 35px 25px rgba(0, 0, 0, 0));
	-webkit-filter: drop-shadow(0px 35px 25px rgba(0, 0, 0, 0));
	-moz-filter: drop-shadow(0px 35px 25px rgba(0, 0, 0, 0));
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.app-feature-single::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--gradient-blue-rgba);
	background: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-green-rgba)), color-stop(40%, var(--gradient-blue-rgba)));
	background: linear-gradient(0deg, var(--gradient-green-rgba) 0%, var(--gradient-blue-rgba) 40%);
	-webkit-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s
}

.app-feature-single::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--gradient-green-rgba);
	-webkit-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s
}

.app-feature-single-wrapper {
	padding: 3.5rem 1.5rem 1.5rem 1.5rem;
	background-color: #fff;
	border-top-right-radius: 1.7rem;
	border-bottom-right-radius: 1.7rem;
	border-bottom-left-radius: 1.7rem;
	position: relative;
	z-index: 2
}

@media (max-width: 991px) {
	.app-feature-single-wrapper {
		padding: 3.5rem 1.5rem 1.5rem 1.5rem;
	}
}

.app-feature-single .icon {
	font-size: 8rem
}

.app-feature-single .icon i {
	font-size: 10rem
}

.app-feature-single .icon i::before {
	background: var(--gradient-green);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(30%, var(--gradient-green)), color-stop(70%, var(--gradient-blue)));
	background: linear-gradient(to top right, var(--gradient-green) 30%, var(--gradient-blue) 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.app-feature-single h3 {
	font-size: 1.9rem;
	font-weight: 600;
	margin: .9rem 0 2.3rem 0
}

.app-feature-single .circle {
	position: relative;
	overflow: hidden;
	width: 3.7rem;
	height: 3.7rem;
	border-radius: 50%;
	background-color: var(--gradient-green);
	font-size: 2.4rem;
	color: #fff;
	position: absolute;
	bottom: -20%;
	right: -20%;
	z-index: 2;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.app-feature-single .circle i {
	font-size: 2.4rem;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.app-feature-single .circle .hover {
	top: 125%
}

.app-feature-single .circle:hover .hover,
.app-feature-single .circle.hover .hover {
	top: 50%
}

.app-feature-single .circle:hover i:not(.hover),
.app-feature-single .circle.hover i:not(.hover) {
	top: -125%
}

.app-feature-single:hover {
	filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-1));
	-webkit-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-1));
	-moz-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-1))
}

.app-feature-single:hover .circle {
	bottom: 1rem;
	right: 1rem
}

.app-feature-single:hover::before {
	bottom: 50%;
	left: 0
}

.app-feature-single:hover::after {
	top: 50%;
	left: 0%
}

.app-feature-single-1 {
	filter: drop-shadow(0px 35px 25px var(--gradient-blue-rgba-1));
	-webkit-filter: drop-shadow(0px 35px 25px var(--gradient-blue-rgba-1));
	-moz-filter: drop-shadow(0px 35px 25px var(--gradient-blue-rgba-1))
}

.app-feature-single-1 .app-feature-single-wrapper {
	padding: 3.5rem 1.5rem 1.5rem 1.5rem;
}

.app-feature-single-1::before {
	bottom: 50%;
	left: 0
}

.app-feature-single-1::after {
	top: 50%;
	left: 0%
}

.app-feature-single-2 {
	filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-1));
	-webkit-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-1));
	-moz-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-1))
}

.app-feature-single-2 .icon i::before {
	background: var(--gradient-green);
	background: linear-gradient(45deg, var(--gradient-green) 10%, var(--gradient-blue) 40%, #fff 55%, #fff 100%);
	background-size: 300%;
	background-position: bottom left;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.app-feature-single-2 .icon i::before,
.app-feature-single-2 h3,
.app-feature-single-2 p {
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.app-feature-single-2 .circle {
	background-color: #fff
}

.app-feature-single-2 .circle i {
	color: var(--gradient-green)
}

.app-feature-single-2 .app-feature-single-wrapper::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	width: 100%;
	height: 100%;
	background:var(--gradient-blue-rgba);
	/*
	background: var(--gradient-green-rgb);
	background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-blue-rgba)), color-stop(50%, var(--gradient-green-rgba)));
	background: linear-gradient(-180deg, var(--gradient-blue-rgba) 0%, var(--gradient-green-rgba) 50%); */
	border-top-right-radius: 0rem;
	border-bottom-right-radius: 0rem;
	border-bottom-left-radius: 0rem;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.app-feature-single-2:hover .icon i::before {
	background-position: top right
}

.app-feature-single-2:hover h3,
.app-feature-single-2:hover p {
	color: #fff
}

.app-feature-single-2:hover .app-feature-single-wrapper::after {
	top: 0;
	opacity: 1;
	visibility: visible
}

.app-feature-single-2::before {
	bottom: 50%;
	left: 0
}

.app-feature-single-2::after {
	top: 50%;
	left: 0%
}

.feature-section-content>p {
	padding-right: 12rem;
	margin-top: 3rem
}

.feature-section-content .icon-text-group {
	margin-top: 3.5rem
}

.feature-section-content .button {
	margin-top: 4rem
}

@media (max-width: 991px) {
	.feature-section-content>p {
		padding-right: 0
	}
}

.feature-section-image {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.feature-section-image .phone {
	position: relative;
	z-index: 3;
	filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-4));
	-webkit-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-4));
	-moz-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-4));
	max-width: 100%
}

.feature-section-image .image {
	position: absolute;
	top: 50%;
	left: -10%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-4));
	-webkit-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-4));
	-moz-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-4));
	max-width: 100%
}

.feature-section-image .background-pattern {
	width: 100%;
	height: 90%;
	left: initial;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -7rem
}

.feature-section-spacing-1 .feature-section-wrapper {
	padding: 15rem 0 10rem 0
}

@media (max-width: 991px) {
	.feature-section-spacing-1 .feature-section-wrapper {
		padding: 5rem 0
	}
}

.feature-section-spacing-2 .feature-section-wrapper {
	padding: 15rem 0 20rem 0
}

@media (max-width: 991px) {
	.feature-section-spacing-2 .feature-section-wrapper {
		padding: 5rem 0
	}
}

.feature-section-spacing-3 .feature-section-wrapper {
	padding: 5rem 0 15rem 0
}

@media (max-width: 991px) {
	.feature-section-spacing-3 .feature-section-wrapper {
		padding: 5rem 0
	}
}

@media (max-width: 992px) {
	.feature-section .feature-section-image {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 5rem
	}

	.feature-section .feature-section-image .background-pattern {
		left: 50%;
		right: initial;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

.feature-section-0 .feature-section-image .image {
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem
}

@media (max-width: 992px) {
	.feature-section-0 .feature-section-image .image {
		left: -15%
	}
}

@media (max-width: 575px) {
	.feature-section-0 .feature-section-image {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.feature-section-0 .feature-section-image .phone {
		max-width: 60%
	}

	.feature-section-0 .feature-section-image .image {
		left: -5%;
		max-width: 50%
	}
}

.feature-section-1 .feature-section-content>p {
	padding-right: 0
}

.feature-section-1 .feature-section-content .icon-text-1-group {
	margin-top: -.8rem
}

.feature-section-1 .feature-section-image {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.feature-section-1 .feature-section-image .image {
	left: initial;
	right: -10%;
	border-top-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem
}

@media (max-width: 992px) {
	.feature-section-1 .feature-section-image .image {
		right: -10%
	}
}

.feature-section-1 .feature-section-image .background-pattern {
	right: initial;
	left: -7rem
}

@media (max-width: 991px) {
	.feature-section-1 .feature-section-image {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.feature-section-1 .feature-section-image .background-pattern {
		left: 50%;
		right: initial;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

@media (max-width: 575px) {
	.feature-section-1 .feature-section-image {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.feature-section-1 .feature-section-image .phone {
		max-width: 60%
	}

	.feature-section-1 .feature-section-image .image {
		right: -5%;
		max-width: 50%
	}
}

.features .section-heading {
	margin-bottom: 3rem
}

@media (max-width: 991px) {
	.features .section-heading {
		margin-bottom: 0
	}
}

.features-row {
	padding-bottom: 3rem
}

@media (max-width: 991px) {
	.features-row {
		padding-bottom: 0
	}
}

.features-row div[class*="col"]:nth-child(odd) {
	border-right: 0.1rem solid #e3e3ed
}

.features-row div[class*="col"]:nth-child(-n+2) .features-single {
	padding: 3rem 7rem 3rem 7rem
}

.features-row div[class*="col"]:nth-last-child(-n+2) .features-single {
	padding: 3rem 7rem 3rem 7rem
}

.features-row div[class*="col"]:nth-child(n+3) {
	border-top: 0.1rem solid #e3e3ed
}

@media (max-width: 991px) {

	.features-row div[class*="col"]:nth-child(-n+2) .features-single,
	.features-row div[class*="col"]:nth-last-child(-n+2) .features-single {
		padding: 3rem 3rem 3rem 3rem
	}
}

@media (max-width: 767px) {
	.features-row div[class*="col"]:nth-child(n+2) {
		border-top: 0.1rem solid #e3e3ed
	}

	.features-row div[class*="col"]:nth-child(odd) {
		border-right: none
	}

	.features-row div[class*="col"]:nth-child(-n+2) .features-single,
	.features-row div[class*="col"]:nth-last-child(-n+2) .features-single {
		padding: 3rem 7rem 3rem 7rem
	}
}

.features-single {
	text-align: center;
	padding: 3rem 7rem 3rem 7rem
}

.features-single .icon {
	font-size: 8rem
}

.features-single .icon i::before {
	background: var(--gradient-green);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(30%, var(--gradient-green)), color-stop(70%, var(--gradient-blue)));
	background: linear-gradient(to top right, var(--gradient-green) 30%, var(--gradient-blue) 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.features-single h3 {
	font-size: 2rem;
	margin: 1rem 0 2.3rem 0
}

@media (max-width: 991px) {
	.features-single {
		padding: 3rem 3rem 3rem 3rem
	}
}

@media (max-width: 767px) {
	.features-single {
		padding: 3rem 7rem 3rem 7rem
	}
}

.video-section-wrapper {
	margin: 10rem 0
}

.video-section .container {
	position: relative;
	padding-top: 1rem
}

.video-section .container .row {
	position: relative;
	z-index: 3;
	padding: 4rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 991px) {
	.video-section .container {
		padding: 0 10rem
	}
}

.video-section .button {
	margin-top: 3.3rem
}

.video-section-video {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (max-width: 991px) {
	.video-section-video {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.video-section-video figure {
	position: relative;
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem
}

.video-section-video figure img {
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem
}

.video-section-video figure .play {
	position: absolute;
	top: 50%;
	left: calc(9.8rem / -2);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 9.8rem;
	height: 9.8rem;
	border-radius: 50%;
	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;
	background-color: var(--gradient-green)
}

.video-section-video figure .play a {
	border-radius: 50%;
	background-color: #fff;
	width: 7.2rem;
	height: 7.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.video-section-video figure .play a i {
	font-size: 4rem;
	color: var(--gradient-blue);
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.video-section-video figure .play:hover a {
	width: 100%;
	height: 100%
}

.video-section-video figure .play:hover a i {
	font-size: 3rem
}

@media (min-width: 991px) and (max-width: 1200px) {
	.video-section-video figure {
		width: 95%
	}

	.video-section-video figure img {
		width: 100%
	}
}

@media (max-width: 991px) {
	.video-section-video {
		margin-bottom: 10rem
	}

	.video-section-video figure {
		width: 100%
	}

	.video-section-video figure img {
		width: 100%
	}

	.video-section-video figure .play {
		top: initial;
		bottom: calc(9.8rem / -2);
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@media (max-width: 991px) {
	.video-section-content {
		margin-bottom: 5rem;
		text-align: center
	}
}

.video-section .background-pattern {
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem
}

@media (max-width: 991px) {
	.video-section .background-pattern {
		top: initial;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 83.3333333333%;
		height: 75%
	}
}

.icon-text {
	width: 41%
}

.icon-text-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.icon-text-group>*:nth-child(n+2) {
	margin-left: 2.7rem
}

.icon-text i {
	font-size: 8rem
}

.icon-text i::before {
	background: var(--gradient-green);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(30%, var(--gradient-green)), color-stop(70%, var(--gradient-blue)));
	background: linear-gradient(to top right, var(--gradient-green) 30%, var(--gradient-blue) 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.icon-text h4 {
	margin: 3.3rem 0 2.5rem 0
}

@media (max-width: 991px) {
	.icon-text {
		width: 50%
	}
}

.icon-text-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.icon-text-1>*:nth-child(n+2) {
	margin-top: 3.2rem
}

.icon-text-1 i {
	font-size: 8rem;
	margin-right: 2.6rem
}

.icon-text-1 i::before {
	background: var(--gradient-green);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(30%, var(--gradient-green)), color-stop(70%, var(--gradient-blue)));
	background: linear-gradient(to top right, var(--gradient-green) 30%, var(--gradient-blue) 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.icon-text-1 svg {
	width: 7.5rem
}

.icon-text-1 p {
	margin: 1.2rem 0 0 0
}

.pricing .switch {
	margin: 4rem auto 5rem auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.pricing .switch .form-switch {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.pricing .switch label {
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff
}

.pricing .switch input {
	width: 3.2rem;
	height: 2.1rem;
	float: none;
	margin: 0 1.1rem;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: .2rem solid #fff
}

.pricing .switch input,
.pricing .switch input:focus,
.pricing .switch input:active {
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")
}

.pricing .switch input:checked {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%235cc53f'/%3e%3c/svg%3e");
	background-color: #fff
}

.pricing .swiper-container {
	overflow: visible
}

.pricing-single {
	background-color: #fff;
	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;
	padding: 5.8rem 4rem;
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem
}

.pricing-single .plan {
	font-size: 2rem;
	font-weight: 700;
	text-align: center
}

.pricing-single .price {
	font-size: 3rem;
	font-weight: 500;
	color: #6a6f77;
	text-align: center;
	margin: 2.2rem 0 6rem 0;
	overflow: hidden;
	position: relative
}

.pricing-single .price .month {
	position: absolute;
	top: -100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.pricing-single .price .year {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.pricing-single .price sup {
	font-size: 1.4rem
}

@media (max-width: 991px) {
	.pricing-single .price sup {
		font-size: 1.6rem
	}
}

.pricing-single .price-month .month {
	top: 0
}

.pricing-single .price-month .year {
	top: 100%
}

.pricing-single .button {
	width: 100%
}

.pricing-single .button-content {
	margin: 0 auto
}

.pricing-single ul {
	list-style: none;
	margin: 6rem 0 7.5rem 0
}

.pricing-single ul li {
	font-size: 1.6rem;
	font-weight: 500;
	color: #6a6f77
}

.pricing-single ul li:nth-child(n+2) {
	margin-top: 1.5rem
}

.pricing-single ul li::before {
	content: '\f00d';
	font-family: 'Line Awesome Free';
	font-size: 1.4rem;
	color: #ff3759;
	display: inline-block;
	font-weight: 900;
	width: auto;
	height: auto;
	position: relative;
	margin-right: 1rem
}

@media (max-width: 991px) {
	.pricing-single ul li::before {
		font-size: 1.6rem
	}
}

.pricing-single ul li.available::before {
	content: '\f00c';
	color: #4defa1
}

.pricing-single h6 {
	font-size: 1.2rem;
	text-align: center;
	color: #6a6f77
}

.pricing-single.basic {
	filter: drop-shadow(0px 20px 25px var(--gradient-green-rgba-2));
	-webkit-filter: drop-shadow(0px 20px 25px var(--gradient-green-rgba-2));
	-moz-filter: drop-shadow(0px 20px 25px var(--gradient-green-rgba-2))
}

.pricing-single.basic .plan {
	color: var(--gradient-green)
}

.pricing-single.standard {
	filter: drop-shadow(0px 20px 25px var(--gradient-green-1-rgba-2));
	-webkit-filter: drop-shadow(0px 20px 25px var(--gradient-green-1-rgba-2));
	-moz-filter: drop-shadow(0px 20px 25px var(--gradient-green-1-rgba-2))
}

.pricing-single.standard .plan {
	color: var(--gradient-green-1)
}

.pricing-single.premium {
	filter: drop-shadow(0px 20px 25px var(--gradient-blue-rgba-2));
	-webkit-filter: drop-shadow(0px 20px 25px var(--gradient-blue-rgba-2));
	-moz-filter: drop-shadow(0px 20px 25px var(--gradient-blue-rgba-2))
}

.pricing-single.premium .plan {
	color: var(--gradient-blue)
}

.pricing-section-wrapper {
	position: relative;
	padding: 15rem 0 0 0
}

.pricing-section-wrapper .background-pattern {
	width: 100%;
	height: 56%
}

@media (max-width: 991px) {
	.pricing-section-wrapper {
		padding: 5rem 0 0 0
	}
}

.pricing-section .section-heading {
	position: relative;
	z-index: 2
}

.pricing-section .pricing {
	position: relative;
	z-index: 2
}

.testimonial-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

@media (max-width: 991px) {
	.testimonial-slide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.testimonial-slide .image {
	background-color: transparent;
	border-radius: 50%;
	padding: .4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

@media (min-width: 992px) {
	.testimonial-slide .image {
		margin-right: 8rem
	}
}

.testimonial-slide .image-wrapper {
	background-color: #fff;
	border-radius: 50%;
	padding: 1.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

@media (max-width: 991px) {
	.testimonial-slide .image-wrapper {
		font-size: 1.6rem
	}
}

.testimonial-slide .image-inner {
	margin: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: scale(0.61);
	transform: scale(0.61);
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s;
	position: relative;
	overflow: hidden
}

.testimonial-slide .image-inner img {
	width: 100%;
	height: 100%;
	border: .1rem solid #fff;
	position: relative;
	z-index: 1;
	border-radius: 50%
}

.testimonial-slide .image-inner::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	border-radius: 50%;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s;
	opacity: 1;
	visibility: visible
}

.testimonial-slide .content {
	width: 55%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.testimonial-slide .content p {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 4rem;
	color: #6a6f77
}

.testimonial-slide .content h5 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 4rem;
	color: #123769;
	margin-top: 3rem
}

@media (max-width: 991px) {
	.testimonial-slide .content {
		width: 150%;
		margin-top: 5rem;
		text-align: center
	}
}

@media (max-width: 991px) {
	.testimonial-slider {
		margin-top: 1rem
	}
}

@media (min-width: 992px) {
	.testimonial-slider . {
		height: 55rem
	}
}

.testimonial-slider .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.testimonial-slider .swiper-slide-active .image {
	z-index: 10;
	padding: .1rem;
	background: var(--gradient-green-rgb);
	background: linear-gradient(45deg, var(--gradient-blue-rgba) 20%, var(--gradient-green-rgba) 80%)
}

.testimonial-slider .swiper-slide-active .image-inner {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.testimonial-slider .swiper-slide-active .image-inner::after {
	opacity: 0;
	visibility: hidden
}

.testimonial-slider .swiper-slide-active .content {
	opacity: 1;
	visibility: visible
}

.testimonial-slider .swiper-slide-prev .image {
	z-index: 1;
	margin-top: 17.5%;
	cursor: pointer
}

.testimonial-slider .swiper-slide-prev .image-inner::after {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(180deg, #fff 20%, rgba(0, 0, 0, 0) 100%)
}

@media (max-width: 991px) {
	.testimonial-slider .swiper-slide-prev .image {
		margin: 0 -50.5% 0 0
	}

	.testimonial-slider .swiper-slide-prev .image-inner::after {
		background: #fff;
		background: -webkit-gradient(linear, left top, right top, color-stop(20%, #fff), to(rgba(0, 0, 0, 0)));
		background: linear-gradient(90deg, #fff 20%, rgba(0, 0, 0, 0) 100%)
	}
}

.testimonial-slider .swiper-slide-next .image {
	z-index: 1;
	margin-top: -17.5%;
	cursor: pointer
}

.testimonial-slider .swiper-slide-next .image-inner::after {
	background: #fff;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #fff), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(0deg, #fff 20%, rgba(0, 0, 0, 0) 100%)
}

@media (max-width: 991px) {
	.testimonial-slider .swiper-slide-next .image {
		margin: 0 0 0 -50.5%
	}

	.testimonial-slider .swiper-slide-next .image-inner::after {
		background: #fff;
		background: -webkit-gradient(linear, right top, left top, color-stop(20%, #fff), to(rgba(0, 0, 0, 0)));
		background: linear-gradient(-90deg, #fff 20%, rgba(0, 0, 0, 0) 100%)
	}
}

.testimonial-section-wrapper {
	padding: 15rem 0 14rem 0
}

@media (max-width: 991px) {
	.testimonial-section-wrapper {
		padding: 6rem 0 5rem 0
	}
}

.faq {
	padding: 4rem 6rem;
	background-color: #fff;
	border-top-right-radius: 1.7rem;
	border-bottom-right-radius: 1.7rem;
	border-bottom-left-radius: 1.7rem
}

@media (max-width: 991px) {
	.faq {
		padding: 3rem 5rem
	}
}

.faq-wrapper {
	margin: 0 2rem
}

@media (max-width: 991px) {
	.faq-wrapper {
		margin: 0
	}
}

.faq .accordion-item {
	border: none
}

.faq .accordion-item:not(:first-child) {
	margin-top: .7rem
}

.faq .accordion-button {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: initial;
	font-size: 2rem;
	font-weight: bold;
	color: #123769;
	line-height: 3rem;
	position: relative
}

.faq .accordion-button span {
	padding-right: 3rem
}

.faq .accordion-button::after {
	content: '\f055';
	font-family: 'Line Awesome Free';
	color: var(--gradient-blue);
	font-size: 3.2rem;
	display: block;
	background: none;
	width: auto;
	height: auto;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.faq .accordion-button:not(.collapsed)::after {
	content: '\f056';
	color: var(--gradient-green)
}

.faq .accordion-body {
	padding: 2rem 3rem 1rem 1.25rem
}

.faq .accordion-body p {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 3rem;
	color: #6a6f77
}

.faq-wrapper {
	padding: .4rem;
	background: var(--gradient-green-rgb);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, var(--gradient-blue-rgba)), color-stop(80%, var(--gradient-green-rgba)));
	background: linear-gradient(180deg, var(--gradient-blue-rgba) 20%, var(--gradient-green-rgba) 80%);
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem;
	filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-1));
	-webkit-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-1));
	-moz-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-1))
}

.faq-section-1 .faq-section-wrapper {
	padding-bottom: 15rem
}

@media (max-width: 991px) {
	.faq-section-1 .faq-section-wrapper {
		padding-bottom: 5rem
	}
}

.faq-section-2 .faq-section-wrapper {
	padding: 15rem 0
}

@media (max-width: 991px) {
	.faq-section-2 .faq-section-wrapper {
		padding: 5rem 0
	}
}

.faq-section-3 .faq-section-wrapper {
	padding: 5rem 0 15rem 0
}

@media (max-width: 991px) {
	.faq-section-3 .faq-section-wrapper {
		padding: 5rem 0
	}
}

.faq-section .section-heading {
	margin-bottom: 4.4rem
}

@media (max-width: 991px) {
	.faq-section .section-heading {
		margin-bottom: 2rem
	}
}

.blog-section .blog-section-wrapper {
	padding-bottom: 15rem
}

@media (max-width: 991px) {
	.blog-section .blog-section-wrapper {
		padding-bottom: 5rem
	}
}

.blog-section .section-heading {
	margin-bottom: 4rem
}

.blog-section .button {
	margin: 5rem auto 0 auto;
	display: block
}

@media (min-width: 992px) {
	.blog-section div[class*="col"]:nth-child(n+4) {
		margin-top: 5rem
	}
}

@media (max-width: 991px) {
	.blog-section div[class*="col"]:nth-child(n+2) {
		margin-top: 3rem
	}
}

@media (max-width: 991px) {
	.blog-section-1 div[class*="col"]:nth-child(-n+2) {
		margin-top: 0
	}

	.blog-section-1 div[class*="col"]:nth-child(n+3) {
		margin-top: 3rem
	}
}

@media (max-width: 767px) {
	.blog-section-1 div[class*="col"]:nth-child(n+2) {
		margin-top: 3rem
	}
}

.blog-single {
	border-top-right-radius: 3rem;
	border-bottom-right-radius: 3rem;
	border-bottom-left-radius: 3rem;
	background: var(--gradient-green-rgb);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--gradient-blue-rgba)), color-stop(50%, var(--gradient-green-rgba)));
	background: linear-gradient(180deg, var(--gradient-blue-rgba) 0, var(--gradient-green-rgba) 50%);
	filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-1));
	-webkit-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-1));
	-moz-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-1));
	background-color: #fff;
	padding: .4rem;
	text-align: center
}

.blog-single-wrapper {
	position: relative;
	background-color: #fff;
	padding: 2.6rem 2.6rem 5.6rem 2.6rem;
	border-top-right-radius: 2.7rem;
	border-bottom-right-radius: 2.7rem;
	border-bottom-left-radius: 2.7rem
}

.blog-single .figure {
	position: relative;
	overflow: hidden;
	filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-2));
	-webkit-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-2));
	-moz-filter: drop-shadow(0px 35px 25px var(--gradient-green-rgba-2));
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem;
	display: block;
	width: 100%;
	height: 24rem
}

.blog-single .figure img {
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.blog-single .figure .img-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s;
	background: var(--gradient-green-rgba-4);
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, var(--gradient-blue-rgba-4)), color-stop(80%, var(--gradient-green-rgba-4)));
	background: linear-gradient(90deg, var(--gradient-blue-rgba-4) 20%, var(--gradient-green-rgba-4) 80%)
}

.blog-single .figure .img-hover .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background-color: #fff;
	top: 100%;
	-webkit-transition: all .25s ease-out .1s;
	transition: all .25s ease-out .1s
}

.blog-single .figure .img-hover i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 3rem
}

.blog-single .figure .img-hover i::before {
	background: var(--gradient-green);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(30%, var(--gradient-green)), color-stop(70%, var(--gradient-blue)));
	background: linear-gradient(to top right, var(--gradient-green) 30%, var(--gradient-blue) 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.blog-single .figure:hover .img-hover,
.blog-single .figure.hover .img-hover {
	opacity: 1;
	visibility: visible
}

.blog-single .figure:hover .img-hover .icon,
.blog-single .figure.hover .img-hover .icon {
	top: 50%
}

.blog-single .circle {
	position: relative;
	overflow: hidden;
	width: 3.7rem;
	height: 3.7rem;
	border-radius: 50%;
	background-color: var(--gradient-green);
	font-size: 2.4rem;
	color: #fff;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	z-index: 2;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.blog-single .circle i {
	font-size: 2.4rem;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.blog-single .circle .hover {
	top: 125%
}

.blog-single .circle:hover .hover,
.blog-single .circle.hover .hover {
	top: 50%
}

.blog-single .circle:hover i:not(.hover),
.blog-single .circle.hover i:not(.hover) {
	top: -125%
}

.blog-single-details {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 1rem auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 500;
	color: #666b6d
}

.blog-single-details i {
	font-size: 1.8rem;
	color: var(--gradient-green-1)
}

.blog-single-details .separator {
	width: .2rem;
	height: 1.2rem;
	background-color: #cad1d4;
	margin: 0 1.3rem 0 1.7rem
}

@media (max-width: 991px) {
	.blog-single-details {
		font-size: 1.6rem
	}
}

.blog-single h3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 3rem;
	color: #123769;
	margin-top: 3rem
}

.blog-single p {
	color: #010101
}

.blog-single-1 .blog-single-wrapper {
	overflow: hidden
}

.blog-single-1 .blog-single-wrapper .blog-single-content {
	position: relative;
	z-index: 1
}

.blog-single-1 .blog-single-wrapper h3,
.blog-single-1 .blog-single-wrapper .blog-single-details,
.blog-single-1 .blog-single-wrapper .blog-single-details i,
.blog-single-1 .blog-single-wrapper p {
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.blog-single-1 .blog-single-wrapper::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: var(--gradient-green-rgb);
	background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-blue-rgba)), color-stop(50%, var(--gradient-green-rgba)));
	background: linear-gradient(-180deg, var(--gradient-blue-rgba) 0%, var(--gradient-green-rgba) 50%);
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.blog-single-1:hover .blog-single-wrapper::after {
	top: 0;
	opacity: 1;
	visibility: visible
}

.blog-single-1:hover h3,
.blog-single-1:hover .blog-single-details,
.blog-single-1:hover .blog-single-details i,
.blog-single-1:hover p {
	color: #fff
}

.blog-single-1:hover .circle {
	background-color: #fff
}

.blog-single-1:hover .circle i {
	color: var(--gradient-green)
}

.blog-detail-thumbnail img {
	width: 100%;
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem
}

.blog-detail-content {
	margin-top: 9.4rem;
	padding-bottom: 15rem
}

@media (max-width: 991px) {
	.blog-detail-content {
		margin-top: 5rem;
		padding-bottom: 5rem
	}
}

.blog-detail-content .blog-single-details {
	margin: 1.2rem 0 0rem 0
}

.blog-detail-content>p {
	margin-top: 3rem
}

.blog-detail-content h3 {
	margin-top: 2.3rem
}

.blog-detail-content .social {
	margin-top: 3.1rem
}

.blog-detail-content .social ul {
	margin-top: 1.5rem
}

.blog-detail-content .social ul li {
	list-style: none;
	display: inline-block
}

.blog-detail-content .social ul li i {
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.blog-detail-content .social ul li:not(:last-child) {
	margin-right: 1.9rem
}

.blog-detail-content .social ul li a {
	font-size: 3rem
}

.blog-detail-content .social ul li:hover i {
	color: #123769
}

.blog-detail-1 .blog-detail-content {
	padding-bottom: 0
}

.related-posts-wrapper {
	position: relative;
	padding-top: 9.8rem
}

.related-posts-inner {
	position: relative;
	z-index: 2
}

.related-posts-slider {
	margin-top: 3.8rem
}

.related-posts-slider-navigation i {
	color: rgba(255, 255, 255, 0.4)
}

.related-posts-slider-navigation i:hover {
	color: #ffff
}

@media (max-width: 991px) {
	.related-posts-slider-container {
		max-width: 100%;
		padding: 0
	}
}

.related-posts-slider .blog-single {
	margin-bottom: 5rem
}

.related-posts .background-pattern {
	width: 100%;
	height: 74%
}

.comments-list {
	padding: 15rem 0 12rem 0
}

.comments-heading {
	margin-bottom: 1.4rem
}

.comments-single {
	padding-top: 4rem
}

.comments-single-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.comments-single-content {
	padding-bottom: 3.4rem
}

.comments-single.has-reply .comments-single-content,
.comments-single:not(:last-child) .comments-single-content {
	border-bottom: 0.1rem solid #e1e1ec
}

.comments-single h5 {
	color: #123769;
	font-weight: 700
}

.comments-single-image {
	margin-right: 3.5rem
}

.comments-single .date {
	font-size: 1.2rem;
	font-weight: 500;
	color: #666b6d
}

.comments-single .comment {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 3rem;
	color: #666b6d;
	margin-top: .8rem
}

.comments-single .reply-button {
	font-size: 1.4rem;
	color: #666b6d;
	position: absolute;
	top: 0;
	right: 0
}

.comments-single .reply-button span::before {
	background-color: #666b6d
}

.comments-single .comments-single {
	padding-left: 13%
}

@media (max-width: 767px) {
	.comments-single .comments-single {
		padding-left: 5%
	}
}

@media (max-width: 575px) {
	.comments-single-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.comments-single-content {
		margin-top: 3rem
	}
}

@media (max-width: 991px) {
	.comments-list {
		padding: 5rem 0
	}
}

.comments-form-wrapper {
	padding-bottom: 15rem
}

.comments-form-heading {
	margin-bottom: 5.9rem
}

.comments-form .button {
	display: block;
	margin: 5rem auto 0 auto
}

@media (max-width: 991px) {
	.comments-form-wrapper {
		padding-bottom: 5rem
	}

	.comments-form-heading {
		margin-bottom: 3rem
	}

	.comments-form .textarea-form {
		margin-top: 2.3rem;
		height: 20rem
	}
}

.cta-section .download-button-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 4.4rem auto 0 auto
}

@media (max-width: 991px) {
	.cta-section .download-button-group .download-button {
		margin-top: 2rem
	}
}

@media (max-width: 991px) {
	.cta-section-wrapper {
		padding: 2rem 0 2rem 0
	}

	.cta-section .download-button-group {
		margin: -1rem auto 0 auto
	}
}

.tab-content {
	position: relative;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.tab-content .tab-pane {
	display: block;
	position: absolute
}

.tab-content .tab-pane-wrapper>*:not(:first-child) {
	margin-top: 2.5rem
}

.tab-content .tab-pane-wrapper .paragraph-big {
	margin-top: 3rem
}

.tab-content .tab-pane-wrapper .pattern-image {
	margin: 5rem 0 3rem 0
}

@media (min-width: 992px) {
	.tab-nav {
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important
	}
}

@media (max-width: 991px) {
	.tab-nav {
		margin-bottom: 3rem
	}
}

.tab-nav .nav-link {
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.4rem 0 1.7rem 0;
	min-width: 100% !important;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.tab-nav .nav-link>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.tab-nav .nav-link i {
	font-size: 5rem;
	margin-right: 1.5rem;
	color: #6a6f77;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.tab-nav .nav-link i::before {
	background: #fff;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.tab-nav .nav-link .text {
	font-size: 2rem;
	line-height: 3.6rem;
	font-weight: 600;
	color: #6a6f77;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.tab-nav .nav-link.active,
.show>.tab-nav .nav-link {
	background-color: #fff;
	color: initial
}

.tab-nav .nav-link.active i::before {
	background: var(--gradient-green);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(30%, var(--gradient-green)), color-stop(70%, var(--gradient-blue)));
	background: linear-gradient(to top right, var(--gradient-green) 30%, var(--gradient-blue) 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.tab-nav .nav-link.active span {
	color: #123769
}

.tab-nav .nav-link:not(:first-child) {
	border-top: 0.1rem solid #e1e1ec
}

.tab-nav .nav-link-placeholder {
	opacity: 0
}

.tab-section .sub-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 1.8rem 0
}

.tab-section .sub-heading i {
	font-size: 2.4rem;
	margin: 0 .8rem 0 0
}

.tab-section .sub-heading h5 {
	font-size: 1.4rem;
	font-weight: 700;
	margin: .3rem 0 0 0
}

@media (max-width: 991px) {
	.tab-section .sub-heading h5 {
		font-size: 1.6rem
	}
}

.tab-section-1 .tab-section-wrapper {
	padding-bottom: 15rem
}

@media (max-width: 991px) {
	.tab-section-1 .tab-section-wrapper {
		padding-bottom: 5rem
	}
}

.page-header {
	margin-bottom: 15.5rem
}

@media (max-width: 991px) {
	.page-header {
		margin-bottom: 10rem
	}
}

.page-header-wrapper {
	position: relative;
	padding: 21.2rem 0 6.7rem 0
}

@media (max-width: 991px) {
	.page-header-wrapper {
		padding: 13.5rem 0 5rem 0
	}
}

.page-header-inner {
	position: relative;
	z-index: 2
}

@media (max-width: 991px) {
	.page-header-content {
		text-align: center
	}
}

.page-header-content ul {
	margin: -1.5rem 0 0 0
}

.page-header-content ul li {
	list-style: none;
	display: inline-block
}

.page-header-content ul li i {
	font-size: 1.6rem
}

.page-header-content ul li a {
	font-size: 1.6rem;
	line-height: 3.4rem;
	font-weight: 500
}

.page-header-search {
	margin-bottom: 1.3rem
}

@media (max-width: 991px) {
	.page-header-search {
		margin-top: 3rem
	}
}

.page-header-search form {
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-left: auto
}

@media (max-width: 991px) {
	.page-header-search form {
		margin: 0 auto
	}
}

.page-header-search input {
	width: 30.8rem;
	height: 6rem;
	border: none;
	background-color: rgba(18, 55, 105, 0.1);
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
	padding: 0 5.5rem 0 2.8rem;
	border-top-right-radius: 4rem;
	border-bottom-right-radius: 4rem;
	border-bottom-left-radius: 4rem
}

.page-header-search input::-webkit-input-placeholder {
	color: #fff
}

.page-header-search input:-ms-input-placeholder {
	color: #fff
}

.page-header-search input::-ms-input-placeholder {
	color: #fff
}

.page-header-search input::placeholder {
	color: #fff
}

.page-header-search input:focus,
.page-header-search input:active {
	outline: none
}

@media (max-width: 991px) {
	.page-header-search input {
		font-size: 1.6rem
	}
}

.page-header-search button {
	border: none;
	background-color: transparent;
	font-size: 1.6rem;
	color: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 3rem
}

.page-header .background-pattern {
	width: 100%
}

@media (max-width: 991px) {
	.page-header .background-pattern-bottom {
		height: 5rem;
		bottom: -5rem
	}

	.page-header .background-pattern-bottom .image {
		height: 15rem;
		bottom: -5rem
	}
}

.page-header .background-pattern-gradient {
	background: var(--gradient-green-rgb);
	background: -webkit-gradient(linear, right top, left top, color-stop(20%, var(--gradient-blue-rgba)), color-stop(80%, var(--gradient-green-rgba)));
	background: linear-gradient(-90deg, var(--gradient-blue-rgba) 20%, var(--gradient-green-rgba) 80%)
}

.about-section-wrapper {
	padding-bottom: 5rem
}

.about-section-content>*:nth-child(n+2) {
	margin-top: 2.5rem
}

.about-section-content .paragraph-big {
	margin-top: 2rem
}

.about-section .second-half-heading {
	margin: 4.3rem 0 5.7rem 0
}

@media (max-width: 991px) {
	.about-section-wrapper {
		padding-bottom: 5rem
	}

	.about-section-content {
		margin-top: 5rem
	}

	.about-section .second-half-heading {
		margin: 3rem 0 3rem 0
	}

	.about-section .about-row div[class*="col"]:nth-child(n+2) {
		margin-top: 3rem
	}
}

.team-wrapper {
	position: relative;
	padding-top: 15rem
}

.team-inner {
	position: relative;
	z-index: 2
}

.team .section-heading {
	margin-bottom: 7.9rem
}

.team-single {
	margin: 0 1rem 3.5rem 1rem
}

.team-single-wrapper {
	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;
	padding: 7.8rem 0 3.5rem 0;
	background-color: #fff;
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem
}

.team-single .image {
	max-width: 90%;
	background: #fff;
	border-radius: 50%;
	position: relative;
	padding: .4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.team-single .image-wrapper {
	position: relative;
	background-color: #fff;
	border-radius: 50%;
	z-index: 2;
	padding: 1.4rem;
	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
}

@media (max-width: 991px) {
	.team-single .image-wrapper {
		font-size: 1.6rem
	}
}

.team-single .image-inner {
	margin: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s;
	position: relative;
	overflow: hidden
}

.team-single .image-inner img {
	width: 100%;
	height: 100%;
	border: .1rem solid #fff;
	position: relative;
	z-index: 1;
	border-radius: 50%
}

.team-single .image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--gradient-green-rgb);
	background: linear-gradient(45deg, var(--gradient-blue-rgba) 20%, var(--gradient-green-rgba) 80%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s;
	z-index: 1
}

.team-single h3 {
	font-size: 2.6rem;
	color: #123769;
	margin-top: 3.7rem
}

.team-single p {
	color: #6a6f77
}

.team-single .social {
	margin-top: 3rem
}

.team-single .social li {
	list-style: none;
	display: inline-block
}

.team-single .social li a {
	font-size: 2.4rem;
	color: #aab0b8;
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.team-single .social li:not(:last-child) {
	margin-right: 1.6rem
}

.team-single .social-1 li a:hover {
	color: var(--gradient-green)
}

.team-single .social-2 li a:hover {
	color: var(--gradient-green-1)
}

.team-single .social-3 li a:hover {
	color: var(--gradient-blue)
}

.team-single:hover .image::before {
	opacity: 1;
	visibility: visible
}

.team-slider-navigation {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	height: 100%
}

.team .background-pattern {
	width: 100%;
	height: 68%
}

@media (max-width: 991px) {
	.team-wrapper {
		padding-top: 6rem
	}

	.team .section-heading {
		margin-bottom: 3rem
	}

	.team-slider-container {
		max-width: 100%;
		padding: 0
	}
}

.instagram-wrapper {
	position: relative
}

.instagram-slide img {
	/*width: 100%;
	height: 100%;*/
	-o-object-fit: cover;
	object-fit: cover
}

.instagram .button-wrapper {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.instagram .button-content {
	z-index: 3
}

.instagram .button-inner::after {
	z-index: 2
}

.contact-form {
	background: var(--gradient-green-rgb);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, var(--gradient-blue-rgba)), color-stop(80%, var(--gradient-green-rgba)));
	background: linear-gradient(180deg, var(--gradient-blue-rgba) 20%, var(--gradient-green-rgba) 80%);
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem;
	padding: .1rem
}

.contact-form-wrapper {
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem;
	background-color: #fff;
	padding: 5rem 5rem 5rem 5rem
}

@media (max-width: 991px) {
	.contact-form-wrapper {
		padding: 5.4rem 5rem 5rem 5rem
	}
}

.contact-form .section-heading {
	margin-bottom: 6.2rem
}

@media (max-width: 991px) {
	.contact-form .section-heading {
		margin-bottom: 3rem
	}
}

.contact-form-icon {
	text-align: center
}

.contact-form-icon i {
	font-size: 16rem
}

.contact-form-icon i::before {
	background: var(--gradient-green);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(30%, var(--gradient-green)), color-stop(70%, var(--gradient-blue)));
	background: linear-gradient(to top right, var(--gradient-green) 30%, var(--gradient-blue) 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.contact-form .button {
	width: 100%;
	margin-top: 5rem
}

.contact-form .button-inner {
	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
}

.contact-form-1 .section-heading {
	margin-bottom: 4.2rem
}

@media (max-width: 991px) {
	.contact-form-1 .section-heading {
		margin-bottom: 1rem
	}
}

.contact-form-section-wrapper {
	position: relative;
	padding: 15rem 0
}

.contact-form-section-wrapper .container {
	position: relative;
	z-index: 2
}

.contact-form-section-1 .contact-form-section-wrapper {
	padding: 15rem 0 0 0
}

.contact-form-section-pattern .left {
	position: absolute;
	top: 20%;
	left: 0;
	z-index: 1;
	width: 23.5%;
	height: 27.9rem;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover
}

.contact-form-section-pattern .right {
	position: absolute;
	bottom: 20%;
	right: 0;
	z-index: 1;
	width: 22.5%;
	height: 27.9rem;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover
}

@media (max-width: 991px) {
	.contact-form-section-pattern .left {
		width: 26%
	}

	.contact-form-section-pattern .right {
		width: 26%
	}
}

@media (max-width: 991px) {
	.contact-form-section-wrapper {
		padding: 3rem 0 5rem 0
	}

	.contact-form-section-1 .contact-form-section-wrapper {
		padding: 3rem 0 5rem 0
	}

	.contact-form-section-row div[class*="col"]:nth-child(n+2) {
		margin-top: 3rem
	}
}

.contact-details .section-heading {
	margin-bottom: 4.5rem
}

@media (max-width: 991px) {
	.contact-details .details-row div[class*="col"]:nth-child(n+2) {
		margin-top: 3rem
	}
}

.footer-wrapper {
	position: relative;
	padding: 10rem 0 10rem 0
}

@media (max-width: 991px) {
	.footer-wrapper {
		padding: 5rem 0
	}
}

.footer-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 2
}

@media (max-width: 991px) {
	.footer-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.footer-row>div:nth-child(n+2) {
		margin-top: 3rem
	}
}

.footer-detail {
	-webkit-box-flex: .5;
	-ms-flex: .5;
	flex: .5
}

.footer-detail p {
	margin: 4rem 0
}

@media (max-width: 991px) {
	.footer-detail p {
		margin: 2rem 0
	}
}

.footer-detail .link-underline {
	font-size: 1.6rem;
	font-weight: 600;
	color: #666b6d;
	display: block
}

.footer-detail .link-underline span::before {
	background-color: #666b6d
}

.footer-detail .link-underline:nth-child(n+2) {
	margin-top: .9rem
}

.footer-list h6 {
	font-weight: bold;
	color: #123769;
	margin-bottom: 5rem
}

.footer-list li {
	list-style: none
}

.footer-list li a {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 4rem;
	color: #020202
}

.footer-list li a i {
	margin-right: .4rem
}

.footer-list li a span::before {
	background-color: #666b6d
}

@media (max-width: 991px) {
	.footer-list h6 {
		margin-bottom: 1.5rem
	}
}

.footer-social li i {
	font-size: 2rem
}

.footer-copyright {
	position: relative;
	z-index: 2
}

.footer-copyright h6 {
	font-size: 1rem
}

@media (max-width: 991px) {
	.footer-copyright {
		margin-top: 5rem
	}
}

.footer-pattern {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 15rem;
	background-position: bottom center;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	background-color: #fff;
	background: var(--gradient-green-rgb);
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, var(--gradient-blue-rgba)), color-stop(80%, var(--gradient-green-rgba)));
	background: linear-gradient(90deg, var(--gradient-blue-rgba) 20%, var(--gradient-green-rgba) 80%);
	-webkit-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s
}

.preloader-wrapper {
	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;
	width: 100%;
	height: 100%
}

.preloader svg {
	width: 10%
}

@media (max-width: 991px) {
	.preloader svg {
		width: 25%
	}
}

.preloader path {
	-webkit-transform-origin: center;
	transform-origin: center;
	transform-box: fill-box;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	fill: #fff
}

.preloader path:nth-of-type(1) {
	-webkit-animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.preloader path:nth-of-type(2) {
	-webkit-animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.preloader path:nth-of-type(3) {
	-webkit-animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.preloader path:nth-of-type(4) {
	-webkit-animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.preloader path:nth-of-type(5) {
	-webkit-animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.preloader path:nth-of-type(6) {
	-webkit-animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.preloader path:nth-of-type(7) {
	-webkit-animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.preloader path:nth-of-type(8) {
	-webkit-animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.preloader.loaded {
	top: 100%;
	opacity: 0;
	visibility: hidden
}

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

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

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

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

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

html {
	font-size: 62.5%;
	overflow-x: hidden;
	margin-top: 0;
	padding: 0
}

@media (max-width: 991px) {
	html {
		font-size: 58.5%
	}
}

@media (max-width: 800px) {
	html {
		font-size: 56.5%
	}
}

@media (max-width: 767px) {
	html {
		font-size: 53.5%
	}
}

@media (max-width: 600px) {
	html {
		font-size: 51.5%
	}
}

body {
	font-family: 'Spartan', sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden
}

.background-pattern {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 80%;
	height: 100%
}

.background-pattern-img {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .15;
	z-index: 2;
	mix-blend-mode: color-burn;
	background-position: 0 center
}

.background-pattern-gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--gradient-green-rgb);
	background: linear-gradient(45deg, var(--gradient-blue-rgba) 20%, var(--gradient-green-rgba) 80%);
	z-index: 1
}

.background-pattern-bottom {
	width: 100%;
	height: 15rem;
	position: absolute;
	bottom: -10rem
}

.background-pattern-bottom .image {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}

@media (max-width: 991px) {
	.background-pattern-bottom {
		height: 5rem;
		bottom: -5rem
	}

	.background-pattern-bottom .image {
		height: 15rem;
		bottom: -5rem
	}
}

.background-pattern-1 .background-pattern-gradient {
	filter: drop-shadow(0px 50px 50px var(--gradient-green-rgba-2));
	-webkit-filter: drop-shadow(0px 50px 50px var(--gradient-green-rgba-2));
	-moz-filter: drop-shadow(0px 50px 50px var(--gradient-green-rgba-2))
}

.background-pattern-radius {
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem
}

.background-pattern-radius .background-pattern-img,
.background-pattern-radius .background-pattern-gradient {
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem
}

.background-pattern-radius-reverse {
	border-top-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem
}

.background-pattern-radius-reverse .background-pattern-img,
.background-pattern-radius-reverse .background-pattern-gradient {
	border-top-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: unset
	}
}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1200px
	}
}

.screen-section {
	position: relative
}

.screen-section-wrapper {
	position: relative;
	z-index: 2;
	padding-top: 15rem;
	margin-bottom: 15rem
}

@media (max-width: 991px) {
	.screen-section-wrapper {
		padding-top: 5rem;
		margin-bottom: 6rem
	}
}

.screen-section .background-pattern {
	width: 100%;
	height: 50%;
	top: initial;
	bottom: 0
}

.screen-section .background-pattern-gradient {
	background: var(--gradient-green-rgb);
	background: -webkit-gradient(linear, right top, left top, color-stop(20%, var(--gradient-blue-rgba)), color-stop(80%, var(--gradient-green-rgba)));
	background: linear-gradient(270deg, var(--gradient-blue-rgba) 20%, var(--gradient-green-rgba) 80%)
}

.screen-section-bottom-wrapper {
	padding: 2rem 0 15rem 0
}

.screen-section-bottom h4 {
	margin-top: 4rem
}

.screen-section-bottom h4 i {
	font-size: 2.4rem
}

@media (max-width: 991px) {
	.screen-section-bottom {
		text-align: center
	}

	.screen-section-bottom h4 {
		margin-top: 2rem
	}

	.screen-section-bottom-wrapper {
		padding: 0 0 6.5rem 0
	}

	.screen-section-bottom .download-button-group {
		margin-top: 2rem
	}
}

.screen-slider {
	overflow: visible;
	margin-top: 9rem
}

@media (max-width: 991px) {
	.screen-slider {
		margin-top: 3rem
	}
}

.screen-slide {
	padding-bottom: 5rem
}

.screen-slide figure {
	filter: drop-shadow(0px 30px 15px var(--blue-rgba-4));
	-webkit-filter: drop-shadow(0px 30px 15px var(--blue-rgba-4));
	-moz-filter: drop-shadow(0px 30px 15px var(--blue-rgba-4))
}

.screen-slide img {
	width: 100%
}

/*# sourceMappingURL=style.css.map */
#myVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}




/*
chart
*/

.cls-1 {
	font-size: 28px;
	font-family: Roboto-Bold, Roboto;
	font-weight: 700;
}

.cls-2 {
	letter-spacing: -0.02em;
}

.cls-3 {
	letter-spacing: -0.01em;
}

.cls-4 {
	letter-spacing: -0.01em;
}

.cls-5 {
	font-size: 16px;
	font-family: Roboto-Regular, Roboto;
}

.cls-6 {
	letter-spacing: -0.01em;
}

.cls-7 {
	letter-spacing: -0.01em;
}

.cls-8 {
	letter-spacing: -0.02em;
}

.cls-9 {
	letter-spacing: -0.01em;
}

.cls-10 {
	letter-spacing: 0.01em;
}

.cls-11 {
	letter-spacing: -0.01em;
}

.cls-12 {
	letter-spacing: -0.04em;
}

.cls-13 {
	letter-spacing: -0.02em;
}

.cls-14 {
	letter-spacing: 0.01em;
}

.cls-15 {
	letter-spacing: -0.01em;
}

.cls-16 {
	letter-spacing: -0.06em;
}

.cls-17 {
	letter-spacing: -0.02em;
}

.cls-18 {
	letter-spacing: 0.01em;
}

.cls-19 {
	letter-spacing: 0.02em;
}

.cls-20 {
	letter-spacing: -0.01em;
}

.cls-21 {
	letter-spacing: -0.03em;
}

/* Home page Video BG */
#myVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
}

/* End Home page Video BG */

/* ******************************************************
	Script Top
*********************************************************/

.ScriptTop {
	background: #fff none repeat scroll 0 0;
	float: left;
	font-size: 0.69em;
	font-weight: 600;
	line-height: 2.2;
	padding: 12px 0;
	text-transform: uppercase;
	width: 100%;
}

/* To Navigation Style 1*/
.ScriptTop ul {
	margin: 24px 0;
	padding: 0;
	text-align: left;
}

.ScriptTop li {
	list-style: none;
	display: inline-block;
}

.ScriptTop li a {
	background: #6a4aed none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 18px;
	text-decoration: none;
	text-transform: capitalize;
}

.ScriptTop li a:hover {
	background: #000;
	color: #fff;
}


/* ******************************************************
	Script Header
*********************************************************/

.ScriptHeader {
	float: left;
	width: 100%;
	padding: 2em 0;
}

.rt-heading {
	margin: 0 auto;
	text-align: center;
}

.Scriptcontent {
	line-height: 28px;
}

.ScriptHeader h1 {
	font-family: "brandon-grotesque", "Brandon Grotesque", "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color: #6a4aed;
	font-size: 26px;
	font-weight: 700;
	margin: 0;
	line-height: normal;

}

.ScriptHeader h2 {
	color: #312c8f;
	font-size: 20px;
	font-weight: 400;
	margin: 5px 0 0;
	line-height: normal;

}

.ScriptHeader h1 span {
	display: block;
	padding: 0;
	font-size: 22px;
	opacity: 0.7;
	margin-top: 5px;

}

.ScriptHeader span {
	display: block;
	padding: 0;
	font-size: 22px;
	opacity: 0.7;
	margin-top: 5px;
}




/* ******************************************************
	Live Demo
*********************************************************/





/* ******************************************************
	Responsive Grids
*********************************************************/

.rt-container {
	margin: 0 auto;
	padding-left: 12px;
	padding-right: 12px;
}

.rt-row:before,
.rt-row:after {
	display: table;
	line-height: 0;
	content: "";
}

.rt-row:after {
	clear: both;
}

[class^="col-rt-"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 0 15px;
	min-height: 1px;
	position: relative;
}

#spin {
	color: yellow;
}

#spin:after {
	content: "";
	animation: spin 5s linear infinite;
}

@keyframes spin {
	0% {
		content: "ipsum";
	}

	6% {
		content: "ipsum";
	}

	12% {
		content: "dolor";
	}

	18% {
		content: "dolor";
	}

	24% {
		content: "sit";
	}

	30% {
		content: "sit";
	}

	36% {
		content: "amet";
	}

	42% {
		content: "amet";
	}

	48% {
		content: "consectetur";
	}

	54% {
		content: "consectetur";
	}

	60% {
		content: "adipisicing";
	}

	66% {
		content: "adipisicing";
	}

	72% {
		content: "elit";
	}

	78% {
		content: "elit";
	}

	84% {
		content: "Hic";
	}

	90% {
		content: "Hic";
	}

	96% {
		content: "atque";
	}

	100% {
		content: "atque";
	}

	90% {
		content: "fuga";
	}

	95% {
		content: "fuga";
	}
}



.scrollcontainer {
	position: relative;
	margin: 20px auto;
	padding-bottom: 25px;
}

.word {
	font-size: 3.5em;
	font-weight: 700;
	opacity: 0;
	position: absolute;
	width: 100%;
}

.w1 {
	-webkit-animation: w1anim 20s infinite;
	animation: w1anim 20s infinite;
}

.w2 {
	-webkit-animation: w2anim 20s infinite;
	animation: w2anim 20s infinite;
}

.w3 {
	-webkit-animation: w3anim 20s infinite;
	animation: w3anim 20s infinite;
}

.w4 {
	-webkit-animation: w4anim 20s infinite;
	animation: w4anim 20s infinite;
}

.w5 {
	-webkit-animation: w5anim 20s infinite;
	animation: w5anim 20s infinite;
}

.w6 {
	-webkit-animation: w6anim 20s infinite;
	animation: w6anim 20s infinite;
}

.w7 {
	-webkit-animation: w7anim 20s infinite;
	animation: w7anim 20s infinite;
}

.w8 {
	-webkit-animation: w8anim 20s infinite;
	animation: w8anim 20s infinite;
}

.w9 {
	-webkit-animation: w9anim 20s infinite;
	animation: w9anim 20s infinite;
}

.w10 {
	-webkit-animation: w10anim 20s infinite;
	animation: w10anim 20s infinite;
}

.w11 {
	-webkit-animation: w11anim 20s infinite;
	animation: w11anim 20s infinite;
}

.w12 {
	-webkit-animation: w12anim 20s infinite;
	animation: w12anim 20s infinite;
}

.w13 {
	-webkit-animation: w13anim 20s infinite;
	animation: w13anim 20s infinite;
}

.w14 {
	-webkit-animation: w14anim 20s infinite;
	animation: w14anim 20s infinite;
}

.w15 {
	-webkit-animation: w15anim 20s infinite;
	animation: w15anim 20s infinite;
}



@-webkit-keyframes w1anim {
	0% {
		opacity: 0;
	}

	3% {
		opacity: 1;
	}

	5% {
		opacity: 0;
	}
}



@keyframes w1anim {
	0% {
		opacity: 0;
	}

	3% {
		opacity: 1;
	}

	5% {
		opacity: 0;
	}
}


@-webkit-keyframes w2anim {
	5% {
		opacity: 0;
	}

	8% {
		opacity: 1;
	}

	11% {
		opacity: 0;
	}
}


@keyframes w2anim {
	5% {
		opacity: 0;
	}

	8% {
		opacity: 1;
	}

	11% {
		opacity: 0;
	}
}

@-webkit-keyframes w3anim {
	11% {
		opacity: 0;
	}

	13% {
		opacity: 1;
	}

	15% {
		opacity: 0;
	}
}

@keyframes w3anim {
	11% {
		opacity: 0;
	}

	13% {
		opacity: 1;
	}

	15% {
		opacity: 0;
	}
}

@-webkit-keyframes w4anim {
	15% {
		opacity: 0;
	}

	18% {
		opacity: 1;
	}

	21% {
		opacity: 0;
	}
}

@keyframes w4anim {
	15% {
		opacity: 0;
	}

	18% {
		opacity: 1;
	}

	21% {
		opacity: 0;
	}
}

@-webkit-keyframes w5anim {
	21% {
		opacity: 0;
	}

	23% {
		opacity: 1;
	}

	28% {
		opacity: 0;
	}
}

@keyframes w5anim {
	21% {
		opacity: 0;
	}

	23% {
		opacity: 1;
	}

	28% {
		opacity: 0;
	}
}

@-webkit-keyframes w6anim {
	28% {
		opacity: 0;
	}

	31% {
		opacity: 1;
	}

	35% {
		opacity: 0;
	}
}

@keyframes w6anim {
	28% {
		opacity: 0;
	}

	31% {
		opacity: 1;
	}

	35% {
		opacity: 0;
	}
}

@-webkit-keyframes w7anim {
	35% {
		opacity: 0;
	}

	38% {
		opacity: 1;
	}

	41% {
		opacity: 0;
	}
}

@keyframes w7anim {
	35% {
		opacity: 0;
	}

	38% {
		opacity: 1;
	}

	41% {
		opacity: 0;
	}
}

@-webkit-keyframes w8anim {
	41% {
		opacity: 0;
	}

	43% {
		opacity: 1;
	}

	48% {
		opacity: 0;
	}
}

@keyframes w8anim {
	41% {
		opacity: 0;
	}

	43% {
		opacity: 1;
	}

	48% {
		opacity: 0;
	}
}

@-webkit-keyframes w9anim {
	48% {
		opacity: 0;
	}

	51% {
		opacity: 1;
	}

	53% {
		opacity: 0;
	}
}

@keyframes w9anim {
	48% {
		opacity: 0;
	}

	51% {
		opacity: 1;
	}

	53% {
		opacity: 0;
	}
}
@-webkit-keyframes w9anim {
	53% {
		opacity: 0;
	}

	55% {
		opacity: 1;
	}

	58% {
		opacity: 0;
	}
}

@keyframes w9anim {
	53% {
		opacity: 0;
	}

	55% {
		opacity: 1;
	}

	58% {
		opacity: 0;
	}
}
@-webkit-keyframes w10anim {
	58% {
		opacity: 0;
	}

	61% {
		opacity: 1;
	}

	63% {
		opacity: 0;
	}
}

@keyframes w10anim {
	58% {
		opacity: 0;
	}

	61% {
		opacity: 1;
	}

	63% {
		opacity: 0;
	}
}
@-webkit-keyframes w11anim {
	63% {
		opacity: 0;
	}

	65% {
		opacity: 1;
	}

	68% {
		opacity: 0;
	}
}

@keyframes w11anim {
	63% {
		opacity: 0;
	}

	65% {
		opacity: 1;
	}

	68% {
		opacity: 0;
	}
}
@-webkit-keyframes w12anim {
	68% {
		opacity: 0;
	}

	71% {
		opacity: 1;
	}

	75% {
		opacity: 0;
	}
}

@keyframes w12anim {
	68% {
		opacity: 0;
	}

	71% {
		opacity: 1;
	}

	75% {
		opacity: 0;
	}
}
@-webkit-keyframes w13anim {
	75% {
		opacity: 0;
	}

	78% {
		opacity: 1;
	}

	81% {
		opacity: 0;
	}
}

@keyframes w13anim {
	75% {
		opacity: 0;
	}

	78% {
		opacity: 1;
	}

	81% {
		opacity: 0;
	}
}
@-webkit-keyframes w14anim {
	81% {
		opacity: 0;
	}

	84% {
		opacity: 1;
	}

	88% {
		opacity: 0;
	}
}

@keyframes w14anim {
	81% {
		opacity: 0;
	}

	84% {
		opacity: 1;
	}

	88% {
		opacity: 0;
	}
}
@-webkit-keyframes w15anim {
	88% {
		opacity: 0;
	}

	94% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes w15anim {
	88% {
		opacity: 0;
	}

	94% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}


/* ******************************************************
	Script Top
*********************************************************/

.ScriptTop {
	background: #fff none repeat scroll 0 0;
	float: left;
	font-size: 0.69em;
	font-weight: 600;
	line-height: 2.2;
	padding: 12px 0;
	text-transform: uppercase;
	width: 100%;
}

/* To Navigation Style 1*/
.ScriptTop ul {
	margin: 24px 0;
	padding: 0;
	text-align: left;
}

.ScriptTop li {
	list-style: none;
	display: inline-block;
}

.ScriptTop li a {
	background: #6a4aed none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 18px;
	text-decoration: none;
	text-transform: capitalize;
}

.ScriptTop li a:hover {
	background: #000;
	color: #fff;
}


/* ******************************************************
	Script Header
*********************************************************/


.marquee-container {
	margin: 5px auto;
	overflow: hidden;
}

.Marquee {
	background: linear-gradient(90deg, rgba(240,96,40,1) 0%, rgba(0,177,230,1) 65%);
	width: 100vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em;
	color: #fff;
	font-weight: 200;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
	margin: 15px auto;
}

.Marquee-content {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-animation: marquee 30s linear infinite running;
	-moz-animation: marquee 30s linear infinite running;
	-o-animation: marquee 30s linear infinite running;
	-ms-animation: marquee 30s linear infinite running;
	animation: marquee 30s linear infinite running;
}

.Marquee-content:hover {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;
}

.Marquee-tag {
	width: 210px;
	font-size: 24px;
	margin: 0 0.5em;
	padding: 0.5em;
	background: rgba(255, 255, 255, 0.1);
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.Marquee-tag:hover {
	background: rgba(255, 255, 255, 0.5);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
}

@-moz-keyframes marquee {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		-o-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
	}
}

@-webkit-keyframes marquee {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		-o-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
	}
}

@-o-keyframes marquee {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		-o-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
	}
}

@keyframes marquee {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		-o-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
	}
}


/*List */

.agenda{
	padding: 1px;
}
.agenda ol {
	list-style: none;
	counter-reset: list;
	padding: 0 1rem;
}

.agenda li {
	--stop: calc(100% / var(--length) * var(--i));
	--l: 62%;
	--l2: 88%;
	--h: calc((var(--i) - 1) * (246 / var(--length)));
	--c1: hsl(var(--h), 71%, var(--l));
	--c2: hsl(var(--h), 71%, var(--l));
	position: relative;
	counter-increment: list;
	/* max-width: 45rem; */
	margin: 2rem auto;
	padding: 2rem 1rem 1rem;
	box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
	border-radius: 0.1rem;
	overflow: hidden;
	background-color: white;
}

.agenda li::before {
	content: '';
	display: block;
	width: 100%;
	height: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, var(--c1) var(--stop), var(--c1) var(--stop));
}
.agenda ol li h3 {
	display: flex;
	align-items: baseline;
	margin: 0 0 1rem;
	color: rgb(70 70 70);
}

.agenda ol li h3::before {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	margin-right: 1rem;
	width: 3rem;
	height: 3rem;
	content: counter(list);
	padding: 1rem;
	border-radius: 50%;
	background-color: var(--c1);
	color: white;
}

@media (min-width: 40em) {
	.agenda ol li 	li {
		margin: 3rem auto;
		padding: 3rem 2rem 2rem;
	}
	
	.agenda ol li h3 {
		font-size: 2.25rem;
		margin: 0 0 2rem;
	}
	
	.agenda ol li h3::before {
		margin-right: 1.5rem;
	}
}




        .popup-container {
            color: #1b1c38;
            display: inline-block;
            position: relative;
			
			
        }

        .popup-content {
            display: none;
            position: absolute;
			width: 450px;
            top: 100%;
            left: 0%;
            transform: translateX(-50%);
            padding: 10px;
            background-color: #f1f1f1;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
   